Hallo,
ich habe gerade um meine PLOTS zu beschleunigen FHEM auf meinem MYBOOKLIVE installiert.
Statt Plots bekommt ich nur broken Images. Muss ich noch irgendwelche Libs installieren.
Ich bitte um Hilfe
Viele Grüße
Michael
Hallo,
broken Images zeugen meist von nicht passenden Pfaden.
*hauch* Glaskugel mal ein bischen aufpolier *ironieoff*
Fehlermeldungen aus dem Logfile wären recht interessant.
Definition des FileLog und des weblink zu einem Gerät evtl. auch (das würde zumindest das Raten erleichtern).
Grüße
Sorry,
hier doe config:
define FHT_160c FHT 160c
attr FHT_160c retrycount 3
attr FHT_160c room FHT
define FileLog_FHT_160c FileLog ./log/FHT_160c-%Y.log FHT_160c
attr FileLog_FHT_160c logtype fht:Temp/Act,text
attr FileLog_FHT_160c room FHT
define weblink_FHT_160c weblink fileplot FileLog_FHT_160c:fht:CURRENT
attr weblink_FHT_160c label "FHT_160c Min $data{min1}, Max $data{max1}, Last $data{currval1}"
attr weblink_FHT_160c room Plots
hier das Logfile:
2013-05-31_20:45:10 FHT_160c lowtemp: ok
2013-05-31_20:45:10 FHT_160c window: closed
2013-05-31_20:45:10 FHT_160c windowsensor: ok
2013-05-31_20:45:10 FHT_160c warnings: none
2013-05-31_20:46:21 FHT_160c actuator: 0%
2013-05-31_20:48:18 FHT_160c actuator: 0%
2013-05-31_20:50:15 FHT_160c actuator: 0%
2013-05-31_20:52:12 FHT_160c actuator: 0%
2013-05-31_20:54:09 FHT_160c actuator: 0%
2013-05-31_20:56:06 FHT_160c actuator: 0%
2013-05-31_21:00:00 FHT_160c actuator: 0%
2013-05-31_21:01:57 FHT_160c actuator: 0%
2013-05-31_21:03:54 FHT_160c actuator: 0%
2013-05-31_21:05:51 FHT_160c actuator: 0%
2013-05-31_21:07:48 FHT_160c actuator: 0%
2013-05-31_21:09:45 FHT_160c actuator: 0%
2013-05-31_21:11:42 FHT_160c actuator: 0%
2013-05-31_21:13:39 FHT_160c actuator: 0%
2013-05-31_21:13:40 FHT_160c measured-temp: 23.4
2013-05-31_21:13:40 FHT_160c temperature: 23.4
2013-05-31_21:13:40 FHT_160c battery: ok
2013-05-31_21:13:40 FHT_160c lowtemp: ok
2013-05-31_21:13:40 FHT_160c window: closed
2013-05-31_21:13:40 FHT_160c windowsensor: ok
2013-05-31_21:13:40 FHT_160c warnings: none
2013-05-31_21:15:36 FHT_160c actuator: 0%
2013-05-31_21:17:33 FHT_160c actuator: 0%
2013-05-31_21:19:30 FHT_160c actuator: 0%
2013-05-31_21:21:27 FHT_160c actuator: 0%
2013-05-31_21:23:24 FHT_160c actuator: 0%
2013-05-31_21:25:21 FHT_160c actuator: 0%
im fhem.log steht nichts wegen den Images drin. :-(
nur die autocreates:
2013.05.31 16:48:27 3: FHT Unknown device 160c, please define it
2013.05.31 16:48:27 2: autocreate: define FHT_160c FHT 160c
2013.05.31 16:48:27 2: autocreate: define FileLog_FHT_160c FileLog ./log/FHT_160c-%Y.log FHT_160c
2013.05.31 16:48:27 2: autocreate: define weblink_FHT_160c weblink fileplot FileLog_FHT_160c:fht:CURRENT
der gleiche fehler tritt aber auch mit anderen Weblogs auf!
define handy.michael PRESENCE lan-ping 192.168.1.41 30
attr handy.michael room Garten
define FileLog_handymichael FileLog ./log/handymichael.log handy.michael.*
attr FileLog_handymichael room hidden
define weblink_handymichael weblink fileplot FileLog_handymichael:binary2:CURRENT
attr weblink_handymichael room Garten
binary2 ist hier ein eigener plot, welcher auf der fritzbox läuft, aber hier nicht. :-(
Viele Grüße Michael
Offtopic:
attr FHT_160c retrycount 3
rausnehmen.
Hat nix mit dem Problem zu tun, Zeile ist nur bestenfalls sinnlos (wirkt bei Softbuffer) bis unter Umständen gefährlich. Nur benutzen wenn man genau weiss warum die haben will.
das wurde vom autocreate so erstellt.!
Das Problem ist gelöst!
Es lag wohl an den Stylesheets (Obwohl ich das .deb Paket von fhem.de heruntergeladen habe.
Egal,nach einem fhem update und dem leeren des Browsercaches funktionieren jetzt die Plots.
Besten Dank.