home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.71k stars 30.45k forks source link

Lost Ecovacs entity #18676

Closed whadat1 closed 5 years ago

whadat1 commented 5 years ago

Since the update, ecovacs entity is missing. I had to downgrade to 0.80.3 to be able to control my vacuum.

cgarwood commented 5 years ago

We need more information. What does your config look like? Are there any errors in your HA log? Please fill out the issue template.

whadat1 commented 5 years ago

My first time here, not a prof at this. My config looks like this:

ecovacs:
   username: !secret vac_usernm
   password: !secret vac_passwd
   country: us
   continent: na

My error log shows this:

day is out of range for month
Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/sleekxmpp/xmlstream/xmlstream.py", line 1492, in _process
    if not self.__read_xml():
  File "/usr/local/lib/python3.6/site-packages/sleekxmpp/xmlstream/xmlstream.py", line 1564, in __read_xml
    self.__spawn_event(xml)
  File "/usr/local/lib/python3.6/site-packages/sleekxmpp/xmlstream/xmlstream.py", line 1632, in __spawn_event
    handler.prerun(stanza_copy)
  File "/usr/local/lib/python3.6/site-packages/sleekxmpp/xmlstream/handler/callback.py", line 64, in prerun
    self.run(payload, True)
  File "/usr/local/lib/python3.6/site-packages/sleekxmpp/xmlstream/handler/callback.py", line 76, in run
    self._pointer(payload)
  File "/usr/local/lib/python3.6/site-packages/sleekxmpp/features/feature_starttls/starttls.py", line 64, in _handle_starttls_proceed
eracknaphobia commented 5 years ago

See previously posted issue: https://github.com/home-assistant/home-assistant/issues/18054