Hi
I hope that anyone can help with this automation.
I used the blueprint with my nest doorbell.
The automation works nice when l activated manually ( from The file in blueprint ) . It send a snapshot
But when the doorbell is being pressed , nothing is happening. I get nothing!!!.
I have Nest doorbell. I don’t have a sensor as it written in the blue print. I put my camera name in this felt.
I don’t know if this is the reason for this problem ? But can’t find another sensor to put in this felt ( in the blue print)
I hope that anyone with nest doorbell can help. Thank you in advance :
This is a screen shot of the blueprint in my automation
So I guess you need to set up he Smart Device Management API and Google’s Cloud Pubsub to efficiently listen for changes in device state or other events.
After I looked in the google nest document and making som research.
I could create a binary sensor ( doorbell button) and motion sensor from a yaml file.
But when I try the blueprint to make it work with my nest doorbell, I can’t find the trigger sensor in the field of binary sensor. I have to write it by my self. But it didn’t help with activation / trigger the automation.
I can see these created binary sensors under developer / entities , but I can’t find in the blueprint (it shows no entity exists)
So I think that I am still missing to find the right trigger in this automation.
I have previously created automation that play a streaming video on my Samsung tv when the doorbell bell is pressed,
I think the right trigger could be by using trigger when doorbell is pressed as I didn’t in my automation.
Like it showing in this example:
My question is: how can I combine the trigger in my automation with the blueprint to make it work.
As I said before this blueprint works fine when I activate it manually from the file. But nothing happened when doorbell is pressed.
I think I give up🤔.
I removed the line. Device class door.
Nothing changed.
I will try find out with other automation. I hope someone with nest doorbell already did it.
I already get a notification and live stream to my phone through nest app
But I want this automation through home assistant to be able to combine it with other scenes.
No . It doesn’t show any entity. ( no matching entities found) under push button
I can see drop down list when choosing the cam, but not with push button.
I restarted HA many times after adding binary sensors.
Then i can only advice you to check your logs, because it should show all binary sensors in your system, and apparently, none has registered on you system…
getting notification on iOS are somewhat not useful as you can barely see the screenshot image (it’s way too small and if you by accident clicked on the notification you are missing the one time opp to see it). I was thinking if there is any possible way to send those alert notification to WhatsApp (with the new API way)? then you will have history, a way to re-look at the screenshot. much better than device notification.
Is it possible to add a time when the notifications should be sended (activ)? For example i don’t want to get a notification in the night when there is an animal, or heavy rain with wind, so the motion got detected.
But I want a notification when a person is detected in the night (I have already 3 motion sensors for that , but I can’t implement the time in the Blueprint)
So how can I do this? Thanks to all!
Edit: Ok i solved it with another automation that set on or off the others for the time I want, works well!