a529987659852 / openwb2mqtt

Home Assistant Integration for openWB (Version 2)
9 stars 3 forks source link

activate and deactivate chargepoint #17

Open Feldermann opened 3 months ago

Feldermann commented 3 months ago

Hi, is it possible to implement activation and deactivation of a specific chargepoint? My chargepoint is automatically disabled after unplugging and I have to activate it via HA in some cases.

Regards Till

onkelbeh commented 3 months ago

I worked around by publishing to openWB/chargepoint/4/set/manual_lock, true or false. '4' is the chargepoints id, and false allows charging.

Feldermann commented 3 months ago

ok, so i have to add it in mosquitto.conf, MQTT-Topics.txt and conf.py? in moscuitto.conf: opic openWB/chargepoint/5/set/manual_lock out

but what should I add in the other files?

n3de commented 2 months ago

I hope this will be added in a futere release, because in v1.9 this works fine. I have an automation, that when a car is plugged and my car is located at my homeadress and the car is also plugged, the chargepoint is activated. It works nice with v1.9.