Question - if I don't see an "event" on the device event page, does that mean it didn't work? Also, if I do it when it is not awake, I would expect to see the state configPending: true, but I do not see that. I DO see retriggerConfig: true
Hmm - I guess I don't understand it then. The Custom Command code in Rule Machine let's me select "motion detector" and then the only command you can send is "configure" and it allows you to set parameters. And from the above instructions, it seems the motion detector is expecting a configure command with a 3 and a 1.
But that's my guess, and it's clearly not working.
Are you sure that even though the RM is asking for configure parameters, I'd need a custom driver?
Configure is a generic command that allows the developer to put code that should execute when the device is first installed and when the user press the configure button.
It's not a way for the user to explicitly set the configuration parameters of a device.
Those selections in the device page usually equate to device Parameters. This is a screen shot of an Aeon MultiSensor 6 screen. It supports and configures Sensitivity.
IF I use the Super basic Z-Wave tool to set sensitivity to 3, then that will work. However, the next time I click Configure on the Device page, the driver will set it to 5.
Thus you need to know if the driver sets the value.. even if it does not offer to adjust it.
Test and verify your Super basic Z-Wave tool alteration worked.
Then you can simply click Configure and verify: same (retained Super basic Z-Wave tool ) or reverted.
Now you'll know for the next few years if pushing that config button is "safe"