-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Zigbee2tasmota crash with presence sensor (RTCGQ01LM) #8089
Comments
Hi,
Please, change your sonoff basic for a nodeMCU with a good power supply, or supply 3.3v to your sensors with another power supply. |
Someone already reported the exact same crash, but I cannot reproduce. It was reported that commenting our in
solved the crash. Unfortunately it does not generate the "Occupancy":0 event. Can you share your compile options? |
I was making some tests with Zigbee, so the only change I did was to uncomment "#define USE_ZIGBEE" in "my_user_config.h" |
I will try with another power source this evening |
I just tested it with another big power supply and the behaviour is the same. Also, I checked with another presence sensor (aqara with luminance sensor) and also the Hardware watchdog appears. |
I got another different message (in MQTT): tele/Z2T_1/INFO3 {"RestartReason":{"Exception":0,"Reason":"Exception","EPC":["faf0fa2c","00000000","00000000"],"EXCVADDR":"00000000","DEPC":"00000000","CallChain":["40221e9f","4010102e","402297d9","4020e3c1","402343c4","40249634","40100b19"]}} |
Thanks for your patience. Good news is I can reproduce the crash now. I will investigate. |
Fixed in PR #8096 |
Fix Zigbee crash with Occupancy sensor (#8089)
PROBLEM DESCRIPTION
Tasmota crash (Hardware Watchdog appears) when presence sensor RTCGQ01LM (mijiia with no luminance) detects any movement
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:Provide the output of the Console log output when you experience your issue; if applicable:
(Please use
weblog 4
for more debug information)Console output here:
After enable weblog 4, I force the detection with the sensor and the console restart with the following content:
In the MQTT, subscribed to all topics appears this:
TO REPRODUCE
Steps to reproduce the behavior:
Pair the sensor and move your hand in front of it.
EXPECTED BEHAVIOUR
A clear and concise description of what you expected to happen.
The expected behaviour is don't restart the sonoff and after some period of time detect the "no presence" with "Occupancy":0
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Add any other context about the problem here.
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: