I'm trying to pass a domoticz/out message from a dummy selector switch in Domoticz.
It's a selector switch with many stages (one for each state/mode of my McLighting).
But it seems like the message is trunkated at around 1000 bytes, it looks like this:
Code: Select all
{
"Battery" : 255,
"LevelActions" : "||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||",
"LevelNames" : "Off|TV|CUSTOM WS|Static|Blink|Breath|Color Wipe|Color Wipe Inverse|Color Wipe Reverse|Color Wipe Reverse Inverse|Color Wipe Random|Random Color|Single Dynamic|Multi Dynamic|Rainbow|Rainbow Cycle|Scan|Dual Scan|Fade|Theater Chase|Theater Chase Rainbow|Running Lights|Twinkle|Twinkle Random|Twinkle Fade|Twinkle Fade Random|Sparkle|Flash Sparkle|Hyper Sparkle|Strobe|Strobe Rainbow|Multi Strobe|Blink Rainbow|Chase White|Chase Color|Chase Random|Chase Rainbow|Chase Flash|Chase Flash Random|Chase Rainbow White|Chase Blackout|Chase Blackout Rainbow|Color Sweep Random|Running Color|Running Red Blue|Running Random|Larson Scanner|Comet|Fireworks|Fireworks Random|Merry Christmas|Fire Flicker|Fire Flicker (soft)|Fire Flicker (intense)|Circus Combustus|Halloween|Bicolor Chase|Tricolor Chase|ICU|Fire 2012|Custom 1|Custom 2|Custom 3",
"LevelOffHidden" : "false",
"RSSI" : 12,
"Sel...
Now, why does Domoticz include the complete LevelNames list for every message? I would much rather have a short message with only the current state.
Any suggestions?
/M