Comfort Automation/ Security System Forums

Full Version: Program short and long actions on pushbuttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
- Button_ON
Do Long_Response After 2 Seconds Using Timer01

- Button_OFF
If Timer Timer01 <> 0 Then
Stop Timer Timer01
Do Short_response
End If


The ideal timer (for me) would be 1,5 seconds.


I use this in two situations:
- entry button:
short press: toggle corridor light
long press:
if any light is on: turn off all lights (exit house)
else turn on the light path to the kitchen

Restroom:
short: toggle light
long: toggle heater


Most KNX modules handle this, so can cytech ... :-)


Cab123
It is good to see that you figured this out. Congratulations