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

Stopped to connect via SSH #22

Open
Ikif opened this issue Jan 31, 2023 · 0 comments
Open

Stopped to connect via SSH #22

Ikif opened this issue Jan 31, 2023 · 0 comments

Comments

@Ikif
Copy link

Ikif commented Jan 31, 2023

I have HA on RP4 which trys to connect to RP3 with LibreELEC. Several month before it worked properly.

image

Logger: homeassistant.components.sensor
Source: custom_components/ssh/sensor.py:136
Integration: Сенсор (documentation, issues)
First occurred: 20:30:53 (1 occurrences)
Last logged: 20:30:53

Error while setting up ssh platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 249, in _async_setup_platform
await asyncio.shield(task)
File "/usr/local/lib/python3.9/asyncio/coroutines.py", line 124, 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 136, in _connect
self._ssh.login(self._host, self._username,
File "/usr/local/lib/python3.9/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

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