How to trigger motion on zwave

Hello,
i’m triing to trigger motion on a rule:

rule "Calculate Monthly Charge"
when
Item cucinaMotion received update
then
var HSBType luce = new HSBType(new DecimalType(181),new PercentType(20),new PercentType(100))
LuceCucina.sendCommand(luce)

end

But it doesn’t work.
Someone has the same problem?

Bye

What device are you using? Is there anything in the logs? Does the item update ok in the UI (if not then the rule won’t run).

It’s really hard to say what is happening without some more information - it might be that the device is using the NOTIFICATION class that isn’t well supported yet, or it might be that associations aren’t configured, or it might be something else…