Replies: 3 comments 2 replies
|
I'm a bit reluctant to spend time on debugging DIY implementations, as there is so much that can be wrong; thank you for your understanding. And I understand your meter is an Ensor eRS801, which is a meter we have not seen before. Unfortunately, each meter manufacturer have their own payload format, so it is possible the format from your meter must be implemented in our code - but the extremely long debug output does not make sense. Is the meter encrypted? A schematic of your interfacing with it towards your ESP32C3-DevKit will also be needed. If you can provide all this, I'll have a look at it. |
|
I understand that you don't have much time to debug DYI implementations, so I really appreciate your help. As mentioned, I read the same data with a logic analyzer directly connected to the RJ12 port on the meter. The data shown in the debug output is really what is coming out of the meter. So I don't think that this is a hardware problem. My schematic looks like this: Source: https://github.com/maximevince/Simple-DSMR-P1-meter The meter is not encrypted. The best documentation I could find is this one: From a friend I know what the output looks like if it is set to "ASCII". So my question remains: Would it help to set the output to "ASCII" or can the firmware somehow decode the "HEX" format that I have at the moment? As I understand it, the DSMR P1 standard defines the output as "ASCII", is that right? Best regards, |

Uh oh!
There was an error while loading. Please reload this page.
Hi everybody
I installed amsreader-firmware on an ESP32C3-DevKit and connected it to the eRS801 from Swiss company ensor. Unfortunately, I get a "HAN: Unknown data received, check meter config" error. I'm a little confused about the different standards and formats available. The port should follow the DSMR 5.0 P1 standard. My electric company told me that they can set the output format to "HEX" or "ASCII". At the moment it is set to "HEX" and I get the following data from the telnet debugging.
I also connected a logic analyzer and got the same data. Does this data make any sense? Should I ask my electric company to change the output format to "ASCII"? Any help would be appreciated, thank you!
Kind regards,
Daniel
All reactions