Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lights are not being setup correctly #17

Open
Wully616 opened this issue Feb 13, 2022 · 4 comments
Open

Lights are not being setup correctly #17

Wully616 opened this issue Feb 13, 2022 · 4 comments

Comments

@Wully616
Copy link

The integration picks up my 4 devices from OpenRGB, but I can only switch them on/off. I cannot set the colours of the LEDs. Looking at the logs, something is failing when the lights are getting added

System Health

version core-2022.2.2
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.9.7
os_name Linux
os_version 5.10.63-v8
arch aarch64
timezone Europe/London
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 7.2
update_channel stable
supervisor_version supervisor-2022.01.1
docker_version 20.10.9
disk_total 29.1 GB
disk_used 5.2 GB
healthy true
supported true
board rpi4-64
supervisor_api ok
version_api ok
installed_addons File editor (5.3.3), Samba share (9.5.1), SSH & Web Terminal (10.0.2), Terminal & SSH (9.3.0), Grafana (7.4.1)
Lovelace
dashboards 1
resources 0
views 4
mode storage

2022-02-13 00:24:41 ERROR (MainThread) [homeassistant.components.light] Error adding entities for domain light with platform openrgb Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 382, in async_add_entities await asyncio.gather(*tasks) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 614, in _async_add_entity await entity.add_to_platform_finish() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 772, in add_to_platform_finish await self.async_added_to_hass() File "/config/custom_components/openrgb/light.py", line 350, in async_added_to_hass if self._attr_unique_id not in self.hass.data[DOMAIN]["devices"][object_id]: KeyError: 'asrock_b450m_steel_legend_0' 2022-02-13 00:24:41 ERROR (MainThread) [homeassistant.components.light] Error while setting up openrgb platform for light Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 257, in _async_setup_platform await asyncio.gather(*pending) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 382, in async_add_entities await asyncio.gather(*tasks) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 614, in _async_add_entity await entity.add_to_platform_finish() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 772, in add_to_platform_finish await self.async_added_to_hass() File "/config/custom_components/openrgb/light.py", line 350, in async_added_to_hass if self._attr_unique_id not in self.hass.data[DOMAIN]["devices"][object_id]: KeyError: 'asrock_b450m_steel_legend_0' 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_0 already exists - ignoring light.asrock_b450m_steel_legend_0_rgb_led_1_header_1 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Error adding entities for domain light with platform openrgb Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 382, in async_add_entities await asyncio.gather(*tasks) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 614, in _async_add_entity await entity.add_to_platform_finish() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 772, in add_to_platform_finish await self.async_added_to_hass() File "/config/custom_components/openrgb/light.py", line 350, in async_added_to_hass if self._attr_unique_id not in self.hass.data[DOMAIN]["devices"][object_id]: KeyError: 'asrock_b450m_steel_legend_0' 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_1 already exists - ignoring light.asrock_b450m_steel_legend_0_rgb_led_2_header_1 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_2 already exists - ignoring light.asrock_b450m_steel_legend_0_pch_1 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_3 already exists - ignoring light.asrock_b450m_steel_legend_0_pch_2 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_4 already exists - ignoring light.asrock_b450m_steel_legend_0_pch_3 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_5 already exists - ignoring light.asrock_b450m_steel_legend_0_pch_4 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_6 already exists - ignoring light.asrock_b450m_steel_legend_0_pch_5 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_7 already exists - ignoring light.asrock_b450m_steel_legend_0_pch_6 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_8 already exists - ignoring light.asrock_b450m_steel_legend_0_pch_7 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_9 already exists - ignoring light.asrock_b450m_steel_legend_0_pch_8 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_10 already exists - ignoring light.asrock_b450m_steel_legend_0_io_cover_1 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_11 already exists - ignoring light.asrock_b450m_steel_legend_0_io_cover_2 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_12 already exists - ignoring light.asrock_b450m_steel_legend_0_io_cover_3 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_13 already exists - ignoring light.asrock_b450m_steel_legend_0_io_cover_4 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_14 already exists - ignoring light.asrock_b450m_steel_legend_0_io_cover_5 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_15 already exists - ignoring light.asrock_b450m_steel_legend_0_io_cover_6 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_16 already exists - ignoring light.asrock_b450m_steel_legend_0_io_cover_7 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_17 already exists - ignoring light.asrock_b450m_steel_legend_0_io_cover_8 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_18 already exists - ignoring light.asrock_b450m_steel_legend_0_io_cover_9 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_19 already exists - ignoring light.asrock_b450m_steel_legend_0_io_cover_10 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.asrock_b450m_steel_legend_0_led_20 already exists - ignoring light.asrock_b450m_steel_legend_0_addressable_header_1 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.amd_wraith_prism_1_led_0 already exists - ignoring light.amd_wraith_prism_1_logo_led 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.amd_wraith_prism_1_led_1 already exists - ignoring light.amd_wraith_prism_1_fan_led 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.amd_wraith_prism_1_led_2 already exists - ignoring light.amd_wraith_prism_1_ring_led 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.g502_hero_gaming_mouse_2_led_0 already exists - ignoring light.g502_hero_gaming_mouse_2_primary_led 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID light.g502_hero_gaming_mouse_2_led_1 already exists - ignoring light.g502_hero_gaming_mouse_2_logo_led 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_0 already exists - ignoring light.corsair_k70_lux_rgb_3_key_escape 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_1 already exists - ignoring light.corsair_k70_lux_rgb_3_key 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_2 already exists - ignoring light.corsair_k70_lux_rgb_3_key_tab 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_3 already exists - ignoring light.corsair_k70_lux_rgb_3_key_caps_lock 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_4 already exists - ignoring light.corsair_k70_lux_rgb_3_key_left_shift 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_5 already exists - ignoring light.corsair_k70_lux_rgb_3_key_left_control 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_6 already exists - ignoring light.corsair_k70_lux_rgb_3_key_f12 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_7 already exists - ignoring light.corsair_k70_lux_rgb_3_key_2 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_8 already exists - ignoring light.corsair_k70_lux_rgb_3_key_lock 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_9 already exists - ignoring light.corsair_k70_lux_rgb_3_key_number_pad_7 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_10 already exists - ignoring light.corsair_k70_lux_rgb_3_key_f1 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_11 already exists - ignoring light.corsair_k70_lux_rgb_3_key_1 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_12 already exists - ignoring light.corsair_k70_lux_rgb_3_key_q 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_13 already exists - ignoring light.corsair_k70_lux_rgb_3_key_a 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_14 already exists - ignoring light.corsair_k70_lux_rgb_3_key_left_windows 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_15 already exists - ignoring light.corsair_k70_lux_rgb_3_key_print_screen 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_16 already exists - ignoring light.corsair_k70_lux_rgb_3_key_media_mute 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_17 already exists - ignoring light.corsair_k70_lux_rgb_3_key_number_pad_8 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_18 already exists - ignoring light.corsair_k70_lux_rgb_3_key_f2 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_19 already exists - ignoring light.corsair_k70_lux_rgb_3_key_2_2 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_20 already exists - ignoring light.corsair_k70_lux_rgb_3_key_w 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_21 already exists - ignoring light.corsair_k70_lux_rgb_3_key_s 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_22 already exists - ignoring light.corsair_k70_lux_rgb_3_key_z 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_23 already exists - ignoring light.corsair_k70_lux_rgb_3_key_left_alt 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_24 already exists - ignoring light.corsair_k70_lux_rgb_3_key_scroll_lock 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_25 already exists - ignoring light.corsair_k70_lux_rgb_3_key_backspace 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_26 already exists - ignoring light.corsair_k70_lux_rgb_3_key_media_stop 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_27 already exists - ignoring light.corsair_k70_lux_rgb_3_key_number_pad_9 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_28 already exists - ignoring light.corsair_k70_lux_rgb_3_key_f3 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_29 already exists - ignoring light.corsair_k70_lux_rgb_3_key_3 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_30 already exists - ignoring light.corsair_k70_lux_rgb_3_key_e 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_31 already exists - ignoring light.corsair_k70_lux_rgb_3_key_d 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_32 already exists - ignoring light.corsair_k70_lux_rgb_3_key_x 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_33 already exists - ignoring light.corsair_k70_lux_rgb_3_key_pause_break 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_34 already exists - ignoring light.corsair_k70_lux_rgb_3_key_delete 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_35 already exists - ignoring light.corsair_k70_lux_rgb_3_key_media_previous 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_36 already exists - ignoring light.corsair_k70_lux_rgb_3_key_f4 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_37 already exists - ignoring light.corsair_k70_lux_rgb_3_key_4 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_38 already exists - ignoring light.corsair_k70_lux_rgb_3_key_r 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_39 already exists - ignoring light.corsair_k70_lux_rgb_3_key_f 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_40 already exists - ignoring light.corsair_k70_lux_rgb_3_key_c 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_41 already exists - ignoring light.corsair_k70_lux_rgb_3_key_space 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_42 already exists - ignoring light.corsair_k70_lux_rgb_3_key_insert 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_43 already exists - ignoring light.corsair_k70_lux_rgb_3_key_end 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_44 already exists - ignoring light.corsair_k70_lux_rgb_3_key_media_play_pause 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_45 already exists - ignoring light.corsair_k70_lux_rgb_3_key_number_pad_4 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_46 already exists - ignoring light.corsair_k70_lux_rgb_3_key_f5 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_47 already exists - ignoring light.corsair_k70_lux_rgb_3_key_5 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_48 already exists - ignoring light.corsair_k70_lux_rgb_3_key_t 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_49 already exists - ignoring light.corsair_k70_lux_rgb_3_key_g 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_50 already exists - ignoring light.corsair_k70_lux_rgb_3_key_v 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_51 already exists - ignoring light.corsair_k70_lux_rgb_3_key_home 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_52 already exists - ignoring light.corsair_k70_lux_rgb_3_key_page_down 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_53 already exists - ignoring light.corsair_k70_lux_rgb_3_key_media_next 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_54 already exists - ignoring light.corsair_k70_lux_rgb_3_key_number_pad_5 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_55 already exists - ignoring light.corsair_k70_lux_rgb_3_key_f6 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_56 already exists - ignoring light.corsair_k70_lux_rgb_3_key_6 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_57 already exists - ignoring light.corsair_k70_lux_rgb_3_key_y 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_58 already exists - ignoring light.corsair_k70_lux_rgb_3_key_h 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_59 already exists - ignoring light.corsair_k70_lux_rgb_3_key_b 2022-02-13 00:28:43 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_60 already exists - ignoring light.corsair_k70_lux_rgb_3_key_page_up 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_61 already exists - ignoring light.corsair_k70_lux_rgb_3_key_right_shift 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_62 already exists - ignoring light.corsair_k70_lux_rgb_3_key_num_lock 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_63 already exists - ignoring light.corsair_k70_lux_rgb_3_key_number_pad_6 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_64 already exists - ignoring light.corsair_k70_lux_rgb_3_key_f7 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_65 already exists - ignoring light.corsair_k70_lux_rgb_3_key_7 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_66 already exists - ignoring light.corsair_k70_lux_rgb_3_key_u 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_67 already exists - ignoring light.corsair_k70_lux_rgb_3_key_j 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_68 already exists - ignoring light.corsair_k70_lux_rgb_3_key_n 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_69 already exists - ignoring light.corsair_k70_lux_rgb_3_key_right_alt 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_70 already exists - ignoring light.corsair_k70_lux_rgb_3_key_8 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_71 already exists - ignoring light.corsair_k70_lux_rgb_3_key_right_control 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_72 already exists - ignoring light.corsair_k70_lux_rgb_3_key_number_pad 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_73 already exists - ignoring light.corsair_k70_lux_rgb_3_key_number_pad_1 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_74 already exists - ignoring light.corsair_k70_lux_rgb_3_key_f8 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_75 already exists - ignoring light.corsair_k70_lux_rgb_3_key_8_2 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_76 already exists - ignoring light.corsair_k70_lux_rgb_3_key_i 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_77 already exists - ignoring light.corsair_k70_lux_rgb_3_key_k 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_78 already exists - ignoring light.corsair_k70_lux_rgb_3_key_m 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_79 already exists - ignoring light.corsair_k70_lux_rgb_3_key_right_windows 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_80 already exists - ignoring light.corsair_k70_lux_rgb_3_key_ansi 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_81 already exists - ignoring light.corsair_k70_lux_rgb_3_key_up_arrow 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_82 already exists - ignoring light.corsair_k70_lux_rgb_3_key_number_pad_2 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_83 already exists - ignoring light.corsair_k70_lux_rgb_3_key_number_pad_2_2 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_84 already exists - ignoring light.corsair_k70_lux_rgb_3_key_f9 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_85 already exists - ignoring light.corsair_k70_lux_rgb_3_key_9 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_86 already exists - ignoring light.corsair_k70_lux_rgb_3_key_o 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_87 already exists - ignoring light.corsair_k70_lux_rgb_3_key_l 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_88 already exists - ignoring light.corsair_k70_lux_rgb_3_key_10 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_89 already exists - ignoring light.corsair_k70_lux_rgb_3_key_menu 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_90 already exists - ignoring light.corsair_k70_lux_rgb_3_key_left_arrow 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_91 already exists - ignoring light.corsair_k70_lux_rgb_3_key_number_pad_3 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_92 already exists - ignoring light.corsair_k70_lux_rgb_3_key_number_pad_3_2 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_93 already exists - ignoring light.corsair_k70_lux_rgb_3_key_f10 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_94 already exists - ignoring light.corsair_k70_lux_rgb_3_key_0 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_95 already exists - ignoring light.corsair_k70_lux_rgb_3_key_p 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_96 already exists - ignoring light.corsair_k70_lux_rgb_3_key_11 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_97 already exists - ignoring light.corsair_k70_lux_rgb_3_key_12 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_98 already exists - ignoring light.corsair_k70_lux_rgb_3_key_enter 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_99 already exists - ignoring light.corsair_k70_lux_rgb_3_key_down_arrow 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_100 already exists - ignoring light.corsair_k70_lux_rgb_3_key_number_pad_10 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_101 already exists - ignoring light.corsair_k70_lux_rgb_3_key_number_pad_0 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_102 already exists - ignoring light.corsair_k70_lux_rgb_3_key_f11 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_103 already exists - ignoring light.corsair_k70_lux_rgb_3_key_13 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_104 already exists - ignoring light.corsair_k70_lux_rgb_3_key_14 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_105 already exists - ignoring light.corsair_k70_lux_rgb_3_key_15 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_106 already exists - ignoring light.corsair_k70_lux_rgb_3_key_16 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_107 already exists - ignoring light.corsair_k70_lux_rgb_3_key_brightness 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_108 already exists - ignoring light.corsair_k70_lux_rgb_3_key_right_arrow 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_109 already exists - ignoring light.corsair_k70_lux_rgb_3_key_number_pad_enter 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_110 already exists - ignoring light.corsair_k70_lux_rgb_3_key_number_pad_11 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_111 already exists - ignoring light.corsair_k70_lux_rgb_3_key_iso 2022-02-13 00:28:44 ERROR (MainThread) [homeassistant.components.light] Platform openrgb does not generate unique IDs. ID 0E035014AF090CA258BB29E2F5001943_led_112 already exists - ignoring light.corsair_k70_lux_rgb_3_key_iso_2

@WhimsySpoon
Copy link

This is potentially related to the latest issue seen in #11 which may be due to lack of unique IDs

@WhimsySpoon
Copy link

@Wully616 the latest release (2.2) resolves this issue for me.

@Wully616
Copy link
Author

@WhimsySpoon im using 2.2 unfortunatly it doesnt fix it for me

@koying
Copy link
Owner

koying commented Feb 14, 2022

Could you please update the issue with a 2.2 log...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants