All Projects → Tafkas → Solarpi

Tafkas / Solarpi

Licence: bsd-3-clause
A RaspberryPi based, Flask powered photovoltaic monitor

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Solarpi

Hiitpi
A workout trainer Dash/Flask app that helps track your HIIT workouts by analyzing real-time video streaming from your sweet Pi using machine learning and Edge TPU..
Stars: ✭ 106 (+17.78%)
Mutual labels:  flask, raspberry-pi
Pi Temp
Web server using a Raspberry Pi and DHT22 sensor to graph the humidity and temperature in my apartment over time.
Stars: ✭ 114 (+26.67%)
Mutual labels:  flask, raspberry-pi
Os
This is the software framework for an OPSORO robot, to be used in conjunction with Ono2 or OPSORO grid and OPSOROHAT.
Stars: ✭ 11 (-87.78%)
Mutual labels:  flask, raspberry-pi
Luma.core
A component library providing a Pillow-compatible drawing canvas, and other functionality to support drawing primitives and text-rendering capabilities for small displays on the Raspberry Pi and other single board computers.
Stars: ✭ 84 (-6.67%)
Mutual labels:  raspberry-pi
Rpieasy
Easy MultiSensor device based on Raspberry PI
Stars: ✭ 85 (-5.56%)
Mutual labels:  raspberry-pi
P2p Internet Workshop
Building the Peer-to-Peer Internet workshop series
Stars: ✭ 88 (-2.22%)
Mutual labels:  raspberry-pi
Black.box
Plug-and-Play VPN router and unblocker
Stars: ✭ 89 (-1.11%)
Mutual labels:  raspberry-pi
Bhagavadgita
A non-profit initiative to help spread the transcendental wisdom from the Bhagavad Gita to people around the world.
Stars: ✭ 84 (-6.67%)
Mutual labels:  flask
Carbon Api
Unofficial API for generating beautiful images of your source code using Carbon.
Stars: ✭ 89 (-1.11%)
Mutual labels:  flask
Pybooks
python books
Stars: ✭ 87 (-3.33%)
Mutual labels:  flask
Ccks2019 Task5
CCKS2019评测任务五-公众公司公告信息抽取,第3名
Stars: ✭ 87 (-3.33%)
Mutual labels:  flask
Systematic Leds
Audio reactive, all in one, room lighting for your computer.
Stars: ✭ 85 (-5.56%)
Mutual labels:  raspberry-pi
Sled
Satanic/Sexy/Stupid/Silly/Shiny LED matrix controller
Stars: ✭ 88 (-2.22%)
Mutual labels:  raspberry-pi
Deep Learning Training Gui
Train and predict your model on pre-trained deep learning models through the GUI (web app). No more many parameters, no more data preprocessing.
Stars: ✭ 85 (-5.56%)
Mutual labels:  flask
Pirogue
PiRogue is a small device meant to ease network interception and analysis.
Stars: ✭ 90 (+0%)
Mutual labels:  raspberry-pi
Fccss
Computer Science SCHOOL resources
Stars: ✭ 84 (-6.67%)
Mutual labels:  flask
Deconz Rest Plugin
deCONZ REST-API plugin to control ZigBee devices
Stars: ✭ 1,290 (+1333.33%)
Mutual labels:  raspberry-pi
Flask Todolist
exemplary flask application - small to-do list WebApp example
Stars: ✭ 85 (-5.56%)
Mutual labels:  flask
Blogreworkpro
Rework the BlogRework, a SEO friendly SPA, build with flask, react, redux, mongodb...
Stars: ✭ 86 (-4.44%)
Mutual labels:  flask
Job Web Demo
Python Web 实战项目,Flask + Jinja2 + Bootstrap 开发的招聘网站
Stars: ✭ 87 (-3.33%)
Mutual labels:  flask

Solar Pi

A Raspberry Pi based, Flask powered photovoltaic monitor

Solar Pi Dashboar

Demo at http://solarpi.tafkas.net

Code Climate

Getting Started

Prerequisites

To run the Solar Pi you need

  • A Linux server running Python 2.7 (e.g. Raspberry Pi running Raspbian)
  • SQLite3 installed

Installation

  • Clone the repostory

      $ git clone [email protected]:Tafkas/solarpi.git solarpi
    
  • create a virtual enviroment and activate it

      $ virtualenv --python=/usr/bin/python .venv
      $ source .venv/bin/activate
    
  • install dependencies

      $ (.venv) pip install -r requirements/dev.txt
    
  • create the SQLite database

      $ sqlite3 dev.db
      $ cat db_schema.sql | sqlite3 dev.db
    
  • run the server

      $ (.venv) python manage.py server         
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].