mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
98_Twilight: fix for issue #55775
git-svn-id: https://svn.fhem.de/fhem/trunk@11824 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e23de5ea6c
commit
cb73fda61a
@ -415,14 +415,15 @@ sub Twilight_WeatherCallback(@) {
|
||||
Log3 $hash, 4, "[$hash->{NAME}] answer=$result" if defined $result;
|
||||
}
|
||||
|
||||
Twilight_getWeatherHorizon($hash, $result);
|
||||
#$hash->{CONDITION} = 50;
|
||||
|
||||
if ($hash->{CONDITION} == 50 && $hash->{VERSUCHE} <= 10) {
|
||||
$hash->{VERSUCHE} += 1;
|
||||
Twilight_RepeatTimerSet($hash, $param->{mode});
|
||||
return;
|
||||
}
|
||||
|
||||
Twilight_getWeatherHorizon($hash, $result);
|
||||
Twilight_TwilightTimes ($hash, $param->{mode}, $result);
|
||||
|
||||
Log3 $hash, 3, "[$hash->{NAME}] " . ($hash->{VERSUCHE}+1) . " attempt(s) needed to get valid weather data from yahoo" if ($hash->{CONDITION} != 50 && $hash->{VERSUCHE} > 0);
|
||||
|
Loading…
Reference in New Issue
Block a user