mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 16:05:19 +00:00
76_Solarforcast: contrib 0.74.2
git-svn-id: https://svn.fhem.de/fhem/trunk@26708 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
fdb75b0473
commit
3edf220ce3
@ -134,6 +134,7 @@ BEGIN {
|
|||||||
|
|
||||||
# Versions History intern
|
# Versions History intern
|
||||||
my %vNotesIntern = (
|
my %vNotesIntern = (
|
||||||
|
"0.74.2" => "15.11.2022 sunrise and sunset in graphic header ",
|
||||||
"0.74.1" => "15.11.2022 ___planMust -> half -> ceil to floor changed , Model SolCast: first call from 60 minutes before sunrise ".
|
"0.74.1" => "15.11.2022 ___planMust -> half -> ceil to floor changed , Model SolCast: first call from 60 minutes before sunrise ".
|
||||||
"Model SolCast: release planning only after the first API retrieval ".
|
"Model SolCast: release planning only after the first API retrieval ".
|
||||||
"Model DWD: release planning from one hour before sunrise ",
|
"Model DWD: release planning from one hour before sunrise ",
|
||||||
@ -6811,7 +6812,14 @@ sub _graphicHeader {
|
|||||||
$img = FW_makeImage('10px-kreis-rot.png', $htitles{upd}{$lang}.' ('.$htitles{natc}{$lang}.' '.$naup.')');
|
$img = FW_makeImage('10px-kreis-rot.png', $htitles{upd}{$lang}.' ('.$htitles{natc}{$lang}.' '.$naup.')');
|
||||||
$upicon = "<a onClick=$cmdupdate>$img</a>";
|
$upicon = "<a onClick=$cmdupdate>$img</a>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
## Sonnenauf- und untergang
|
||||||
|
############################
|
||||||
|
my $sriseimg = FW_makeImage('weather_sunrise@darkorange');
|
||||||
|
my $ssetimg = FW_makeImage('weather_sunset@darkred');
|
||||||
|
my $srisetxt = ReadingsVal ($name, 'Today_SunRise', '-');
|
||||||
|
my $ssettxt = ReadingsVal ($name, 'Today_SunSet', '-');
|
||||||
|
|
||||||
## Autokorrektur-Icon
|
## Autokorrektur-Icon
|
||||||
######################
|
######################
|
||||||
my $acicon;
|
my $acicon;
|
||||||
@ -6934,7 +6942,7 @@ sub _graphicHeader {
|
|||||||
$header .= qq{<td colspan="3" align="right" $dstyle> $api </td>};
|
$header .= qq{<td colspan="3" align="right" $dstyle> $api </td>};
|
||||||
$header .= qq{</tr>};
|
$header .= qq{</tr>};
|
||||||
$header .= qq{<tr>};
|
$header .= qq{<tr>};
|
||||||
$header .= qq{<td colspan="3" align="left" $dstyle> </td>};
|
$header .= qq{<td colspan="3" align="left" $dstyle> $sriseimg $srisetxt $ssetimg $ssettxt </td>};
|
||||||
$header .= qq{<td colspan="3" align="left" $dstyle> $autoct $acicon $lbpcq $pcqicon </td>};
|
$header .= qq{<td colspan="3" align="left" $dstyle> $autoct $acicon $lbpcq $pcqicon </td>};
|
||||||
$header .= qq{<td colspan="3" align="right" $dstyle> $dvtntxt};
|
$header .= qq{<td colspan="3" align="right" $dstyle> $dvtntxt};
|
||||||
$header .= qq{<span title="$text_tdayDvtn">};
|
$header .= qq{<span title="$text_tdayDvtn">};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user