Yes, we are evaluating the native widgets approach in the new Visu, and we agree it may be the better path if the required RGB workflow can be covered without custom JavaScript.
Our target is to build one RGB supervision page with:
- one global ON / OFF command for all RGB zones
- one global color selector applied to all zones
- individual zone control from the plan (zone ON / OFF + color selection per zone)
- all of this inside one custom visual block / page layout
Before we rebuild everything with native widgets only, could you please confirm the recommended way to achieve this in the current Visu?
More precisely:
1. Can a custom widget in the new Visu combine several native widgets (switch / color / slider / buttons / links) into one operational RGB control block?
2. For an RGB zone, what is the recommended native widget combination to control:
- 1-bit ON/OFF object
- RGB color object (3-byte / DPT 232.600)
3. Is it possible to have one “global color” control writing the same RGB value to multiple group addresses directly from Visu, without using custom JS?
4. For the plan view, is the recommended method to place multiple widgets over the background image (one widget per zone), rather than using an HTML widget?
5. If some logic is needed (for example “apply global color to all zones”), should this be handled by LM resident/event scripts, while Visu remains only the front-end?
If you have a simple example / best practice for an RGB page in the new Visu, that would help us align with the official supported method.
Thank you.
Our target is to build one RGB supervision page with:
- one global ON / OFF command for all RGB zones
- one global color selector applied to all zones
- individual zone control from the plan (zone ON / OFF + color selection per zone)
- all of this inside one custom visual block / page layout
Before we rebuild everything with native widgets only, could you please confirm the recommended way to achieve this in the current Visu?
More precisely:
1. Can a custom widget in the new Visu combine several native widgets (switch / color / slider / buttons / links) into one operational RGB control block?
2. For an RGB zone, what is the recommended native widget combination to control:
- 1-bit ON/OFF object
- RGB color object (3-byte / DPT 232.600)
3. Is it possible to have one “global color” control writing the same RGB value to multiple group addresses directly from Visu, without using custom JS?
4. For the plan view, is the recommended method to place multiple widgets over the background image (one widget per zone), rather than using an HTML widget?
5. If some logic is needed (for example “apply global color to all zones”), should this be handled by LM resident/event scripts, while Visu remains only the front-end?
If you have a simple example / best practice for an RGB page in the new Visu, that would help us align with the official supported method.
Thank you.