sudo sh -c ‘echo “deb http://download.telldus.com/debian/ stable main” >> /etc/apt/sources.list’
sudo apt-key adv –fetch-keys http://download.telldus.se/debian/telldus-public.key
sudo apt-get update
sudo apt-get install -y telldus-core libftdi1
/etc/init.d/telldusd status
[ ok ] Checking status of the Telldus TellStick daemon: telldusd running.
lsmod | grep ftdi_sio
ftdi_sio 31878 0
usbserial 30821 1 ftdi_sio
Leave a Reply