CharlesGillanders / homeassistant-alphaESS

Monitor your energy generation, storage, and usage data using the official API from Alpha ESS.
MIT License
101 stars 22 forks source link

Failed to Initialise #128

Closed strickersuk closed 2 months ago

strickersuk commented 2 months ago

Seems to have stopped working this morning, cloud and app working fine.

The only log error I can see is:

TypeError: unsupported operand type(s) for -: 'str' and 'float'

strickersuk commented 2 months ago

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 354, in _async_refresh self.data = await self._async_update_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/alphaess/coordinator.py", line 84, in _async_update_data inverterdata["Solar to Load"] = _pv - _feedin

suds32 commented 2 months ago

Same for me

strickersuk commented 2 months ago

I'll close this issue to prevent duplication.