I use a data template to set the volume parameter of a doorbell and it works for me. try something like this:
action:
- service: zwave.set_config_parameter
data_template: {
"node_id": 39,
"parameter": 8,
"value": 10
}
but as previously posted, battery powered devices may or may not respond properly. I have a Kwikset lock and it’s hit or miss if it receives commands properly and it’s a direct neighbor of the z wave controller. My mains powered devices don’t have an issue with commands.