diff --git a/FHEM/59_PROPLANTA.pm b/FHEM/59_PROPLANTA.pm
index 4130a6404..4dc365b13 100644
--- a/FHEM/59_PROPLANTA.pm
+++ b/FHEM/59_PROPLANTA.pm
@@ -672,7 +672,7 @@ sub PROPLANTA_Done($)
$newState = "Error: Could not capture all data. Please check URL or city name.";
}
readingsBulkUpdate($hash, "state", $newState);
- readingsBulkUpdate( $hash, "lastConnection", keys( %values )." values captured" );
+ readingsBulkUpdate( $hash, "lastConnection", keys( %values )." values captured in ".$values{durationFetchReadings}." s" );
PROPLANTA_Log $hash, 4, keys( %values )." values captured";
}
else
@@ -857,9 +857,9 @@ PROPLANTA_Html($)
Das Modul extrahiert Wetterdaten von der Website www.proplanta.de.
- Es stellt eine Vorhersage für 12 Tage, w&aauml;hrend der ersten 7 Tage im 3-Stunden-Intervall, zur Verfügung.
+ Es stellt eine Vorhersage für 12 Tage zur Verfügung - während der ersten 7 Tage im 3-Stunden-Intervall.
- Es nutzt die Perl-Module HTTP::Request, LWP::UserAgent und HTML::Parse.
+ Es nutzt die Perl-Module HTTP::Request, LWP::UserAgent und HTML::Parse.
Define
define HTMLVorschau weblink htmlCode { OPENWEATHER_Html("ProPlanta_Wetter") }
+ define Vorschau weblink htmlCode {OPENWEATHER_Html("Wetter")}