AirCon
AirCon copied to clipboard
AEH-W4E1 can't switch modes :(
Hi, as in the topic. I configured all straight with instruction, but there is no possibility to change modes by ha. change temp, fan speed and turn on/off is working. Log below but no error cant' be seen
D0307 20:17:57.160 notifier.py:112] [KeepAlive] Sending PUT http://192.168.1.104/local_reg.json {"local_reg": {"ip": "192.168.1.166", "notify": 1, "port": 1885, "uri": "/local_lan"}} D0307 20:17:57.208 notifier.py:85] [KeepAlive] Waiting for notification or timeout D0307 20:17:57.606 query_handlers.py:125] Encrypting: {"seq_no": 189, "data": {"properties": [{"property": {"base_type": "integer", "name": "t_control_value", "value": 3016046, "id": "sx0LsGXR"}}]}} I0307 20:17:57.606 web_log.py:206] 192.168.1.104 [07/Mar/2022:19:17:57 +0000] "GET /local_lan/commands.json HTTP/1.1" 200 417 "-" "-" I0307 20:17:57.961 query_handlers.py:139] Decrypted: {"seq_no":185,"data":{"name":"t_control_value","value":3014734}} I0307 20:17:57.964 web_log.py:206] 192.168.1.104 [07/Mar/2022:19:17:57 +0000] "POST /local_lan/property/datapoint.json?echo=true HTTP/1.1" 200 149 "-" "-" I0307 20:17:58.465 query_handlers.py:139] Decrypted: {"seq_no":186,"data":{"name":"t_work_mode","value":0}} I0307 20:17:58.466 web_log.py:206] 192.168.1.104 [07/Mar/2022:19:17:58 +0000] "POST /local_lan/property/datapoint.json?echo=true HTTP/1.1" 200 149 "-" "-"
When set some mode in ha, my mobile phone app shows the change and go right back to actual mode Any idea what happen?
Thanks!
Hi, I have this specific problem too. It is probably related to core update at the begining of 2022. I stoped updating the core of hassio because of it. But since this problem lasted so long i had to update anyways. I guess something changed in core. So I would like to ask for new update that solves this.
Can anyone update it please ?
Same here, is someone working on it? Thank you!
Same here, this is a common issue - the add-on seems to be sending 2 commands.
Current AC setting is Fan mode. When I click on Cool, it sends 2 messages - one to set it to Cool, and another one that sets it back to Fan. So it's clearly a bug in the add-on; this does not happen when using the "native" iPhone app.
Same here, this is a common issue - the add-on seems to be sending 2 commands.
Current AC setting is Fan mode. When I click on Cool, it sends 2 messages - one to set it to Cool, and another one that sets it back to Fan. So it's clearly a bug in the add-on; this does not happen when using the "native" iPhone app.
Same here, When using HA, then in the History of the device HA reports "mode changed to Cool/Fan/Heat by User" to times, which means it really sends two commands.
And addon log when pressing one time to change mode:
mqtt_client.py:37] MQTT message Topic: hisense_ac/ca2c4f955a96/t_power/command, Payload b'ON'
web_log.py:206] 192.168.1.17 "GET /local_lan/commands.json HTTP/1.1" 200 441 "-" "-"
mqtt_client.py:37] MQTT message Topic: hisense_ac/ca2c4f955a96/t_work_mode/command, Payload b'fan_only'
web_log.py:206] 192.168.1.17 "GET /local_lan/commands.json HTTP/1.1" 200 441 "-" "-"
web_log.py:206] 192.168.1.17 "GET /local_lan/commands.json HTTP/1.1" 200 441 "-" "-"
query_handlers.py:139] Decrypted: {"seq_no":3073,"data":{"name":"t_control_value","value":36570176}}
web_log.py:206] 192.168.1.17 "POST /local_lan/property/datapoint.json?echo=true HTTP/1.1" 200 149 "-" "-"
query_handlers.py:139] Decrypted: {"seq_no":3074,"data":{"name":"t_work_mode","value":2}}
web_log.py:206] 192.168.1.17 "POST /local_lan/property/datapoint.json?echo=true HTTP/1.1" 200 149 "-" "-"
Stesso problema pure io, qualcuno é riuscito a risolvere? Non ne vado fuori!
Same issue with AEH-W4B1
See #184 for a possible workaround