Device-Widgets

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


device.rtr

Standard RTR (Room Temperatur Regulator)

Parameters
{{device.rtr(id, txt, item_actual, item_set, item_comfort, item_night, item_frost, item_state, item_txt, step) }}
id
unique id for this widget
txt
name of the rtr
item_actual
a item for the actual temperature
item_set
a item for the set temperature
item_comfort
a item for comfort / standby (3x bit or 1x byte)
item_night
a item for night (3x bit or 1x byte)
item_frost
a item for frost (3x bit or 1x byte)
item_state
a item for the current state of the actor
item_txt
a 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