I just got a zw088 minimote and I’ve added it to my wave network in Scene mode (Habmin confirms scene number)
. There are two channels available, scene number and battery level. I’ve configured them as items, and setup rules for each. When pressing any of the buttons, the scene rule is never triggered. I put the binding into debug mode and I see that the scene is received on the controller. Here is the rule for a command. I’ve also tried “received update”. That does not work either.rule “minimote command sent”
when
Item minimote_scene_number received command
then
logInfo(“Minimote”, minimote_scene_number.state.toString)
end
I’ve looked at the zwave network viewer and I see that the node for this device is not connected to node 1 (the controller). I also tried doing a manual network heal for the device, but it is still not connected to node 1. Not sure what else I can try. Anyone have any pointers? I’m using OH2.2 on an Rpi3 with an aeotec z-stick controller.
Thank you.