Matter Ultimate
Examples
Import an example
Download a JSON file below, then use Node-RED menu → Import → select a file. Read the Comment node, select your own bridge/controller and device, configure the KNX gateway when required, then Deploy. Examples contain no credentials and no automatic Injects. Click Inject manually only after setup.
Light: Node-RED commands
Switch and dim a real light with Node-RED messages. Inspect the configured state topics in Debug.
examples/Matter Light - Topic Commands.json
Bridge: states and commands in the flow
Report a virtual light’s state from Inject; inspect commands arriving from the Matter app.
examples/Matter Bridge - Topic State and Commands.json
Light: native KNX
Connect a real light directly to KNX command and feedback addresses. Select your existing gateway.
examples/Matter Light - Native KNX.json
Bridge: native KNX
Expose a KNX light to Matter using separate command and status addresses.
examples/Matter Bridge - Native KNX.json
More examples
The examples folder also contains device-specific flows. Open their Comment nodes before deploying.