Peak and off peak data per day
Hi,
I am trying to understand how I could use the API to get a view on KWh used for the R1 rate (day) and KWh used for the R2 rate (offpeak).
Do we have access to the R1 and R2 values through the API?
Or do I need to load all 30 min data into a respository/db and do some grouping there?
Ideally, I would like to use Python.
Thanks!
Comments
Curious about this too?
This is something I would like as well....
Has anyone managed this or do we need to do it the hard way??
If you use,
curl -X GET "https://api.glowmarkt.com/api/v0-1/resource/<<resourceId>>/tariff" -H "accept: application/json"
(Use the electricity.consumption resourceId)
This will give you peak and off peak prices (as well as standing chargers, which is handy)
Curtis