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
{{ message }}
This repository was archived by the owner on Jul 7, 2024. It is now read-only.
Three switches configured. It's likely the issue is cause by concurrent queries, and listening to a single network port.
Describe the bug
Errors in the HA logs
This error originated from a custom integration.
Logger: tplink_ess_lib
Source: custom_components/tplink_ess/api.py:28
Integration: TPLink ESS (documentation, issues)
First occurred: 6 February 2023 at 13:40:36 (84 occurrences)
Last logged: 13:44:22
Problems with network interface: [Errno 98] Address in use
also (perhaps related)
This error originated from a custom integration.
Logger: homeassistant
Source: custom_components/tplink_ess/binary_sensor.py:120
Integration: TPLink ESS (documentation, issues)
First occurred: 12:34:42 (1 occurrences)
Last logged: 12:34:42
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 182, in _handle_refresh_interval
await self._async_refresh(log_failures=True, scheduled=True)
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 330, in _async_refresh
self.async_update_listeners()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 135, in async_update_listeners
update_callback()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 390, in _handle_coordinator_update
self.async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 566, in async_write_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 606, in _async_write_ha_state
available = self.available # only call self.available once per update cycle
File "/config/custom_components/tplink_ess/binary_sensor.py", line 120, in available
or self._key in self.coordinator.data.get("hostname")
TypeError: argument of type 'NoneType' is not iterable
Version of the custom_component
0.1.1
Configuration
Three switches configured. It's likely the issue is cause by concurrent queries, and listening to a single network port.
Describe the bug
Errors in the HA logs
This error originated from a custom integration.
also (perhaps related)
Debug log