mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
98_Heating_Control: dokumentation improved
git-svn-id: https://svn.fhem.de/fhem/trunk@12708 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e3520a08a2
commit
5f8955f440
@ -124,6 +124,9 @@ sub Heating_Control_SetAllTemps() { # {Heating_Control_SetAllTemps()}
|
|||||||
1;
|
1;
|
||||||
|
|
||||||
=pod
|
=pod
|
||||||
|
=item device
|
||||||
|
=item summary sends heating commands to heating at defined times
|
||||||
|
=item summary_DE sendet Temperaturwerte zu festgelegen Zeiten an eine Heizung
|
||||||
=begin html
|
=begin html
|
||||||
|
|
||||||
<a name="Heating_Control"></a>
|
<a name="Heating_Control"></a>
|
||||||
@ -228,7 +231,7 @@ sub Heating_Control_SetAllTemps() { # {Heating_Control_SetAllTemps()}
|
|||||||
The is switched at time myFunction(). It is sent the Command "night-temp 18" and "dayTemp 16".<p>
|
The is switched at time myFunction(). It is sent the Command "night-temp 18" and "dayTemp 16".<p>
|
||||||
|
|
||||||
If you want to have set all Heating_Controls their current value (after a temperature lowering phase holidays)
|
If you want to have set all Heating_Controls their current value (after a temperature lowering phase holidays)
|
||||||
you can call the function <b>Heating_Control_SetTemp(<"HC-device">)</b> or <b>Heating_Control_SetAllTemps()</b>.<br>
|
you can call the function <b>Heating_Control_SetTemp("HC-device")</b> or <b>Heating_Control_SetAllTemps()</b>.<br>
|
||||||
This call can be automatically coupled to a dummy by a notify:<br>
|
This call can be automatically coupled to a dummy by a notify:<br>
|
||||||
<code>define HeizStatus2 notify Heating:. * {Heating_Control_SetAllTemps()}</code>
|
<code>define HeizStatus2 notify Heating:. * {Heating_Control_SetAllTemps()}</code>
|
||||||
<br><p>
|
<br><p>
|
||||||
@ -408,7 +411,7 @@ sub Heating_Control_SetAllTemps() { # {Heating_Control_SetAllTemps()}
|
|||||||
Das Gerät wird bei myFunction() geschaltet. Es wird das Kommando "night-temp 18" bzw. "dayTemp 16" gesendet.<p>
|
Das Gerät wird bei myFunction() geschaltet. Es wird das Kommando "night-temp 18" bzw. "dayTemp 16" gesendet.<p>
|
||||||
|
|
||||||
Wenn du beispielsweise nach einer Temperaturabsenkungsphase erreichen willst, dass alle Heating_Controls ihren aktuellen Wert
|
Wenn du beispielsweise nach einer Temperaturabsenkungsphase erreichen willst, dass alle Heating_Controls ihren aktuellen Wert
|
||||||
einstellen sollen, kannst du die Funktion <b>Heating_Control_SetTemp(<"HC-device">)</b> or <b>Heating_Control_SetAllTemps()</b> aufrufen.<p>
|
einstellen sollen, kannst du die Funktion <b>Heating_Control_SetTemp("HC-device")</b> or <b>Heating_Control_SetAllTemps()</b> aufrufen.<p>
|
||||||
Dieser Aufruf kann per notify automatisch an ein dummy gekoppelt werden:<br>
|
Dieser Aufruf kann per notify automatisch an ein dummy gekoppelt werden:<br>
|
||||||
<code>define HeizStatus2 notify Heizung:.* {Heating_Control_SetAllTemps()}</code>
|
<code>define HeizStatus2 notify Heizung:.* {Heating_Control_SetAllTemps()}</code>
|
||||||
<br><p>
|
<br><p>
|
||||||
|
Loading…
Reference in New Issue
Block a user