Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Using this flow you will be able to adjust DALI luminaires brightness in the E2D system from the KNX level. The program described in this article is associated with dimming up/down using KNX buttons.

KNX messages structure

We receive the following information from the KNX system:
{"decr_incr":1,"data":1} - start ‘up’
{"decr_incr":0,"data":1} - start ‘down’
{"decr_incr":0,"data":0} -stop dimming

Installing KNX library for Node-RED

You need to install node-red-contrib-knx-easy library for Node-RED. You will do that in Settings.

  1. Open the Node-RED and go to the Settings tab and select Settings.

  2. Go to the Palette tab. Here you can see all the libraries installed in the current Node-RED version.

3. Select the Install tab. Type in node-red-contrib-knx-easy in the search bar and click the Install button for the needed library.

4. You will notice the prompt message. You can read the node documentation and select Install to confirm your action.

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.