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.
Raspberry Pi Python Code
-
- Posts: 19344
- Joined: Tue Jan 19, 2016 9:26 am
- Location: Paczków
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
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