Skip to content

Fetch energy consumption data from your Vandebron.nl account

Notifications You must be signed in to change notification settings

DavidVentura/Vandebron-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages