-
Notifications
You must be signed in to change notification settings - Fork 10
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
WiFi module goes off, when I turn off AC from remote #3
Comments
Hello. I don't even have any idea about the reasons for this behavior. |
Last message, that I received before module goes unacessiable: |
OK, thank you. I'll check this later, but this is the normal behavior of the Wi-Fi button on the IR remote. It turns the module off/on. |
Can you help me understand, how to disable this feature? I don't want to turn off WiFi module by pressing "WiFi" button. |
I don't know how to disable this button and I'm not sure there is a way to do it. |
Since the log ends before showing received data it probably means that since turning the AC off using the remote it keeps the AC_MODE and only changes the ON/OFF bit the "ON/OFF, MODE, SLEEP, FAN" byte would end up something like 0x41. Since in the code 0x40 is not in the AC_MODE list it tries to call When you press the "WiFi" button does the module keeps powered on or does it lose power? If it keeps powered on then most likely the issue is the same as above. I've uploaded some modified code for you to try. |
Hello. Sorry for delay, I was busy. I tried your fix and now I see next:
|
I've had the same issue with Bergen AC I've tried with @GabyPCgeeK modified code and I can confirm it's working without rebooting |
Hello. I made device from this project: https://blog.instalator.ru/archives/433 flashed your firmware and connect to my CooperHunter AC (model CH-S12FTXQ-NG). All working good, but I found one unpleasant bug: when I turn off AC from remote - WiFi module disconnects from network, builtin led in ESP-12 module goes blinking, and I, of course, can't control AC from my Home Assistant. But, when I turn on AC from remote - WiFi module connect and all working good. Also, turn off AC from HA working well. I can make some tests with my AC, if it can help you find a bug.
The text was updated successfully, but these errors were encountered: