mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 07:56:03 +00:00
76_SolarForecast.pm: contrib 0.56.10
git-svn-id: https://svn.fhem.de/fhem/trunk@25224 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1ff1e5db8c
commit
c5ff4f29be
@ -120,6 +120,7 @@ BEGIN {
|
||||
|
||||
# Versions History intern
|
||||
my %vNotesIntern = (
|
||||
"0.56.10"=> "14.11.2021 change sub _flowGraphic (Max), https://forum.fhem.de/index.php/topic,117864.msg1186970.html#msg1186970 ",
|
||||
"0.56.9" => "27.10.2021 change sub _flowGraphic (Max) ",
|
||||
"0.56.8" => "25.10.2021 change func ___csmSpecificEpieces as proposed from Max : https://forum.fhem.de/index.php/topic,117864.msg1180452.html#msg1180452 ",
|
||||
"0.56.7" => "18.10.2021 new attr flowGraphicShowConsumerDummy ",
|
||||
@ -2719,7 +2720,7 @@ sub _manageConsumerData {
|
||||
|
||||
#################################################
|
||||
# onoff funktioniert nur züverlässig wenn powerthreshold hier nochmal abgefragt wird ?!?
|
||||
$pthreshold = ConsumerVal ($hash, $c, "powerthreshold", 1);
|
||||
# $pthreshold = ConsumerVal ($hash, $c, "powerthreshold", 1);
|
||||
#################################################
|
||||
|
||||
my $starthour;
|
||||
@ -5299,6 +5300,9 @@ sub _flowGraphic {
|
||||
$batout = 0;
|
||||
$soc = 0;
|
||||
}
|
||||
else {
|
||||
$csc -= $batout;
|
||||
}
|
||||
|
||||
my $grid_color = $cgfi ? 'flowg grid_color1' : 'flowg grid_color2';
|
||||
$grid_color = 'flowg grid_color3' if (!$cgfi && !$cgc && $batout); # dritte Farbe
|
||||
|
Loading…
x
Reference in New Issue
Block a user