Skip to content

mariussm/Telldus-SmartThings

Repository files navigation

Telldus to SmartThings app

This smartapp uses an API found at https://github.com/mariussm/Telldus-API-wrapper/ which is responsible for OAuth authentication to the Telldus API (which i didn't bother finding out how to do using a smartapp).

Currently only supports temperature/humidity sensors and switches (not dimmers, as I don't have any)

Install

$ConsumerKey = ""
$ConsumerSecret = ""
$Token = ""
$TokenSecret = ""
$sensors = Invoke-RestMethod "https://apilocation.example.com/api/sensor?ConsumerKey=$ConsumerKey&ConsumerSecret=$ConsumerSecret&Token=Token&TokenSecret=$TokenSecret"
$sensors.sensor
  • Install [this](./Telldus Sensor Device Handler/) device handler. No settings required.
  • Install [this](./Telldus Switch Device Handler/) device handler. No settings required.
  • Install [this](./Telldus Connect SmartApp/) app. In the IDE, go to settings and set the 5 settings (example values):
Setting Example value
ApiUrl https://apilocation.example.com/
ConsumerKey R8KXNM8KEFCHCQD3VEWXBDELTFLP1FST
ConsumerSecret GQ8SGUETTXWDISDJBMNKE3SGUXTOKLAZ
Token 52c42302d5fa1a59229301ae71b27af9055b3c906
TokenSecret 0097f6db457144d5bccf92234702ebfa
  • Open the smartthings app and add a new smartapp from the "My apps" part
  • Select the Telldus devices you want and voila, you have your telldus things as smartthings things :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages