tisdag 28 januari 2020

Telldus-Core on Raspbian Buster

Tested to work 2020-01-28.




#
# Start by upgrading and configuring raspbian
#

sudo apt-get update && sudo apt-get -y upgrade

sudo apt-get -y dist-upgrade


sudo raspi-config

#Do localization, hostname, password etc.


#

# Install telldus-core# Source: https://www.styrahem.se/Faq/2

sudo sh -c 'echo "deb-src http://download.telldus.com/debian/ stable main" > /etc/apt/sources.list.d/telldus.list'


wget -q http://download.telldus.com/debian/telldus-public.key -O- | sudo apt-key add -

sudo apt-get update

sudo apt-get build-dep telldus-core

sudo apt-get -y install cmake libconfuse-dev libftdi-dev help2man

mkdir -p ~/tellstick-build

cd ~/tellstick-build

tdtool -l


# Then install Node-RED

bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)

sudo apt-get -y install git

sudo systemctl enable nodered.service

Inga kommentarer:

Skicka en kommentar