My working Compleo (innogy) eBox Smart override #2029
toszlanyi
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello people,
Just wanna share my modifications to this ocpp integration to operate my eBox S to my needs.
Main goal was to protect the hardware, especially the contactor to keep it alive as long as possible.
The principles are well documented inside the code but the main feature for this override is:
@lbbrhzn - maybe that hardware protection concept is a general optimization method that could be used upstream, in case all other wallboxes follow the same principles.
I also got some additional sensors worked out.
I've got many more, like a sophisticated solar surplus charging automation etc. ...
So tell me what you think and also if you find more improvement capabilities. Cheers!
!!! DON'T JUST COPY / PASTE !!! UNDERSTAND THE CODE AND DECIDE FOR YOURSELF WHAT TO DO !!!
The file ebox.py just needs to be copied inside the ocpp folder and linked in api.py - details in the code header:
https://github.com/toszlanyi/HomeAssistant/blob/main/custom_components/ocpp/ebox.py
Template sensors are in this yaml file:
https://github.com/toszlanyi/HomeAssistant/blob/main/sensor_configs/helfer_ebox.yaml
PS: The cumulative energy meter requires the eBox firmware fix published with version 3.0.4
https://vaylens.atlassian.net/wiki/external/YWFhOGIzOGY3MDkxNDM1N2EyZGI3NTUxMGU5NzJiN2Y
My surplus car charge automation philosophy:
https://community.home-assistant.io/t/my-well-thought-extensive-solar-surplus-car-charging-automation/1019764
All reactions