[FEAT] Subscribe to events from eufy-mqtt-bridge
See original GitHub issueIs there a way to subscribe to events from eufy mqtt bridge for “Person Detected” events and process the thumbnail?
Looking at the code in https://github.com/matijse/eufy-ha-mqtt-bridge person detected events are published to these topics
case NotificationType.EVENT_PERSON_DETECTED:
return `homeassistant/binary_sensor/eufy/${deviceSN}_person`
case NotificationType.THUMBNAIL:
return `homeassistant/camera/eufy/${deviceSN}_thumbnail`
Essentially I would like double-take to listen for such events and process the thumbnail.
Issue Analytics
- State:
- Created 2 years ago
- Comments:16 (8 by maintainers)
Top Results From Across the Web
matijse/eufy-ha-mqtt-bridge - GitHub
Eufy Home Assistant MQTT Bridge. This script subscribes to push notifications of the Eufy Security app and publishes events via MQTT to Home...
Read more >Trouble with Eufy Camera MQTT Broker to Eufy Home ...
I have configured both to the best of my knowledge but the broker does not see the camera or pull it into the...
Read more >Image Layer Details - matijse/eufy-ha-mqtt-bridge:0.2.16
matijse/eufy-ha-mqtt-bridge:0.2.16. Digest:sha256:5a156d157d0695e33bbc6ded7ffb8cb88eea3691aee492b63d7802afb1bc5566. OS/ARCH. linux/arm64. Compressed Size.
Read more >Webthings gateway mobile app - Caritas Castellaneta
6k - VerneMQ is a high-performance, distributed MQTT broker that connects IoT, M2M, ... Eufy Security app combined smart gateway, cameras and door...
Read more >Eufy 2K Wireless Doorbell - MQTT Integration : r/homeassistant
Also in the event Eufy shuts down, we can still use the hardware we ... no subscriptions, local storage and can be connected...
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
Glad to help anyway I can. I really appreciate you taking the time to try out Double Take. If there’s anything I can do to make your experience with it better then please let me know!
Thanks @jakowenko, for your responses and all your great work. I guess (for now) this is as good as it gets for the eufy doorbell/eufy-ha-matt-bridge.