Hi all,
I recently got 39351 GE/Jasco dimmers. According to the manufacturer’s documentation, they have support for a Dim Rate Adjustment parameter (Parameter #7 and #8).
https://ezzwave.com/advanced-configuration
However, the ZWave-JS config for the 39351 GE/Jasco model doesn’t have these parameters.
What is the best way to test setting the new parameters on my device to see if they work?
I’ve tried:
- Running the service
zwave_js.set_config_parameter
, but it fails (I’m guessing because it validates against the config and the config doesn’t know about those parameters). - Running the service
zwave_js.set_value
, but it fails (I’m guessing I have some incorrect fields here - I don’t know enough about the innards of ZWave to construct a valid set message, even after trying to replicate aSet
command from my ZWaveJS logs)
Let me know what you guys think the best way for me to test this new parameter would be. Would love to get this working and then push the changes upstream so everyone in the future can use them.
Thanks in advance! =]
3 posts - 1 participant