Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature idea: attach desired config parameter values to SmartStart provisioning entries #6781

Open
AlCalzone opened this issue Apr 22, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@AlCalzone
Copy link
Member

This way, Z-Wave JS could configure devices immediately during the initial interview, and it would allow bulk provisioning and configuring in a more convenient way than having to script the post-interview configuration.

@AlCalzone AlCalzone added the enhancement New feature or request label Apr 22, 2024
@rjulius23
Copy link

Is it only possible via SmartStart ? Would it be possible to use REST API to bulk configure nodes?

I give you a reason, you pair 100 devices, then you analyze teh network and you realize that there are some parameters with which you can improve the performance, right now oyu would need to click through all the devices to set the required values. If I could use REST API, I can write a simple python script that would go through the devices set the parameter sequentially. It would still take time, but i dont have to sit in front the machine :)

@AlCalzone
Copy link
Member Author

AlCalzone commented Apr 29, 2024

Depends on how you use Z-Wave JS. Z-Wave JS UI has a "driver function" feature for arbitrary scripting, which ships with a predefined snippet to copy parameters from one device to other identical ones.

Aside from that, both the MQTT and the websocket APIs also allow automating this process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants