Entity not shown in the energy dashboard

Hi, I like to use the energy dashboard to view my pv panels power production.
I made a api connection from Solis to home assistant and I can see all the entities in the developer tools. See picture.


Now I like to add the “solis.ac-output-total-power” to my energy dashboard , but I don’t see that entity in the list. See picture.
I changed already the state-class from measurement to total_increasing, is that OK?
Do I still have to do something else?

No it is not. Change it back to measurement,

That is a power sensor not an energy sensor. Two different things.

The energy dashboard uses energy sensors. Not power sensors.

If your solar integration does not provide an energy sensor you will have to create one by feeding your power sensor to the Riemann Sum integral sensor (integrating power with respect to time gives energy).

Be sure to use the method: left option.

I added the riemann sum integral, i get the following picture:

But I don’t see that entity in the list of energy dashboard.
Do I have to do still something else or do I have to wait ?

Has your output power changed or is it night?

Are there any relevant errors in Settings → System → Logs?

Thanks , it works perfectly now.