Hi mcqwertyAh! I think there is a misunderstanding... You need to replace 'xx' with the number of the aux circuit connected to the light, not with the number of on/off cycles.
So if your light is connected to Aux Circuit 3 then the commands for one off/on cycle would be:
{"command":"SETPARAMLIST","objectList":[{"objnam":"C0003","params":{"STATUS":"OFF"}}],"messageID":"foobar"}
{"command":"SETPARAMLIST","objectList":[{"objnam":"C0003","params":{"STATUS":"ON"}}],"messageID":"foobar"}
You would then repeat the above two commands 14 times to recall the held colour.
Looking at a previous post of yours it looks like you have two light circuits listed 4th and 5th in your setup:
View attachment 111236
I have no idea if the circuits are shown in numeric order but if they are then you could use:
{"command":"SETPARAMLIST","objectList":[{"objnam":"C0004","params":{"STATUS":"OFF"}}],"messageID":"foobar"}
{"command":"SETPARAMLIST","objectList":[{"objnam":"C0004","params":{"STATUS":"ON"}}],"messageID":"foobar"}
to perform a single off/on cycle of your 'Pool Light' circuit or
{"command":"SETPARAMLIST","objectList":[{"objnam":"C0005","params":{"STATUS":"OFF"}}],"messageID":"foobar"}
{"command":"SETPARAMLIST","objectList":[{"objnam":"C0005","params":{"STATUS":"ON"}}],"messageID":"foobar"}
to perform a a singe off/on cycle of your 'Pool Light 2' circuit.
Once you have identified the correct numbers of each of the light circuits, you should be able to select any of the 14 colours/shows/functions of the intellibrite lights by cycling the corresponding number of times.
Here is the chart for ref with the number of off/on cycles shown for each:
View attachment 111238
Good luck![]()
Okay, so I totally get what you were saying regarding putting the circuit number in the command now. That makes sense. Yea, those are NOT in numeric order (one of my complaints that the Web-Client will NOT allow sorting on the pages but whatever).
So the light is Circuits #4. No light on 5. That was an old screenshot where I was doing some testing on another issue for someone else. I tried both the on command when the light was off and the off command when the light was on. Nothing. No error but the commands did not effect the light at all. I'm kind of at a loss. Not sure if I am doing something wrong or not.
But I sure don't mind trying. We'll get it. But those particular commands had no effect.
Let me know if you want me to try something a bit different.
Thanks!
r.