I have put up an binary switch from Schneider to controll group adress that Dali talk with.
I have to possible ways of controlling the Dali adress, with binary on-off , where the on value may be put in (0-254) in dali interface
and with 1 byte integrer. Then I can put preset values in the swicth that it will send to the Dali Interface.
Is it possible for you to add the "standard" dimming data type to the Dali interface? 4 bit (3 bit control, and break)
This way it can be possible to seemless dim up and down . Or is there another way to do this?
I am using the Dali to control white LED lamps at the moment and later on i will intergrate RGB and RGBW lamps to it.
Another feature would be to add how long time the dimming should take. Now when i use the value dim it goes for the percentage instantly. A 1-3 seconds grading should look better
thanks for suggestion!
currently we will add it into our to-do list and will look at it some time in the future
For now, please do this functionality via scripts.
(04.08.2015, 10:10)edgars Wrote: thanks for suggestion!
currently we will add it into our to-do list and will look at it some time in the future
For now, please do this functionality via scripts.
Thanks for the example, but a standard wall switch has two groupaddresses:
- turn on/off (1bit)
- dimming (4 bit, 3bit controlled - 03.007 dim/blinds step)
16.10.2015, 14:24 (This post was last modified: 16.10.2015, 14:25 by gjniewenhuijse.)
(18.09.2015, 13:30)gjniewenhuijse Wrote: Thanks for the example, but a standard wall switch has two groupaddresses:
- turn on/off (1bit)
- dimming (4 bit, 3bit controlled - 03.007 dim/blinds step)
How to implement this for dali?
Is there already a solution for a default knx dimmer button:
up short: on
down short: off
up long: dim + started
down long: dim - started
Its important to control the standard 4 bit, 3bit controlled object for smooth dimming when using dali.
This is to get dimming from a psycical switch. But if you use one rocker for up and one for down then this will work from the web application the easiest way is from slider.
If you have a physical switch you can use our pushbutton interface MTN670802
There is a long/short press detection parameter with value stepper to send byte value.
You can set stepsize, direction and behavior when reaching min/max. This should work for you. Also all
KNX pushbuttons (plus) have this feature.