This error originated from a custom integration. Logger: custom_components.sunpower Source: helpers/update_coordinator.py:315 integration: SunPower (documentation, issues) First occurred: 11:13:08 AM (930 occurrences) Last logged: 11:13:10 AM Unexpected error fetching SunPower PVS data: 'ess_report' Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 315, in _async_refresh self.data = await self._async_update_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 271, in _async_update_data return await self.update_method() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/sunpower/__init__.py", line 288, in async_update_data return await hass.async_add_executor_job( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/sunpower/__init__.py", line 242, in sunpower_fetch convert_ess_data( File "/config/custom_components/sunpower/__init__.py", line 73, in convert_ess_data for device in ess_data["ess_report"]["battery_status"]: ~~~~~~~~^^^^^^^^^^^^^^ KeyError: 'ess_report'