Since HA 2023.5.x async_local_push failed
Closed this issue · 4 comments
Dieser Fehler wurde von einer benutzerdefinierten Integration verursacht
Logger: custom_components.wattpilot.entities
Source: custom_components/wattpilot/entities.py:314
Integration: Fronius Wattpilot (documentation)
First occurred: 13:41:58 (2 occurrences)
Last logged: 13:41:58
Wattpilot_33054860_AK3_K - loc: async_local_push failed: No entity id specified for entity Wattpilot_33054860_AK3_K Local Time (homeassistant.exceptions.NoEntitySpecifiedError)
Wattpilot_33054860_AK3_K - rbt: async_local_push failed: No entity id specified for entity Wattpilot_33054860_AK3_K Reboot Timer (homeassistant.exceptions.NoEntitySpecifiedError)
can you please provide diagnostics information?
After I rebooted the WP and then HA the entry is not longer in log.
The only thing I did additional was to reboot the WP.
Sounds like typical session issue - Wattpilot seems to be able to handle only a limted number of parallel open sessions.
If a session is not closed correctly (e.g. due to update restart) the session stays open on wattpilot side but does not have a partner from HA / Wattpilot app side.
If the limit of parallel sessions is reached wattpilot does no longer accept new ones.
After you restart all "leftover" sessions are removed from the wattpilot side, too.
thx for your explanaition!