SolarEdge binding: Aggregate problem?

Hi,

Maybe its me, but I don’t understand what the aggregate channels are supposed to show.

I thought they should start from zero at the start of each day, week, month, year.
The week aggregate does not do this. See below 30 days of data:

Honestly, I’m surprised you even get aggregate week values. This is been an issue for some time:

The aggregate channels often show cumulative totals rather than resetting daily, weekly, or monthly. It can be a bit misleading. For daily and weekly aggregates, they should ideally reset at the start of each period.

Is there any anyone maintaining and developing the binding or has it been abandoned?

Hi,
Has anyone tried using the API method to get the SolarEdge data into openHAB?

A quick test and it works in browser and using curl in console. It is simple to use. Just need site ID, battery ID, and allow API set in browser SolarEdge portal.

I have had success at doing this way before when binding s are not available or not performing.
Basically, I use a curl command to retrieve data and then regex to populate openHAB items.

SolarEdge API documentation is here:

If anyone is interested I will start a new topic just for this??

M