Openhab doesn't receive status updates from Velbus

Hi, first some background information. I have been using Openhab and Velbus since last year. I have a Raspberry PI that is running Velserv. And a separate desktop that ran Openhab. Everything worked as it should and got it installed with help of other trouble shooting posts on this forum and the forum of Openhab, thanks for that :smile:
But now I bought a new Raspberry PI and installed Openhab on it. The first Difference was that after manually adding the Network bridge thing. The other things werenā€™t automatically discovered by PaperUI. I then decided that I would write everything in a things file, for backup purposes. In paperUI all those things show the status Online. And I can send commands from Openhab to everything on Velbus, but when a state is changed by Velbus itself that status is not updated in Openhab. For instance the temperature just returns NaN, the level off the blinds is either 0 or 100, I have rules that look if the motion sensors see movement but they are never triggered.
Rules that are triggered by the astro binding do run, the blinds are opened by this rule. They are set to 40%, then in openhab I do see 40% until I change them manually from openhab.
I used the latest release of Openhabian. And used the binding that was available in PaperUI, which is version 2.5.9. I have already tried to uninstall it, clear the cache and reinstall. I donā€™t see any errors in the log (by running ā€œlog:tailā€ in the karaf console)

I hope someone has any ideas or can point me in the right direction.

Thanks in advance!

Thereā€™s your problem.

There is a bug in that version that is blocking incoming traffic from the Network Bridge.

Either roll back or use the next version, which can be found here

https://openhab.jfrog.io/openhab/libs-snapshot-local/org/openhab/addons/bundles/org.openhab.binding.velbus/2.5.10-SNAPSHOT/org.openhab.binding.velbus-2.5.10-20201006.033435-11.jar

Or find any of the latest versions in the parent folder

https://openhab.jfrog.io/openhab/libs-snapshot-local/org/openhab/addons/bundles/org.openhab.binding.velbus/

Okay thanks for the info. I thought I missed something in the installation.
Is there any page that sums up known issues?

There is always CĆ©dricā€™s GitHub page.

As far as I know, the only major issue that is causing a headache is the whole Velbus Alarm time groups.

For some strange reason these swap between Global & Local modes.

The alarm times work perfectly, itā€™s only an issue if you absolutely must have input modules in Global or Local mode.

(Global = Member of alarm group.
Local = Not a member of alarm group and functions independently)

In my experience, I would advise against adding Things in text files, as the configuration can get very complex.

However, adding Items in text files is the method I would recommend, as itā€™s much easier to change associations and Metadata (as Iā€™m sure youā€™re more than aware)

The command

openhab-cli backup --full

Will capture everything you need into a nice neat Zip file.

Iā€™ve removed the things file and updated to version 2.5.10. Discovery of the things was working now and I can see temperatures. Thanks for the help!

1 Like