Same over here only later. Devices where working till 12u. After that, see bellow:
Entities:
Integrations:
Devices:
logfile:
warning logile1:
Using cached data from last successful communication from ECU. Error: index out of range
11:41:02 – (WAARSCHUWING) APSystems PV solar ECU-R (aangepaste integratie)
Deze fout is ontstaan door een aangepaste integratie.
Logger: custom_components.apsystems_ecur
Source: custom_components/apsystems_ecur/init.py:101
Integration: APSystems PV solar ECU-R (documentation)
First occurred: 11:41:02 (1 occurrences)
Last logged: 11:41:02
Using cached data from last successful communication from ECU. Error: index out of range
Fault logfile 2:
Unexpected error fetching apsystems_ecur data: Cached data doesn’t contain a valid ecu_id
11:45:02 – (FOUT) APSystems PV solar ECU-R (aangepaste integratie) - bericht kwam voor het eerst om 11:41:02 en verschijnt 5 keer
Deze fout is ontstaan door een aangepaste integratie.
Logger: custom_components.apsystems_ecur
Source: custom_components/apsystems_ecur/init.py:56
Integration: APSystems PV solar ECU-R (documentation)
First occurred: 11:41:02 (5 occurrences)
Last logged: 11:45:02
Unexpected error fetching apsystems_ecur data: Cached data doesn’t contain a valid ecu_id
Traceback (most recent call last):
File “/config/custom_components/apsystems_ecur/init.py”, line 77, in update
data = await self.ecu.async_query_ecu()
File “/config/custom_components/apsystems_ecur/APSystemsECUR.py”, line 151, in async_query_ecu
data = self.process_inverter_data()
File “/config/custom_components/apsystems_ecur/APSystemsECUR.py”, line 310, in process_inverter_data
signal = self.process_signal_data()
File “/config/custom_components/apsystems_ecur/APSystemsECUR.py”, line 283, in process_signal_data
strength = data[location]
IndexError: index out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 187, in _async_refresh
self.data = await self._async_update_data()
File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 147, in _async_update_data
return await self.update_method()
File “/config/custom_components/apsystems_ecur/init.py”, line 102, in update
data = self.use_cached_data(msg)
File “/config/custom_components/apsystems_ecur/init.py”, line 56, in use_cached_data
raise Exception(f"Cached data doesn’t contain a valid ecu_id")
Exception: Cached data doesn’t contain a valid ecu_id
Running v1.1.2 of integration.