2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-18 05:56:03 +00:00

76_Solarforcast: contrib 0.38.3

git-svn-id: https://svn.fhem.de/fhem/trunk@24307 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2021-04-22 05:23:07 +00:00
parent 0ee38b10bd
commit 7ae7d046cc

View File

@ -2728,7 +2728,7 @@ sub forecastGraphic {
my $pvcorrf00 = NexthoursVal($hash, "NextHour00", "pvcorrf", "-/m");
my ($pcf,$pcq) = split "/", $pvcorrf00;
$pcq =~ s/m/100/xs;
my $pvfc00 = NexthoursVal($hash, "NextHour00", "pvfc", undef);
my $pvfc00 = NexthoursVal($hash, "NextHour00", "pvforecast", undef);
if ($kw eq 'kWh') {
$co4h = sprintf("%.1f" , $co4h/1000)." kWh";