Public examples of Spectoda controller setups, Berry scripts, project patterns, and integration snippets.
This repository is intentionally example-first. Each example should be small enough to copy into a real setup, but documented enough that a technician or developer can see why the pieces are connected that way.
controller-analog-potentiometer-dali-red-white/- two analog potentiometers mapped towhiteandredEventStates for a two-room DALI setup.controller-4i-group-toggle-dali-zones/- a 4-input button controller pattern that toggles multipletogglEventStates as one group, useful for DALI zones split across several controllers.controller-toggle-button-hold-dim-dali/- a single digital toggle button pattern that ramps DALI brightness while pressed or latched on, stops on release, and reverses dimming direction on the next press.gledopto-gl-rc-001wl-espnow-remote/- Berryespnow.rxexamples for a GLEDOPTO GL-RC-001WL remote controlling either one Spectoda ID or a direct/indirect two-ID light setup.network-nested-element-groups/- a Spectoda AppelementsJsonandcontrolPagespattern for group -> groups -> devices navigation with inline expanded child controls.
Each example should include:
- a short
README.mdwith the use case, wiring assumptions, and expected behavior - source files that can be copied as-is where possible
- notes about controller config requirements
- anonymized or synthetic IDs unless the real IDs are intentionally part of the reusable example
Do not commit secrets, client credentials, private network keys, or customer-specific data that is not meant to be public.