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
I Run Homeassistant in HassOS, so I cannot run the commands you say in the repo.
I tried putting all the things of the hass-vantage git inside config/custom_components/vantage
and after i put the config in config.yaml
vantage:
host: IP
But unfortunately i get two errors on startup:
Before this:
ERROR: Setup of vantage is taking over 10 seconds.
After this:
Error during setup of component vantage
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 229, in _async_setup_component
result = await task
File “/config/custom_components/vantage/init.py”, line 232, in async_setup
await hass.async_add_executor_job(
File “/usr/local/lib/python3.9/concurrent/futures/thread.py”, line 52, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.9/site-packages/pyvantage/init.py”, line 1179, in load_xml_db
ts.connect((self._host, self._file_port))
TimeoutError: [Errno 110] Operation timed out
What do I have to do to solve this problem? Thanks!!
The text was updated successfully, but these errors were encountered:
I Run Homeassistant in HassOS, so I cannot run the commands you say in the repo.
I tried putting all the things of the hass-vantage git inside config/custom_components/vantage
and after i put the config in config.yaml
vantage:
host: IP
But unfortunately i get two errors on startup:
Before this:
ERROR: Setup of vantage is taking over 10 seconds.
After this:
Error during setup of component vantage
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 229, in _async_setup_component
result = await task
File “/config/custom_components/vantage/init.py”, line 232, in async_setup
await hass.async_add_executor_job(
File “/usr/local/lib/python3.9/concurrent/futures/thread.py”, line 52, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.9/site-packages/pyvantage/init.py”, line 1179, in load_xml_db
ts.connect((self._host, self._file_port))
TimeoutError: [Errno 110] Operation timed out
What do I have to do to solve this problem? Thanks!!
The text was updated successfully, but these errors were encountered: