From ebadebd347b2efe7d830ebda3d3896bb4b131f63 Mon Sep 17 00:00:00 2001 From: martinhaas <> Date: Mon, 16 Nov 2009 11:49:16 +0000 Subject: [PATCH] pgm3: Google-Weather, Batterie-Check, Log-Viewer, fhem.html changed git-svn-id: https://svn.fhem.de/fhem/trunk@473 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 3 +- fhem/HISTORY | 7 + fhem/docs/fhem.html | 28 +-- fhem/webfrontend/pgm3/CHANGED | 6 +- fhem/webfrontend/pgm3/HISTORY | 7 + fhem/webfrontend/pgm3/config.php | 158 +++++++------ fhem/webfrontend/pgm3/include/fht.php | 11 +- fhem/webfrontend/pgm3/include/fhtpulldown.php | 8 +- .../webfrontend/pgm3/include/fs20pulldown.php | 2 +- fhem/webfrontend/pgm3/include/hms100.php | 9 +- fhem/webfrontend/pgm3/include/ks300.php | 2 +- fhem/webfrontend/pgm3/include/logpulldown.php | 72 ++++++ fhem/webfrontend/pgm3/include/weather.php | 84 +++++++ fhem/webfrontend/pgm3/index.php | 207 ++++++++++++++---- 14 files changed, 477 insertions(+), 127 deletions(-) create mode 100644 fhem/webfrontend/pgm3/include/logpulldown.php create mode 100644 fhem/webfrontend/pgm3/include/weather.php diff --git a/fhem/CHANGED b/fhem/CHANGED index bdbcb49b9..025474834 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -536,8 +536,9 @@ - bugfix: loosing data when sending FS20 messages in a group - bugfix: better handling of disconnected CUN - feature: softfhtbuffer added to CUL - - bugfix: pgm3: Pulldown-Menu without selected FHTDEV not possible any more + - bugfix: pgm3: Pulldown-Menu FHTDEV with error-check (MartinH) - feature: duplicate buffer added for multi-cul/-fhz setups - feature: 20_OWFS.pm for 1-Wire via OWFS added (Martin Fischer) - feature: 21_OWTEMP.pm for 1-Wire Digital Thermometer added (Martin Fischer) - feature: CUL_FHTTK from Kai + - feature: pgm3: Google-Weather, Battery-Check, Log-View added (MartinH) diff --git a/fhem/HISTORY b/fhem/HISTORY index ccebbd7ec..3a5a710b2 100644 --- a/fhem/HISTORY +++ b/fhem/HISTORY @@ -444,3 +444,10 @@ Duplicates within 0.5 seconds are filtered if they are not reported by the same IO Unit. Existing check for IODev removed from BS USF1000 FS20 FHT HMS KS300 CUL_WS CUL_EM X10. + +- Mon Nov 16 2009 (MartinH) + - pgm3: Google-Weather-Api added. Display of all Logs including the + FS20-devices (grep on fhem.log) The status of the batteries of FHT and HMS + are shown in the graphics. php4 disabled. Now only php5 is supported. A + lot of examples of the UserDefs are added. The pgm3-section of fhem.html was + changed. diff --git a/fhem/docs/fhem.html b/fhem/docs/fhem.html index 35280b99b..2a6a02811 100644 --- a/fhem/docs/fhem.html +++ b/fhem/docs/fhem.html @@ -216,25 +216,27 @@ If you are using cygwin for your perl installation you can follow the guidelines

Web frontend 3 (webfrontend/pgm3)