Script for Modifying Configuration Parameters

Posted on
Sat Dec 21, 2019 12:40 pm
DougHahn offline
Posts: 16
Joined: Aug 30, 2015

Script for Modifying Configuration Parameters

I have about 120 z wave switches and plugs that have configuration parameters that I would like to change from the manufactures default. I am aware of the drop down menu for modifying configuration parameters, but with so many devices and 8 parameters I want to update for each, that is 960 executions of that menu.

Can I script it?

I know how to cycle through the devices in Python, but how can I send the modify parameter command in Indigo? Can I?

Doug

Posted on
Sat Dec 21, 2019 2:27 pm
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: Script for Modifying Configuration Parameters

Hi Doug,

Yes, you can:

Code: Select all
someDev = indigo.devices[1156410259]
indigo.zwave.sendConfigParm(someDev, paramIndex=12, paramSize=4, paramValue=0)

Image

Posted on
Sat Dec 21, 2019 5:32 pm
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: Script for Modifying Configuration Parameters

I’m interested in what you’re scripting them to?

Unless they’re the same models, they’ll have completely different parameters


Sent from my iPhone using Tapatalk Pro

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 12 guests