Jeelink and zwave bridge toggle between online and offline

  • Platform information:
    • Hardware: Raspberry Pi 3
    • openHAB version: 2.5.7.-1 (latest freshly upgrade from 2.4)
  • Issue of the topic: Openhab 2.4 was running stable with no issues, I did a upgrade with sudo openhabian-config and I have chosen the latest stable build. Upgrade ran without issues as far as I can tell. After installation, all items were there, as well as the rules… . So all normal. The issue is that both Jeelink and zwave brigdes toggle between offline and online. That goes all the time. If they are online things are found and also they go also online. I got the following in the log viewer:
    2020-08-03 20:21:30.778 [INFO ] [zwave.handler.ZWaveControllerHandler] - Attempting to add listener when controller is null
    2020-08-03 20:25:12.246 [ERROR] [alization.ZWaveNodeInitStageAdvancer] - NODE 16: Error in initialization thread
    2020-08-03 20:25:34.398 [INFO ] [ve.internal.protocol.ZWaveController] - Starting ZWave controller

2020-08-03 20:25:34.400 [INFO ] [ve.internal.protocol.ZWaveController] - ZWave timeout is set to 5000ms. Soft reset is false.

2020-08-03 20:18:27.417 [WARN ] [.core.thing.binding.BaseThingHandler] - Handler JeeLinkHandler tried updating the thing status although the handler was already disposed.
2020-08-03 20:22:16.812 [WARN ] [core.thing.internal.ThingManagerImpl] - Disposing handler for thing ‘zwave:serial_zstick:3cab72a2’ takes more than 5000ms.

I did a soft reset of the zwave stick. It does not help. Btw. the USB port for zwave stick (Aeotec Gen 5) is /dev/ttyACM0 and for Jeelink bridge it is /dev/ttyUSB0.

Can someone help diagnosing? I hope I already posted all major relevant information. Please let me know if you need more information.

Did you read the 2.5.0 release notes? There were major architectural changes between 2.4 & 2.5.

Invalid addons cause all addons to reload every minute. One main culprit is restdocs that moved from misc to ui. The system reloads all addons trying to load the invalid ones.

That sounds to be the right direction. I found:
2020-08-03 21:44:21.836 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-action-mail, openhab-misc-restdocs’

in my addon.cfg is nothing added #misc = as well as #ui = are empty.
However, in the addson.config I found the restdocs in misc and copied it to ui. I made the action=“mail” to action="". Reboot…

It seem to work now.

Thank you

1 Like