Jc2k

Results 279 comments of Jc2k

Are you able to try with this PR at all? https://github.com/ikalchev/HAP-python/pull/198/files The homekit client in homeassistant (which is not pyhap) sees pyhap as a HTTP/1.0 server and without this change...

Note that homeassistant has other known issues with homebridge, but you should go to the homeassistant issue tracker if you have problems with that.

FWIW, there is a HAP client over at https://github.com/jlusiardi/homekit_python/, which is about to get support for BLE HAP devices, and thats what HA currently uses for 5+ entity types.

It would be really nice if someone could look at @tomplus's work. I seem to have to monkey patch around this every time i want to use this library.

So I read the last comment from the author as being about getting feedback from upstream about the direction/approach? My bad 😄

In Home Assistant we tend to try and prefer `asyncio.timeout` over `asyncio.wait`, but its only available in 3.11 (we use the `async_timeout` library on

HA is working on a thread integration: https://github.com/home-assistant/core/tree/dev/homeassistant/components/thread The HA ecosystem will sync thread network connection settings into the store in this integration. Right now you can see how you...

Going to close this, as we did this ages ago and theres now a button in HA to move a device from bluetooth to thread.

From an API usability POV, I'd probably want to defer to @roysjosh here as he did the hard work on this, it looks like we could work with that...

If a crash + recovery happens quickly (before records expire) would we detect that connection might be broken?