When comes local API for Tellstick ?
I have OpenHABian on a Raspberry Pi and it works well but i want to control things local.
I have tried Hassio and it connects easy to local control, but I want to stay on OpenHab.
Can anyone help with this ?
Welcome to the community!
Depending on your Tellstick model, different bridge-types are available:
Model | Telldus Core | Telldus Live | Local REST API | Verified working with openHAB |
---|---|---|---|---|
Tellstick Basic | X | X | X | |
Tellstick Duo | X | X | X | |
Tellstick Net v.1 | X | |||
Tellstick Net v.2 | X | X | ||
Tellstick ZNet Lite v.1 | X | X | X | |
Tellstick ZNet Lite v.2 | X | X |
See the documentation for more details.
1 Like
I have Tellstick Znet Lite v2 and it works with local API in Hassio.
My question was when the Tellstick binding will get support for local API? (if anyone works with this)
I’ve just purchased a Tellstick Znet Lite v2 and created an issue on github for this, I’ll also create a PR to implement support for local API in the tellstick binding.
First version ready for test, basic functionality seems to work.
Binding jar-file.
$ md5 target/org.openhab.binding.tellstick-3.1.0-SNAPSHOT.jar
MD5 (target/org.openhab.binding.tellstick-3.1.0-SNAPSHOT.jar) = 55245455526a56b625bb69a591ac0338
1 Like
Now my enhancement with support for local API is merged into main and is an official part of the Tellstickbinding in OH3.
Latest jar-file.
$ md5 target/org.openhab.binding.tellstick-3.1.0-SNAPSHOT.jar
MD5 (target/org.openhab.binding.tellstick-3.1.0-SNAPSHOT.jar) = 7b356445a9c645a28af7a90e58d73b89
README .