mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
Luxtronik2: Fixed statBoilerGradientCoolDownMin
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4916 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ec38a7695a
commit
c3ad2d57d9
@ -720,7 +720,7 @@ LUXTRONIK2_UpdateDone($)
|
||||
if ( exists( $hash->{READINGS}{statBoilerGradientCoolDownMin} ) ) {
|
||||
my @new = split / /, $value;
|
||||
my @old = split / /, $hash->{READINGS}{statBoilerGradientCoolDownMin};
|
||||
if ($new[5]>6 && $new[0]<$old[0]) {
|
||||
if ($new[5]>6 && $new[0]>$old[0] && $new[0] < 0) {
|
||||
readingsBulkUpdate($hash,"statBoilerGradientCoolDownMin",$value);
|
||||
Log3 $name,3,"$name: statBoilerGradientCoolDownMin set to $value";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user