Closed iku777 closed 9 months ago
Hi @iku777 Your AC just stopped answering at all. Can you try to disconnect your AC from power for 30 seconds and power it back? It will cause the reboot of the internal board. Let me know if it helped.
Hi @paveldn Thanks for quick reply and sorry for not expressing myself properly. The AC unit itself works, the issue is my Wemos D1 cannot control the AC unit anymore. It is still online, I still see it in ESPHome and Home Assistant, but when I change the status of the AC unit through HA or ESPHome from "Off" to "Heat", nothing happens. It reverts back to Off. I looked at the log in ESPHome and found this error, which I thought could help understand if there is something wrong in my config. It worked yesterday but doesnt anymore.
08:44:31][I][haier.climate:095]: Answer timeout for command 01, phase SENDING_FIRST_STATUS_REQUEST [08:44:37][D][haier.protocol:019]: Sending frame: type 61, data: 00 07 [08:44:39][D][haier.protocol:019]: Sending frame: type 61, data: 00 07 [08:44:41][D][haier.protocol:019]: Sending frame: type 61, data: 00 07 [08:44:41][I][haier.climate:095]: Answer timeout for command 61, phase SENDING_INIT_1 [08:44:41][D][haier.protocol:019]: Sending frame: type 01, data: 4D 01 [08:44:43][D][haier.protocol:019]: Sending frame: type 01, data: 4D 01 [08:44:45][D][haier.protocol:019]: Sending frame: type 01, data: 4D 01".
@iku777 No, it looks like I don't explain it properly. Your AC in Home Assistant is online because your Wemos is working but it can't communicate with AC's control board. From logs I see that the board not answering. Requests from Wemos' side are OK. There is a couple of scenarios but I would say the biggest chance is that the control board somehow got into state that it is not listening to ESP. So unpowering and powering the AC back should restart the AC's board and restore communication. Just try it.
Thanks for the guidance that the issue was on communication between the Wemos and AC. I disconnected the Wemos, redid the USB wires and it seems to be working fine since then. Didn't know if the problem was in the config.,
Hi.
I have installed a Wemos D1 mini yesterday and it worked. Yesterday night turned it off and it seems this morning it's not responding. It shows as off in HA and I get:
08:44:31][I][haier.climate:095]: Answer timeout for command 01, phase SENDING_FIRST_STATUS_REQUEST [08:44:37][D][haier.protocol:019]: Sending frame: type 61, data: 00 07 [08:44:39][D][haier.protocol:019]: Sending frame: type 61, data: 00 07 [08:44:41][D][haier.protocol:019]: Sending frame: type 61, data: 00 07 [08:44:41][I][haier.climate:095]: Answer timeout for command 61, phase SENDING_INIT_1 [08:44:41][D][haier.protocol:019]: Sending frame: type 01, data: 4D 01 [08:44:43][D][haier.protocol:019]: Sending frame: type 01, data: 4D 01 [08:44:45][D][haier.protocol:019]: Sending frame: type 01, data: 4D 01".
I have tried with another Wemos D1 mini with same result.
Here is my config:
Could you please help in understanding if there is something wrong in my config?