Spanni26 / pyHPSU

Python Script to read and send commands to a Rotex HPSU
26 stars 15 forks source link

MQTT sending commands not working #64

Open Vortecsz opened 1 year ago

Vortecsz commented 1 year ago

Hello guys. When i try to send a command trough mqtt i can't get it to work;

service: mqtt.publish
data:
topic: ALTHERMA/command/mode_01
payload: "17"

The pyHPSU is running like this; pyHPSU.py -a -o MQTT

If i do like that it changes it pyHPSU.py -c mode_01:17

evildad commented 1 year ago

I think you missed the following part: --mqtt_daemon set up an mqtt daemon that subscribe to a command topic and executes received command on HPSU