mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-05 02:19:31 +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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user