Zwave js setting parameters?

Is this the place to be asking these questions or the github?

Installed zwave js on virtualmachine, paired inovelli red dimmer. Anyway to set parameter on it? Similar to ozw set_config_parameter

((I know its verrrrry early on in this add-on; im just wondering))

Click on the node you want to change then scroll all the way to the bottom, then expand the configuration section.

Find the one you want to change and send the update with the arrow.

If you are using the zwave-js Addon, and not zwavejs2mqtt, then no you cannot set config parameters. See the current limitations: https://rc.home-assistant.io/integrations/zwave_js/#current-limitations

1 Like

If I am using zwavejs2mqtt, do you know if there a way to set a config parameter programmatically through node red?

I don’t do node red but there is a node red zwavejs repository I think you can load. https://github.com/zwave-js/node-red-contrib-zwave-js

Yes with the mqtt out node. Just need mqtt explorer to find the topic. I can post my example later tonight .

That node red js pallette is not for HA node red. I asked the developer. He just happened to come out with it same time HA released Z-Wave JS

@BuilderTroy

SO heres my gateway settings in JS2MQTT. Type, Payload type, and ‘Use nodes name instead of numeric nodeID’s’ will affect how your topics are wrriten. I prefer my nodes to be numbered (red line), but if you want them to be named (yellow line) you would turn on ‘Use nodes name instead of numeric nodeIDs’

I recommend setting Payload type to Just value.

With the following settings in JS2MQTT, the topics will look like the red line

So if i want to change parameter 1 (dimming speed), my topic would be zwave/7/112/0/1 and DONT FORGET to put /set after it or else it wont work.

Now when I run that flow, it will set parameter 1 to 0

1 Like