mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
76_SolarForecast.pm: contrib 0.45.1
git-svn-id: https://svn.fhem.de/fhem/trunk@24443 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
93d75a0f78
commit
9d04edb0ef
@ -116,7 +116,8 @@ BEGIN {
|
||||
|
||||
# Versions History intern
|
||||
my %vNotesIntern = (
|
||||
"0.45.1" => "13.05.2021 change the calc of etotal at the beginning of every hour in _transferInverterValues ",
|
||||
"0.45.1" => "13.05.2021 change the calc of etotal at the beginning of every hour in _transferInverterValues ".
|
||||
"fix createNotifyDev for currentBatteryDev ",
|
||||
"0.45.0" => "12.05.2021 integrate consumptionForecast to graphic, change beamXContent to pvForecast, pvReal ",
|
||||
"0.44.0" => "10.05.2021 consumptionForecast for attr beamXContent, consumer are switched on/off ",
|
||||
"0.43.0" => "08.05.2021 plan Consumers ",
|
||||
@ -5052,6 +5053,7 @@ sub createNotifyDev {
|
||||
push @nd, $radev if($radev ne $fcdev);
|
||||
push @nd, $indev;
|
||||
push @nd, $medev;
|
||||
push @nd, $badev;
|
||||
push @nd, $co01dev;
|
||||
|
||||
if(@nd) {
|
||||
|
Loading…
Reference in New Issue
Block a user