Jc2k

Results 279 comments of Jc2k

The plan for OSX support is to use /etc/resolver to declare a local TLD (such as .dev): http://blog.scottlowe.org/2006/01/04/mac-os-x-and-local-domains/ You would put something like this in `/etc/resolver/dev`: ``` nameserver 127.0.0.1 port...

https://github.com/home-assistant/core/pull/87550 and https://github.com/Jc2k/aiohomekit/pull/282 should fix the BLE config entries to be migratable with less gross-ness.

Both of those are now merged. Hoping to get my yellow set up next. Then: Rebase https://github.com/roysjosh/core/commit/34158d6c5db548f3cf24844448e1d3e602d943a9 and then use the new thread datastore (should take a key into the...

I've changed the `controller` interface a little so we can do coap specific async_find inside the service call: ```python async def thread_provision(service: ServiceCall) -> None: hkid: str = service.data[ATTR_HKID] network_name:...

Latest iteration adds a button to the config panel of supported devices that writes the TLV of the current "preferred" thread network. The user doesn't have to know the hkid...

"Provision" button tested and working. The TLV format used by HA (which is what meshcop uses) is different. Not just different keys, but big/little endian fun too. Still some glitches...

Latest version closes existing connection before starting, so its always running in a clean session. With this in place i've got a 10/10 success rate with Nanoleaf. Before it pretty...

Did a couple of Eve Energy test provisions - looks good. I'm pretty happy with where this is, and i'm ready to merge it I think.

We think we understand the cause of this warning: ``` 2022-11-06 13:39:46.944 WARNING (MainThread) [coap-server] Received Type.ACK from , but could not match it to a running exchange. ``` It's...

Hi, HomeAssistant dev here (specifically for the homekit_controller integration). Happy to confirm this is a correct summary of my conversations with @Nixellion - providing a unique and stable identifier like...