MickMake / HomeAssistantAddons

MIT License
43 stars 26 forks source link

The number of parameters that are downloaded #23

Open snaven1 opened 1 year ago

snaven1 commented 1 year ago

I have implemented MickMate's piece of work with pretty good success, without major issue. My system comprises two Sungrow Inverters with a battery. On querying via the command line using the GoSungrow API to the ISolar Cloud Server, I observe over 1200 parameters that are available to me. These all download to within my mqtt server and then onto Home Assistant. This is overwhelming, and obviously configures over 1200 sensors within Home Assistant, the majority of which are not needed. Is there any way to restrict the number of parameters that are downloaded from the ISolar Cloud Server to the ones that you need. This would also tone down the resources that home assistant is using to maintain the sensor data. Any assistant would be appreciated. Thanks