Only getting periodic up-to-date data

edited March 2022 in API Info

Hello,

I have successfully managed to pull "yesterday" data using parameters below:

h**ps://api.glowmarkt.com/api/v0-1/resource/**RESOURCE_ID**/readings?from=2022-03-08T00:00:00&to=2022-03-08T23:59:59&period=P1D&offset=0&function=sum

But when I am trying to read up-to-date data (every 30mins) of today's date (09/03/2022), most of the time, I get 0 value and I am wondering why is that. URL used:

h**ps://api.glowmarkt.com/api/v0-1/resource/**RESOURCE_ID**/readings?from=2022-03-09T00:00:00&to=2022-03-09T23:59:59&period=PT30M&offset=0&function=sum

I only pull data from DCC, I don't have glow stick.

Comments

Sign In or Register to comment.