Skip to content

cdeck3r/SmartMeter

Repository files navigation

SmartMeter

Our goal is to improve our energy footprint. Therefore, we aim for a fine-grained tracking of the electricity consumption in a family home.

Quicklinks:

Project Description

A COTS camera-based embedded computer system takes pictures of a regular electricity meter. A server software performs an OCR and converts the pictures into numbers. Finally, a statistics report reveals some insights on consumption patterns and behaviors which enables us to improve our energy footprint.

This is a tiny research project. It focusses on software for

  • reliably taking pictures
  • data management across various systems at home as well as on the Internet
  • AI based optical character recognition
  • unattended operation
  • fine-grained consumption statistics

Expected results

  • 24/7 solution delivering electricity consumption data
  • Set of real world pictures used for future AI projects

Learning goals

  • Methods and tools for AI based image processing
  • Assess the maturity and ease of use of available tools

Hardware

The COTS camera-based embedded system is a Raspberry Pi 3 with a Raspberry Pi camera module connected to it. Follow the instruction for connecting and first steps using the Pi camera module

Images are stored on Dropbox and processed by a cloud server on the Internet.

Quickstart

Raspberry Pi software setup

  • use a standard RaspiOS image
  • connect the camera
  • install the software from repo's raspi directory

Server software setup

  • linux system required
  • install the software from the repo's server/ directory
  • TBD: there is a docker image

For full instructions see

Backup Images

Dropbox provides 2GB storage space for free. If you run out of space, you may use the SmartMeter's backup script. It downloads all images, compares the downloaded files using their names and file sizes with the remote ones. It will delete the remote files, if found identical with the local ones (acc. to name and size).

Backup script: src/backup_dropbox/backup_dropbox.sh

For usage, first, check and alter (if necessary) config variables in the script's variables section. Afterwards, start the script, simply by running:

cd src/backup_dropbox
./backup_dropbox.sh

Development

Start in project's root dir. Create docker image

docker-compose build smeter-dev 

Spin up the container and get a shell from the container

docker-compose up -d smeter-dev
docker exec -it smeter-dev /bin/bash

Run the following workflow to generate the documentation for the project website

cd /SmartMeter/scripts
snakemake doc --cores 1

About

Image based approach to track electricity consumption

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published