A simple, local web dashboard to be used with the Raspberry Pi Mega-IO Expansion Card
(Toggle the relays by clicking the text of the relay(s) you'd like to toggle)
- Make sure you have both the Mega-IO Commands and Wiring Pi installed
git clone https://github.com/tbaumer22/megaio-web-interface.git
cd
into the repository root and type:pip install Flask
- Then type:
sudo python app/index.py
You should be able to go to the url:0.0.0.0:80
on your system and see a dashboard.
If you do not see a dashboard, you've done something wrong. In most cases, you haven't completed Step 1 properly.