Hallo, meine "Konfig": Gastherme + FBH + MDT Heizungsaktor AKH-0800 + 230V Stellantriebe + MDT Glastaster ( Temp.-Sensor).
Was habe ich schon eingestellt ( siehe Bilder)
Was muß ich alles in der ETS einstellen, damit 3 Betriebsmodi fkt.( standby, frost, coomfort) ?
Ich benutzte sh.py + smartvisu, welche Objektfunktion muß ich wie mit dem RTC verknüpfen ?
Was habe ich schon eingestellt ( siehe Bilder)
Was muß ich alles in der ETS einstellen, damit 3 Betriebsmodi fkt.( standby, frost, coomfort) ?
Ich benutzte sh.py + smartvisu, welche Objektfunktion muß ich wie mit dem RTC verknüpfen ?
Code:
device.rtr Standard RTR (Room Temperatur Regulator) [B]Parameters[/B] {{ 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'.
Kommentar