AndBobsYourUncle / hassio-addons

73 stars 41 forks source link

No output #6

Open r34220 opened 6 years ago

r34220 commented 6 years ago

I see 200 codes in the logs but no broadcast comes through my Google Homes. It has just suddenly stopped working. Please help.

X.X.X.X - - [16/May/2018 20:30:00] "GET /broadcast_message?message=Motion+detected+in+the+back+yard! HTTP/1.1" 200 -

heymoe commented 6 years ago

I noticed my broadcast messages have stopped working also within the last few days but haven't had time to look into it yet. Maybe Google change the API or something?

I'm currently running Hass.io v0.68.1 on a Pi3 and I haven't made any significant changes to my HA config in a while.

wbradmoore commented 6 years ago

I've noticed the same. I recall hearing that there were changes to Google Assistant product APIs coming, Google I/O was just a few days ago.

B-Kramer commented 6 years ago

Mine no longer works either, no config changes and just stopped.

adam-cartwright commented 6 years ago

Google disabled broadcast ability from the grpc service. Possibly can use the send_text_query method in the GA library (https://developers.google.com/assistant/sdk/reference/library/python/#google.assistant.library.Assistant.send_text_query)

heymoe commented 6 years ago

FYI: It started working for me again yesterday. Based on info from elsewhere, Google re-enabled the API command that they disabled way back when.

heymoe commented 6 years ago

For reference in case any one is interested:

https://github.com/endoplasmic/google-assistant/issues/52