Skip to content

cjeholm/telldus_ctrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Telldus MQTT Control

This script controls smart devices via TellStick local API via messages published on MQTT.

You will need:
  • Telldus Live account
  • Telldus TellStick ZNet Lite V2 or similar
  • Windows, Mac or Linux with Python 3 and Internet access
  • An MQTT broker, for example Mosquitto

Settings

Edit the config.py file and add your Tellstick IP, API token and MQTT settings.

Usage

Publish json in topic "Telldus/Control" in the following format:

{ "id": 19, "Action": "turnOn" }

Knowing the device ID is required. Available actions are turnOn and turnOff.

About

Control Telldus devices with MQTT messages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages