mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
76_SolarForecast.pm: contrib 0.49.1
git-svn-id: https://svn.fhem.de/fhem/trunk@24546 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
73823e4d0d
commit
b615c80847
@ -117,6 +117,7 @@ BEGIN {
|
|||||||
|
|
||||||
# Versions History intern
|
# Versions History intern
|
||||||
my %vNotesIntern = (
|
my %vNotesIntern = (
|
||||||
|
"0.49.1" => "30.05.2021 no consumer check during start Forum: https://forum.fhem.de/index.php/topic,117864.msg1159959.html#msg1159959 ",
|
||||||
"0.49.0" => "29.05.2021 consumer legend, attr consumerLegend, no negative val Current_SelfConsumption, Current_PV ",
|
"0.49.0" => "29.05.2021 consumer legend, attr consumerLegend, no negative val Current_SelfConsumption, Current_PV ",
|
||||||
"0.48.0" => "28.05.2021 new optional key ready in consumer attribute ",
|
"0.48.0" => "28.05.2021 new optional key ready in consumer attribute ",
|
||||||
"0.47.0" => "28.05.2021 add flowGraphic, attr flowGraphicSize, graphicSelect, flowGraphicAnimate ",
|
"0.47.0" => "28.05.2021 add flowGraphic, attr flowGraphicSize, graphicSelect, flowGraphicAnimate ",
|
||||||
@ -1409,7 +1410,7 @@ sub _attrconsumer { ## no critic "not used"
|
|||||||
my $aVal = $paref->{aVal};
|
my $aVal = $paref->{aVal};
|
||||||
my $cmd = $paref->{cmd};
|
my $cmd = $paref->{cmd};
|
||||||
|
|
||||||
return if(!$init_done);
|
return if(!$init_done); # Forum: https://forum.fhem.de/index.php/topic,117864.msg1159959.html#msg1159959
|
||||||
|
|
||||||
if($cmd eq "set") {
|
if($cmd eq "set") {
|
||||||
my ($a,$h) = parseParams ($aVal);
|
my ($a,$h) = parseParams ($aVal);
|
||||||
|
Loading…
Reference in New Issue
Block a user