Led ble integrations

LEDBLE-0B9256 (78:9C:E7:0B:92:56)

show as device from discovery but impossible connect

device name LED LAMP-LED BLE

is a rgb light strip

this is error log

2022-09-10 16:34:26.117 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/led_ble/led_ble.py", line 558, in _execute_timed_disconnect
    await self._execute_disconnect()
  File "/usr/local/lib/python3.10/site-packages/led_ble/led_ble.py", line 570, in _execute_disconnect
    await client.stop_notify(read_char)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/client.py", line 851, in stop_notify
    raise BleakError("Characteristic {} not found!".format(char_specifier))
bleak.exc.BleakError: Characteristic None not found!

4 Likes

Same Problem on my end:
First Message:
Logger: led_ble.led_ble
Source: runner.py:119

LEDBLE-00BCD9: Device unexpectedly disconnected; RSSI: -64

Second Error Message:

LEDBLE-00BCD9: characteristic missing: Read characteristic missing; Stopping trying; RSSI: -64
Traceback (most recent call last):
File “/usr/local/lib/python3.10/site-packages/led_ble/led_ble.py”, line 637, in _send_command_while_connected
await self._send_command_locked(commands)
File “/usr/local/lib/python3.10/site-packages/led_ble/led_ble.py”, line 585, in _send_command_locked
await self._execute_command_locked(commands)
File “/usr/local/lib/python3.10/site-packages/led_ble/led_ble.py”, line 685, in _execute_command_locked
raise CharacteristicMissingError(“Read characteristic missing”)
led_ble.exceptions.CharacteristicMissingError: Read characteristic missing

1 Like