The integration shows the device in normal state. The Last Activity and Last Motion Sensors entities are still active and the History of those entities shows recent motion as expected. But the Motion Sensor entity state is always Clear and never changes. This seems to have started a week ago.
Anyone else see a change in their Ring notifications, or have a suggestion for getting this working again? I havenât tried anything yet (like re-loading the integration).
Im seeing this on my ring doorbell - the âdingâ trigger stopped working a few weeks ago but the âlast dingâ still updates correctly. Has anyone managed to fix this?
The binary_sensor for motion is unreliable. Rebooting the integration, or the camera itself, may bring it back for a while but soon it stops again.
The last_motion sensor is reliable, showing the times of motion. Maybe I could use that instead, but I donât know how to use that sensor to trigger an automation. What event does the entity generate when a new time is logged?
Same issue here. binary_sensor.ring_motion stops working. When you remove the integration, it works again but after a few hours it stops reacting to motion. Camera itself works fine. Ring app on phones work great.
Using the âlast motionâ isnât an option since that one comes about 2 minutes after the actual movement is detected. Some argue itâs due to requests that are made too often to the Ring server. Too bad. It worked for me until about 3 weeks ago but I think thatâs just arbitrary, based on how long it takes for the Ring server to put your/my HA requests in the digital waste bin.
I solved this problem by writing a script (actually 2 scripts) that reload the integration every 30 minutes. So far thatâs worked. Obviously the Ring integration is never going to be fixed, and Ring doesnât care because theyâre Amazon now. Iâm looking for a new camera system for the future, one with NO cloud dependencies.
This script reloads the integration:
alias: reload Ring integration
sequence:
- service: homeassistant.reload_config_entry
data:
entry_id: 665ab0d382d2a19b7b0044769d3cdfbc
mode: single
icon: mdi:view-sequential
This script calls the âreloadâ script ever 30 minutes:
This workaround has been 100% reliable for a couple of months. Maybe the interval could be reduced, because there has to be a tiny window where motion could be missed while the integration is rebooting. But Ring has other issues and I want to move on to something better.
Same here. Iâm going to use a Hue outdoor sensor to detect outside movement. Too bad. Will replace the Ring camera ASAP with some non cloud sollution.
BTW: I did move the timing script to an automation.
Hey Everyone,
I have just ran into this problem.
I just built my HA and everything was working great.
I had Ring working with MQTT - live stream - motion detection⊠it was working.
Then i started to play with Graphs and Cards for lovelace Dashboard via HACS and thats when i noticed the trouble with my Motion detection.
I did some quick troubleshooting last night and realized that when MQTT is turned OFF - motion detection works again.
I want to blame the HACKS Dashboard intergrations i added, that could posibly be conflicting with MQTT ( it was all working great before these HACS installs)
but it sounds far fetchedâŠ
Give it a try.
I can walk in front of my door, and nothing happens.
I turn off MQTT (both) and i will get motion alerts
let me know if you all have the same resultâŠ
Thanks
Yep. Just started for me a couple of days ago. It was solid for about a year, then wham, it suddenly stops and HA says the entity is âunavailableâ.
Somebody mentioned a Philips Hue motion sensor, which I shall have to look at as that may be a solution.
Also, has anyone looked at whether they use an IOS solution? (I created a short cut that if a certain user calls my phone, shortcuts and Apple Home sets a flag in HA that triggers a voice announcement. Iâm just wondering if IOS shortcuts can detect output from the iPhone Ring app?