grzegorz914 / homebridge-melcloud-control

Homebridge plugin for Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation, publish as dynamic external platform accessory.
MIT License
49 stars 2 forks source link

Docu change mqtt Set to State and vice versa #107

Closed tobuser closed 3 months ago

tobuser commented 3 months ago

I think in the docu the Publish -> SET and Subscribe -> Info, State have to be change

Bildschirmfoto 2024-03-14 um 21 59 14
grzegorz914 commented 3 months ago

i dont think so

tobuser commented 3 months ago

Maybe I'm making a thinking error. When I publish the following MQTT command: ha_melcloud_hse/Heat Pump/Ecodan/State {"OperationModeZone1":2}, nothing happens. But when I publish: hha_melcloud_hse/Heat Pump/Ecodan/Set {"OperationModeZone1":2}, after some time the new OperationModeZone1 value is set.

grzegorz914 commented 3 months ago

All is correct here. Device itself publish “Info” and “State” and subscribe “Set”

tobuser commented 3 months ago

Okay that make sense. thanx