stevenewey / octograph

Python tool for extracting Octopus Energy meter readings to InfluxDB
98 stars 47 forks source link

Smets2 units #9

Closed optiz0r closed 4 years ago

optiz0r commented 4 years ago

SMETS2 gas meter consumption is measured in m3 rather than kWh, so conversion from one unit to the other is required. Algorithm and description of terms is taken from: https://www.theenergyshop.com/guides/how-to-convert-gas-units-to-kwh

This commit adds additional config file options to the gas section:

Fixes #8 (hopefully)