@DkAutomater wrote:
Hi guys, i have some issues with this Roth Touchline Component in the latest hassio release, i mean the latest in 1 year.
Link: https://www.home-assistant.io/integrations/touchline/I got 7 climate thermostat out of 10 available in my setup.
I see this error in logs in my hassio:
touchline: Error on device update!
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 292, in _async_add_entity
await entity.async_device_update(warning=False)
File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 450, in async_device_update
await self.hass.async_add_executor_job(self.update)
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/touchline/climate.py”, line 52, in update
self.unit.update()
File “/usr/local/lib/python3.7/site-packages/pytouchline/init.py”, line 60, in update
response = self._request_and_receive_xml(request)
File “/usr/local/lib/python3.7/site-packages/pytouchline/init.py”, line 128, in _request_and_receive_xml
return xml(content)
File “/usr/local/lib/python3.7/xml/etree/ElementTree.py”, line 1315, in XML
parser.feed(text)
File “”, line None
xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 1, column 186
Posts: 1
Participants: 1