mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-07 22:29:19 +00:00
76_SolarForecast.pm: contrib 0.54.4
git-svn-id: https://svn.fhem.de/fhem/trunk@24771 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
65c662fb4e
commit
eebb68fa63
@ -4656,10 +4656,13 @@ sub _beamGraphic {
|
|||||||
$ret .= "<tr class='$htr{$m}{cl}'><td class='solarfc'></td>";
|
$ret .= "<tr class='$htr{$m}{cl}'><td class='solarfc'></td>";
|
||||||
my $ii;
|
my $ii;
|
||||||
for my $i (0..($maxhours*2)-1) { # gleiche Bedingung wie oben
|
for my $i (0..($maxhours*2)-1) { # gleiche Bedingung wie oben
|
||||||
next if (!$show_night && ($hfcg->{$i}{weather} > 99)
|
next if (!$show_night && ($hfcg->{$i}{weather} > 99) && !$hfcg->{$i}{beam1} && !$hfcg->{$i}{beam2});
|
||||||
&& !$hfcg->{$i}{beam1}
|
|
||||||
&& !$hfcg->{$i}{beam2});
|
|
||||||
$ii++; # wieviele Stunden haben wir bisher angezeigt ?
|
$ii++; # wieviele Stunden haben wir bisher angezeigt ?
|
||||||
|
|
||||||
|
if(AttrVal ($name, "debug", 0)) { # nur für Debugging
|
||||||
|
Log (1, qq{DEBUG> $name - ii: $ii, maxhours: $maxhours});
|
||||||
|
}
|
||||||
|
|
||||||
last if ($ii > $maxhours); # vorzeitiger Abbruch
|
last if ($ii > $maxhours); # vorzeitiger Abbruch
|
||||||
|
|
||||||
$val = formatVal6($hfcg->{$i}{diff},$kw,$hfcg->{$i}{weather});
|
$val = formatVal6($hfcg->{$i}{diff},$kw,$hfcg->{$i}{weather});
|
||||||
@ -7613,7 +7616,7 @@ Ein/Ausschaltzeiten sowie deren Ausführung vom SolarForecast Modul übernehmen
|
|||||||
|
|
||||||
<a id="SolarForecast-attr-showDiff"></a>
|
<a id="SolarForecast-attr-showDiff"></a>
|
||||||
<li><b>showDiff <no | top | bottom> </b><br>
|
<li><b>showDiff <no | top | bottom> </b><br>
|
||||||
Zusätzliche Anzeige der Differenz "Ertrag - Verbrauch" wie beim Anzeigetyp Differential (diff). <br>
|
Zusätzliche Darstellung der Differenz "beam1Content - beam2Content" im Kopf- oder Fußbereich der Anzeige. <br>
|
||||||
(default: no)
|
(default: no)
|
||||||
</li>
|
</li>
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user