Teemu R.

Results 688 comments of Teemu R.

No updates on this from my side, nor it is rather likely that I can find enough time for this in the near future. The path format is currently unknown...

Hi @ZeliardM, if you want, feel free to create a PR to add a homekit module to iot modules. It would be great to have an updated fixture containing a...

Okay, let's keep this open in case someone chimes in, thanks for the explanation!

Do you have such a device? Is it not working already? If you try with the cli tool like instructed in the docs, does it get discovered?

That error is very generic, so do you see any more information in the logs? Did you already try if the cli tool is working? For testing, it would be...

Okay, so the tls handshake is failing for some reason. You can try to pass `--debug` as instructed by the error message to get much more output. The discovery data...

Are you running the latest version from pypi/git? The response looks on the surface like what's expected, so if this is happening on the newest version, something unexpected is failing...

It could be that you are trying to request more properties than the firmware supports using a single query. You could try `get_properties(wanted_properties, max_properties=1)` to see if that works for...

Probably related to #1498

Hi @DaveGut, interesting findings, thanks for reporting! If you wish, feel free to create pull requests to 1) add port 20004 to the discovery, and 2) [to contribute a fixture...