Web based Jalousie control.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
Steffen Volkmann 7573a32573 replace piface with gpiozero lib 5 år sedan
Doc replace piface with gpiozero lib 5 år sedan
SimpleWebControl replace piface with gpiozero lib 5 år sedan
WsgiWebControl initial commit 5 år sedan
mc_control replace piface with gpiozero lib 5 år sedan
utils replace piface with gpiozero lib 5 år sedan
www replace piface with gpiozero lib 5 år sedan
.gitignore replace piface with gpiozero lib 5 år sedan
.project initial commit 5 år sedan
.pydevproject replace piface with gpiozero lib 5 år sedan
README.md replace piface with gpiozero lib 5 år sedan
check_network.sh initial commit 5 år sedan
mc_control.sh replace piface with gpiozero lib 5 år sedan
tests.sh initial commit 5 år sedan

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