Hello,
The 'old' Light Scenes logic: 18011 which is included in the Experte/Homeserver only support 5 actuators and 4 bytes per scene. I noticed this when I wanted to save a RGBW (6 byte) value. The idea of the Logic block is great, so I wanted to upgrade it.
I made: 14361 - Lichtszenen v2.hsl (up to 8 byte, so RGBW)
image.png
And it works fine!
Is there any need to update this logic with other features?
(like up to 10 actuator support? however, note that the block requires twice as much memory currently because it saves 8 bytes instead of 4 bytes per actuator, even if the actuators are not used. If I would make it to support up to 10 actuators, it will again use twice as much memory)
I can image an option to Export/Import the data, maybe to a webhook? However, the remanent speicher of the homeserver can already be backupped automatically (using FTP).
If no other features are requested, I will release the logic soon.
The 'old' Light Scenes logic: 18011 which is included in the Experte/Homeserver only support 5 actuators and 4 bytes per scene. I noticed this when I wanted to save a RGBW (6 byte) value. The idea of the Logic block is great, so I wanted to upgrade it.
I made: 14361 - Lichtszenen v2.hsl (up to 8 byte, so RGBW)
image.png
And it works fine!
Is there any need to update this logic with other features?
(like up to 10 actuator support? however, note that the block requires twice as much memory currently because it saves 8 bytes instead of 4 bytes per actuator, even if the actuators are not used. If I would make it to support up to 10 actuators, it will again use twice as much memory)
I can image an option to Export/Import the data, maybe to a webhook? However, the remanent speicher of the homeserver can already be backupped automatically (using FTP).
If no other features are requested, I will release the logic soon.

