-
Notifications
You must be signed in to change notification settings - Fork 639
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
Sonoff T1 Touch Lockup #1594
Comments
You sure it locks up and not resetting? If so, i think it is intended behaviour: espurna/code/espurna/config/general.h Lines 339 to 347 in 5c0abca
i.e. it will allow 5 changes in 3 second window. You can check the telnet / serial log for lines like this:
And you might want to update to 1.13.5 if the device resets |
Thanks for the fast reply
Yes, it's locking up, not resetting, since the WiFi doesn't vanish and the WebUI reponds immediately after 1-2 seconds again.
I didn't knew that ESPURNA had a flood protection... That could be it. A option to disable it via the WebUI would be nice. EDIT: Yes, it's the flood protection:
|
Sure, web will support it. I would not put a definitive timeline on this, but soon (tm) And may I ask - what is the use case? |
That's nice
It just feels unresponsive somehow, I can't really explain it better. |
Flood protection was initially implemented to protect mechanical relays. But since the code is in the core of the |
Bug description
If I press the touch buttons multiple times in a row, it will lock up after 3-4 times and only respond after 1-2 seconds again. This happens with the touch buttons, in the Web UI and inside HassIO (when configured over MQTT).
Steps to reproduce
Flash it, let it boot up and then press the touch buttons repeatedly until it locks up for 1-2 seconds, normally this happens after 3-4 presses.
Expected behavior
That no matter how many times I press it, it doesn't lock up after 3-4 times.
Device information
The text was updated successfully, but these errors were encountered: