Difference between revisions of "Tellstick"

From LinuxMCE
Jump to: navigation, search
Line 23: Line 23:
 
The Telldus public key for apt-secure is added with
 
The Telldus public key for apt-secure is added with
 
wget -q http://download.telldus.se/debian/telldus-public.key -O- | sudo apt-key add -
 
wget -q http://download.telldus.se/debian/telldus-public.key -O- | sudo apt-key add -
 +
 +
in...
 +
/lib/firmware
 +
...on
  
 
The key fingerprint is
 
The key fingerprint is
Line 28: Line 32:
 
Telldus Technologies AB <info.tech@telldus.se>
 
Telldus Technologies AB <info.tech@telldus.se>
  
Update the repository...
+
Update the repository
 
sudo apt-get update
 
sudo apt-get update
...
+
 
  
 
To install telldus-core, do
 
To install telldus-core, do

Revision as of 09:23, 25 January 2011

Version Status Date Updated Updated By
710 Unknown N/A N/A
810 Working, plug'n play supported 7 january 2011 JoakimL
1004 Unknown N/A N/A
1204 Unknown N/A N/A
1404 Unknown N/A N/A
Usage Information

Description

The Tellstick is a power controller for cheap RF devices like the Nexa line. It's detected with LMCE's Plug-n Play. Currently only basic support is added, namely power on, power off and dimlevel. N.B. this is an RF tranmsmitter, it cannot read the state of the devices, nor can it receive data from remotes, sensors or other equipment sending an RF signal. Telldus is developing a device for this (Tellstick Duo) which is not supported at this time.

Setup

The device is plug and play for LMCE, but at this point you'll need to add the driver software yourself. Install the telldus-core package as described here

Add the following lines to your /etc/apt/sources.list: deb http://download.telldus.com/debian/ stable main

If you want to try the latest beta software, also add the following: deb http://download.telldus.com/debian/ unstable main

The Telldus public key for apt-secure is added with wget -q http://download.telldus.se/debian/telldus-public.key -O- | sudo apt-key add -

in...
/lib/firmware

...on

The key fingerprint is 70C4 10C9 D73D 53E8 38B3 1C58 5A94 9181 E501 EA76 Telldus Technologies AB <info.tech@telldus.se>

Update the repository sudo apt-get update


To install telldus-core, do sudo apt-get install telldus-core


Adding lights

  1. web admin -> Show devices tree -> Telldus USB RF controller
  2. Create Child Device -> Pick device template -> take your pick (I added "Light Switch (on/off)")
  3. Device data -> Port/Channel Number -> Device ID -> save (codes correspond to the Device ID or Device Name you've set in /etc/tellstick.conf)


Troubleshooting

Reference Info

Manufacturer website


===== test

Andrew's message indicates that this shouldn't cause you any problems, but in my case the tuners were not recognised. So what you need to do is download the latest firmware file from here (this page is also accessible from the DVB-T USB tuner comparison page on the LinuxTV site), and place it in...

/lib/firmware

...on your core.

It