Emulated hue -stopped working Google Home but still Amazon echo/Alexa works

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.

https://productforums.google.com/forum/m/#!topic/googlehome/tOFxNFN_exg

Any troubleshooting steps? Emulated hub web page has all the entities as expected.

Anyone having issue with Google Home?

Mine is working fine on 0.38.3

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.

Thanks a lot.

Sorry, won’t be home for awhile. I don’t use SSL though, I just connect to my VPN if I need to access it remotely.

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.

are you using both at the same time?

I thought was possible either or

how you get that?

I have tried restarting it but didn’t help.
Thanks

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.

Sorry I mean you have both in the configuration.yaml?

Looking at HA logs and watching activity I see following lines when command gets successfully executed (from Echo)

17-02-22 10:27:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=homeassistant, service_call_id=14048497805xxxx-x, service=turn_on, service_data=entity_id=light.laundry_light>
17-02-22 10:27:36 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]: domain=light, service_call_id=14048497805xxxx-x, service=turn_on, service_data=entity_id=['light.laundry_light']>

But don’t see for Google Home.
Thanks

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

what do you mean the Echo connects to it?

I use discovery mode from Amazon Echo to find my emulated hue hub from my network, sorry.