Replies: 3 comments 19 replies
-
It's worth considering for an input template. To make it work for an output template would be a challenge how to find which of over 100 setoptions need to be specifically set for this template... Perhaps someone comes up with a very clever, low memory usage solution. |
Beta Was this translation helpful? Give feedback.
-
The latest dev release (9.4.0.2) adds support for basic template related commands by extending the template with the In case of the OP it would look like this:
It will only be executed if the template is selected as module 0, either before the template is loaded, when the activate box is selected OR if the |
Beta Was this translation helpful? Give feedback.
-
This is basically a backlog inside the template? |
Beta Was this translation helpful? Give feedback.
-
There are some templates that require an option to go with them for the hardware to work correctly.
For example, many bulbs/led drivers require Option92 (PWMCT), SetOption37 (ChannelRemap), or Option68 (MultiPwm) to be set to work correctly.
My intuition is that a template should include everything needed for the hardware to work correctly.
It would be nice if it was possible to attach the setting of a non default option to a config
possibly something like:
base:
{"NAME":"OM100/RGBWW","GPIO":[0,0,0,0,416,419,0,0,417,452,418,0,0,0],"FLAG":0,"BASE":18}
with options:
{"NAME":"OM100/RGBWW","GPIO":[0,0,0,0,416,419,0,0,417,452,418,0,0,0],"FLAG":0,"BASE":18, OPTION[92:1,37:5]}
would additionally set option 92 to 1, and 37 to 5
Is this something worth considering? is it already possible and the output template doesn't include these hardware critical option settings?
Beta Was this translation helpful? Give feedback.
All reactions