Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings for AM550 electricity meter #11

Open
crtg opened this issue Mar 16, 2023 · 6 comments
Open

Settings for AM550 electricity meter #11

crtg opened this issue Mar 16, 2023 · 6 comments

Comments

@crtg
Copy link

crtg commented Mar 16, 2023

Hi,

our electricity provider is willing to enable power reading via P1 port on Iskraemeco AM550 electricity meter. However, we have to specify the format of the message and all other parameters.

Is it enough if I specify the DSMR v5, 115200 baud and the following telegram message?

DSMR version 5.0 1-3:0.2.8.255
Instantaneous voltage L1 1-0:32.7.0.255
Instantaneous voltage L2 1-0:52.7.0.255
Instantaneous voltage L3 1-0:72.7.0.255
Instantaneous active power L1 (+P) 1-0:21.7.0.255
Instantaneous active power L2 (+P) 1-0:41.7.0.255
Instantaneous active power L3 (+P) 1-0:61.7.0.255
Instantaneous active power L1 (-P) 1-0:22.7.0.255
Instantaneous active power L2 (-P) 1-0:42.7.0.255
Instantaneous active power L3 (-P) 1-0:62.7.0.255
Actual electricity power delivered (+P) in 1 Watt resolution 1-0:1.7.0.255
Actual electricity power received (-P) in 1 Watt resolution 1-0:2.7.0.255

Is there something else missing (IEC 62056 mode) in the electricity meter they need to set up in order to establish the communication with the Sensorbox-2?

Thanks, Crt

@mstegen
Copy link
Member

mstegen commented Mar 16, 2023

For the Sensorbox 2, this is enough information.
Although for your own use i would be nice if they could also add the other parameters like total energy delivered, and total energy received.

With a compatible telegram you could also run software like DSMR-reader:
https://dsmr-reader.readthedocs.io/en/v5/explained/about.html#

@crtg
Copy link
Author

crtg commented Mar 22, 2023

Thanks for your answer. I can choose also the frequency of the message. Do you have any recommendation? Is 1Hz fast enough?

Thanks, Crt

@mstegen
Copy link
Member

mstegen commented Mar 22, 2023

Our smart meters send a P1 telegram every second, so yes i would choose 1Hz.

@crtg
Copy link
Author

crtg commented Apr 3, 2023

Hi,

are you sure the cable from the meter is compliant also with Iskra AM550? Based on some public info it seems that the signal from EM550 is inverted.

Thanks, Črt

@mstegen
Copy link
Member

mstegen commented Apr 11, 2023

Yes, our house has a Iskra AM550 smart meter.

The P1 signal will be inverted again by the Sensorbox, you can set the ESP32 to invert the signal. (the previous sensorbox 2 had an extra transistor to invert the serial P1 data, before sending it to the PIC chip)

@crtg
Copy link
Author

crtg commented Apr 11, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants