diff --git a/packages/helpermodules/subdata.py b/packages/helpermodules/subdata.py index fa58ead9f3..30da426397 100644 --- a/packages/helpermodules/subdata.py +++ b/packages/helpermodules/subdata.py @@ -121,7 +121,12 @@ def on_connect(self, client: mqtt.Client, userdata, flags: dict, rc: int): """ subscribe topics """ client.subscribe([ - ("openWB/vehicle/#", 2), + ("openWB/vehicle/set/#", 2), + ("openWB/vehicle/template/#", 2), + ("openWB/vehicle/+/+", 2), + ("openWB/vehicle/+/get/#", 2), + ("openWB/vehicle/+/soc_module/config", 2), + ("openWB/vehicle/+/set/#", 2), ("openWB/chargepoint/#", 2), ("openWB/pv/#", 2), ("openWB/bat/#", 2),