LightshowPi

From Hurlster Wiki
Jump to navigation Jump to search

https://bitbucket.org/tom_slick/lightshowpi/overview

To install

cd ~
git clone https://tom_slick@bitbucket.org/tom_slick/lightshowpi.git
cd lighshowpi
git fetch && git checkout Webui_stable
sudo chmod 755 install.sh
sudo ./install.sh

Edit config/overrides.cfg (RaspberryPi B+ w/ 8port Sainsmart Relay)

gpio_pins = 21,22,23,24,25,27,28,29
pin_modes = onoff

Test

sudo python /home/pi/lightshowpi/py/hardware_controller.py --state=flash

Start WebUI

pi@raspberrypi~/lightshowpi/py $ sudo python webapp.py 80
http://rpi-address:8080

RaspberryPi