smartVISU
10:02,23.04, v2.7

Device-Widgets

device.blind device.dimmer device.rtr device.shutter


device.rtr

Standard RTR (Room Temperatur Regulator)

Parameters
{{device.rtr(id, txt, gad_actual, gad_set, gad_comfort, gad_night, gad_frost, gad_state, gad_txt, step) }}
id
unique id for this widget
txt
name of the rtr
gad_actual
a gad/item for the actual temperature
gad_set
a gad/item for the set temperature
gad_comfort
a gad/item for comfort / standby (3x bit or 1x byte)
gad_night
a gad/item for night (3x bit or 1x byte)
gad_frost
a gad/item for frost (3x bit or 1x byte)
gad_state
a gad/item for the current state of the actor
gad_txt
a gad/item for a text (some rtr have a text-display), (optional)
step
step for plus/minus buttons (optional, default 0.5)
If you want to use knx dpt '20.102' use that gad/item 3 times for 'gad_mode', 'gad_night' and 'gad_frost'.
Examples
{{ device.rtr('rtr1', 'Heating', 'bath_rtr_act', 'bath_rtr_set', 'bath_rtr_comfort', 'bath_rtr_night', 'bath_rtr_frost', 'bath_rtr_state', 'bath_rtr_text') }}

{{ device.rtr('rtr2', 'Heating', 'bath_rtr_act', 'bath_rtr_set', 'bath_rtr_mode', 'bath_rtr_mode', 'bath_rtr_mode', 'bath_rtr_state', 'bath_rtr_text') }}
RTR in 3x bit-mode
-.-°
Heating ---
-.-°
RTR in 1x byte-mode
-.-°
Heating ---
-.-°

Widgets

Design

Misc