-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Landis+Gyr E450 #782
Comments
Do you have information from your provider on the data that is sent? My E450 comes with the following info: https://github.com/UtilitechAS/amsreader-firmware/blob/main/doc/Switzerland/RWB_SmartMeter_Bedienungsanleitung.pdf (see table on page 5). The same meter seems to be provisioned in different ways. |
I'm afraid not. The only thing I've seen from them is https://www.romande-energie.ch/images/files/particuliers/compteurs_intelligents/manuel_compteur_landis.pdf, but I don't think it's very helpful here. |
You can simply try to set a multiplier for voltages: Setting/Meter/Multipliers/Volt->10. |
@olupton : I think your meter sends ASCII, meaning you could run a Telnet debug and translate the hex output to ASCII to read what the meter reports. |
Is anyone able to see the Amperage in AMS reader, who is using Landis+Gyr E450 It there an option to show, Amperage in UI and send also over MQTT? (still using V2.3.4. Until now I’m not able to do the V2.3.5 Update) |
|
Nice option this simplified method.
But after reset, it looks like the device is bricked. The PC goes crazy. Every second comes a blim-blim from the PC, endless. |
That sounds strange... |
I tried this, but it doesn't affect the U1/U2/U3 values published to MQTT as far as I can see.
I tried this too. The telnet debug worked fine, but it was not clear how to interpret the results. For example I see As there was talk of amperage graphs, this is what I see with 2.3.5: |
Flashed again by using esptool. Looks like flash process is running fine.
But after resetting, same behavior. It seems ESP is looping during startup. No WiFi no LED light, nothing. |
There seems to be some issues with running the later firmware versions on C3; we have seen several indications. I propose you to roll back to a previous firmware version that is known to work. |
Please try the firmware below: Flashing instructions: https://github.com/UtilitechAS/amsreader-firmware/wiki/Flashing-via-web-GUI |
Thanks for the great work! The following is just something I noticed; it is not especially important to me.
(I was also a little surprised, having seen #740, that the
Q
field is still zero.)Describe the bug
I just updated my Pow-U to v2.3.5, and it has started reporting per-phase currents and voltages (I1, I2, I3, U1, U2, U3) where previously these were zero.
Naively it seems that the reported voltages are off by a factor of 10, as all three are reported as ~24.
An example MQTT JSON payload coming from the meter is
showing voltages around 24 (V, presumably), currents around 1 (A, presumably) giving a total power around 600 (W, presumably).
To Reproduce
Look at MQTT messages.
Expected behavior
Values in the nominal 230-240V range.
Hardware information:
Relevant firmware information:
Remaining fields: I have not changed any of these settings.
The text was updated successfully, but these errors were encountered: