I have a few zwave devices that are controlled by openhab via a zwave.me usb stick. Everything works fine as long as I control the actors only from openhab. Any update made outside of openhab is not reflected in the item state.
If I use for debugging purposes the “OpenZWave Control Panel” and there I get an immediate update of the values.
I have tested with a Fibaro FGS222 and a GreenWave PowerNode 1 port.
Any ideas? Is there something I need to configure within openhab to get the updates from the devices?
One addition: I just realized that it’s actually only the switch items that are not getting updated. The GreenWave Powernode also provides power consumption and this item is actually updated.
This is my item definition:
Switch Cam1_Power “Cam1” { channel=“zwave:device:3ab0714f:node2:switch_binary” }
Number Cam1_Watt “Cam1Watt” {channel=“zwave:device:3ab0714f:node2:meter_watts”}
Number Cam1_Kwh “Cam1kwh” {channel=“zwave:device:3ab0714f:node2:meter_kwh”}
Switch Licht_Garderobe “Garderobe” { channel=“zwave:device:3ab0714f:node3:switch_binary1” }
Just to let you know I had the same issue with the qubino 2 relays on that same version.
Since there are a lot of fixes it might be worth upgrading to the latest 2.1 stable version
I have updated to OH 2.1 but still have the problem that zwave switch items are not getting updated if they are changed outside of OH. Other items like for example the power meter in my powernode is updated without any problems.