mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
76_SolarForecast.pm: contrib 0.56.6
git-svn-id: https://svn.fhem.de/fhem/trunk@24993 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
edb794b6de
commit
96218aeeef
@ -120,6 +120,7 @@ BEGIN {
|
|||||||
|
|
||||||
# Versions History intern
|
# Versions History intern
|
||||||
my %vNotesIntern = (
|
my %vNotesIntern = (
|
||||||
|
"0.56.6" => "19.09.2021 bug fix ",
|
||||||
"0.56.5" => "16.09.2021 fix sub ___csmSpecificEpieces (rows 2924-2927) ",
|
"0.56.5" => "16.09.2021 fix sub ___csmSpecificEpieces (rows 2924-2927) ",
|
||||||
"0.56.4" => "16.09.2021 new sub ___csmSpecificEpieces ",
|
"0.56.4" => "16.09.2021 new sub ___csmSpecificEpieces ",
|
||||||
"0.56.3" => "15.09.2021 extent __calcEnergyPieces by MadMax calc (first test implementation) ",
|
"0.56.3" => "15.09.2021 extent __calcEnergyPieces by MadMax calc (first test implementation) ",
|
||||||
@ -2630,7 +2631,7 @@ sub _manageConsumerData {
|
|||||||
my $type = $hash->{TYPE};
|
my $type = $hash->{TYPE};
|
||||||
|
|
||||||
my $nhour = $chour+1;
|
my $nhour = $chour+1;
|
||||||
$paref->{nhour} = $nhour;
|
$paref->{nhour} = sprintf("%02d",$nhour);
|
||||||
|
|
||||||
for my $c (sort{$a<=>$b} keys %{$data{$type}{$name}{consumers}}) {
|
for my $c (sort{$a<=>$b} keys %{$data{$type}{$name}{consumers}}) {
|
||||||
my $consumer = ConsumerVal ($hash, $c, "name", "");
|
my $consumer = ConsumerVal ($hash, $c, "name", "");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user