A scene is a list of KNX actuators which are addressed as a whole by the HS/FS. The states of the actuators can be saved, called up or sent and changed in steps.
Six commands are available for this.
The term "teachable light scene" can also be used for this,] whereby every type of actuator can be assigned (e.g. continuous controller, blinds etc.).
Six commands are available for this.
The term "teachable light scene" can also be used for this,] whereby every type of actuator can be assigned (e.g. continuous controller, blinds etc.).
Important
When learning the light scene, the HS/FS does not read the data from the KNX. The process map is always used!
When the scene is called up, all the actuators are addressed in the sequence defined without breaks.(command sequences without breaks are referred to as sequences. Actuators whose values cannot be stored can also belong to a scene. These are then set to the default value.
The list of actuators is edited using the operating buttons directly to the right of the list:
Add, Delete, Modify/Edit
Scenes can be imported and exported with the Global Library.
The list of actuators is edited using the operating buttons directly to the right of the list:
Add, Delete, Modify/Edit
Scenes can be imported and exported with the Global Library.
1.Tabs
1.2.End point
Scenes can be accessed via the end point interface of the HS/FS.
There is a description of the call parameters here.
There is a description of the call parameters here.
Note
Any scene can of course be used instead of the scene used in all the call-up examples in the following table.
Placeholders are specified in UPPER CASE.
Placeholders are specified in UPPER CASE.
1.2.1.Methods
Method | Description/Call |
---|---|
meta | Retrieval of metadata from the scene.https://HS_IP/endpoints/call?key=SC@my_scene&method=meta&user=USER&pw=PWD |
learn | Teach-in of the scene.https://HS_IP/endpoints/call?key=SC@my_scene&method=learn&user=USER&pw=PWD |
call | Retrieves the scene.https://HS_IP/endpoints/call?key=SC@my_scene&method=call&user=USER&pw=PWD |
get_items | Returns a list with all the actuators contained in the scene.https://HS_IP/endpoints/call?key=SC@my_scene&method=get_items&user=USER&pw=PWD |
offset_plus | Increases the value of all communication objects of the scene in steps.https://HS_IP/endpoints/call?key=SC@my_scene&method=offset_plus&user=USER&pw=PWD |
offset_minus | Decreases the value of all communication objects of the scene in steps.https://HS_IP/endpoints/call?key=SC@my_scene&method=offset_minus&user=USER&pw=PWD |
list_next | Sets all communication objects in the scene to the next larger list value.https://HS_IP/endpoints/call?key=SC@my_scene&method=list_next&user=USER&pw=PWD |
list_prev | Sets all communication objects in the scene to the next smaller list value.https://HS_IP/endpoints/call?key=SC@my_scene&method=list_prev&user=USER&pw=PWD |
1.2.2.Fields
ID
The value entered here forms the unique object key of the end point, together with the fixed prefix "SC" with which the ID is connected by an '@' character.
Permitted characters are: A-Z, a-z, 0-9, hyphen ("-") and underscore ("_")!
Permitted characters are: A-Z, a-z, 0-9, hyphen ("-") and underscore ("_")!
Description
A meaningful description of the scene.
Scenes can be searched via the end point interface, where a word from the description begins with the search word used there.
Scenes can be searched via the end point interface, where a word from the description begins with the search word used there.
Tags
A list of terms, separated by commas (",").
Scenes can be searched via the end point interface, where an individual tag completely matches the search word used there.
Permitted characters are: A-Z, a-z, 0-9, hyphen ("-") and underscore ("_")!
Scenes can be searched via the end point interface, where an individual tag completely matches the search word used there.
Permitted characters are: A-Z, a-z, 0-9, hyphen ("-") and underscore ("_")!
User groups
Important
This item is only available when user groups have been activated!
User groups can be authorised to access this scene for reading (left column) and/or writing (right column) via the end point interface.