Hey David, hope you’re enjoying your summer. Had this crop up over the last few days. Running latest HA 2021.8.8, evohome_cc 0.11 with the indalo hw uart stick.
Traceback (most recent call last):
File "/usr/local/opt/python-3.8.8/lib/python3.8/asyncio/events.py", line 81, in _run
self._context.run(self._callback, *self._args)
File "/srv/homeassistant/lib/python3.8/site-packages/serial_asyncio/__init__.py", line 411, in _call_connection_lost
self._protocol.connection_lost(exc)
File "/srv/homeassistant/lib/python3.8/site-packages/ramses_rf/transport.py", line 465, in connection_lost
raise exc
File "/srv/homeassistant/lib/python3.8/site-packages/serial_asyncio/__init__.py", line 114, in _read_ready
data = self._serial.read(self._max_read_size)
File "/srv/homeassistant/lib/python3.8/site-packages/serial/serialposix.py", line 595, in read
raise SerialException(
serial.serialutil.SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
Evohome stops any updates. HA restart does not help, only a full reboot. I guess maybe an issue with the stick, unless you can think of something else?