define <name> Heating_Control <device> <profile> <command>|<condition>
- set <device> desired-temp <temp>
- if the device is a heating thermostat (FHT8b, MAX). Have you defined a <condition>
- and this condition is false if the switchingtime has reached, no command will executed.- The following parameter are defined: -
-
-
-
- Example: -
define HCB Heating_Control Bad_Heizung 12345|05:20|21 12345|05:25|12 17:20|21 17:25|12
-
- define HCW Heating_Control WZ_Heizung 07:00|16 Mo,Die,Mi|16:00|18.5 20:00|12
- {fhem(“set dummy on”); fhem("set @ desired-temp %");}
- At the given times and weekdays only(!) the command will be executed.
-
- define HCK Heating_Control KZ_Heizung 07:00|16 16:00|18.5 20:00|12 ($sunshine=0))
- The temperature is only set if the variable is $sunhine=0.
-
define <name> Heating_Control <device> <profile> <command>|<condition>
- set <device> desired-temp <temp>
- dem Device mitgeteilt. Ist eine <condition> angegeben und ist zum Schaltpunkt der Ausdruck unwahr,
- so wird dieser Schaltpunkt nicht ausgeführt.- Folgende Parameter sind im Define definiert: -
-
-
-
- Beispiel: -
define HCB Heating_Control Bad_Heizung 12345|05:20|21 12345|05:25|12 17:20|21 17:25|12
-
- define HCW Heating_Control WZ_Heizung 07:00|16 Mo,Die,Mi|16:00|18.5 20:00|12
- {fhem(“set dummy on”); fhem("set @ desired-temp %");}
- Zu den definierten Schaltzeiten wird nur(!) der in {} angegebene Perl-Code ausgeführt.
-
- define HCK Heating_Control KZ_Heizung 07:00|16 16:00|18.5 20:00|12 ($sunshine=0))
- Die zu setzendeTemperatur wird nur gesetzt, falls die globale Variable $sunhine=0 ist.
-
define <name> Heating_Control <device> <profile> <command>|<condition>
+ set <device> desired-temp <temp>
+ if the device is a heating thermostat (FHT8b, MAX). Have you defined a <condition>
+ and this condition is false if the switchingtime has reached, no command will executed.+ The following parameter are defined: +
+
+
+
+ Example: +
define HCB Heating_Control Bad_Heizung 12345|05:20|21 12345|05:25|12 17:20|21 17:25|12
+
+ define HCW Heating_Control WZ_Heizung 07:00|16 Mo,Die,Mi|16:00|18.5 20:00|12
+ {fhem(“set dummy on”); fhem("set @ desired-temp %");}
+ At the given times and weekdays only(!) the command will be executed.
+
+ define HCK Heating_Control KZ_Heizung 07:00|16 16:00|18.5 20:00|12 ($sunshine=0))
+ The temperature is only set if the variable is $sunhine=0.
+
define <name> Heating_Control <device> <profile> <command>|<condition>
+ set <device> desired-temp <temp>
+ dem Device mitgeteilt. Ist eine <condition> angegeben und ist zum Schaltpunkt der Ausdruck unwahr,
+ so wird dieser Schaltpunkt nicht ausgeführt.+ Folgende Parameter sind im Define definiert: +
+
+
+
+ Beispiel: +
define HCB Heating_Control Bad_Heizung 12345|05:20|21 12345|05:25|12 17:20|21 17:25|12
+
+ define HCW Heating_Control WZ_Heizung 07:00|16 Mo,Die,Mi|16:00|18.5 20:00|12
+ {fhem(“set dummy on”); fhem("set @ desired-temp %");}
+ Zu den definierten Schaltzeiten wird nur(!) der in {} angegebene Perl-Code ausgeführt.
+
+ define HCK Heating_Control KZ_Heizung 07:00|16 16:00|18.5 20:00|12 ($sunshine=0))
+ Die zu setzendeTemperatur wird nur gesetzt, falls die globale Variable $sunhine=0 ist.
+