Ivan Kalchev
Ivan Kalchev
I would definitely would like these checks added. However, can we remove them from travis until we address the issues, as otherwise the builds will fail. What do you think
Hey thanks for the nice words and also sorry for the late reply! You can pull data, but you would need to register your hooks to collect this data. For...
I just clicked the link above - it works. Can you try again?
I see the problem. This can be handled in the setters for the bulb I guess (with a small wait before applying I suppose). How do you think it would...
`set_value` is not thread-safe that's true - the server thread can set that as part of handling a user request, while in the same time the Accessory thread can set...
The chars are the only shared state, which are solely manipulated through `set_value`. At least I cannot recall another such place.
Here is the color temp: https://github.com/ikalchev/HAP-python/blob/dev/pyhap/resources/characteristics.json#L185 As for the Switch, I only see a Stateless Programmable switch. Let me look into it and I will get back to you
By real, do you mean existing products like e.g. Philips Hue?
I regularly run two instances of HAP in the same network, so it's definitely possible. When you say: > my iPhone is connecting, the Apple TV and my computer seem...
Are the ATV and mac part of the same apple account? Once someone pairs with an accessory, the other devices of that someone get info about the accessory (keys, etc)...