-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mild Dry Switch keeps getting off #89
Comments
That's strange, byte 14 is actually used for eco mode on my unit and byte 5 is used for mild dry. Not sure how to combine those 2 different behaviors. You can check out the current protocol documentation here: https://github.com/DomiStyle/esphome-panasonic-ac/tree/master/protocol/cztacg1 |
@DomiStyle I want to try this other byte for Mild Dry myself. So I made a fork (https://github.com/michas79de/esphome-panasonic-ac). I think I found the values in esppac_cnt.cpp and changed them. |
You can manipulate any value in the packet being sent by accessing For example, mild dry (ID 4 in the table above) would be As for reading, the values get passed to their own For example:
You will then want to call that function in
|
Thank you! Anyway: When I try to use 0x32 and 0x30, I get a warning that the value is 86 instead of 30:
while using this code: You might want to check my changes at master...michas79de:esphome-panasonic-ac:master. |
Hello!
great job @DomiStyle so far! I really appreciate being freed from the cloud! 👍
While my remote control has a MILD DRY button, the same button in the Home Assistant cannot be switched on permanently, but is immediately switched off again every time I try.
When using the remote control, the log shows that the 14th RX byte switches 2D (off) <-> 2B (on), I think:
The text was updated successfully, but these errors were encountered: