-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
[nonNASA] No communication established if AC and ESP powered on together. #191
Comments
Hi @tristone-cz that looks wired. The CRC errors are normal. I also have this in my NASA system. I just leave them to have a better understanding how often it happens. Did you tried to turn on message logging as described in readme? |
Hi @lanwin I tried now the logging. Log number 3 is just basic logging, directives Log number 4 is a bit interesting. Slightly different behavior, I saw once already. But not regular. Log number 5 is with the same debug ar log 4. Just AC was powered off and then on which turns on also the ESP. logs_ac-rooms_run_3.txt |
I managed to handle the delay. What I failed is to add a config parameter so I did not create pull request yet. So far no idea what I missed 😢 Code comparison: That code does not take the parameter into account in The commented out line work with fixed delay of 1 minute.
|
Hi.
I am playing with the AC about last week. Handled several issues, including missing 12V, never mind.
Today I connected power supply 230V -> 12V and the ESP works.
But in overall the setup behaves weird.
If I turn on power for AC (not start eg. cooling, really connect power) the ESP cannot start communication with the AC.
There are endless attempts to register as controller:
It does not stop even in 10 minutes. Just from time to time with a message of invalid CRC.
If I just disconnect power from ESP and connect back, no difference.
BUT. If I power on the AC without ESP powered and then in a minute or two power on the ESP - all works.
Communication works, controls work.
I tried many times, some combinations what to put on and off etc.
The conclusion is that only sequence which works is
Power AC -> delay -> Power ESP
Once everything runs fine it also works to power off the AC while keeping ESP up and power it back. But this is quite useless scenario.
Now when the AC is opened it is manageable but once covered there will be no way how to recover from power loss.
Have you seen anything like that? Any idea how this can be caused?
Maybe to add some delay to startup after power on ....
The text was updated successfully, but these errors were encountered: