-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Upgraded my HA to 100.1 and now I can't connect:
I forgot how I made it work before...
2019-10-13 12:08:57 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up platform ssh
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/asyncio/coroutines.py", line 120, in coro
res = func(*args, **kw)
File "/config/custom_components/ssh/sensor.py", line 48, in async_setup_platform
dev.append(SSHSensor(hass, config))
File "/config/custom_components/ssh/sensor.py", line 66, in __init__
self._connect()
File "/config/custom_components/ssh/sensor.py", line 137, in _connect
password=self._password, port=self._port)
File "/usr/local/lib/python3.7/site-packages/pexpect/pxssh.py", line 386, in login
raise ExceptionPxssh('Could not establish connection to host')
pexpect.pxssh.ExceptionPxssh: Could not establish connection to host
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels