Output protocol copy or batch configuration

Post Reply
PaulGanachaud
Posts: 1
Joined: Thu Oct 10, 2024 10:27 am

Output protocol copy or batch configuration

Post by PaulGanachaud »

Hi,
I'm working on project with quite a lot of Nebula (around 250).
There is only 1 type of LED using UCS8904 protocol but default protocol in nebula is WS28...

Is there an efficient way of changing the protocol for multiples nebula ?
Right now i'm going one line after another in the manager, opening the http config page and choosing the protocol then going to the next one :arrow: .

Thanks for you help :idea:

Paul
Guertler
Support
Support
Posts: 908
Joined: Tue Feb 04, 2014 10:47 am

Re: Output protocol copy or batch configuration

Post by Guertler »

Hello PaulGanachaud,
Welcome to the MADRIX Forum.

Natively there is no "copy" button to copy the settings from one NEBULA to all other connected NEBULAs.
But you would be able to use a scripting language like Windows PowerShell to create a simple script which will be able to copy the command line to all found NEBULAs in the Network.

If you are not familiar how to create such a script we are able to help. Simply send an e-mail to info[at]madrix[dot]com.
Please let us know in which IP-Address range the NEBULAs are working.
FelixAMcClain
Posts: 2
Joined: Tue Oct 15, 2024 2:43 am

Re: Output protocol copy or batch configuration

Post by FelixAMcClain »

Hi, Paul
You can save time by automating the process of changing the protocol on Nebula devices. Instead of opening each configuration page manually, you can write a script, such as in Python, to send HTTP POST requests to each Nebula device, changing the protocol to UCS8904 in bulk. With a list of IP addresses for the devices, the script will automatically send the protocol change command to all of them. This will be much faster than manually configuring each device one by one.

Regard,
:)
Post Reply