How to save a scene in xxter using a scene command on knx

Freddy van Geel
Freddy van Geel Specialist
January 2018 aangepast in Device algemeen
In knx you can start a scene that's stored in the actuators with a byte value of 0 to 63, from a sensor.
The same byte value is used to store the scene, in actuators, when pushed long. To do this, to the scene value is added "64".
So:
Short push:
- Start scene 1 when value is 0,
- Start scene 2 when value is 1
- and so on.
The same byte value is used to store the scene, in actuators, when pushed long:
- save scene 1 when value is 64
- save scene 2 when value is 65
- and so on.

xxter will start a scene that corresponds with the value:

So if 10/2/0 "scenebyte" has value 10, 11 or 12 the corresponding scene is started.

With a simple script xxter can also save the scene like you normally would in the actuator.
Script called "Scene opslaan" (Save Scene)


You have to use this action to start the script, if the scene value is greater than 63