Deebot dont update his status
Hi! Today in the morning my robot did not update his status. I reboot HA and all ok. One or two hours later HA dont uptade status of robot, again. Im can send comands like play, stop but status dónde update until I reboot my home assistant... In log show this: Logger: root Source: /usr/src/homeassistant/homeassistant/bootstrap.py:329 First occurred: 11:08:36 a. m. (1 occurrences) Last logged: 11:08:36 a. m.
Uncaught thread exception Traceback (most recent call last): File "/usr/local/lib/python3.9/threading.py", line 973, in _bootstrap_inner self.run() File "/usr/local/lib/python3.9/threading.py", line 910, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py", line 3591, in _thread_main self.loop_forever(retry_first_connection=True) File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py", line 1756, in loop_forever rc = self._loop(timeout) File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py", line 1164, in _loop rc = self.loop_read() File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py", line 1556, in loop_read rc = self._packet_read() File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py", line 2439, in _packet_read rc = self._packet_handle() File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py", line 3033, in _packet_handle return self._handle_publish() File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py", line 3327, in _handle_publish self._handle_on_message(message) File "/usr/local/lib/python3.9/site-packages/paho/mqtt/client.py", line 3570, in _handle_on_message on_message(self, self._userdata, message) File "/usr/local/lib/python3.9/site-packages/ozmo/init.py", line 906, in _handle_ctl_mqtt as_dict = self._ctl_to_dict_mqtt(message.topic, str(message.payload.decode("utf-8"))) File "/usr/local/lib/python3.9/site-packages/ozmo/init.py", line 913, in _ctl_to_dict_mqtt xml = ET.fromstring(xmlstring) #Convert from string to xml (like IOT rest calls), other than this it is similar to XMPP File "/usr/local/lib/python3.9/xml/etree/ElementTree.py", line 1347, in XML parser.feed(text) xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 1, column 0