gjbadros / hass-vantage

Home Assistant custom_component for Vantage Infusion Whole House lighting system.
MIT License
9 stars 5 forks source link

Errors Running HassOS #17

Open ippo1000 opened 2 years ago

ippo1000 commented 2 years ago

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