You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to sync the lights I have configured in HASSIO to be used under KODI using the HUE integration that both have.
Steps to Reproduce
Installing a clean version of stable or develop on Home Assistant 2021.8.8 on a RPi4.
Trying to manually add the HUE integration in HASSIO, when activating the link mode I always get an "Unexpected error".
The same on KODI TV 19.1 I install Hue Service and end up with a common message "Hue bridge not found".
Other times it just works and discovers the bridge on both sides but the integration starts duplicating objects and my 9 lights (lifx and xiaomi) end up turning out to be over 500.
Expected behavior
Logs
021-08-24 21:30:33,519 DEBUG emulated_hue.api -- [192.168.123.1] GET /api/aEe56Ad6C446F4f6fbC304acf11F7dbD88D5DA73/
2021-08-24 21:30:33,590 ERROR aiohttp.server -- Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 422, in _handle_request
resp = await self._request_handler(request)
File "/usr/local/lib/python3.9/site-packages/aiohttp/web_app.py", line 499, in _handle
resp = await handler(request)
File "/app/emulated_hue/api.py", line 92, in wrapped_func
return await func(cls, request)
File "/app/emulated_hue/api.py", line 494, in get_full_state
"scenes": await self.async_scene_to_full_state(),
File "/app/emulated_hue/api.py", line 478, in async_scene_to_full_state
scenes_group = scene_data["group"]
KeyError: 'group'
Hardware Info:
Architecture (Ex: x86, ARM):
Addon version (Ex: stable or dev):
Value of "tag_commit_or_branch" if using dev:
OS (Ex: Windows 10, Ubuntu Buster):
Hardware (Ex: PC, Raspberry Pi 1/2/3/Zero):
Additional context
The text was updated successfully, but these errors were encountered:
It is obviously going to duplicate things in Hass if you add the emulator because the emulator gets the lights from Hass. So you created an infinite loop.
Describe the bug
I am trying to sync the lights I have configured in HASSIO to be used under KODI using the HUE integration that both have.
Steps to Reproduce
Installing a clean version of stable or develop on Home Assistant 2021.8.8 on a RPi4.
Trying to manually add the HUE integration in HASSIO, when activating the link mode I always get an "Unexpected error".
The same on KODI TV 19.1 I install Hue Service and end up with a common message "Hue bridge not found".
Other times it just works and discovers the bridge on both sides but the integration starts duplicating objects and my 9 lights (lifx and xiaomi) end up turning out to be over 500.
Expected behavior
Logs
021-08-24 21:30:33,519 DEBUG emulated_hue.api -- [192.168.123.1] GET /api/aEe56Ad6C446F4f6fbC304acf11F7dbD88D5DA73/
2021-08-24 21:30:33,590 ERROR aiohttp.server -- Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 422, in _handle_request
resp = await self._request_handler(request)
File "/usr/local/lib/python3.9/site-packages/aiohttp/web_app.py", line 499, in _handle
resp = await handler(request)
File "/app/emulated_hue/api.py", line 92, in wrapped_func
return await func(cls, request)
File "/app/emulated_hue/api.py", line 494, in get_full_state
"scenes": await self.async_scene_to_full_state(),
File "/app/emulated_hue/api.py", line 478, in async_scene_to_full_state
scenes_group = scene_data["group"]
KeyError: 'group'
Hardware Info:
Additional context
The text was updated successfully, but these errors were encountered: