-
Notifications
You must be signed in to change notification settings - Fork 28
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
ESP8266 only stable for a week #54
Comments
Does the ESP hung up or does the shutter stop to recognize the ESP? I have two ESP32´s because the shutters were too far away (different story). After a while, some shutter did not work properly. And still, the shutter, which will listen to the commands from the "wrong" device, will stop working after a while. I have to re-learn it or just wait for about 10 minutes to be able to control it again. The WAF is quite bad with a sometimes working solution like that :( |
After a few days the ESP8266 has no control over any shutter anymore. The shutter-buttons are still working and logging, but the shutters itself doesn't react. Using the "save" or "reboot" button on the system page results in a hanging ESP. The IP doesn't respond anymore till I reset the device using the power switch. Afterwards I have to re-learn the shutters again. |
On a classic Arduino I´d say you have an EEPROM issue. But the ESP doesn´t have one! At least, my ESP32´s were running for months staight. Only one or two shutters go crazy. |
Do I have to change anything before flashing an ESP32 with your software? |
No, you just need to flash it onto it with the ESP right board settings. |
Would it be also possible to flash it on a esp with ethernet? I have a lot of wifi issues. |
@atze09 I think so, but I cannot tell you how much code you need to change. |
@atze09 I tried to flash in on a ESP32 but that didn't work. I tried to adapt the code and libraries for the ESP32 but I gave up. My coding knowledge is too limited to do that. PS The problem most likely is based on connectivity issues between ESP and Jarolift. If too many commands are missed than the counter is out of sync and you need to re-learn your esp to Jarolift. I had that too. Then I changed the position of the ESP and since then it works without any issues. |
@atze09: The current code is based on a WIFI connection. If you re-program the network part, it will be possible. Based on my first post, I have created the following workaround that works for me: |
Migration to esp32 eth01 or in general to esphome project world be awesome. |
My ESP8266 is hanging after round about a week. I couldn't find the reason yet.
Will a second remote controller in use negativ influence the device counter?
The text was updated successfully, but these errors were encountered: