Jörg X

Results 14 comments of Jörg X

Facing the exact same symptoms and logs on an LG TV and looked for the latest protocol spec. It appears Apple gives out R2 to non-commercial users. I'm not sure...

Did that, modified the constant straight in the installation. Here's the log output. If you DM me the instructions of how to get to a debugging setup so I can...

Something just happened, it worked! Without having a lot of information how to debug the install properly, I went into `log_support.py` and hardcoded the call to `getLogger().setLevel(5)`, then I restarted...

- `python -m homekit.get_accessories -a mytv -f pairing.json --log DEBUG` doesn't find `pairing.json`. I grep'ed through the HA docker instance and the host, there is no such file. Where do...

that's correct, I'm unaware of how to use the homekit's CLI. I can have a look at a clean install of it, any pointers are appreciated.

that should be it [homekit_controller-entity-map-cleansed.txt](https://github.com/jlusiardi/homekit_python/files/4049541/homekit_controller-entity-map-cleansed.txt)

I just ran the discover from the CLI client after walking through the installation and it coughs at cat 31 as well, with an identical traceback. I checked out `master`

@jlusiardi this commit fixed it. Here's the discovery output > $ python3 -m homekit.discover --log DEBUG > 2020-01-11 22:30:26,390 __init__.py:0100 DEBUG candidate data {b'md': b'Home Assistant Bridge', b'pv': b'1.0', b'id':...

Just chiming in to confirm the issue - it has behaved this way for me since the very beginning of Symfonisk encoder support. @TheNON75 - seeing that you use node-red,...

@mateusz-holenko - that's interesting. In a fit of trying to understand what the assumption behind the average execution time is, I simulated an STM32F4 and ran 1M loops of 100...