question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FEAT] Subscribe to events from eufy-mqtt-bridge

See original GitHub issue

Is 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:closed
  • Created 2 years ago
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
jakowenkocommented, Oct 15, 2021

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!

1reaction
eoura-homecommented, Oct 15, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found