You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger: custom_components.foxess.sensor
Source: custom_components/foxess/sensor.py:144
Integration: foxess (documentation, issues)
First occurred: 23 maggio 2023 alle ore 16:38:15 (2 occurrences)
Last logged: 23 maggio 2023 alle ore 16:53:25
Unexpected error fetching FoxESS data: 'addressbook'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 258, in _async_refresh
self.data = await self._async_update_data()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 217, in _async_update_data
return await self.update_method()
File "/config/custom_components/foxess/sensor.py", line 144, in async_update_data
if int(allData["addressbook"]["result"]["status"]) == 1 or int(allData["addressbook"]["result"]["status"]) == 2 or int(allData["addressbook"]["result"]["status"]) == 3:
KeyError: 'addressbook'
The text was updated successfully, but these errors were encountered:
HA 2023.5.3
foxess-ha version: v0.26
Logger: custom_components.foxess.sensor
Source: custom_components/foxess/sensor.py:144
Integration: foxess (documentation, issues)
First occurred: 23 maggio 2023 alle ore 16:38:15 (2 occurrences)
Last logged: 23 maggio 2023 alle ore 16:53:25
Unexpected error fetching FoxESS data: 'addressbook'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 258, in _async_refresh
self.data = await self._async_update_data()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 217, in _async_update_data
return await self.update_method()
File "/config/custom_components/foxess/sensor.py", line 144, in async_update_data
if int(allData["addressbook"]["result"]["status"]) == 1 or int(allData["addressbook"]["result"]["status"]) == 2 or int(allData["addressbook"]["result"]["status"]) == 3:
KeyError: 'addressbook'
The text was updated successfully, but these errors were encountered: