For some time now I cant controll any light true the googlehome app or voice command. With voice command I get device is not configured. From the app (google home) cant connect to light. I run google assistant true the cloud service nabu casa. Have resync devices from the cloud settings and true google assistant with voice command. All my devices shows up in tha GA app but cant control them. Have disable and renable GA from the cloud settings and from googleassistant app hass.io. When I try to control a light true GA I get this in my home-assistant.log
2019-05-04 20:47:03 ERROR (MainThread) [homeassistant.components.google_assistant.smart_home] Unexpected error
Traceback (most recent call last):
File â/usr/src/app/homeassistant/components/google_assistant/smart_home.pyâ, line 253, in _process
result = await handler(hass, data, inputs[0].get(âpayloadâ))
File â/usr/src/app/homeassistant/components/google_assistant/smart_home.pyâ, line 380, in handle_devices_execute
execution.get(âparamsâ, {}))
File â/usr/src/app/homeassistant/components/google_assistant/smart_home.pyâ, line 197, in execute
await trt.execute(command, data, params)
File â/usr/src/app/homeassistant/components/google_assistant/trait.pyâ, line 272, in execute
}, blocking=True, context=data.context)
File â/usr/src/app/homeassistant/core.pyâ, line 1138, in async_call
self._execute_service(handler, service_call))
File â/usr/src/app/homeassistant/core.pyâ, line 1160, in _execute_service
await handler.func(service_call)
File â/usr/src/app/homeassistant/components/light/init.pyâ, line 262, in async_handle_light_on_service
raise UnknownUser(context=service.context)
homeassistant.exceptions.UnknownUser: UnknownUser
2019-05-04 20:47:03 ERROR (MainThread) [homeassistant.components.google_assistant.smart_home] Error handling message {âinputsâ: [{âcontextâ: {âlocale_languageâ: âenâ}, âintentâ: âaction.devices.EXECUTEâ, âpayloadâ: {âcommandsâ: [{âdevicesâ: [{âidâ: âlight.bibl_dim_fgd_212_49â}], âexecutionâ: [{âcommandâ: âaction.devices.commands.OnOffâ, âparamsâ: {âonâ: True}}]}]}}], ârequestIdâ: â5612100127270297418â}: {âerrorCodeâ: âunknownErrorâ}