thenejcar / maxcube-pumpe

Controlling a relay switch based on data received from a maxcube thermostat controller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maxcube Pumpe

Controlling central heating pumps with a raspberry pi, based on data from MaxCube and Max! thermostats

Overview

  • ctrl/ contains code for controlling the pumps
  • log/ contains code for logging the valve and temperature status

Dependencies

  • Python 3
  • Wiring Pi with python bindings
  • maxcube-api and matplotlib Python packages

Installing dependancies on

sudo apt install wiringpi pkg-config libfreetype6-dev libpng12-dev

pip3 install maxcube-api wiringpi matplotlib

Controlling the pumps

TODO: documentation and schematics here

Logging thermostat statuses

TODO: documentation for logs/charts here

About

Controlling a relay switch based on data received from a maxcube thermostat controller.

License:GNU General Public License v3.0


Languages

Language:Python 94.6%Language:Shell 5.4%