Ecovacs Deebot N79S HASSIO not working

Good afternoon,

I’m new to HASSIO, a few days ago I got a Ecovacs Deebot N79s, I’m trying to configure it with HASSIO, but I can’t. my configuration is:

ecovacs:
username: !secret deebot_username
password: !secret deebot_password
country: us
continent: na

but I get this error:
Error during setup of component ecovacs
7:40 PM components/ecovacs/init.py (ERROR)

when I click on it, this is what I get:

Log Details (ERROR)
Wed Oct 30 2019 19:40:24 GMT-0400 (EDT)

Error during setup of component ecovacs
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/urllib3/connection.py”, line 157, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw
File “/usr/local/lib/python3.7/site-packages/urllib3/util/connection.py”, line 84, in create_connection
raise err
File “/usr/local/lib/python3.7/site-packages/urllib3/util/connection.py”, line 74, in create_connection
sock.connect(sa)
OSError: [Errno 113] Host is unreachable

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py”, line 672, in urlopen
chunked=chunked,
File “/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py”, line 376, in _make_request
self._validate_conn(conn)
File “/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py”, line 994, in _validate_conn
conn.connect()
File “/usr/local/lib/python3.7/site-packages/urllib3/connection.py”, line 334, in connect
conn = self._new_conn()
File “/usr/local/lib/python3.7/site-packages/urllib3/connection.py”, line 169, in _new_conn
self, “Failed to establish a new connection: %s” % e
urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0xb1ece530>: Failed to establish a new connection: [Errno 113] Host is unreachable

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/requests/adapters.py”, line 449, in send
timeout=timeout
File “/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py”, line 720, in urlopen
method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
File “/usr/local/lib/python3.7/site-packages/urllib3/util/retry.py”, line 436, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=‘users-na.ecouser.net’, port=8000): Max retries exceeded with url: /user.do (Caused by NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0xb1ece530>: Failed to establish a new connection: [Errno 113] Host is unreachable’))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 171, in _async_setup_component
component.setup, hass, processed_config # type: ignore
File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/homeassistant/homeassistant/components/ecovacs/init.py”, line 54, in setup
config[DOMAIN].get(CONF_CONTINENT),
File “/usr/local/lib/python3.7/site-packages/sucks/init.py”, line 126, in init
login_response = self.__call_login_by_it_token()
File “/usr/local/lib/python3.7/site-packages/sucks/init.py”, line 185, in __call_login_by_it_token
‘token’: self.auth_code}
File “/usr/local/lib/python3.7/site-packages/sucks/init.py”, line 169, in __call_user_api
response = requests.post(EcoVacsAPI.USER_URL_FORMAT.format(continent=self.continent), json=params)
File “/usr/local/lib/python3.7/site-packages/requests/api.py”, line 116, in post
return request(‘post’, url, data=data, json=json, **kwargs)
File “/usr/local/lib/python3.7/site-packages/requests/api.py”, line 60, in request
return session.request(method=method, url=url, **kwargs)
File “/usr/local/lib/python3.7/site-packages/requests/sessions.py”, line 533, in request
resp = self.send(prep, **send_kwargs)
File “/usr/local/lib/python3.7/site-packages/requests/sessions.py”, line 646, in send
r = adapter.send(request, **kwargs)
File “/usr/local/lib/python3.7/site-packages/requests/adapters.py”, line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host=‘users-na.ecouser.net’, port=8000): Max retries exceeded with url: /user.do (Caused by NewConnectionError(’<urllib3.connection.VerifiedHTTPSConnection object at 0xb1ece530>: Failed to establish a new connection: [Errno 113] Host is unreachable’))

I guess the .py library is wrong… I don’t know if anyone know a work around on how to integrate this ecovacs to my hassio.

any help will be appreciate!

Did you manage to get this working in the end?