Open trackerr opened 9 months ago
Hi @trackerr
This kind of message usually pops up when your AC answers slower than expected. In the documentation timeout for AC answers is 50 ms by default Haier component uses 200 ms and still for some models timeouts happen from time to time. In case if answer arrives later than expected it is interpreted as a request, not as an answer and this request from the AC side is not supported (that is why the error message has this form).
You can try increasing timeout by using the answer_timeout
option and setting it to 250ms or even 300ms, or since everything is working just ignore error messages.
Example of 300 ms timeout:
climate:
- platform: haier
protocol: hOn
name: Haier AC
answer_timeout: 300ms
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The problem
Log shows: Unsupported message received: type 62 data
Which version of ESPHome has the issue?
ESPHome 2024.2.1
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2024.2.5
What platform are you using?
ESP32
Board
Esp32dev
Component causing the issue
No response
Example YAML snippet
Anything in the logs that might be useful for us?
No response
Additional information
The error also showed on prevoius versions.
Other than the log mentioning it, all normal use seems to work without problems. It is just the error message showing in the logs.