2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-25 03:39:21 +00:00

76_SolarForecast: contrib 1.44.1

git-svn-id: https://svn.fhem.de/fhem/trunk@29611 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2025-02-02 20:40:46 +00:00
parent 19f410b192
commit ff9b379f4e

View File

@ -15283,7 +15283,8 @@ sub __batteryOnBeam {
my $bpowerout = BatteryVal ($name, $bn, 'bpowerout', 0);
my $day_str = $hfcg->{$i}{day_str};
my $time_str = $hfcg->{$i}{time_str};
my $time_str = $hfcg->{$i}{time_str};
$time_str = (split ":", $time_str)[0]; # Forum: https://forum.fhem.de/index.php?msg=1332721
my $soc = $hfcg->{$i}{'soc'.$bn};
my ($bpower, $currsoc);