Skip to content

Urlaubsmodus/Partymodus #2901

Nov 4, 2024 · 4 comments · 20 replies
Discussion options

You must be logged in to vote
! - PutParamset Zuweisung für mehrere Geräte im Urlaubsmodus
string stdErr = "";
string stdOut = "";
string TCL = "";

! Start- und Endzeit des Urlaubsmodus festlegen
string deviceList = "Zimmer:1,Raum:1,Bad:1, ....";  ! Liste der Geräte, getrennt durch Kommas
string startDate = dom.GetObject("start_var").Value();  ! Startdatum und -uhrzeit im Format JJJJ_MM_TT HH:MM
string endDate = dom.GetObject("ende_var").Value();    ! Enddatum und -uhrzeit im Format JJJJ_MM_TT HH:MM
real targetTemp = dom.GetObject("temp_var").Value();  ! Beispiel-Solltemperatur in °C

! TCL-Befehle für Urlaubmodus erstellen
TCL = TCL # " {SET_POINT_MODE {i4 2}}";
TCL = TCL # " {SET_POINT_TEMPERATURE {double " # targe…

Replies: 4 comments 20 replies

Comment options

You must be logged in to vote
8 replies
@jens-maus
Comment options

@Mephisto090
Comment options

@Mephisto090
Comment options

@Mephisto090
Comment options

@Mephisto090
Comment options

Comment options

You must be logged in to vote
1 reply
@Mephisto090
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Mephisto090
Comment options

You must be logged in to vote
11 replies
@Baxxy13
Comment options

@Baxxy13
Comment options

@jens-maus
Comment options

@Baxxy13
Comment options

@Mephisto090
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2900 on November 04, 2024 19:12.