Raspberry Pi Python Code

TK Foong
Posts: 1
Joined: Fri May 27, 2016 6:49 am

Post

Hi, I'm TK from Singapore.

Would like to know if there is a Python Program that can run in the Raspberry Pi 3 B+
to make it become a executive module and make it communicate with the Supla Cloud.
User avatar
pzygmunt
Posts: 19344
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków

Post

Hi, there is no Python program but you can install supla software on RB PI 3 manually.

ssh pi@rbpi_ip_address

cd
git clone https://github.com/SUPLA/raspberry
rm raspberry/ext01/boot/config.txt
sudo cp -r raspberry/ext01/* /
sudo update-rc.d supla-dev defaults
sudo nano /boot/location.txt
sudo /etc/init.d/supla-dev start

Return to “Help”