mduran80 / pymadoka

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

pymadoka-mqtt no data #3

Closed roccotocco closed 1 year ago

roccotocco commented 2 years ago

Hello, when i run pymadoka-mqtt -a 50:61:F6:6E:72:FA -c mosquitto.conf --force-disconnect

into mosquitto server im not seeing any data arriving...... running mosquitto_sub -t "# i can see only the number 1

if i execute pymadoka -a 50:61:F6:6E:BF:DB get-fan-speed im getting correctly the message {"cooling_fan_speed": "HIGH", "heating_fan_speed": "HIGH"}

what im doing wrong with mqtt ? Thanks