Skip to content

Aquarium monitor/controller for Raspberry Pi in Python and Django

License

Notifications You must be signed in to change notification settings

stormshaker/pydash

 
 

Repository files navigation

AquapyDash - v0.0.2

Modified version of GadgetReactor's pyDash for Aquarium monitoring and controlling using an Arduino and Raspberry Pi Add pydash to your Django project folder.

  • Open your existing settings.py
  • Add pydash to your installed apps
  • modify your project urls.py
  • Add the following line url(r'^dashboard/', include('pydash.urls')),
  • dashboard can be replaced accordingly
  • copy the static folder to your own static location
  • Load up your server!

Forked from

A small web-based monitoring dashboard for your linux pc/server writen in Python and Django + Chart.js.

The dashboard is built using only Python libraries available in the main Python distribution, trying to create a small list of dependencies without the need of installing many packages or libraries.

Current dependencies:

  • = Django 1.10

  • = Python 2.x

  • = Python 3.x

  • = django-background-tasks 1.1.0rc2

  • Nanpy

Django App

For the Django App please check here

Installation

###Installing pyDash

Settings

###pyDash settings

Remote data retrieval

###pyDash remote data retrieval

OS Support

pyDash was tested and runs under the following OSs:

  • Raspbian

Might work under others, but didn't get to test any other OSs just yet.

License

MIT

Credits

Dashboard Template, Bootstrap, Font Awesome pyDash

About

Aquarium monitor/controller for Raspberry Pi in Python and Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 31.5%
  • JavaScript 29.5%
  • CSS 23.8%
  • HTML 15.2%