Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors Running HassOS #17

Open
ippo1000 opened this issue Jan 26, 2022 · 0 comments
Open

Errors Running HassOS #17

ippo1000 opened this issue Jan 26, 2022 · 0 comments

Comments

@ippo1000
Copy link

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!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant