NoUseFreak / niko-home-control

Python connector for niko home control
MIT License
4 stars 7 forks source link

Added a new method to retrieve the state of a single item and updated… #3

Closed legovaer closed 5 years ago

legovaer commented 5 years ago

In this PR I added a new method that allows you to retrieve the information from a single item using:

niko.item_state(<id>)

I also updated the README file accordingly.

NoUseFreak commented 5 years ago

@legovaer Did you by any chance validate this against the v2 of the home control version. I'm currently still running the v1 version at my house. Just wondering if I can update my niko without having to rewrite this :-)

legovaer commented 5 years ago

@NoUseFreak I'm running v2 at my house and works like a charm. I'm also working on the HASS component and achieved some decent results. I'm now doing some refactoring to allow HASS to listen to NHC events as well :)

NoUseFreak commented 5 years ago

@legovaer I have a hass component that sort of works, it's a little laggy, maybe you can have a look if you want. https://github.com/NoUseFreak/home-assistant.github.io/tree/feature/niko-home-control https://github.com/NoUseFreak/home-assistant/tree/feature/niko-home-control

NoUseFreak commented 5 years ago

Closing because PR has gone stale