diff --git a/fhem/CHANGED b/fhem/CHANGED index f2524b017..21998b2cf 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -316,5 +316,10 @@ - disable attribute for at/notify/filelog See HISTORY for details and reasoning - added rename command + - webpgm2 adapted to the new syntax, added device specific attribute + and "set" support, gnuplot files are configurable, links to the + documentation added. + support. + - TODO: bugfix: more thorough serial line initialization diff --git a/fhem/FHEM/10_FS20.pm b/fhem/FHEM/10_FS20.pm index 0e7540b3d..8bb105a15 100755 --- a/fhem/FHEM/10_FS20.pm +++ b/fhem/FHEM/10_FS20.pm @@ -68,12 +68,12 @@ my %models = ( fs20tk => 'sender', fs20uts => 'sender', fs20ze => 'sender', + fs20ms2 => 'sender', fs20as1 => 'simple', fs20as4 => 'simple', fs20di => 'dimmer', fs20du => 'dimmer', - fs20ms2 => 'simple', fs20rst => 'simple', fs20sa => 'simple', fs20sig => 'simple', diff --git a/fhem/HISTORY b/fhem/HISTORY index b64744389..c5141e548 100644 --- a/fhem/HISTORY +++ b/fhem/HISTORY @@ -55,3 +55,12 @@ in the same format. This data is contained in the xmllist. - disable attribute for at/notify/filelog - rename added + +- Rudi, Tue Mar 27 20:43:15 MEST 2007 + fhemweb.pl (webpgm2) changes: + - adopted to the new syntax + - better commandline support (return
 formatted)
+  - FileLog attribute logtype added, and 4 logtypes (== gnuplot files)
+    defined: fs20, fht, ks300_1, ks300_2
+  - links in the commandref.html file added
+  - device dependent attribute and set support
diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html
index fa2c28d0a..4933c8ee2 100644
--- a/fhem/docs/commandref.html
+++ b/fhem/docs/commandref.html
@@ -250,6 +250,49 @@ split in multiple lines

this in turn makes your logfile unreadable. These messages will not be generated if the FHZ attribute loglevel is set to 6.
+ +
  • logtype
    + Can be applied to FileLog devices.
    + Used by the pgm2 webfrontend to offer gnuplot images made from the + logs. The string is made up of tokens separated by comma (,), each + token specifies a different gnuplot program. The token may contain a + colon (:), the part before the colon defines the name of the program, + the part after is the string displayed in the web frontend. Currently + following types of gnuplot programs are implemented:
    + + The corresponding gnuplot files must be installed, see the fhemweb.pl + configuration for the destination directory.
    + + Example:
    + attr fhtlog1 logtype ks300_1:Temp/Hum,ks300_2:Rain/Wind +

  • + +
  • model
    Can be applied to FHZ/FS20/FHT/HMS/KS300/WS300 devices.
    @@ -267,7 +310,6 @@ split in multiple lines

  • See delattr to delete attributes.
  • - @@ -967,6 +1009,7 @@ split in multiple lines

    Instead of <name> you can also use an enumeration (separated by comma) or ranges (separated by -), see the FS20 examples. +

    Type FHZ:

    +

    Type FS20:

    +

    Type FHT:

    +

    Type WS300: