tijsverkoyen / HomeAssistant-FusionSolar

Integrate FusionSolar into your Home Assistant.
MIT License
133 stars 25 forks source link

Integration create too many entities #87

Closed kzajac83 closed 1 year ago

kzajac83 commented 1 year ago

Hello.

Integration pass fine via API Huawei however after it I got more than 100 entities where 59 I need hide.

image

Reason is because my inverter have only 2 MTTP/PV channels however integration create 25 PV/MTTP "virtual" sockets.

image

Due to can you check inverter model and create PV inputs and connectet entities according how many real inputs have inverter? In my cause I have model SUN2000-8KTL-M1

tijsverkoyen commented 1 year ago

No, this is not possible. As these are all returned from the API. And there is no way of knowing which ones are in use. You can only add the ones you need to your dashboard.

kzajac83 commented 1 year ago

But in diagnostic ther is entitie "Inverter model", then simple mapping table can by keep and decide how many entites create

image

tijsverkoyen commented 1 year ago

That would mean I need to maintain a list of alle inverters. My current experience with Huawei support are not that good, so retrieving a list of all possible models and how many points there are available will not be easy.

To be honest I don't see the problem. You should only add the entities you want to see to your dashboard and don't bother about the other entities. You don't need to add them all.