andrei-tatar / node-red-contrib-smartnora

Node Red Google Home integration
https://smart-nora.eu/
109 stars 24 forks source link

Doorbell #214

Closed Jozef73 closed 2 years ago

Jozef73 commented 2 years ago

Dear Andrei,

I can't trigger Doorbell in my phone to show notifications in Google Home App. Sending payload from NodeRed (as your example) don't work, successfuly injected. Voice notification is turned ON and Doorbell assigned in my house/room. Doorbell presented in GH.

Any advice?

thank you

jozef

FireWizard52 commented 2 years ago

Hi,

Try to Inject beside the payload a msg.topic = ObjectDetection.

Regards

andrei-tatar commented 2 years ago

@Jozef73 I'm not sure if you can get the notifications on your phone. As far as I know, it works only on Google Home speakers or smart displays.

If you want to get notifications on the phone, you can use the notify node.

image

FireWizard52 commented 2 years ago

@Jozef73,

I just realized now that your question applies to receiving notifications in your Google Home app on your smartphone. I thought that it concerned the notification on a Google Home speaker.

Ignore my previous comment.

Regards

Jozef73 commented 2 years ago

Dear Andrei,

notify node works well, but I need Google Home app (mobile) notifications from Doorbell created by NodeRed.

I tried to inject msg.topic = ObjectDetection, it also not works.

Picture1

On developer Google home there is some description, but I think your node is constructed differently. { "ObjectDetection": { "objects": { "named": [ "Alice" ] }, "priority": 0, "detectionTimestamp": 946684800000 } }

I think I should be able to receive notfication from NodeRed/Doorbell.

Thank you jozef

andrei-tatar commented 2 years ago

@Jozef73 as I said, you will not receive doorbell notifications on your phone.

Notifications for smart home Actions

Google Assistant provides these notifications to users as announcements on smart speakers and smart displays. Proactive notifications are turned off by default. Users have the ability to turn on or off all proactive notifications from the Google Home app.

So you will only get announcements on your smart speakers and smart displays. Not phone!

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 14 days with no activity.

github-actions[bot] commented 2 years ago

This issue was closed because it has been inactive for 7 days since being marked as stale.