which arguments does "logtype" have

Begonnen von Guest, 31 Januar 2011, 17:22:45

Vorheriges Thema - Nächstes Thema

Guest

Originally posted by: <email address deleted>

I'm playing around with plots and i'm wondering where "logtype" gets his
settings from.

If i look in my FHT devices i see : logtype fht:Temp/Act,text

If i'm correct logtype passes the Temp en Act as arguments to the fht.gplot.

How do i know which arguments logtype has more? i digged through the
different modules but i couldnt find anything.

i hint in the right direction would be appreciated

--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.

rudolfkoenig

                                                   

> i hint in the right direction would be appreciated

Did you tried http://fhem.de/commandref.html#logtype ?

If you display the details view of a device with this attribute in pgm2, the
link should take you right to the documentation. Note that the list of gnuplot
modules is not complete in the documentation.

For an introduction you may even try http://fhem.de/HOWTO.html#plot :)

--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.

Guest

Originally posted by: <email address deleted>

yes i did look at these docs but without succes.

I want to add a line "desired temp" to the standard plots but after going
through all the stuff i ended up empty

2011/1/31 Rudolf Koenig

> > i hint in the right direction would be appreciated
>
> Did you tried http://fhem.de/commandref.html#logtype ?
>
> If you display the details view of a device with this attribute in pgm2,
> the
> link should take you right to the documentation. Note that the list of
> gnuplot
> modules is not complete in the documentation.
>
> For an introduction you may even try http://fhem.de/HOWTO.html#plot :)
>
> --
> Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM
> users beigetreten sind.
> Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine
> E-Mail an fhem-users@googlegroups.com.
> Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an
> fhem-users+unsubscribe@googlegroups.com
> .
> Besuchen Sie die Gruppe unter
> http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu
> erhalten.
>
>

--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.

rudolfkoenig

                                                   

> I want to add a line "desired temp" to the standard plots but after going
> through all the stuff i ended up empty

Adding a line is not really documented AFAIK, nor it is logical.

You have to add a #FileLog line (which is indirectly documented in
http://fhem.de/commandref.html#FileLogget ), and a corresponding line in the
"plot" section, which is a "direct" gnuplot command.

The #FileLog entry is "only" needed for logs of type gnuplot-scroll or (the
default) SVG, you can skip it for plain gnuplot logs.

--
Sie haben diese Nachricht erhalten, da Sie der Google Groups-Gruppe FHEM users beigetreten sind.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an fhem-users@googlegroups.com.
Wenn Sie aus dieser Gruppe austreten möchten, senden Sie eine E-Mail an fhem-users+unsubscribe@googlegroups.com.
Besuchen Sie die Gruppe unter http://groups.google.com/group/fhem-users?hl=de, um weitere Optionen zu erhalten.