mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-05 14:29:35 +00:00
76_SolarForecast: contrib 1.34.0
git-svn-id: https://svn.fhem.de/fhem/trunk@29173 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
23612aeb63
commit
fc029222ea
@ -158,7 +158,7 @@ BEGIN {
|
|||||||
|
|
||||||
# Versions History intern
|
# Versions History intern
|
||||||
my %vNotesIntern = (
|
my %vNotesIntern = (
|
||||||
"1.34.0" => "28.09.2024 ___areaShareFactor ",
|
"1.34.0" => "28.09.2024 implement ___areaShareFactor for calculation of direct area factor and share of direct radiation ",
|
||||||
"1.33.1" => "27.09.2024 bugfix of 1.33.0, add aiRulesNumber to pvCircular, limits of AI trained datasets for ".
|
"1.33.1" => "27.09.2024 bugfix of 1.33.0, add aiRulesNumber to pvCircular, limits of AI trained datasets for ".
|
||||||
"AI use (aiAccTRNLim, aiSpreadTRNLim)",
|
"AI use (aiAccTRNLim, aiSpreadTRNLim)",
|
||||||
"1.33.0" => "26.09.2024 substitute area factor hash by ___areaFactorFix function ",
|
"1.33.0" => "26.09.2024 substitute area factor hash by ___areaFactorFix function ",
|
||||||
@ -6711,23 +6711,7 @@ sub centralTask {
|
|||||||
|
|
||||||
### nicht mehr benötigte Daten verarbeiten - Bereich kann später wieder raus !!
|
### nicht mehr benötigte Daten verarbeiten - Bereich kann später wieder raus !!
|
||||||
##########################################################################################################################
|
##########################################################################################################################
|
||||||
my $dir = ReadingsVal ($name, 'moduleAzimuth', ''); # 16.06.2024
|
|
||||||
if ($dir) {
|
|
||||||
readingsSingleUpdate ($hash, 'setupStringAzimuth', $dir, 0);
|
|
||||||
readingsDelete ($hash, 'moduleAzimuth');
|
|
||||||
}
|
|
||||||
|
|
||||||
my $dec = ReadingsVal ($name, 'moduleDeclination', ''); # 16.06.2024
|
|
||||||
if ($dec) {
|
|
||||||
readingsSingleUpdate ($hash, 'setupStringDeclination', $dec, 0);
|
|
||||||
readingsDelete ($hash, 'moduleDeclination');
|
|
||||||
}
|
|
||||||
|
|
||||||
my $val6 = ReadingsVal ($name, 'moduleRoofTops', ''); # 16.06.2024
|
|
||||||
if ($val6) {
|
|
||||||
CommandAttr (undef, "$name setupRoofTops $val6");
|
|
||||||
readingsDelete ($hash, 'moduleRoofTops');
|
|
||||||
}
|
|
||||||
##########################################################################################################################
|
##########################################################################################################################
|
||||||
|
|
||||||
setModel ($hash); # Model setzen
|
setModel ($hash); # Model setzen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user