Hello everyone,
i hope you can help me. I have an OpenWB wallbox and have connected it via MQTT.
My goal is to change the charging status via Home Assistant. I have also managed to do this using an MQTT select command.
Switching between the charging modes also works without any problems. The problem I have is that the status is not read out in advance. And if I change the mode directly via the wallbox, it is not recognized in the HA. I can read out the status via the MQTT Explorer.
For this I use the select command
mqtt:
select:
state_topic: âopenWB/vehicle/template/charge_template/0/chargemode/selectedâ
command_topic: âopenWB/set/vehicle/template/charge_template/0/chargemode/selectedâ
name: âLademodusâ
unique_id: OpenWB_lademodus_select
options:
- âinstant_chargingâ
- âpv_chargingâ
- âstopâ
I have also tried it with the following line:
state_topic: âopenWB/vehicle/template/charge_template/0â
But that didnât work either.
How can I ensure that the status is always up to date?
Many thanks for your help.
Greetings Martin