solaredge-modbus-hass icon indicating copy to clipboard operation
solaredge-modbus-hass copied to clipboard

0.115 SolarEdge_Storage Failure

Open jhuang0 opened this issue 4 years ago • 0 comments

I'm getting excessive errors of this sort:

2020-09-18 09:58:13 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.solaredge_storage_level fails Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 278, in async_update_ha_state await self.async_device_update() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 471, in async_device_update await self.hass.async_add_executor_job(self.update) # type: ignore File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/usr/src/homeassistant/homeassistant/components/solaredge/sensor.py", line 270, in update self._state = attr["soc"] TypeError: 'NoneType' object is not subscriptable

Thing is I don't even have SolarEdge storage. I don't know if this is a new issue, but I'm running the 115.0 build of HA.

jhuang0 avatar Sep 18 '20 22:09 jhuang0