[Bug]: Ring event not sent out
See original GitHub issueClient version
1.4.0
Node version
16
Operating System type
Docker
Operating system version
node:16-alpine
Describe the bug
It appears the ringing event is not emitted for my T8210.
Using this client wrapped in the eufy-security-ws:latest
Docker container, I get no event for when the doorbell is ringing.
As the WebSocket client only forwards the event, I assume the problem exists in the client. Other events like person detection get emitted just fine.
I do see this in the changed properties:
{"type":"event","event":{"source":"device","event":"property changed","serialNumber":"T8210XXXXXXX","name":"ringing","value":false,"timestamp":1639560569432}}
To reproduce
- Start the client
- Make sure you can observe the events that are emitted (DEBUG=true eg.)
- Press the doorbell button
- Observe that property change events are fired and contain “rining” status changes
- Observe that no “rings” event is emitted
Screenshots & Logfiles
2021-12-15 11:04:04.657 INFO 22251 --- [lient-AsyncIO-5] c.p.a.h.s.a.e.EufyClientConnector : Message received: {"type":"event","event":{"source":"device","event":"property changed","serialNumber":"T8210PXXXXXXXXXX","name":"ringing","value":false,"timestamp":1639562644656}}
2021-12-15 11:04:08.733 INFO 22251 --- [lient-AsyncIO-4] c.p.a.h.s.a.e.EufyClientConnector : Message received: {"type":"event","event":{"source":"device","event":"property changed","serialNumber":"T8210PXXXXXXXXXX","name":"ringing","value":true,"timestamp":1639562648217}}
2021-12-15 11:04:20.813 INFO 22251 --- [lient-AsyncIO-6] c.p.a.h.s.a.e.EufyClientConnector : Message received: {"type":"event","event":{"source":"device","event":"property changed","serialNumber":"T8210PXXXXXXXXXX","name":"ringing","value":false,"timestamp":1639562660812}}
Additional context
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (12 by maintainers)
Top Results From Across the Web
Is Your Ring Event History Missing? (Check These Things Now)
Missing event history can also be caused by Wi-Fi problems, bugs in the Ring app, and issues involving shared users. Ready to get...
Read more >Ring App is Having Trouble Showing Video and Not ...
If you're having trouble seeing a Live View, or a recorded video, that means there's a problem in the data transfer between your...
Read more >Troubleshooting Issues with Ring Video Doorbell Pro
Freezing up during a live event; Not ringing your existing internal doorbell correctly; Night vision doesn't work; Ring Pro works fine for a...
Read more >Event History not working! - Ring Alarm
Hey Guys, First off amazing product. I did discover a bug or a feature oversight that I wanted to see about getting resolved,...
Read more >Event History display has changed (again) - Ring Community
This is not SOLVED. Ring still has the problems . I don't see this being a better for US change not to mention...
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 FreeTop 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
Top GitHub Comments
I believe I have the same issue.
~If you can tell me how to produce you the debug logs you require i’ll send them over.~
~I’m using this via the HA integration: https://github.com/fuatakgun/eufy_security~
Email sent with debug logs,
Thanks
This is a bug in eufy-security-ws and will be fixed there.