sfstar / hass-victron

Integration for Home Assistant to fetch data from the victron gx device via modbusTCP
Apache License 2.0
157 stars 24 forks source link

Feature request: set charge mode of EVCS #183

Open AminShAT opened 3 months ago

AminShAT commented 3 months ago

Are you planning to implement to be able to set the charge mode of the EVCS from within your integration?

Usually I charge via the auto mode, but sometimes it would be necessary to switch to manual mode in order to charge from grid.

OlePZ9 commented 3 months ago

Already there but wrong naming implemented image

sfstar commented 3 months ago

Thank you for opening this issue. Victron seems to expose evcharger options via 2 register lists. I need to investigate what options and registers I need to add from the dedicated EVCS list and what functionality has already been exposed via other registers.

OlePZ9 commented 3 months ago

You’ve got the right register, but wrong naming. Register used for position (AC1in…) ist the register for setting the mode. You only need to rename it. I did it once manually, but after the last update it was gone

OlePZ9 commented 3 months ago

image