No description
Find a file
2024-10-08 22:04:32 +02:00
app initiate Api within create_app function to prevent apispec.exceptions.DuplicateComponentNameError 2021-01-27 19:50:41 +01:00
migrations Publish first version 2021-01-24 13:58:29 +01:00
screenshots Updates! InfluxDB and .env support 2024-10-08 22:04:32 +02:00
.env.example Updates! InfluxDB and .env support 2024-10-08 22:04:32 +02:00
.gitignore Updates! InfluxDB and .env support 2024-10-08 22:04:32 +02:00
apache2_sample_config.conf Publish first version 2021-01-24 13:58:29 +01:00
config.py Publish first version 2021-01-24 13:58:29 +01:00
LICENSE Initial commit 2021-01-24 13:29:39 +01:00
powermeter.py Updates! InfluxDB and .env support 2024-10-08 22:04:32 +02:00
powermeter.service added script for collecting impulses and sending it to api, also included sample systemd service 2021-01-24 21:46:24 +01:00
powermeter.wsgi don't need to insert that path 2021-01-24 17:47:58 +01:00
README.md Updates! InfluxDB and .env support 2024-10-08 22:04:32 +02:00
requirements.txt Publish first version 2021-01-24 13:58:29 +01:00

powermeter

A simple Pyhton script to mesaure you electricity consumption using the LED on a electricity meter and a digital light sensor.

You either can use InfluxDB to store the data or a built in Flask application.

Hardware setup

Connect the light sensor to your Pi:

VCC: 5V
DATA: GPIO 27
GND: GND

Software setup

  • Copy the .env.example to .env and change it to your needs.
  • Acivate at least InfluxDB (which I would recommend) or Flask output.

Clone this repository and create a virtualenv within it:

git clone https://code.f2n.me/finn/powermeter.git
cd powermeter
virtualenv .
pip install -r requirements.txt

Developing (Flask app)

For developing run this (you need to create database and user first):

export FLASK_ENV=development
export APP_DEVELOPMENT_DATABASE_URI=postgres://username:passwort@hostname/database
flask run

Screenshots

Node-RED usage example:

Node-RED Dashboard

Grafana Dashboard example (InfluxDB datasource):

Grafana Dashboard