Closed Poshy163 closed 3 months ago
Thank you. Then I'm waiting for the API change.
OpenAPI 0.0.11 is published to PyPi.
Cool, @homeconnexde give it a crack and see how it goes
Hmm, i now got 17 entities but no SOC
The upper are called sensors, the lower diagnosis
Here is a screenshot with the full entity names
Interesting, no State of Charge
sensor, did you copy the sensorlist.py file? it should be going into the LIMITED_SENSOR_DESCRIPTIONS
list area as you can see in the pull details
I did a reinstallation and now there is a SOC but it is 0% while it is 100% actually.
Hey @homeconnexde i think i made a mistake from when i was testing locally, can you change the stuff on line 92 from if _onedatepower and _soc is not 0:
to if _onedatepower and _soc is 0:
should look like this
Worked:
Great job :-) Thank you very much.
Heh dope, ill do some clean and merge it. thanks so much for your help!
Heya @homeconnexde you mind testing just these last few changes? have cleaned some things up in regards to non-storion systems and wanna make sure it still works for you
It is still working. now it says Version 0.5.4
Nice, cheers for that!
@CharlesGillanders this pull bumps the API version to 0.0.11 and also bumps the version in the manifest file to 0.5.4
Breaking
Removes
state of charge
from non Storion-S5 inverters, instead opting to use onlyInstantaneous Battery SOC
Changed
state of charge
the associated method for Storion-S5 inverters SOC %Closes https://github.com/CharlesGillanders/homeassistant-alphaESS/issues/124