Wird nur ein Plot angezeigt

Begonnen von Mathias007, 17 August 2014, 21:57:13

Vorheriges Thema - Nächstes Thema

Mathias007

Ich habe zwei DS18b20 Sensoren eingebunden mit fogeldem Config:


attr global autoload_undefined_devices 1
attr global logfile ./log/fhem-%Y-%m.log
attr global modpath .
attr global motd SecurityCheck:\
\
WEB,WEBphone,WEBtablet has no basicAuth attribute.\

attr global statefile ./log/fhem.save
attr global updateInBackground 1
attr global userattr devStateIcon devStateStyle icon sortby webCmd yaf_1
attr global verbose 3

define telnetPort telnet 7072 global

define WEB FHEMWEB 8083 global

define WEBphone FHEMWEB 8084 global
attr WEBphone stylesheetPrefix smallscreen

define WEBtablet FHEMWEB 8085 global
attr WEBtablet stylesheetPrefix touchpad

# Fake FileLog entry, to access the fhem log from FHEMWEB
define Logfile FileLog ./log/fhem-%Y-%m.log fakelog

define autocreate autocreate
attr autocreate filelog ./log/%NAME-%Y.log

define eventTypes eventTypes ./log/eventTypes.txt



define Temperatursensor1 GPIO4 BUSMASTER

# Sensor definieren
define Fassade GPIO4 28-000004881dd5
attr Fassade icon icoKLIMA
attr Fassade model DS18B20
attr Fassade room Aussen

define Balkon GPIO4 28-000004881b78
attr Balkon model DS18B20
attr Balkon room Aussen
attr Balkon icon icoKLIMA

define WW_Speicher_Mitte GPIO4 28-00000487e239
attr WW_Speicher_Mitte icon icoKLIMA
attr WW_Speicher_Mittel DS18B20
attr WW_Speicher_Mitte room Heizung

define WW_Speicher_Oben GPIO4 28-00000457e235
attr WW_Speicher_Oben icon icoKLIMA
attr WW_Speicher_Oben model DS18B20
attr WW_Speicher_Oben room Heizung

define Ruecklauf GPIO4 28-000004884121
attr Ruecklauf icon icoKLIMA
attr Ruecklauf model DS18B20
attr Ruecklauf room Heizung

define Vorlauf GPIO4 28-00000487ae73
attr Vorlauf icon icoKLIMA
attr Vorlauf model DS18B20
attr Vorlauf room Heizung

define Boden GPIO4 28-000004be1337
attr Boden icon icoKLIMA
attr Boden model DS18B20
attr Boden room Aussen

define Wohnzimmer_o GPIO4 28-0000062db4d2
attr Wohnzimmer_o model DS18B20
attr Wohnzimmer_o icon icoKLIMA
attr Wohnzimmer_o room Innen
define FileLog_GPIO4_DS18B20_0000062db4d2 FileLog ./log/GPIO4_DS18B20_0000062db4d2-%Y.log GPIO4_DS18B20_0000062db4d2
attr FileLog_GPIO4_DS18B20_0000062db4d2 logtype temp4:Temp,text
attr FileLog_GPIO4_DS18B20_0000062db4d2 room Innen
define SVG_GPIO4_DS18B20_0000062db4d2 SVG FileLog_GPIO4_DS18B20_0000062db4d2:temp4:CURRENT
attr SVG_GPIO4_DS18B20_0000062db4d2 label "GPIO4_DS18B20_0000062db4d2 Min $data{min1}, Max $data{max1}, Last $data{currval1}"
attr SVG_GPIO4_DS18B20_0000062db4d2 room Plots
define Dachboden GPIO4 28-0000062cca73
attr Dachboden model DS18B20
attr Dachboden icon icoKLIMA
attr Dachboden room Innen
define FileLog_GPIO4_DS18B20_0000062cca73 FileLog ./log/GPIO4_DS18B20_0000062cca73-%Y.log GPIO4_DS18B20_0000062cca73
attr FileLog_GPIO4_DS18B20_0000062cca73 logtype temp4:Temp,text
attr FileLog_GPIO4_DS18B20_0000062cca73 room Innen
define SVG_GPIO4_DS18B20_0000062cca73 SVG FileLog_GPIO4_DS18B20_0000062cca73:temp4:CURRENT
attr SVG_GPIO4_DS18B20_0000062cca73 label "GPIO4_DS18B20_0000062cca73 Min $data{min1}, Max $data{max1}, Last $data{currval1}"
attr SVG_GPIO4_DS18B20_0000062cca73 room Plots



Ich bekomme folgendes Angezeigt:

http://www.bilder-upload.eu/show.php?file=166520-1408305381.png

Was ist da jetzt Falsch? Es wird nur eine Temperaturkurve angezeigt.