Great video, I own a Google TV and the way I did it was streaming the doorbell camera to the TV for a min and then stop the stream. Not picture in picture tho. Sharing the automation alias: Front Camera on TV description: "" triggers: - trigger: state entity_id: - binary_sensor.front_door_person_detected to: "on" conditions: [] actions: - if: - condition: state entity_id: media_player.sony_xr_75x90k state: "on" then: - action: camera.play_stream data: format: hls media_player: media_player.basement_tv_2 target: entity_id: camera.front_doorbell_wifi_main - delay: hours: 0 minutes: 1 seconds: 0 milliseconds: 0 - action: media_player.media_stop metadata: {} data: {} target: entity_id: media_player.basement_tv_2 mode: single
I'm not sure why I would show a just still image on the tablet. I show the webRTC video feed. This can be set up to talk to the person at the door. I also check to see if the tablet is in use before taking over the screen to show the door video feed. In addition to the doorbell feed , a tablet can be set up to show a person or car outside under certain conditions, assuming the camera system has object detection. Also, triggering on "person at front door" instead of the doorbell button push is an option for people who have camera systems with person detection. This trigger shows not only the doorbell pushers but also delivery people and weirdos.
I’m using it to generate an image when a person rings the doorbell. I don’t need to watch the person moving in real time, just an image to see who it is. But I can see why some may want the live video feed.
@@michaelsleen Where I live UPS/FEDEX ring the bell. If they wait, they want a signature. Aslo, another way to handle the doorbell is conditional trigger in the dashboard itself that displays video without server side intervention. The video display space doesn't show when the trigger conditions aren't met. So many options in HA.
As someone who is new to even the research phase of this solution, there is a fundamental question I have never seen answered regarding the Apple TV functionality. Assuming the correct device compatibility and configuration, does the pop-up functionality work for every single thing you could conceivably be doing with the Apple TV? In other words, is there anything you could be doing on the Apple TV which would suppress a doorbell pop-up overlay?
I have the native Apple TV video pop up feature enabled (no Home Assistant work around) and if turned on in the Apple TV system settings, the notification pop up appears no matter what you are doing on the Apple TV. I have never found and instance that it doesn't. Maybe when playing a full screen game? That's the only. thing I dont ever use my Apple TV for so I can't answer for that scenario.
Thank you very much for sharing your experience. I kind of assumed I would have seen at least some mention somewhere if the pop-up behavior was conditional in any manner. It's good to hear a current user explicitly state that it isn't.
A couple of exotic things to try in home assistant. The integration start/stop function may work to disable the doorbell homekit on the HA side. The doorbell would still work for the non-homekit functions. Another would be to temporarily block the AppleTV from the homekit hub by a fire wall rule This can be done in unifi integration if one is using unifi networking. Of course you would need to have more than one homekit hub enabled.
I mean it depends on your personal setup and what you want. We have on TV and it's in the basement, and we have a wall-mounted tablet on the main floor in the kitchen, so seeing a notification on both is nice for us.
You lost me at Apple :D
😞
And for the record i do currently use an iPhone :)
Great video, I own a Google TV and the way I did it was streaming the doorbell camera to the TV for a min and then stop the stream. Not picture in picture tho. Sharing the automation
alias: Front Camera on TV
description: ""
triggers:
- trigger: state
entity_id:
- binary_sensor.front_door_person_detected
to: "on"
conditions: []
actions:
- if:
- condition: state
entity_id: media_player.sony_xr_75x90k
state: "on"
then:
- action: camera.play_stream
data:
format: hls
media_player: media_player.basement_tv_2
target:
entity_id: camera.front_doorbell_wifi_main
- delay:
hours: 0
minutes: 1
seconds: 0
milliseconds: 0
- action: media_player.media_stop
metadata: {}
data: {}
target:
entity_id: media_player.basement_tv_2
mode: single
I'm not sure why I would show a just still image on the tablet. I show the webRTC video feed. This can be set up to talk to the person at the door. I also check to see if the tablet is in use before taking over the screen to show the door video feed. In addition to the doorbell feed , a tablet can be set up to show a person or car outside under certain conditions, assuming the camera system has object detection. Also, triggering on "person at front door" instead of the doorbell button push is an option for people who have camera systems with person detection. This trigger shows not only the doorbell pushers but also delivery people and weirdos.
I’m using it to generate an image when a person rings the doorbell. I don’t need to watch the person moving in real time, just an image to see who it is. But I can see why some may want the live video feed.
@@michaelsleen Where I live UPS/FEDEX ring the bell. If they wait, they want a signature. Aslo, another way to handle the doorbell is conditional trigger in the dashboard itself that displays video without server side intervention. The video display space doesn't show when the trigger conditions aren't met. So many options in HA.
Great video! But what if you don`t have an iPhone and still want an img og video stream on your Apple TV? Can this be done with a Ring video doorbell?
One option is to run Homebridge on a server with the Ring plug-in installed.
I'd be very intested in how to do this on an Nvidia Shield or similar Android TV device.
Hi, check my comment, maybe it will help you.
Another person commented with their solution for Android TVs.
As someone who is new to even the research phase of this solution, there is a fundamental question I have never seen answered regarding the Apple TV functionality.
Assuming the correct device compatibility and configuration, does the pop-up functionality work for every single thing you could conceivably be doing with the Apple TV? In other words, is there anything you could be doing on the Apple TV which would suppress a doorbell pop-up overlay?
I have the native Apple TV video pop up feature enabled (no Home Assistant work around) and if turned on in the Apple TV system settings, the notification pop up appears no matter what you are doing on the Apple TV. I have never found and instance that it doesn't. Maybe when playing a full screen game? That's the only. thing I dont ever use my Apple TV for so I can't answer for that scenario.
Thank you very much for sharing your experience. I kind of assumed I would have seen at least some mention somewhere if the pop-up behavior was conditional in any manner. It's good to hear a current user explicitly state that it isn't.
It pops up every time for us when watching the TV.
A couple of exotic things to try in home assistant. The integration start/stop function may work to disable the doorbell homekit on the HA side. The doorbell would still work for the non-homekit functions. Another would be to temporarily block the AppleTV from the homekit hub by a fire wall rule This can be done in unifi integration if one is using unifi networking. Of course you would need to have more than one homekit hub enabled.
Theres a notification blueprint that works on google TV no need for a tablet.
I mean it depends on your personal setup and what you want. We have on TV and it's in the basement, and we have a wall-mounted tablet on the main floor in the kitchen, so seeing a notification on both is nice for us.