No data in todays query

edited November 2022 in API Info

I'm trying to make a dashboard on my own home automation system. When I query:

https://api.glowmarkt.com/api/v0-1/resource/{{resourceId}}/readings?from=2022-11-03T00:00:00&to=2022-11-03T09:27:38&period=P1D&offset=-60&function=sum

I have response:

{"status":"OK","name":"electricity consumption","resourceTypeId":"{{resourceTypeId}}","resourceId":"{{resourceId}}","query":{"from":"2022-11-03T00:00:00","to":"2022-11-03T09:27:38","period":"P1D","function":"sum"},"data":[[1667433600,0]],"units":"kWh","classifier":"electricity.consumption"}

Can someone explain, what I'm doing wrong?

Comments

Sign In or Register to comment.