-
Notifications
You must be signed in to change notification settings - Fork 107
Initial support for Algodue UEM meters on CP0 and CP1 and as EVU-Kit #1960
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
Conversation
caching prevents this to appear too often
benderl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Danke für das neue Zähler-Modul.
Bitte noch ein paar Anpassungen vornehmen, dann können wir das so integrieren.
The "EVU-Kit" always consists of a Modbus/TCP to RTU converter and one or more Modbus/RTU devices. So implementing the Modbus/TCP models as another option of the kit would break this sheme. The Modbus/TCP models could be im plemented by a modified "carlo_gavazzi" device and counter component. Integration into the settings ui should also be straight forward. Please let me know if you have questions. |
Co-authored-by: benderl <benderl@users.noreply.github.com>
Co-authored-by: benderl <benderl@users.noreply.github.com>
Co-authored-by: benderl <benderl@users.noreply.github.com>
Co-authored-by: benderl <benderl@users.noreply.github.com>
|
I've accepted all suggestions and added the EVU-Kit code for Algodue as instructed above. UI changes in openWB/openwb-ui-settings#582 Unfortunately I have never done and have absolutely no toolchain for Web-Development. I'd propose to handle the above PR for UI and merge it together with this PR. |
|
waiting for feedback for reset functionality of the network connection |
LKuemmel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Die Algodue-Zähler werden nicht in den openWBs verbaut. Daher bitte die Änderungen in clients.py entfernen. Die Register benötigt nur das Algodue-Modul selbst, die Datei im common-Ordner bitte in den Algodue-Ordner verschieben.
Ist erledigt. |
This commit adds support for Algodue UEM meters at internal chargepoints.
Tested with a modified openWB2 and a UEM80-4D R (Modbus RTU version).
Modbus Address is set to 155 for CP0 and 156 for CP1. Please adjust if does not fit the openWB adressing concepts (which I don't know).
Support for UEM80-4D E as EVU-Kit is also included. But necessary UI changes are not yet part of this PR.