Hi all,
I have a working 0.113 installation now, and was thinking about updating (and keep updated moving forward)
First update experience is not good though
I use docker core version. In 0.113 -> no issue…
in 0.114.[0/3] -> rfxcom is not working
I have this error in logs at start in 0.114:
2020-08-25 17:03:23 ERROR (Thread-4) [root] Uncaught thread exception
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/serial/serialposix.py", line 500, in read
raise SerialException(
serial.serialutil.SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.8/site-packages/RFXtrx/__init__.py", line 838, in _connect
event = self.transport.receive_blocking()
File "/usr/local/lib/python3.8/site-packages/RFXtrx/__init__.py", line 656, in receive_blocking
data = self.serial.read(pkt[0])
File "/usr/local/lib/python3.8/site-packages/serial/serialposix.py", line 509, in read
raise SerialException('read failed: {}'.format(e))
serial.serialutil.SerialException: read failed: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
And from there any of my switch is not working anymore because rfxrtx service is not available…
Am I the only one with this issue ?