J. Nick Koston

Results 1005 comments of J. Nick Koston

BlueZ is the Official Linux Bluetooth protocol stack http://www.bluez.org/ There really aren't any other realistic choices for complete bluetooth implementations on linux.

> I am also seeing this same "bug" i have to unplug Bluetooth adapter and plug back in to solve issue. but every couple days it stops working. I am...

Thinking about this some more, I think it would be a nicer workflow to be able to create discovery flows for each discovered camera. That would require some core changes...

The adopt button appears but its unavailable

Restarting made the button available. It seems like its only a problem if the integration is added after the device is available to adopt?

Retesting. Button worked 👍 But I got an exception when I used it and the camera is showing unavailable ``` 2022-08-25 13:34:47.935 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new button.unifiprotect entity: button.g4_bullet_adopt_device...

Remains unavailable after reload, but more entities get created ``` 2022-08-25 13:36:36.436 INFO (MainThread) [pyunifiprotect.api] Websocket re-connected successfully 2022-08-25 13:36:37.182 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.unifiprotect 2022-08-25 13:36:37.182 INFO (MainThread)...

Reloaded again and everything worked. So likely a race somewhere

Repoed 2 more times Same exception ``` 2022-08-25 13:44:56.681 ERROR (MainThread) [pyunifiprotect.websocket] Error processing websocket message Traceback (most recent call last): File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/pyunifiprotect/websocket.py", line 69, in _process_message sub(msg) File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/pyunifiprotect/api.py",...

> Pulled in the dep update into this PR. I can split it back out if it works after testing is finished. Will retest shortly