Hello,
I’m new at homeassistant since a few days. Very nice tool. My Landroid is already working and also some Tasmota devices via MQTT.
I tried integration of “Deebot 960/950/920 vacuum” via HACS. My configuration.yaml:
vacuum:
- platform: deebot
username: !secret YOUR_ECOVACS_USERNAME
password: !secret YOUR_ECOVACS_PASSWORD
country: DE
continent: DE
deviceid: !secret YOUR_DEEBOT_TOKEN
# Optional
live_map: False # Enable Live Map.. may cause issues on low power hardware | Default: True
show_color_rooms: False # Enable draw room colors as in the app | Default: False
livemappath: 'www/live_map.png' # Path where to save live_map
However I see no entities for Deebot and get following error in log:
Protokolldetails ( ERROR )
Logger: homeassistant.components.vacuum
Source: custom_components/deebot/vacuum.py:99
Integration: Vacuum (documentation, issues)
First occurred: 16:59:35 (1 occurrences)
Last logged: 16:59:35
Error while setting up deebot platform for vacuum
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.7/site-packages/urllib3/connection.py", line 160, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw
File "/srv/homeassistant/lib/python3.7/site-packages/urllib3/util/connection.py", line 61, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "/usr/lib/python3.7/socket.py", line 748, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name or service not known
Has anyone an idea, why is not working?
Regards
Michael