Hi folks,
New to HA.
I installed the integration and entered the IP address, passcode etc and it connected successfully.
However, I’m getting an error and when I checked the log, I get this:
This error originated from a custom integration.
Logger: homeassistant.config_entries
Source: custom_components/solutions3000/solution3000.py:648
Integration: Solution 3000
First occurred: 12:37:42 AM (1 occurrences)
Last logged: 12:37:42 AM
Error setting up entry StarfleetHQ for solutions3000
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 383, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/solutions3000/__init__.py", line 35, in async_setup_entry
await panel.initialise()
File "/config/custom_components/solutions3000/solution3000.py", line 648, in initialise
self.reader, self.writer = await asyncio.open_connection(
File "/usr/local/lib/python3.10/asyncio/streams.py", line 48, in open_connection
transport, _ = await loop.create_connection(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1103, in create_connection
transport, protocol = await self._create_connection_transport(
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 1133, in _create_connection_transport
await waiter
ConnectionResetError
and
This error originated from a custom integration.
Logger: custom_components.solutions3000
Source: custom_components/solutions3000/solution3000.py:525
Integration: Solution 3000
First occurred: 12:35:10 AM (4 occurrences)
Last logged: 12:37:01 AM
Unexpected error fetching solutions3000_panel data: 0
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 239, in _async_refresh
self.data = await self._async_update_data()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 195, in _async_update_data
return await self.update_method()
File "/config/custom_components/solutions3000/solution3000.py", line 635, in update_status
await self._req_data_status(
File "/config/custom_components/solutions3000/solution3000.py", line 525, in _req_data_status
data_by_id[data_id].status = enumeration(status)
KeyError: 0
I’ve checked and enabled all the settings in the configuration and have restarted (and rebooted) HA multiple times but it still gives the error.
Does any know what else I can try?
Thanks.
Home Assistant 2023.3.1
Supervisor 2023.01.1
Operating System 9.5
Frontend 20230302.0