Jc2k
Jc2k
PDB session ``` (Pdb) p self.ports.values() [[]] (Pdb) self.reload() (Pdb) p self.ports.values() [[51350]] ``` Maybe something like this? ```python # If a user has exposed a port then wait for...
## Proposed change This fixes Eve Energy support. homekit_controller can fail to parse the Eve Energy characteristic data because aiohomekit didn't handle TLV 11 (GATT User Descriptor). It also failed...
## Proposed change The unique_id of the config entry is supposed to be a normalized version of `AccessoryPairingID` for all transports. That allows a BLE pairing to be upgraded to...
Eve Degree 1.0, Firmware 1.2.8. macOS Ventura, python 3.10. HA dev, latest tag of aiohomekit. Pairing works and is pretty fast. Then I restarted HA and pretty much immediately got:...
Some Thread devices are sleepy - CoAP packets queue at routers. They are then delivered when the device wakes up. In some cases the default sleep intervals are longer that...
NFC tags and QR codes contain URL's that look like this: ``` X-HM://0071WK4SM7OSX (From the open source ADK) X-HM://0LGPH8HKW76WCKHQ7VMDVQSG95Y5ERK (From a Wemo Stage NFC tag) ``` I recently got a...
Eve devices have a bunch of settings behind a pair of characteristics: * `E863F131-079E-48FF-8F27-9C2605A29F52` - GetConfiguration (read only, no events) * `E863F11D-079E-48FF-8F27-9C2605A29F52` - SetConfiguration (write only) `SetConfiguration` takes a TLV...
``` 2022-09-21 09:00:19.497 WARNING (MainThread) [aiohomekit.controller.coap.connection] Pair verify failed Traceback (most recent call last): File "/Users/john/Projects/home-assistant/venv/lib/python3.9/site-packages/aiohomekit/controller/coap/connection.py", line 386, in connect await self.do_pair_verify(pairing_data) File "/Users/john/Projects/home-assistant/venv/lib/python3.9/site-packages/aiohomekit/controller/coap/connection.py", line 334, in do_pair_verify coap_client =...
**Is your feature request related to a problem? Please describe.** Conisder something like this: ``` echo ssh-rsa AAAAB3Nz...kUMRr rsa-key-20230629 > ~/.ssh/authorized_keys ``` If .ssh doesn't exist, you will get an...
Sorry I haven't had time to dig into this as much as i'd like but i've been getting: ``` Illegal instruction (core dumped) ``` When preparing a hyperscan database, on...