core: Cannot connect BLE LED integration

The problem

Unable to install a LED BLE that has been discovered by Home Assistant. This is a Triones bulb and works perfectly with “Happy Lighting” App on my phone.

Screenshot (176)

What version of Home Assistant Core has the issue?

Home Assistant 2022.10.4; Supervisor 2022.10.0; Operating System 9.2; Frontend 20221010.0 - latest

What was the last working version of Home Assistant Core?

New integration

What type of installation are you running?

Home Assistant OS

Integration causing the issue

LED BLE

Link to integration documentation on our website

https://www.home-assistant.io/integrations/led_ble

Diagnostics information

N/A

Example YAML snippet

N/A

Anything in the logs that might be useful for us?

Logger: led_ble.led_ble
Source: /usr/local/lib/python3.10/site-packages/led_ble/led_ble.py:648
First occurred: 12:13:55 AM (6 occurrences)
Last logged: 12:19:00 AM

Triones-FFFF30059586: characteristic missing: Read characteristic missing; Stopping trying; RSSI: -33
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/led_ble/led_ble.py", line 636, 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 584, 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

Additional information

No response

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 21 (11 by maintainers)

Most upvoted comments

I think the best thing to do is wait for https://github.com/8none1/zengge_lednetwf to be added to flux_led and led-ble

Hi @bdraco,

I’ve bought this LED Strip which is also some kind of Triones device that gives the same error as @SunilKhusal reported. It is discovered by HA right away but gives a Failed to Connect error upon connecting with the same CharacteristicMissingError error in the stacktrace.

If you could let me/ us know how I can execute the script in HA, I’m more than happy to do that. I already tried it in the HA Core container but that doesn’t work because python does not seem to be available in the terminal (or I’m wrong).

Thanks in advance! Wesley