I have emulated hue component to support Google Home and Amazon echo for voice commands. Both were working good and today Google Home stopped working. Some time it will respond with OK but no action and nothing in log like error or anything. But amaxon echo works without any issue. Anyone having same/similar issue? I found this in Google forum but not sure it’s related to the issue I am having.
Could you please confirm firmware version of Google Home by going to device settings and at the bottom in information? Mine is 78295, thanks a lot.
Do you have secured (SSL) home assistant?
I have SSL setup and when I say any command to Google Home responds with “OK…” but nothing happens and nothing in HA logs, while same command works on Alexa and HA logs shows the command and action.
I had an issue yesterday where the Google Home wouldn’t understand or would say the device was not available even though it showed in the Google Home App - I rebooted the device and it started working again as expected. Maybe give that a try if you haven’t already.
No, not exactly same moment but give first command to GH and wait for result and then give same command to Echo and see the result. Next time first give command to Echo and then GH and see the results.
No, HA config has emulated hue component like following and 3 Google Homes and Amazon Echo connects to it.
emulated_hue:
host_ip: 192.168.1.149
type: google_home
# Google Home does not work on different ports.
listen_port: 80
off_maps_to_on_domains:
- script
- scene
expose_by_default: false