From 8d90de157a8f0f11476053923d532fdfc47ed353 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Mon, 31 Dec 2007 14:43:02 +0000 Subject: [PATCH] fhemweb.pl converted to a FHEM module git-svn-id: https://svn.fhem.de/fhem/trunk@141 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/HISTORY | 8 +- fhem/docs/fhem.html | 27 +- fhem/fhem.pl | 17 +- fhem/webfrontend/pgm2/01_FHEMWEB.pm | 898 ++++++++++++++++++++++++++++ fhem/webfrontend/pgm2/98_weblink.pm | 34 ++ fhem/webfrontend/pgm2/README | 87 ++- 7 files changed, 1029 insertions(+), 43 deletions(-) create mode 100755 fhem/webfrontend/pgm2/01_FHEMWEB.pm create mode 100755 fhem/webfrontend/pgm2/98_weblink.pm diff --git a/fhem/CHANGED b/fhem/CHANGED index 6d9160204..9d77cb8c1 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -374,6 +374,7 @@ - feature: device spec (list/range/regexp) for most commands implemented - feature: %NAME, %EVENT, %TYPE parameters in notify definition - feature: added 93_DbLog.pm, database logging facility (Boris, 30.12.) + - feature: webfrontend/pgm2 converted to a FHEM module - TODO emem -2.5kW / getDevData for emwz -1 diff --git a/fhem/HISTORY b/fhem/HISTORY index c0f20e48b..830de2a4f 100644 --- a/fhem/HISTORY +++ b/fhem/HISTORY @@ -177,5 +177,11 @@ - %NAME, %EVENT, %TYPE parameters in notify definition, commandref.html update - Boris Sun Dec 30 22:35:00 CET 2007 - - added dblog/93_DbLog.pm and samples in contrib directory, commandref.html update + - added dblog/93_DbLog.pm and samples in contrib directory, commandref.html + update +- Rudi Mon Dec 31 15:37:19 MET 2007 + - feature: webfrontend/pgm2 converted to a FHEM module + No more need for a webserver for basic WEB administration. For HTTPS or + password you still need apache or the like. + One step closer for complete fhem on the FritzBox. diff --git a/fhem/docs/fhem.html b/fhem/docs/fhem.html index b69c6f8ee..61da0c2bc 100644 --- a/fhem/docs/fhem.html +++ b/fhem/docs/fhem.html @@ -75,7 +75,7 @@ Currently implemented features:
events
  • timed commands (e.g. switching a lamp on from sunset till midnight)
  • modular architecture
  • -
  • a lot of web frontends, choose your favorite
  • +
  • Two different web frontends, choose your favorite

  • See commandref.html for a detailed command @@ -172,28 +172,15 @@ description and faq.html for the F.A.Q.

    Web frontend 2 (webfrontend/pgm2)

    + For installation see the webpgm/pgm2/README file.

    Web frontend 3 (webfrontend/pgm3)