hultenvp
hultenvp
Haha. Well, you could exchange the inverter_detail values with the plant details if you only have one inverter/battery in your station. Most people will have that, but stations can have...
By the way, it should be as simple as to move the lines BAT_POWER and BAT_POWER_STR from INVERTER_DETAIL to PLANT_DETAIL.
Let's wait till they get back online with a new API version and see if the problem persists
> so it seems they've probably made an undocumented change to their API, this is why i prefer to avoid cloud based services... I believe this is a regression on...
> this has been the prompt i needed to give in to my urge to avoid cloud based integrations. I'll be going down the route of an RS485 ethernet bridge...
Yes there are reasons not to update: * It keeps the last update more or less in sync with the inverter. If the logger in the inverter stops updating the...
Oh, the workarounds.yaml is planned to go to the UI options (#234) in the future, so will become more user friendly ;-)
This code was still accidentally in PR #240 and caused regression in the fix for late reset of energy today, specifically https://github.com/hultenvp/solis-sensor/blob/master/custom_components/solis/service.py#L178:L179 I reverted it in 3.3.1. Needs more rework...
@HarryFlatter: I only see the requested attributes in inverterDetail and inverterDetailList (API v2.0). Not in plantDetail However, if @viking2010's statement is correct then adding them will have no effect (note:...
Please check if workarounds.yaml Value should be ```use_energy_today_from_plant: false``` When set to true it takes the total value for energy today from the plant, which is a help for some...