Okay, after a little bit of frustration, I finally get the first steps done…
There is only one little problem left.
I used the following way to get my json-String: I adjusted everything like i wanted in the Web-Interface, and then used IP/json/state to extract the json-String.
I have one candle effect with three segments, the output is:
{“on”:true,“bri”:100,“transition”:7,“ps”:16,“pss”:49152,“pl”:-1,“ccnf”:{“min”:1,“max”:5,“time”:12},“nl”:{“on”:false,“dur”:15,“fade”:true,“mode”:2,“tbri”:180},“udpn”:{“send”:false,“recv”:true},“lor”:0,“mainseg”:1,“seg”:[{“id”:1,“start”:0,“stop”:12,“len”:12,“grp”:1,“spc”:0,“on”:true,“bri”:255,“col”:[[255,160,0],[0,0,0],[0,0,0]],“fx”:88,“sx”:109,“ix”:110,“pal”:0,“sel”:true,“rev”:false,“mi”:false},{“id”:2,“start”:12,“stop”:24,“len”:12,“grp”:1,“spc”:0,“on”:true,“bri”:91,“col”:[[255,160,0],[0,0,0],[0,0,0]],“fx”:88,“sx”:109,“ix”:111,“pal”:0,“sel”:false,“rev”:false,“mi”:false},{“id”:3,“start”:24,“stop”:36,“len”:12,“grp”:1,“spc”:0,“on”:true,“bri”:255,“col”:[[255,160,0],[0,0,0],[0,0,0]],“fx”:88,“sx”:114,“ix”:119,“pal”:0,“sel”:false,“rev”:false,“mi”:false}]}
And the second one is the Breeze Palette, the output is:
{“on”:true,“bri”:100,“transition”:7,“ps”:-1,“pss”:49152,“pl”:-1,“ccnf”:{“min”:1,“max”:5,“time”:12},“nl”:{“on”:false,“dur”:15,“fade”:true,“mode”:2,“tbri”:180},“udpn”:{“send”:false,“recv”:true},“lor”:0,“mainseg”:1,“seg”:[{“id”:1,“start”:0,“stop”:36,“len”:36,“grp”:1,“spc”:0,“on”:true,“bri”:255,“col”:[[255,224,160],[0,0,0],[0,0,0]],“fx”:65,“sx”:0,“ix”:113,“pal”:15,“sel”:true,“rev”:false,“mi”:false}]}
As you can see, there is only one segment, 36 LEDs long.
But when I switch from “Candle mode” to the “Breeze mode”, only one of three rings is updated, and the output becomes the following:
{“on”:true,“bri”:100,“transition”:7,“ps”:-1,“pss”:49152,“pl”:-1,“ccnf”:{“min”:1,“max”:5,“time”:12},“nl”:{“on”:false,“dur”:15,“fade”:true,“mode”:2,“tbri”:180},“udpn”:{“send”:false,“recv”:true},“lor”:0,“mainseg”:1,“seg”:[{“id”:1,“start”:0,“stop”:36,“len”:36,“grp”:1,“spc”:0,“on”:true,“bri”:255,“col”:[[255,224,160],[0,0,0],[0,0,0]],“fx”:65,“sx”:0,“ix”:113,“pal”:15,“sel”:true,“rev”:false,“mi”:false},{“id”:2,“start”:12,“stop”:24,“len”:12,“grp”:1,“spc”:0,“on”:true,“bri”:91,“col”:[[255,160,0],[0,0,0],[0,0,0]],“fx”:88,“sx”:109,“ix”:111,“pal”:0,“sel”:false,“rev”:false,“mi”:false},{“id”:3,“start”:24,“stop”:36,“len”:12,“grp”:1,“spc”:0,“on”:true,“bri”:255,“col”:[[255,160,0],[0,0,0],[0,0,0]],“fx”:88,“sx”:114,“ix”:119,“pal”:0,“sel”:false,“rev”:false,“mi”:false}]}
So there are segments “overlapping”, and I didnt get the reason… 
Kind regards,
Clubsport