My log looks like:
Logger: homeassistant.components.autarco
Bron: helpers/update_coordinator.py:392
integratie: Autarco (documentatie, problemen)
Eerst voorgekomen: 08:30:32 (8 gebeurtenissen)
Laatst gelogd: 08:34:11
Unexpected error fetching autarco data
Traceback (most recent call last): File “”, line 15, in mashumaro_from_dict_json TypeError: int() argument must be a string, a bytes-like object or a real number, not ‘NoneType’ During handling of the above exception, another exception occurred: Traceback (most recent call last): File “”, line 9, in mashumaro_from_json File “”, line 17, in mashumaro_from_dict_json mashumaro.exceptions.InvalidFieldValue: Field “out_ac_power” of type int in Inverter has invalid value None During handling of the above exception, another exception occurred: Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py”, line 392, in _async_refresh self.data = await self._async_update_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/src/homeassistant/homeassistant/components/autarco/coordinator.py”, line 66, in _async_update_data inverters = await self.client.get_inverters(self.account_site.public_key) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File “/usr/local/lib/python3.13/site-packages/autarco/autarco.py”, line 174, in get_inverters return PowerResponse.from_json(response).inverters ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File “”, line 11, in mashumaro_from_json mashumaro.exceptions.InvalidFieldValue: Field “inverters” of type dict[str, Inverter] in PowerResponse has invalid value {‘154E11204090001’: {‘sn’: ‘154E11204090001’, ‘dt_latest_msg’: ‘2025-04-12T11:32:36+00:00’, ‘out_ac_power’: 1112, ‘out_ac_energy_total’: 5322, ‘error’: None, ‘grid_turned_off’: False, ‘health’: ‘SILENT’}, ‘842115020686’: {‘sn’: ‘842115020686’, ‘dt_latest_msg’: ‘2023-08-10T09:47:01+00:00’, ‘out_ac_power’: 225, ‘out_ac_energy_total’: 948, ‘error’: None, ‘grid_turned_off’: False, ‘health’: ‘SILENT’}, ‘842115020667’: {‘sn’: ‘842115020667’, ‘dt_latest_msg’: None, ‘out_ac_power’: None, ‘out_ac_energy_total’: None, ‘error’: None, ‘grid_turned_off’: False, ‘health’: ‘SILENT’}}
I have not seen a new version, am I correct?