Permanently Setting Z-Wave Parameters in Z-Wave Deprecated

I updated the firmware on my Zooz switches so that they can now have a ramp set for z-wave commands, not just physical. I have seen a number of discussions on dynamically setting Parameters using service call, but I just want to set it permanently and not have to add that to everything or worry about it being an excess command. Is there a way to do this through HA? Or the Z-Wave PC Controller?

Just use the service call one time? The setting won’t change on its own.

So… make an Automation and just trigger it manually? I figured there would be a more elegant way to access those things and I was just missing it.

No, go to the Developer Tools page and call the service manually, one time. This assumes you don’t have the configuration parameters already exposed in the UI.

1 Like

Aha! Thank you, that’s direct enough… I think I’ve never actually been on the Developer Tools page. I appreciate the education.

Make sure you specify the size parameter, or there’s a good chance it won’t work. Than again, just to be clear, you only need to use the service call if the UI does not show the config parameters. I assume this is the case since you updated firmware and zwave has very old configuration files.

Yes, I could not find the parameters anywhere in the UI.

Thank you again. I was able to set the Parameters easily this way, but thanks to your other posts I also learned how I could set these parameters up to show in the Configuration options as well.