GitXplorerGitXplorer
F

home-analytics

public
3 stars
2 forks
0 issues

Commits

List of commits on branch master.
Verified
6a470d72a671d2d35d52f8d59390cac5104a9f50

Add backup in case there is no data

FFokko committed a year ago
Verified
b4d4e622605483c12b40beb12a533322c183fdf4

Update poll.py

FFokko committed a year ago
Verified
9259b3ea515fc4c2b036931f6621a3adda611726

Always take the average price into consideration

FFokko committed 2 years ago
Verified
93177b17f68a5f5b91495b5510633913dca7a7be

Lower the cutoff

FFokko committed 2 years ago
Unverified
d9cabc22a1170e35256abd22a86dfa3bb3ffc736

Cleanup

FFokko committed 2 years ago
Unverified
2c4a7ca14c045a4d012442f5498913d88118c219

Register state

FFokko committed 2 years ago

README

The README file for this repository.

Fokko's Home analytics

This repository contains the code that runs Fokko's home automation. It consists of several modules that together automate and monitor several things.

APX

The APX (now called EPEX) module pulls the enery prices from the European marketplace. So we know which prices we pay per hour for one kWh. This is the raw price without any taxes or vat.

Postgres

A docker container with a postgres database, including all the tables that will be bootstrapped. In today's world there are many fancy databases, but often I prefer good ol' Postgres.

Youless

A nifty device called Youless LS120 to read the energy meter using the P1 cable, and exposes a json interface to the network. This docker container will poll the json endpoint every hour.

Relay

For opening-closing the relay to control the Smart Grid ready energy pumps.