natekspencer / hacs-vivint

Home Assistant integration for a Vivint home security system.
MIT License
66 stars 6 forks source link

Expose doorbell button press as a separate entity #80

Closed aacentric closed 1 year ago

aacentric commented 1 year ago

Is it possible to expose the Vivint doorbell camera button as a separate entity in Home Assistant? I currently have my doorbell and other Vivint cameras running through Scrypted into HomeKit which is lighting fast, but there's no way to detect the doorbell button press (uses local RTSP stream only) so I don't have any notifications from that. Would be awesome to have the doorbell button press as a standalone entity so I can get notifications into my HA setup and use that for other stuff.

Would be great if do-able, thank you so much for your work on this!

natekspencer commented 1 year ago

The doorbell button press is exposed via an event already.

Kahros commented 1 year ago

Hello! I'm responding to this thread as I am looking for doorbell functionality but it's non existent. Maybe this is a thing with the newer doorbells?

Mine only shows the motion sensor and the camera feed.

Screenshot_2023-03-22-05-12-05-43_c3a231c25ed346e59462e84656a70e50

natekspencer commented 1 year ago

You won't see a sensor for the doorbell ding event. But you can trigger off of it via automations.

Kahros commented 1 year ago

You won't see a sensor for the doorbell ding event. But you can trigger off of it via automations.

Would the event trigger to use be "DOORBELL_DING"?

natekspencer commented 1 year ago

Yeah, if you select Device as the trigger, then choose your doorbell, you should see a Motion detected or Doorbell pressed event.

Screenshot 2023-03-22 at 12 57 13
Kahros commented 1 year ago

Yeah, if you select Device as the trigger, then choose your doorbell, you should see a Motion detected or Doorbell pressed event. Screenshot 2023-03-22 at 12 57 13

Got it! Thanks for leading the donkey to water. No idea how I missed that!