Originally posted by: <email address deleted>
Moin,
wie bastelt man denn dafür ...
root@plug-2:/usr/local/lib/FHEM# tail -5 /var/log/fhem/Circle_Sheva-2010.log
2010-01-23_17:27:54 Circle_Sheeva Usage: 12.87 W
2010-01-23_17:29:11 Circle_Sheeva on
2010-01-23_17:29:11 Circle_Sheeva Usage: 12.87 W
2010-01-23_17:29:42 Circle_Sheeva Usage: 12.87 W
2010-01-23_17:29:44 Circle_Sheeva Usage: 12.87 W
... was weblink-kompatibles? Einfach cul_em.gplot zu nehmen und zu
ändern ...
---8<---
set terminal png transparent size crop
set output '.png'
set xdata time
set timefmt "%Y-%m-%d_%H:%M:%S"
set xlabel " "
set title ''
set ylabel "Power (W)"
set y2label "Power (W)"
set grid
set ytics
set y2tics
set format y "%.1f"
set format y2 "%.1f"
#FileLog 8::0:
plot "" using 1:8 title 'Power' with lines
--->8---
... reicht augenscheinlich nicht, die mit ...
---8<---
define FileLog_Circle_Sheeva FileLog /var/log/fhem/Circle_Sheva-%Y.log Circle_Sheeva
attr FileLog_Circle_Sheeva logtype text
define weblink_Circle_Sheeva weblink fileplot FileLog_Circle_Sheeva:pw_circle:CURRENT
attr weblink_Circle_Sheeva label "Circle_Sheeva Min $data{min1}, Max $data{max1}, Last $data{currval1}"
attr weblink_Circle_Sheeva room Wohnen
--->8---
... definierten Grafiken bleiben leer :(
kai
--
You received this message because you are subscribed to the Google Groups "FHEM users" group.
To post to this group, send email to fhem-users@googlegroups.com.
To unsubscribe from this group, send email to fhem-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fhem-users?hl=en.
> 2010-01-23_17:29:44 Circle_Sheeva Usage: 12.87 W
[...]
Folgende Zeilen bitte ersetzen:
#FileLog 4:Usage:0:
plot "< grep Usage " using 1:4 title 'Power' with lines
--
You received this message because you are subscribed to the Google Groups "FHEM users" group.
To post to this group, send email to fhem-users@googlegroups.com.
To unsubscribe from this group, send email to fhem-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fhem-users?hl=en.