mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 20:17:45 +00:00
- feature: attribute rainadjustment for KS300 (Boris 2008-12-17)
git-svn-id: https://svn.fhem.de/fhem/trunk@290 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0c233340f9
commit
f999fbec94
@ -461,3 +461,4 @@
|
|||||||
- feature: jsonlist command from Martin (contrib/JsonList)
|
- feature: jsonlist command from Martin (contrib/JsonList)
|
||||||
- feature: contrib/rotateShiftWork from Martin
|
- feature: contrib/rotateShiftWork from Martin
|
||||||
- feature: contrib/fhem2speech from Martin
|
- feature: contrib/fhem2speech from Martin
|
||||||
|
- feature: attribute rainadjustment for KS300 (Boris 2008-12-17)
|
||||||
|
@ -355,3 +355,7 @@
|
|||||||
delete internal fhem commands. See 99_XmlList.pm for an example. Since this
|
delete internal fhem commands. See 99_XmlList.pm for an example. Since this
|
||||||
modules is called 99_xxx, it will be always loaded, but user of webpgm2 do
|
modules is called 99_xxx, it will be always loaded, but user of webpgm2 do
|
||||||
not need it.
|
not need it.
|
||||||
|
|
||||||
|
- Wed Dec 17 19:48 (Boris)
|
||||||
|
- attribute rainadjustment for KS300 in 13_KS300.pm to account for random
|
||||||
|
switches in the rain counter (see commandref.html)
|
||||||
|
@ -1889,6 +1889,12 @@ A line ending with \ will be concatenated with the next one, so long lines
|
|||||||
<li><a href="#showtime">showtime</a></li>
|
<li><a href="#showtime">showtime</a></li>
|
||||||
<li><a href="#loglevel">loglevel</a></li>
|
<li><a href="#loglevel">loglevel</a></li>
|
||||||
<li><a href="#model">model</a> (ks300)</li>
|
<li><a href="#model">model</a> (ks300)</li>
|
||||||
|
<li>rainadjustment<br>
|
||||||
|
If this attribute is set, fhem automatically accounts for rain counter
|
||||||
|
resets after a battery change and random counter switches as experienced
|
||||||
|
by some users. The raw rain counter values are adjusted by an offset
|
||||||
|
in order to flatten out the sudden large increases and decreases in
|
||||||
|
the received rain counter values. Default is off.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@ -3201,7 +3207,7 @@ isday, sunrise_coord</pre>
|
|||||||
<ul>
|
<ul>
|
||||||
<code>define <name> FHEMRENDERER [global]</code>
|
<code>define <name> FHEMRENDERER [global]</code>
|
||||||
<br><br>
|
<br><br>
|
||||||
This defines a new "device", that is of type FHEMRENDERER. The option 'global' can be used if needed for sorting reasons.
|
This defines a new "device", that is of type FHEMRENDERER. The option 'global' can be used if needed for sorting reasons.
|
||||||
Otherwise this option has no real meaning for FHEMRENDERER.<br>
|
Otherwise this option has no real meaning for FHEMRENDERER.<br>
|
||||||
<br>
|
<br>
|
||||||
As a side-effect of defining this "device" the following attributes will be set for this "device":<br>
|
As a side-effect of defining this "device" the following attributes will be set for this "device":<br>
|
||||||
@ -3211,7 +3217,7 @@ isday, sunrise_coord</pre>
|
|||||||
room Unsorted <br>
|
room Unsorted <br>
|
||||||
status off <br>
|
status off <br>
|
||||||
tmpfile /tmp/ <br>
|
tmpfile /tmp/ <br>
|
||||||
<br>
|
<br>
|
||||||
NOTE: The Logfile will report (with LogLevel 2) that the FHEMRENDERER has been defined.
|
NOTE: The Logfile will report (with LogLevel 2) that the FHEMRENDERER has been defined.
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user