Power Consumption

I was wondering if there is a way for the power consumption to divide the measurements of specific hours. For example what was the consumption between 23:00 and 08:00 during a month period.

1 Like

It may just be easier to download the data and use an analysis tool such as Pandas to slice the data

Thanks for the reply.
So the data comes in hourly basis?
If so i think I will manage.

The data does not come in on an hourly basis. It is aggregated at the device to the hour as long as wifi is available. You can however access these device level logs on the app (As long as device is on), and export as excel for further processing with a tool of your choice such as excel, Pandas et cetera.

I have had success getting minute by minute measurement across 50 devices using the ewelink API, but I believe this rigor is only needed if you want to get to less than an hour resolution.

How do you download the data on an hourly basis?