Web based Jalousie control.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Steffen Volkmann 7573a32573 replace piface with gpiozero lib il y a 5 ans
Doc replace piface with gpiozero lib il y a 5 ans
SimpleWebControl replace piface with gpiozero lib il y a 5 ans
WsgiWebControl initial commit il y a 5 ans
mc_control replace piface with gpiozero lib il y a 5 ans
utils replace piface with gpiozero lib il y a 5 ans
www replace piface with gpiozero lib il y a 5 ans
.gitignore replace piface with gpiozero lib il y a 5 ans
.project initial commit il y a 5 ans
.pydevproject replace piface with gpiozero lib il y a 5 ans
README.md replace piface with gpiozero lib il y a 5 ans
check_network.sh initial commit il y a 5 ans
mc_control.sh replace piface with gpiozero lib il y a 5 ans
tests.sh initial commit il y a 5 ans

README.md

RP_Jalousiecontrol

allows web based remote control of Jalousie

requirements

hardware

Rasperry PI

software

  • python 3.x
  • raspberrian

installation:

debian packages

sudo apt install git python3-pifacedigitalio python-pifacedigitalio

checkout sources

cd /var/lib sudo mkdir Jalousiecontrol sudo chown pi:pi Jalousiecontrol git clone https://gitea.devpool.net/stevo/RP_Jalousiecontrol.git

copy startup scripts and enable autostart

sudo cp ./mc_control.sh /etc/init.d/mc_control.sh sudo /etc/init.d/mc_control.sh start sudo /etc/init.d/mc_control.sh stop sudo update-rc.d mc_control.sh defaults

sudo raspi-config -> 5 - interface options -> P4 SPI -> enable kernel modules

bookmarks

Raspberry PI Allgemein

Ajax, Java Script, CCS:

Python webserver mit SSL

webserver atomatisch starten