foxess_em icon indicating copy to clipboard operation
foxess_em copied to clipboard

Random error since updating

Open Joshuaharry120 opened this issue 1 year ago • 0 comments

Logger: homeassistant Source: custom_components/foxess_em/average/average_model.py:83 Integration: FoxESS - Energy Management (documentation, issues) First occurred: 22:22:18 (1 occurrences) Last logged: 22:22:18

Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/config/custom_components/foxess_em/average/average_controller.py", line 70, in async_refresh await self._model.refresh() File "/config/custom_components/foxess_em/average/average_model.py", line 44, in refresh await self._update_history(self._tracked_sensors[sensor]) File "/config/custom_components/foxess_em/average/average_model.py", line 52, in _update_history await self._update_item(sensor.primary) File "/config/custom_components/foxess_em/average/average_model.py", line 83, in _update_item values_dict = [ ^ TypeError: 'NoneType' object is not iterable

Joshuaharry120 avatar Oct 24 '23 21:10 Joshuaharry120