Closed openhab-bot closed 8 years ago
I found this interesting document by ABB:
On page 26, you see the 4 bit telegrams for KNX dimming. Moreover, as also stated on this page, it seems that start/stop dimming is the todays standard solution.
Maybe IncreaseDecreaseType could be extended with an additional STOP value. This value shall be sent unconditionally when releasing the button after a long operation (in both cyclic and "one-shot" cases). Using sendFrequency=0 shall disable the cyclic sending of the INCREASE/DECREASE value.
My suggestion would be to handle these specifics in the KNX binding. With a special configuration, the binding itself could regularly send INCREASE/DECREASE to the event bus. The EnOcean binding already behaves this way and we discussed to possibly extract the so-called "profiles" from it, so that other bindings can use the same logic.
This should be useful for z-wave multilevel switches, too
Hello, Is it planned to implement this functionality?. My MDT glass buttons only have this opportunity to address a dimmer.
Is this issue in the works somehow?
Any News ?
I have implemented the Start-Stop Dimming DPT 3.007 '0' or '8'. If someone need this, i could send him the changed 'org.openhab.binding.knx-1.6.0-SNAPSHOT.jar'. I need this for MDT glass buttons to dimm HUE Bulbs.
I'm interested, but wonder, if this patch solves my problem. I have HAGER KNX-Dimmers, which need Start-Stop-Telegrams for relative dimming, i.e. in Classic UI.
HI belmondo2001, can you please prepare a patch for the DPT 3.007 dimming, so the feature can be merged into openhab
Are there any news to this issue? Since greent is not longer supported/developed, there is no solution for relative dimming in openHAB with HAGER-Dimmers (and others, too, I think). openHAB should be able to work with standard knx-dimmers...
I have implemented the Start-Stop Dimming DPT 3.007 '0' or '8'.
would be great to have this enhancement as PR. Would you mind sending a PR @belmondo2001 ? Thanks, Thomas E.-E.
@teichsta Is the PR from @aruder77 OK?
Closed via merged PR.
Do I have to configure something to make use of Start-Stop-Dimming? Updated openHAB to 1.8.3 and got addons from here:https://openhab.ci.cloudbees.com/job/openHAB1-Addons/1285/ but dimming through increase/decrease commands doesn't work as expected.
There are Dimmers (e.G. Hager TXA213) which need a Stop-Telegram for relative dimming. Stop is DPT 3.007 '0' or '8'. The Advantage of Start-Stop is less Telegramms are needed, only one Start-Telegramm and one Stop-Telegramm per dimming. It should be possible to set the Dimming behavior (cyclic Telegramms or Start-Stop) by Setting 'sendFrequency=-1'
Original issue: http://code.google.com/p/openhab/issues/detail?id=125