Jc2k
Jc2k
@Entropy512 when homekit_controller pairs a device it stores a copy of what it calls the "entity map". This is JSON. In the case of the IP backend, this is pretty...
@LukasGrebe some here, and some in homekit_controller. From what I recall, the hard part is setting up an RTSP stream and interfacing it with the ffmpeg stuff in HA core....
The easy thing first. The doorbell button has been supported for.. probably over a year. There wasn't really a way for home assistant to have entities for it though. Entities...
Hi, sorry it's a known problem outside of home assistant. Pairing works but the encryption keys aren't saved. I'd love to make the cli fully functional again but short of...
In theory, versions < 2 should work as the split to enable multiple backend transports hadn't happened. There might be other problems of course.
Wemo Stage and Eve Thermo are the sleepy HAP devices I'm testing with FWIW.
As I said in ^, bumping ACK_TIMEOUT to 10 has got rid of thousands of "Received Type.ACK from but could not match it to a running exchange" warnings in my...
I think we want both - it seems daft (and wasteful) to retransmit when we know sleepy thread devices will "timeout" half the time. But equally if it's valid to...
(But yes, I plucked 10s out of the air, we should use something closer to the spec - I thought it was 5s but haven't checked)
This has been said in other tickets, but duping here. Latest aiocoap should no longer RST in violation of spec and makes re-transmit dupe ACK's less noisy in the logs....