thomluther / ha-anker-solix

Home Assistant integration for Anker Solix Power devices
MIT License
291 stars 4 forks source link

Daily production entity #143

Closed SiSc1987 closed 1 month ago

SiSc1987 commented 1 month ago

Checklist

Is your feature request related to a problem? Please describe.

No problem, its a feature request for a new entity.

Describe the solution you'd like

Hi,

is it possible to include an entity showing the daily production of all of my panels? The Anker app is showing that value, but I don't know if the API is providing this information or not. I can not find any already available entity showing the value for "todays production".

Best Regards Simon

Describe alternatives you've considered

Doing something manually with helpers in home assistant. But I'm not an expert in it so far.

Additional context

no further remarks.

thomluther commented 1 month ago

Hi @SiSc1987 You need to check your configuration entry options. The energy categories are excluded by default since they require couple of extra Api queries. Once you remove them from the exclude list, you should get entities for the various daily energies (with attribute of previous period = yesterday)

SiSc1987 commented 1 month ago

Hi @thomluther,

got it! Thanks a lot. I was not aware, that there are entities inactive. This request can be seen as closed.