Skip to content

Telldus Live app for Athom Homey

License

Notifications You must be signed in to change notification settings

balmli/com.telldus.live

Repository files navigation

Telldus Live app for Athom Homey

With this app you can add sensors, dimmers and switches from "Telldus Live".

For "Telldus ZNET lite v2" - gateways, a direct, local connection is also supported.

Install:

For Telldus Live:

You will need a "Telldus Live" account, and "OAuth tokens".

To create OAuth tokens:

Then install the "Telldus Live" device from the app.
Enter the public key, private key, token and token secret that you created.

Now you can install sensors, dimmers and switches.

For Telldus Local:

If you have a "Telldus ZNET lite v2", it can be controlled locally, without an Internet connection. To use the "Telldus Local", you need to create an access token.

Find the IP address of your TellStick device.
Then install npm i -g telldus-local-auth, from telldus-local-auth.

Run the tool in a terminal:

telldus-local-auth <IP OF YOUR DEVICE> HomeyLocal

A webpage should open in a browser. Select "One year" and "Auto renew access", and click on "Authorize". Go back to the terminal, and you will see the access token.

Then install the "Telldus Local" device from the app. Enter the access token that you created.

Now you can install sensors, dimmers and switches.

Disclaimer:

Use at your own risk. I accept no responsibility for any damages caused by using this app.

Release Notes:

1.3.1

  • Updated Telldus Live API URL

1.3.0

  • Updated pairing screens

1.2.0

  • Updated to SDK3

1.1.0

  • Support for battery status

1.0.1

  • Fix case for device types

1.0.0

  • Added support for dimmers

0.9.2

  • Minor bug fixes

0.9.1

  • Fix README and images

0.9.0

  • Release

0.0.2

  • Norwegian language

0.0.1

  • First version