-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[rfxcom] Working OH2 setup stopped working #6964
Comments
Extract of my compose file
|
rfxcom.things
|
Hello, And i don't know why, but since, my RFXCOM Thing stay in an online state !!! BUT, i'm really disappointed that the issue has been open without any comment or watch in 10 days ! As i never had response from my first comment of the origin issue.... |
Most probably your problem is related to restdocs change. Restdocs has been moved from misc to ui addons.
Feature installs also cause binding restarts and after several restart, serial port is already in use. Of course, rfxcom binding should be resistant for those continuous restarts, but that's another story. |
I have the same problem with a raspberry pi and RFXcom. I upgraded to 2.5 an afterwards I had the same behaviour. |
I imagined everyone found how to remove openhab-misc-restdocs. |
No answer |
Hello everybody !
See me issue below...
Expected Behavior
Thing RFXCOM must be online
Current Behavior
I have the same issue thant @Stefaav for few days with RfxCom.
His issue was the #3321
But it was close without solution/explaination.
Context
The difference for me is that :
i haven't MySensors
i run OH 2.5.0 with Docker
To resume, when OH start, RFXCOM works fine during few minutes. And quickly, it beeing offline.
See this trace to understand :
2020-01-23 19:21:27.712 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-misc-restdocs'
2020-01-23 19:21:28.994 [INFO ] [internal.handler.RFXComBridgeHandler] - RFXCOM transceiver/receiver type: _433_92MHZ_TRANSCEIVER, hw version: 0.1, fw version: 25
2020-01-23 19:21:30.614 [INFO ] [smarthome.model.script.rullershutter] - One item for RullerShutter programming has been updated : calculating new timers
2020-01-23 19:21:30.917 [INFO ] [smarthome.model.script.rullershutter] - Shutters for day area will open at 08:00:00.000
2020-01-23 19:21:30.940 [INFO ] [smarthome.model.script.rullershutter] - Shutters for day area will close at 23:00:00.000
2020-01-23 19:21:30.962 [INFO ] [smarthome.model.script.rullershutter] - Shutters for night area will open at 08:00:00.000
2020-01-23 19:21:30.987 [INFO ] [smarthome.model.script.rullershutter] - Shutters for night area will close at 21:00:00.000
2020-01-23 19:22:23.524 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-misc-restdocs'
2020-01-23 19:23:26.757 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-misc-restdocs'
2020-01-23 19:23:27.894 [INFO ] [internal.handler.RFXComBridgeHandler] - RFXCOM transceiver/receiver type: _433_92MHZ_TRANSCEIVER, hw version: 0.1, fw version: 25
2020-01-23 19:24:22.969 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-misc-restdocs'
2020-01-23 19:25:23.746 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-misc-restdocs'
2020-01-23 19:25:25.232 [INFO ] [internal.handler.RFXComBridgeHandler] - RFXCOM transceiver/receiver type: _433_92MHZ_TRANSCEIVER, hw version: 0.1, fw version: 25
2020-01-23 19:26:26.205 [INFO ] [internal.handler.RFXComBridgeHandler] - RFXCOM transceiver/receiver type: _433_92MHZ_TRANSCEIVER, hw version: 0.1, fw version: 25
2020-01-23 19:26:26.250 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler RFXComBridgeHandler tried updating the thing status although the handler was already disposed.
2020-01-23 19:26:27.119 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-misc-restdocs'
2020-01-23 19:26:29.666 [ERROR] [internal.handler.RFXComBridgeHandler] - Connection to RFXCOM transceiver failed
org.eclipse.smarthome.io.transport.serial.PortInUseException: null
at org.eclipse.smarthome.io.transport.serial.internal.SerialPortIdentifierImpl.open(SerialPortIdentifierImpl.java:61) ~[?:?]
at org.openhab.binding.rfxcom.internal.connector.RFXComSerialConnector.connect(RFXComSerialConnector.java:61) ~[?:?]
at org.openhab.binding.rfxcom.internal.handler.RFXComBridgeHandler.connect(RFXComBridgeHandler.java:188) ~[?:?]
at org.openhab.binding.rfxcom.internal.handler.RFXComBridgeHandler.lambda$0(RFXComBridgeHandler.java:162) ~[?:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_232]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:1.8.0_232]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_232]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:1.8.0_232]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_232]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_232]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_232]
The text was updated successfully, but these errors were encountered: