76_SolarForecast.pm: contrib 0.31.0

git-svn-id: https://svn.fhem.de/fhem/trunk@24190 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2021-04-08 19:53:31 +00:00
parent 5b46875f3a
commit 121bcbeee5

View File

@@ -1786,6 +1786,7 @@ sub _transferMeterValues {
return if(!$gc || !$gf || !$gt || !$ft);
$gfunit //= $gcunit;
Log3($name, 5, "$name - collect Meter data: device=$medev, gcon=$gc ($gcunit), gfeedin=$gf ($gfunit) ,contotal=$gt ($ctunit), feedtotal=$ft ($ftunit)");
my $gcuf = $gcunit =~ /^kW$/xi ? 1000 : 1;