76_SolarForecast.pm: contrib 0.68.4
git-svn-id: https://svn.fhem.de/fhem/trunk@26468 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -4702,7 +4702,7 @@ sub ___switchConsumerOn {
|
|||||||
if ($debug) { # nur für Debugging
|
if ($debug) { # nur für Debugging
|
||||||
my $cons = CurrentVal ($hash, 'consumption', 0);
|
my $cons = CurrentVal ($hash, 'consumption', 0);
|
||||||
my $nompow = ConsumerVal ($hash, $c, 'power', '-');
|
my $nompow = ConsumerVal ($hash, $c, 'power', '-');
|
||||||
my $sp = CurrentVal ($hash, 'consumption', 0);
|
my $sp = CurrentVal ($hash, 'surplus', 0);
|
||||||
Log (1, qq{DEBUG> $name consumer "$c" - general switching parameters: }.
|
Log (1, qq{DEBUG> $name consumer "$c" - general switching parameters: }.
|
||||||
qq{auto mode: $auto, current Consumption: $cons W, nompower: $nompow, surplus: $sp W, }.
|
qq{auto mode: $auto, current Consumption: $cons W, nompower: $nompow, surplus: $sp W, }.
|
||||||
qq{planning state: $pstate, start timestamp: }.($startts ? $startts : "undef").", ".
|
qq{planning state: $pstate, start timestamp: }.($startts ? $startts : "undef").", ".
|
||||||
|
|||||||
Reference in New Issue
Block a user