m |
m |
||
Line 5: | Line 5: | ||
The aGo control support is tested for the two first versions. | The aGo control support is tested for the two first versions. | ||
− | Status: | + | |
+ | Status: Experimental. On/Off/Dim works. Not yet submitted to git. Contact JoakimL on freenode for more info | ||
== Installation == | == Installation == | ||
Line 19: | Line 20: | ||
70C4 10C9 D73D 53E8 38B3 1C58 5A94 9181 E501 EA76 | 70C4 10C9 D73D 53E8 38B3 1C58 5A94 9181 E501 EA76 | ||
Telldus Technologies AB <info.tech@telldus.se> | Telldus Technologies AB <info.tech@telldus.se> | ||
− | |||
− | |||
− | |||
To install telldus-core, do | To install telldus-core, do | ||
+ | sudo apt-get update | ||
+ | sudo apt-get install telldus-core | ||
− | + | == Install package | |
+ | apt-get install agocontrol-agotellstick | ||
== Configure == | == Configure == | ||
Line 58: | Line 59: | ||
</pre> | </pre> | ||
Devices are picked up by the software and will be visible in http://127.0.0.1:8008/?deviceConfig | Devices are picked up by the software and will be visible in http://127.0.0.1:8008/?deviceConfig | ||
+ | |||
+ | == More info == | ||
+ | Device handler is executed as a service, agotellstick | ||
+ | logging goes to /opt/var/tellstick.log |
There are currently three models of Tellstick:
The aGo control support is tested for the two first versions.
Status: Experimental. On/Off/Dim works. Not yet submitted to git. Contact JoakimL on freenode for more info
Contents |
Add the following lines to your /etc/apt/sources.list:
deb http://download.telldus.com/debian/ stable main
Get keys:
wget -q http://download.telldus.se/debian/telldus-public.key -O- | sudo apt-key add -
The key fingerprint is 70C4 10C9 D73D 53E8 38B3 1C58 5A94 9181 E501 EA76 Telldus Technologies AB <info.tech@telldus.se>
To install telldus-core, do
sudo apt-get update sudo apt-get install telldus-core
== Install package
apt-get install agocontrol-agotellstick
All configuration is stored in /etc/tellstick.conf. Example:
user = "nobody" group = "plugdev" deviceNode = "/dev/tellstick" ignoreControllerConfirmation = "false" controller { id = 1 # name = "" type = 1 serial = "xxxxxxxx" } device { id = 1 name = "WallWart1" controller = 0 protocol = "arctech" model = "selflearning-switch" parameters { # devices = "" house = "12345678" unit = "1" # code = "" # system = "" # units = "" # fade = "" } }
Devices are picked up by the software and will be visible in http://127.0.0.1:8008/?deviceConfig
Device handler is executed as a service, agotellstick logging goes to /opt/var/tellstick.log