J. Nick Koston

Results 2087 comments of J. Nick Koston

``` 2025-01-03 23:51:21.836 ERROR (MainThread) [homeassistant.components.tplink.coordinator] Error fetching 10.1.11.19 data: Unable to query the device 10.1.11.19:9999: 2025-01-03 23:51:58.406 ERROR (MainThread) [homeassistant.components.tplink.coordinator] Error fetching 10.1.11.19 data: Unable to query the device...

It does look like your event loop is being blocked for a bit by the assist pipeline. https://github.com/home-assistant/core/pull/130910 should fix that, but I haven't had time to finish that PR....

Looks like your system is being overloaded with tasks ![create_task](https://github.com/user-attachments/assets/477ac50b-b9d1-4ea2-8e54-77b58b3f37e1)

It looks like connect is also failing for the tplink xortransport ![tplink_xortransport](https://github.com/user-attachments/assets/ddd44306-37ae-46ea-bee7-475eb1d2c8d6)

> [callgrind and cprof with triggers.zip](https://github.com/user-attachments/files/18312073/callgrind.and.cprof.with.triggers.zip) > > Here another callgrind with triggers to the lights ![connect](https://github.com/user-attachments/assets/31c17931-85c6-409f-9bf6-1cc2b0cfa6bd) That one is timing out connecting as well So its likely either: 1....

https://github.com/python-kasa/python-kasa/pull/1424/files will improve the error reporting on timeout

> Bluetooth information incase this helps: > > ``` > Name: GVH5104_311C > Address: > Details: {'path': '/org/bluez/hci0/dev_', 'props': {'Address': '', 'AddressType': 'random', 'Name': 'GVH5104_311C', 'Alias': 'GVH5104_311C', 'Paired': False, 'Bonded':...

The data is enough but its not so useful unless it comes with a photo or screen shot of what the device is displaying with the same timestamp

The easiest way to do it is to turn on debug logs for `homeassistant.components.bluetooth`. You'll see all the updates in the log and than `tail -f` the log in a...

> > The easiest way to do it is to turn on debug logs for `homeassistant.components.bluetooth`. You'll see all the updates in the log and than `tail -f` the log...