Time / date| This
control element displays the time and the date. By default the
time is shown large in the first line and the date smaller
underneath. Alternatively only the time, only the date or both
values next to each other in a single line can be displayed. In
addition an image can be shown on the left. The displayed time is taken either from the linked addresses, from the controller or from the device the visualisation is running on. |
Display |
|
| Consider style | With this option the background and font colour are taken from the style settings. |
| Display | Defines which values are shown: "Time and date", "Time only" or "Date only". |
| Arrangement | When time and date are displayed: "Two lines" shows the time on top and the date underneath, "Single line" writes both values next to each other in one line. |
| Separator single line | Text that is inserted between time and date in the single line arrangement, for example a blank or " - ". |
| Background | Background colour |
| Font | Font colour |
Format |
|
| Format time | Format of the time, default %H:%M (result e.g. "10:45"). The available placeholders are listed below. |
| Format date | Format of the date, default %Y.%m.%d (result e.g. "2026.01.01"). |
| Height date | Share of the lower line of the total height in the two line arrangement. This defines the size ratio between time and date (default 35 %). |
Time source |
|
| Time source | Device
(default): The time of the device the visualisation is running on is
displayed. Addresses: The time is taken from the group addresses linked below. Controller: The time of the controller is displayed. As long as no value of the selected source is available - in edit mode, without a connection or before the first telegram - the time of the device is displayed. |
Image |
|
| Selection | Image that is shown to the left of the time display. Without a selection the whole area is used for the text. |
| Scaling | "Like control element" fills the area of the image completely, "Proportional" keeps the aspect ratio of the image. |
| Zoom | Size of the image, related to the height of the control element (100 % = square area over the full height). The text moves to the right by the used width. |
Frame |
|
| Frame | See general
properties |
| Time (EIS3 / DPT 10.001) | Group address with the KNX time (3 byte). The data type of the address must be "EIS 3: time (3 byte)". |
| Date (EIS4 / DPT 11.001) | Group address with the KNX date (3 byte). The data type of the address must be "EIS 4: date (3 byte)". |
| Date and time (DPT 19.001) | Group address with date and time in one telegram (8 byte). The data type of the address must be "EIS 16: counter value (8 byte)". If this address is linked, it takes precedence over the two separate addresses for time and date. |
| %H %k | Hour 00-23 (%k with a blank instead of the leading zero) |
| %I %p | Hour 01-12 and AM/PM |
| %M %S | Minute, second |
| %d %e | Day 01-31 (%e with a blank instead of the leading zero) |
| %m | Month 01-12 |
| %Y %y %C | Year with four digits, with two digits, century |
| %A %a | Weekday written out and abbreviated |
| %B %b | Month name written out and abbreviated |
| %j | Day of the year 001-366 |
| %u %w | Weekday as a number (%u 1=Monday, %w 0=Sunday) |
| %W %U %V | Week of the year (%W starting with Monday, %U with Sunday, %V according to ISO 8601) |
| %G | Year of the calendar week according to ISO 8601 |
| %F %D %T %R %r | Ready made combinations: %Y-%m-%d, %m/%d/%y, %H:%M:%S, %H:%M, %I:%M:%S %p |
| %x %X %c | Date, time or both in the local notation |
| %s | Seconds since 01.01.1970 |
| %n %t %% | Line break, tabulator, percent sign |
| %- | Placed in front it suppresses the leading zero, for example %-d.%-m.%Y |
| %H:%M | 10:45 |
| %H:%M:%S | 10:45:07 |
| %d.%m.%Y | 25.07.2026 |
| %Y.%m.%d | 2026.07.25 |
| %A, %d %B %Y | Saturday, 25 July 2026 |
| %a %-d.%-m.%y | Sat 25.7.26 |
| CW %W | CW 29 |