Closed jjvandenberg closed 2 years ago
opentherm_gw documentation opentherm_gw source (message by IssueLinks)
Hey there @mvn23, mind taking a look at this issue as it has been labeled with an integration (opentherm_gw
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
duplicate of #74529
The problem
after upgrading to 2022.7, the serial-over-USB link with the Opentherm Gateway is broken. it has run over a year on /dev/ttyUSB0
now, it's broken, when trying to re-add the integration, it errors on connecting the USB serial
Logger: homeassistant Source: /usr/src/homeassistant/homeassistant/runner.py:96 First occurred: 18:57:15 (3148 occurrences) Last logged: 19:13:08
Error doing job: Exception in callback SerialTransport._read_ready() Traceback (most recent call last): File "/usr/local/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/usr/local/lib/python3.10/site-packages/serial_asyncio/init.py", line 120, in _read_ready self._protocol.data_received(data) File "/usr/local/lib/python3.10/site-packages/pyotgw/protocol.py", line 95, in data_received self._readbuf += data AttributeError: 'protocol' object has no attribute '_readbuf'
What version of Home Assistant Core has the issue?
2022.7
What was the last working version of Home Assistant Core?
pre 2022.7
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
might be the OTG integration
Link to integration documentation on our website
https://www.home-assistant.io/integrations/opentherm_gw
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response