Bug: C310 Motion sensor stops working or becomes unavailable
See original GitHub issueDescribe the bug Motion sensor stops reporting state change after some time. (daily). Stream still works. Sometimes motion sensor in HA reports unavailabe and somtimes it just stays in off state. Motion is still detected on camera and recordings work on Android Tapo app.
Reseting motion detection on camera or rebooting camera does not help. Only HA restart recovers motion detection state change.
I have explicitly opened ports on firewall 2020,554,443,1024 but result is the same.
Log No log entries.
**Camera (please complete the following information):**
C310
**Using stream component**
Yes
**Camera works through onvif component OR different cameras work in general**
Camera and motion detection works in Android Tapo app.
**Camera has all attributes filled out properly in developer tools**
yes
**HASS Environment**
Supervised HA OS (RP 4)
Issue Analytics
- State:
- Created 2 years ago
- Comments:50 (17 by maintainers)
Top Results From Across the Web
Motion Detection Is Not Working On TP-Link Camera | Tapo
Open the App and click the top right gear. Click "Detection and Alerts". Check if the "Motion Detection" toggle is ON.
Read more >Motion Detection & Notification Not Working - Reolink
Reason and fixes for motion detection security cameras not detecting motion, detect movement but not record, no motion notification & alert.
Read more >Motion detection range for C310 - Smart Home Community
I am interested in getting a C310 but want to find out what the detection ... format of the SD card which is...
Read more >[Custom Component] Tapo: Cameras Control
Other problem I have: sometimes sensor motion is not available… ... and Bug: C310 Motion sensor stops working or becomes unavailable · Issue ......
Read more >Geeni Motion Detection Not Working - azione cattolica lucca
Bug : C310 Motion sensor stops working or becomes unavailable. com: Customer reviews: Geeni Video Doorbell. I've verified 1) each motion sensor is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That confirms my belief that the Home Assistant event manager is not able to recover properly.
Lets add debug for it and observe how it behaves when it stops working.
This is an example of successful recovery on camera reboot:
Lets see what does it do when it stops receiving events. Once we have that information we can move forward and create a bug report on Home Assistant and/on workaround it via integration somehow.
I’m having the same issue with a Tapo C110. In my case restarting HA does not solve the issue. It actually shows up after restarting HA. Maybe it stops working earlier, but the sensor shows as “Clear” and after HA restart it shows as “Unavailable”. Any further restarts of HA (Even full OS reboot) have no effect and do not fix the issue. Disabling “Enable motion sensor” and then enabling it again seems to make the motion sensor work again (No HA restart necessary). I’ll try to play with the integration’s Debug options and how OVNIF is working here (Smells to me like a subscription to the motion event expires and is never refreshed, but I haven’t yet looked how the integration works). I’ll report back.