Hello, i use the latest version of Homeassistant OS 12.3 Core 2024.7.2 on raspberry pi5
I installed uniled via HACS and want to use it via settings -add intergrations -uniled and get the error no devices found on the network.
In debug log i see (SP110E) not supported - but it should be supported. what can i do?
when trying to add my SP110E bluetooth controller on an RPi 5 HA Core installation.
Debug log
2024-07-17 13:34:16.191 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-07-17 13:34:16.192 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration miele which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-07-17 13:34:16.193 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration uniled which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-07-17 13:34:18.320 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/frontend", "/config/custom_components/hacs/hacs_frontend", False)]); This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 54: hass.http.register_static_path(f"{URL_BASE}/frontend", locate_dir(), cache_headers=False), please create a bug report at https://github.com/hacs/integration/issues
2024-07-17 13:34:18.355 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/iconset.js", "/config/custom_components/hacs/iconset.js", True)]); This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 57: hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues
2024-07-17 13:34:18.369 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues
2024-07-17 13:34:20.695 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.helpers.event. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from event directly at custom_components/hacs/base.py, line 630: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues
2024-07-17 13:34:23.786 DEBUG (MainThread) [custom_components.uniled.lib.ble.device] Checking support for: 'FF:FF:10:00:0C:91' (SP110E)... AdvertisementData(local_name='SP110E', manufacturer_data={65535: b'\x10\x00\x0c\x91'}, service_uuids=['0000ffe0-0000-1000-8000-00805f9b34fb'], rssi=-127)
2024-07-17 13:34:23.786 DEBUG (MainThread) [custom_components.uniled.lib.ble.device] Device 'FF:FF:10:00:0C:91' (SP110E) not supported!
2024-07-17 13:34:44.299 DEBUG (MainThread) [custom_components.uniled.lib.ble.device] Checking support for: 'FF:FF:10:00:0C:91' (SP110E)... AdvertisementData(local_name='SP110E', manufacturer_data={65535: b'\x10\x00\x0c\x91'}, service_uuids=['0000ffe0-0000-1000-8000-00805f9b34fb'], rssi=-85)
2024-07-17 13:34:44.300 DEBUG (MainThread) [custom_components.uniled.lib.ble.device] Device 'FF:FF:10:00:0C:91' (SP110E) not supported!
2024-07-17 13:34:44.300 DEBUG (MainThread) [custom_components.uniled.lib.ble.device] Checking support for: '55:9E:2C:4E:13:91' (55-9E-2C-4E-13-91)... AdvertisementData(manufacturer_data={76: b'\x16\x08\x00\n|{R\xb8\x0e{'}, rssi=-127)
2024-07-17 13:34:44.300 DEBUG (MainThread) [custom_components.uniled.lib.ble.device] Device '55:9E:2C:4E:13:91' (55-9E-2C-4E-13-91) not supported!
2024-07-17 13:34:44.300 DEBUG (MainThread) [custom_components.uniled.lib.ble.device] Checking support for: '3B:BC:FA:6C:D1:40' (3B-BC-FA-6C-D1-40)... AdvertisementData(manufacturer_data={6: b'\x01\t "\x85\xd8\xf9\xef\xab\xa1\xa2\xb6\xefu\xdctzA\xb26\x86hW\x13\xdc\xf2:'}, rssi=-88)
2024-07-17 13:34:44.300 DEBUG (MainThread) [custom_components.uniled.lib.ble.device] Device '3B:BC:FA:6C:D1:40' (3B-BC-FA-6C-D1-40) not supported!
Hello, i use the latest version of Homeassistant OS 12.3 Core 2024.7.2 on raspberry pi5 I installed uniled via HACS and want to use it via settings -add intergrations -uniled and get the error no devices found on the network. In debug log i see (SP110E) not supported - but it should be supported. what can i do?
Version of the custom_component
UniLED v2.2.5
Configuration
Loads default set of integrations. Do not remove.
default_config:
Load frontend themes from the themes folder
frontend: themes: !include_dir_merge_named themes
automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml
-----------------------------------------------------------
RPi CPU Temperatur
-----------------------------------------------------------
command_line:
------------------------------------------------------------
log
------------------------------------------------------------
logger: default: warning logs: custom_components.uniled: debug
Describe the bug
I'm getting
when trying to add my SP110E bluetooth controller on an RPi 5 HA Core installation.
Debug log
2024-07-17 13:34:16.191 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-07-17 13:34:16.192 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration miele which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-07-17 13:34:16.193 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration uniled which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-07-17 13:34:18.320 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead call
await hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/frontend", "/config/custom_components/hacs/hacs_frontend", False)])
; This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 54: hass.http.register_static_path(f"{URL_BASE}/frontend", locate_dir(), cache_headers=False), please create a bug report at https://github.com/hacs/integration/issues 2024-07-17 13:34:18.355 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' calls hass.http.register_static_path which is deprecated because it does blocking I/O in the event loop, instead callawait hass.http.async_register_static_paths([StaticPathConfig("/hacsfiles/iconset.js", "/config/custom_components/hacs/iconset.js", True)])
; This function will be removed in 2025.7 at custom_components/hacs/frontend.py, line 57: hass.http.register_static_path(, please create a bug report at https://github.com/hacs/integration/issues 2024-07-17 13:34:18.369 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues 2024-07-17 13:34:20.695 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.helpers.event. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from event directly at custom_components/hacs/base.py, line 630: self.hass.helpers.event.async_track_time_interval(, please create a bug report at https://github.com/hacs/integration/issues 2024-07-17 13:34:23.786 DEBUG (MainThread) [custom_components.uniled.lib.ble.device] Checking support for: 'FF:FF:10:00:0C:91' (SP110E)... AdvertisementData(local_name='SP110E', manufacturer_data={65535: b'\x10\x00\x0c\x91'}, service_uuids=['0000ffe0-0000-1000-8000-00805f9b34fb'], rssi=-127) 2024-07-17 13:34:23.786 DEBUG (MainThread) [custom_components.uniled.lib.ble.device] Device 'FF:FF:10:00:0C:91' (SP110E) not supported! 2024-07-17 13:34:44.299 DEBUG (MainThread) [custom_components.uniled.lib.ble.device] Checking support for: 'FF:FF:10:00:0C:91' (SP110E)... AdvertisementData(local_name='SP110E', manufacturer_data={65535: b'\x10\x00\x0c\x91'}, service_uuids=['0000ffe0-0000-1000-8000-00805f9b34fb'], rssi=-85) 2024-07-17 13:34:44.300 DEBUG (MainThread) [custom_components.uniled.lib.ble.device] Device 'FF:FF:10:00:0C:91' (SP110E) not supported! 2024-07-17 13:34:44.300 DEBUG (MainThread) [custom_components.uniled.lib.ble.device] Checking support for: '55:9E:2C:4E:13:91' (55-9E-2C-4E-13-91)... AdvertisementData(manufacturer_data={76: b'\x16\x08\x00\n|{R\xb8\x0e{'}, rssi=-127) 2024-07-17 13:34:44.300 DEBUG (MainThread) [custom_components.uniled.lib.ble.device] Device '55:9E:2C:4E:13:91' (55-9E-2C-4E-13-91) not supported! 2024-07-17 13:34:44.300 DEBUG (MainThread) [custom_components.uniled.lib.ble.device] Checking support for: '3B:BC:FA:6C:D1:40' (3B-BC-FA-6C-D1-40)... AdvertisementData(manufacturer_data={6: b'\x01\t "\x85\xd8\xf9\xef\xab\xa1\xa2\xb6\xefu\xdctzA\xb26\x86hW\x13\xdc\xf2:'}, rssi=-88) 2024-07-17 13:34:44.300 DEBUG (MainThread) [custom_components.uniled.lib.ble.device] Device '3B:BC:FA:6C:D1:40' (3B-BC-FA-6C-D1-40) not supported!