mduran80 / pymadoka

A python library to control Daikin BRC1H (Madoka) thermostat
MIT License
26 stars 8 forks source link

pymadoka_mqtt sending power_state messages via mqtt #17

Closed whackl closed 1 year ago

whackl commented 1 year ago

Hi , thanks for your great work , I'm new to mqtt so the question is , how to set the powerstate using pymadoka_mqtt.

I've tried

mosquitto_pub -d -h \<host> -t daikin/mac-adress/power_state/set -m true -u user -P pwd

but the daemon is not acting.

Can you direct me to the right way ?

whackl commented 1 year ago

i found the solution

mosquitto_pub -d -h -t daikin/mac-adress/power_state/set -m ON/OFF -u user -P pwd