Device-Widgets

device.blind device.codepad device.dimmer device.rtr device.rtrslider device.shutter device.smallshut device.roofwindow device.uzsuicon device.uzsugraph device.uzsutable device.window


device.rtrslider

Displays a round slider for RTR

Parameters
{{ device.rtrslider(id, item_actual, item_set, item_comfort, item_night, item_frost, item_state, min, max, step, scale, scale_interval) }}
id
unique id for this widget (mandatory)
item_actual
an item for the actual temperature
item_set
an item for the set temperature
item_comfort
an item for comfort / standby (3x bit or 1x byte, optional)
item_night
an item for night (3x bit or 1x byte, optional)
item_frost
an item for frost (3x bit or 1x byte, optional)
item_state
an item for the current state of the actor (optional)
min
the minimum value if the slider is moved to total left (optional, default: 18)
max
the maximum value if the slider is moved to total right (optional, default: 28)
step
step between two values (optional, default: .1)
scale
display a scale with values along the slider (optional, default='true')
scale_interval
scale-integer, the scale-divider for the scale
This widget can replace an RTR display (device.rtr) with almost the same functionality.
If you want to use knx dpt '20.102' use the item_mode 3 times for 'item_comfort', 'item_night' and 'item_frost'.
Examples
{{ 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') }}
{{ device.rtrslider('sl1', 'bath.rtr.act', 'bath.rtr.set', 'bath.rtr.mode', 'bath.rtr.mode', 'bath.rtr.mode', 'bath.rtr.state') }}
Classic RTR in 1x byte-mode
---
Heating ---

jquery_minus
---
jquery_plus

RTR slider in 1x byte-mode

Author: Bonze, Wolfram v. Hülsen *

Widgets

Design

Misc