https://github.com/t8/megaio-web-interface
A simple, local web dashboard to be used with the Raspberry Pi MegaIO Expansion Card
https://github.com/t8/megaio-web-interface
dashboard gpio-relay-control megaio raspberry-pi
Last synced: 3 months ago
JSON representation
A simple, local web dashboard to be used with the Raspberry Pi MegaIO Expansion Card
- Host: GitHub
- URL: https://github.com/t8/megaio-web-interface
- Owner: t8
- License: mit
- Created: 2018-05-02T01:10:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T18:09:50.000Z (about 7 years ago)
- Last Synced: 2025-01-13T17:34:16.129Z (4 months ago)
- Topics: dashboard, gpio-relay-control, megaio, raspberry-pi
- Language: HTML
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mega-IO Web Interface
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)
## Getting started:
1. Make sure you have both the [Mega-IO Commands](https://github.com/alexburcea2877/megaio-rpi) and [Wiring Pi](http://wiringpi.com/download-and-install/) installed
2. `git clone https://github.com/tbaumer22/megaio-web-interface.git`
3. `cd` into the repository root and type: `pip install Flask`
4. 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.
