Hi All,
i recently moved from OpenHab and overall I am very impressed with HomeAssistant. Im pretty much setting things up 1-1, the final step is intergration with Google Assistant in NabuCloud, unfortunaltely this is where Im having issues.
In OpenHab any changes on the OpenHab Cloud were pushed to google and would show on the Google Home app almost instantly, but in NabuCloud a change there (in the web HA interface or my local HA interface) isnt reflected in google home unless google home is refreshed.
This would seem to be an issue with Google Home, but this wasnt an issue for the (free) OpenHab cloud.
Another strange (but no doubt related) issue is that when setting the status of a device (in this case a hue light) to ON in Google Home i always see the status as ON for 1-2 seconds and then it reverts to OFF, despite the light still being ON. Voice commands are different though, they do keep the correct status in Google Home, it doesnt revert back to an incorrect state and does should the correct state after a 3-5 second wait.
It seems others have had this issue, but no posts have a solution which doesnt include turning off google assistant status updates in HA:
…but thats like cutting off your arm because your scratched your finger!
Generally it does work, its just the status updates in google home which are problematic, is there any solution to this?
In the log i see the requests from Google together with a published response, no errors:
2024-11-08 08:25:37.360 DEBUG (MainThread) [hass_nabucasa.google_report_state] Received message:
{'msgid': '76a75fba9d884f99a0aef18c0e53406c',
'payload': {'requestId': '76a75fba9d884f99a0aef18c0e53406c'}}
2024-11-08 08:25:38.363 DEBUG (MainThread) [hass_nabucasa.google_report_state] Publishing message:
{'msgid': 'c61ec4b0a15447a99354e2cc35520dcc',
'payload': {'devices': {'states': {'switch.office_switch': {'on': True,
'online': True}}}}}
But this does appear sometimes:
2024-11-08 08:27:00.918 INFO (MainThread) [hass_nabucasa.google_report_state] Timeout while waiting to receive message`
If i cant solve it then i have to cancel the NabuCasa subscription, and move back to OpenHab, that would be a lot of work down the drain.