guino / BazzDoorbell

125 stars 22 forks source link

Send message to Google Home speakers when someone is press te bell #16

Closed Ricardo1320-del closed 3 years ago

Ricardo1320-del commented 3 years ago

Maybe someone has already found it. Is there a way to send a message to Google Home Speakers from the bell via bash or something?

jilleb commented 3 years ago

I've used Homey to get this working. You can either call a webhook that triggers a Google TTS event on Homey or link a flow to the 433Mhz signal.

Ricardo1320-del commented 3 years ago

I've used Homey to get this working. You can either call a webhook that triggers a Google TTS event on Homey or link a flow to the 433Mhz signal.

Found that busybox has no curl or wget? Is there a way to send an http request?

guino commented 3 years ago

@m-Aiden see: https://github.com/guino/BazzDoorbell/issues/2#issuecomment-757497746

Ricardo1320-del commented 3 years ago

Already fix this.. Doorbell send a mqtt message to Home Assistant and they play a sound on Google Home.