DavidVentura / Vandebron-collector

Fetch energy consumption data from your Vandebron.nl account

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read data exported from Vandebron

Can print JSON out, or feed the results to InfluxDB v2.

{
    "unit": "WH",
    "resolution": "Days",
    "values": [
        {
            "time": "2022-10-20T00:00:00Z",
            "consumption": 9618.0,
            "production": 0.0,
            "consumptionPeak": 8762.0,
            "consumptionOffPeak": 856.0,
            "productionPeak": 0.0,
            "productionOffPeak": 0.0,
            "sjvEstimatedConsumption": 11308.693500000001,
            "sjvEstimatedConsumptionPeak": 9559.2061,
            "sjvEstimatedConsumptionOffPeak": 1749.4874,
            "OOB_Estimated_Consumption": 0.0,
            "OOB_Consumption_Difference": 0.0,
            "OOB_Consumption_Difference_Percentage": 0.0,
            "tag": "Measured"
        }
    ]
}

About

Fetch energy consumption data from your Vandebron.nl account


Languages

Language:Python 100.0%