-
Notifications
You must be signed in to change notification settings - Fork 76
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
Initial support for Algodue UEM meters on CP0 and CP1 and as EVU-Kit #1960
base: master
Are you sure you want to change the base?
Conversation
caching prevents this to appear too often
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 <[email protected]>
Co-authored-by: benderl <[email protected]>
Co-authored-by: benderl <[email protected]>
Co-authored-by: benderl <[email protected]>
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 |
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.