Short version:
Is it in anyway “bad” to tell a WLED instance (via JSON over MQTT) to select a preset # that doesn’t exist?
Longer version:
I’m trying to coordinate the 14 WLED instances to drive lighting around the hours and am using MQTT to command presets. In addition to per-WLED instances, I also want to have coordinated presets for certain events (like “evening”, “guests over”, “house is on fire”, etc) that I will send/command over the MQTT group channel/topic.
To do this, I’m “standardizing” on preset #s for all my WLED instances and using MQTT group addressing so that when an known event/situation is wanted, I send the standard preset # to all WLED installs.
Which all works pretty well. I “reserved” preset #s 200+ for these cases, allowing lower presets to be used for specific per-instance needs.
However, not all WLED instances need or should respond to all the “reserved” presets. So, for example, if a WLED instance doesn’t have anything to “do” when the MQTT/JSON group command to switch to preset 205 (entertaining), I would just not assign any preset #205 on that instance.
This SEEMS to be working OK, but I notice that when I go to the Web UI on such a WLED instance (one that received a command to switch to a non-existent present #), it shows a red popup box saying unknown preset.
I just want to make sure that nothing else bad is happening and that error is “informational only”. Further, that sending a request for a preset that doesn’t existing to a WLED unit will be ignored (that is, won’t change the preset the WELD instance was already running).
Thanks
Gerry