GELÖST: Nach Update geht "Codemirror Blackboard" nicht mehr

Begonnen von Ajuba, 08 März 2018, 20:46:12

Vorheriges Thema - Nächstes Thema

Ajuba

Ich habe gestern seit langem wieder mal ein Update all gemacht.

Vorher hatte ich Codemirror mit schwarzem Hintergrund. Nach dem Update bleibt es ein Editor mit weißem Hintergrund ohne Funktionalität.
Meine Definition scheint laut commandref korrekt. Hat sich  in letzter Zeit sonst noch was geändert was man bedenken muss?

defmod WEB FHEMWEB 8083 global
attr WEB JavaScripts codemirror/fhem_codemirror.js
attr WEB codemirrorParam { "theme":"blackboard", "lineNumbers":true }
attr WEB column Fenster:Fenster_DGO,Fenster_SZL,Fenster_VR,Fenster_WS|Fenster_DGS,Fenster_BAD,Fenster_SZR,Fenster_KU,Garage|Fenster_DGW,Fenster_BU,Fenster_WZL|Terrasse_S,Fenster_KZ,Fenster_WZR,Fenster_PR|Markise_L,Terrasse_L|Markise_R,Terrasse_R
attr WEB confirmDelete 0
attr WEB csrfToken none
attr WEB editConfig 1
attr WEB iconPath default:fhemSVG:openautomation:weather:own
attr WEB longpoll 1
attr WEB longpollSVG 1
attr WEB plotfork 1
attr WEB roomIcons Garten:icoAUSSEN Multimedia:icoTV Steckdosen:icoSocket Fenster:icoFenster Verbrauch:icoDiagramm Wetter:icoWetter


Hat jemand einen Tip?


FHEM auf RPi3, Homematic CCU3 mit Cuxd und CUL 868 für FS20, Siemens S7 über CP343-1,
DbLog zu MySQL auf NAS QNAP TS-253D,
Yeelight

rudolfkoenig

Was genau heisst "seit langem"?

Auch wenn ich Codemirror selbst nicht verwende bzw. supporte (da "nur" FHEMWEB Maintainer bin), gibt es damit prinzipiell kein Problem, da in einer Minimalkonfiguration mit deinem WEB Attributen ich im Editierfenster keine Probleme sehe, siehe Anhang.

Btw, "Nach Update" ist ein irrefuehrender Betreff, auch wenn es aus deiner Sicht sicher richtig ist.
Es hilft weder mir (dem Developer), noch jemandem, der in zwei Jahren mit dem gleichen Problem kommt.

Ajuba

Ja, "seit langem" ist unpräzise. Das letzte Update habe ich kurz nach der Freigabe Fhem 5.8 gemacht, also wohl vor knapp einem Jahr.

Einen Betreff wie "Nach Update" kann ich in Zukunft unterlassen. Ich wollte halt gleich darauf hinweisen falls sich etwas Grundlegendes geändert hätte, das ich nicht mitbekommen habe (wie z.B. - csrfToken bei Fhem 5.8 )

Aber wie kann ich das Problem nun finden?
Die blackboard.css Datei ist vorhanden
Mir ist gerade beim Vergleich mit einer alten Config, die auf Windows läuft aufgefallen, dass das Attribut codemirrorParam
attr WEB codemirrorParam { "theme":"blackboard", "lineNumbers":true }
dort gar nicht gesetzt ist und es kommt trotzdem der schwarze Hintergrund und die Zeilennummern.

Vielleicht lösche ich am Abend beim Raspi mal das JavaScripts und codemirrorParam Attribut, starte neu und probiere es dann neu einzugeben ??.

Gibt es sonst irgendwelche Tips was ich kontrollieren kann?

PS
Ich brauche das nicht um die Config zu editieren sondern beim Editieren von DEFs ist es mir sympatischer.
FHEM auf RPi3, Homematic CCU3 mit Cuxd und CUL 868 für FS20, Siemens S7 über CP343-1,
DbLog zu MySQL auf NAS QNAP TS-253D,
Yeelight

rudolfkoenig

ZitatGibt es sonst irgendwelche Tips was ich kontrollieren kann?
- JavaScript Console pruefen
- Funktioniert es mit einem anderen Browser?
- Funktioniert es mit einem trivialen fhem.cfg oder mit fhem.cfg.demo?

Da bei mir mit allen deinen Attributen funktioniert, erwarte ich vom Entfernen des  codemirrorParam Attributes keine Aenderung.

Ajuba

Zitat von: rudolfkoenig am 09 März 2018, 18:08:54
- JavaScript Console pruefen
- Funktioniert es mit einem anderen Browser?
- Funktioniert es mit einem trivialen fhem.cfg oder mit fhem.cfg.demo?

- fhem.cfg.demo zeigt das gleiche Verhalten
- Chrome, Firefox und Edge zeigen das gleiche Verhalten

JavaScript Consolen
- Firefox: Laden fehlgeschlagen für das <script> mit der Quelle "http://192.168.1.31:8083/fhem/pgm2/doif.js"
- Chrome: Failed to load resource: doif.js    the server responded with a status of 404 (Not Found)

Die Datei doif.js ist tatsächlich nicht vorhanden unter /opt/fhem/www/pgm2.
Beim meiner Windows Installation wo ich heute auch ein Update all gemacht habe ist doif.js vorhanden.
Nebenbei bemerkt fehlt am Raspi auch f18.js während es auf der Windows Installation vorhanden ist. Das Update habe ich nämlich wegen  f18 gestartet.

Welche Informationen werden noch benötigt oder was kann ich jetzt versuchen?
FHEM auf RPi3, Homematic CCU3 mit Cuxd und CUL 868 für FS20, Siemens S7 über CP343-1,
DbLog zu MySQL auf NAS QNAP TS-253D,
Yeelight

Ellert

Zitat von: Ajuba am 09 März 2018, 21:01:07
- fhem.cfg.demo zeigt das gleiche Verhalten
- Chrome, Firefox und Edge zeigen das gleiche Verhalten

JavaScript Consolen
- Firefox: Laden fehlgeschlagen für das <script> mit der Quelle "http://192.168.1.31:8083/fhem/pgm2/doif.js"
- Chrome: Failed to load resource: doif.js    the server responded with a status of 404 (Not Found)

Die Datei doif.js ist tatsächlich nicht vorhanden unter /opt/fhem/www/pgm2.
Beim meiner Windows Installation wo ich heute auch ein Update all gemacht habe ist doif.js vorhanden.
Nebenbei bemerkt fehlt am Raspi auch f18.js während es auf der Windows Installation vorhanden ist. Das Update habe ich nämlich wegen  f18 gestartet.

Welche Informationen werden noch benötigt oder was kann ich jetzt versuchen?
Eine nicht geladene doif.js sollte codemirror nicht beeinflussen.

Hast Du nur das Modul 98_DOIF.pm aktualisiert oder doif.js vom Update ausgeschlossen (exclude_from-update), könnte das ein Grund für die fehlende Datei sein.

rudolfkoenig

ZitatEine nicht geladene doif.js sollte codemirror nicht beeinflussen.
Das stimmt, allerdings wenn das schon aus unerklaerlichen Gruenden nicht da ist, dann kann man sich auf dem Rest auch nicht verlassen.
@Ajuba: kannst du bitte in FHEM "update force" durchfuehren, pruefen, dass keine Fehler angezeigt werden, und danach die Experimente wieder durchfuehren? Bei Fehler in "update force" muss man diese als erstes loesen.

Ajuba

Meines Wissens habe ich kein Update exclude gemacht.

Falls es hilft hier update list
http://fhem.de/fhemupdate/controls_fhem.txt
https://raw.githubusercontent.com/thaliondrambor/32_YeeLight.pm/master/controls_yeelight.txt


Update force ist im Hintergrund gelaufen, im Gegensatz zu update all welches sofort auf der Konsole anzeigt was sich tut. Ich habe es daher währenddessen irrtümlich ein zweites Mal gestartet.
Hier der Logreport vom Update und von darauffolgenden Neustart.

2018.03.10 18:34:07 1:
2018.03.10 18:34:07 1: fhem
2018.03.10 18:34:08 1: UPD ./CHANGED
2018.03.10 18:34:08 1: UPD ./MAINTAINER.txt
2018.03.10 18:34:08 1: UPD ./configDB.pm
2018.03.10 18:34:08 1: UPD ./fhem.cfg.demo
2018.03.10 18:34:08 1: UPD ./fhem.pl
2018.03.10 18:34:08 1: UPD FHEM/00_CM11.pm
2018.03.10 18:34:08 1: UPD FHEM/00_CUL.pm
2018.03.10 18:34:09 1: UPD FHEM/00_DFPlayerMini.pm
2018.03.10 18:34:09 1: UPD FHEM/00_FBAHA.pm
2018.03.10 18:34:09 1: UPD FHEM/00_FBAHAHTTP.pm
2018.03.10 18:34:09 1: UPD FHEM/00_FHZ.pm
2018.03.10 18:34:09 1: UPD FHEM/00_HMLAN.pm
2018.03.10 18:34:09 1: UPD FHEM/00_HMUARTLGW.pm
2018.03.10 18:34:09 1: UPD FHEM/00_HXB.pm
2018.03.10 18:34:09 1: UPD FHEM/00_KM271.pm
2018.03.10 18:34:09 1: UPD FHEM/00_LIRC.pm
2018.03.10 18:34:09 1: UPD FHEM/00_MAXLAN.pm
2018.03.10 18:34:09 1: UPD FHEM/00_MQTT.pm
2018.03.10 18:34:09 1: UPD FHEM/00_MYSENSORS.pm
2018.03.10 18:34:09 1: UPD FHEM/00_NetzerI2C.pm
2018.03.10 18:34:09 1: UPD FHEM/00_OWX.pm
2018.03.10 18:34:09 1: UPD FHEM/00_OWX_ASYNC.pm
2018.03.10 18:34:09 1: UPD FHEM/00_RPII2C.pm
2018.03.10 18:34:09 1: UPD FHEM/00_SIGNALduino.pm
2018.03.10 18:34:09 1: UPD FHEM/00_SONOS.pm
2018.03.10 18:34:10 1: UPD FHEM/00_SmartMeterP1.pm
2018.03.10 18:34:10 1: UPD FHEM/00_TCM.pm
2018.03.10 18:34:10 1: UPD FHEM/00_THZ.pm
2018.03.10 18:34:10 1: UPD FHEM/00_TUL.pm
2018.03.10 18:34:10 1: UPD FHEM/00_ZWCUL.pm
2018.03.10 18:34:10 1: UPD FHEM/00_ZWDongle.pm
2018.03.10 18:34:10 1: UPD FHEM/01_FHEMWEB.pm
2018.03.10 18:34:10 1: UPD FHEM/02_FRAMEBUFFER.pm
2018.03.10 18:34:10 1: UPD FHEM/02_FTUISRV.pm
2018.03.10 18:34:10 1: UPD FHEM/02_HTTPSRV.pm
2018.03.10 18:34:10 1: UPD FHEM/02_RSS.pm
2018.03.10 18:34:10 1: UPD FHEM/09_BS.pm
2018.03.10 18:34:10 1: UPD FHEM/09_CUL_FHTTK.pm
2018.03.10 18:34:10 1: UPD FHEM/09_USF1000.pm
2018.03.10 18:34:11 1: UPD FHEM/10_CUL_HM.pm
2018.03.10 18:34:11 1: UPD FHEM/10_CUL_IR.pm
2018.03.10 18:34:11 1: UPD FHEM/10_DUOFERNSTICK.pm
2018.03.10 18:34:11 1: UPD FHEM/10_EIB.pm
2018.03.10 18:34:11 1: UPD FHEM/10_EQ3BT.pm
2018.03.10 18:34:11 1: UPD FHEM/10_EnOcean.pm
2018.03.10 18:34:11 1: UPD FHEM/10_FBDECT.pm
2018.03.10 18:34:12 1: UPD FHEM/10_FRM.pm
2018.03.10 18:34:12 1: UPD FHEM/10_FS20.pm
2018.03.10 18:34:12 1: UPD FHEM/10_HXBDevice.pm
2018.03.10 18:34:12 1: UPD FHEM/10_IT.pm
2018.03.10 18:34:12 1: UPD FHEM/10_Itach_IR.pm
2018.03.10 18:34:12 1: UPD FHEM/10_KNX.pm
2018.03.10 18:34:12 1: UPD FHEM/10_KOPP_FC.pm
2018.03.10 18:34:12 1: UPD FHEM/10_MAX.pm
2018.03.10 18:34:12 1: UPD FHEM/10_MQTT_BRIDGE.pm
2018.03.10 18:34:12 1: UPD FHEM/10_MQTT_DEVICE.pm
2018.03.10 18:34:12 1: UPD FHEM/10_MYSENSORS_DEVICE.pm
2018.03.10 18:34:12 1: UPD FHEM/10_OWServer.pm
2018.03.10 18:34:12 1: UPD FHEM/10_RESIDENTS.pm
2018.03.10 18:34:12 1: UPD FHEM/10_SOMFY.pm
2018.03.10 18:34:12 1: UPD FHEM/10_UNIRoll.pm
2018.03.10 18:34:12 1: UPD FHEM/10_ZWave.pm
2018.03.10 18:34:12 1: UPD FHEM/10_pilight_ctrl.pm
2018.03.10 18:34:12 1: UPD FHEM/11_FHT.pm
2018.03.10 18:34:13 1: UPD FHEM/11_FHT8V.pm
2018.03.10 18:34:13 1: UPD FHEM/11_OWDevice.pm
2018.03.10 18:34:13 1: UPD FHEM/11_OWX_CCC.pm
2018.03.10 18:34:13 1: UPD FHEM/11_OWX_FRM.pm
2018.03.10 18:34:13 1: UPD FHEM/11_OWX_SER.pm
2018.03.10 18:34:13 1: UPD FHEM/11_OWX_TCP.pm
2018.03.10 18:34:13 1: UPD FHEM/12_HMS.pm
2018.03.10 18:34:13 1: UPD FHEM/13_KS300.pm
2018.03.10 18:34:13 1: UPD FHEM/14_CUL_MAX.pm
2018.03.10 18:34:13 1: UPD FHEM/14_CUL_REDIRECT.pm
2018.03.10 18:34:13 1: UPD FHEM/14_CUL_TCM97001.pm
2018.03.10 18:34:13 1: UPD FHEM/14_CUL_TX.pm
2018.03.10 18:34:13 1: UPD FHEM/14_CUL_WS.pm
2018.03.10 18:34:13 1: UPD FHEM/14_Hideki.pm
2018.03.10 18:34:13 1: UPD FHEM/14_SD_RSL.pm
2018.03.10 18:34:13 1: UPD FHEM/14_SD_WS.pm
2018.03.10 18:34:13 1: UPD FHEM/14_SD_WS07.pm
2018.03.10 18:34:13 1: UPD FHEM/14_SD_WS09.pm
2018.03.10 18:34:13 1: UPD FHEM/14_SD_WS_Maverick.pm
2018.03.10 18:34:13 1: UPD FHEM/15_CUL_EM.pm
2018.03.10 18:34:13 1: UPD FHEM/16_CUL_RFR.pm
2018.03.10 18:34:13 1: UPD FHEM/16_STACKABLE.pm
2018.03.10 18:34:13 1: UPD FHEM/16_STACKABLE_CC.pm
2018.03.10 18:34:14 1: UPD FHEM/17_EGPM2LAN.pm
2018.03.10 18:34:14 1: UPD FHEM/17_SIS_PMS.pm
2018.03.10 18:34:14 1: UPD FHEM/18_CUL_HOERMANN.pm
2018.03.10 18:34:14 1: UPD FHEM/19_Revolt.pm
2018.03.10 18:34:14 1: UPD FHEM/19_VBUSIF.pm
2018.03.10 18:34:14 1: UPD FHEM/20_FRM_AD.pm
2018.03.10 18:34:14 1: UPD FHEM/20_FRM_I2C.pm
2018.03.10 18:34:14 1: UPD FHEM/20_FRM_IN.pm
2018.03.10 18:34:14 1: UPD FHEM/20_FRM_LCD.pm
2018.03.10 18:34:14 1: UPD FHEM/20_FRM_OUT.pm
2018.03.10 18:34:14 1: UPD FHEM/20_FRM_PWM.pm
2018.03.10 18:34:14 1: UPD FHEM/20_FRM_RGB.pm
2018.03.10 18:34:14 1: UPD FHEM/20_FRM_ROTENC.pm
2018.03.10 18:34:14 1: UPD FHEM/20_FRM_SERVO.pm
2018.03.10 18:34:14 1: UPD FHEM/20_FRM_STEPPER.pm
2018.03.10 18:34:14 1: UPD FHEM/20_GUEST.pm
2018.03.10 18:34:14 1: UPD FHEM/20_N4HBUS.pm
2018.03.10 18:34:14 1: UPD FHEM/20_OWFS.pm
2018.03.10 18:34:14 1: UPD FHEM/20_ROOMMATE.pm
2018.03.10 18:34:14 1: UPD FHEM/20_X10.pm
2018.03.10 18:34:14 1: UPD FHEM/21_HEOSGroup.pm
2018.03.10 18:34:14 1: UPD FHEM/21_HEOSMaster.pm
2018.03.10 18:34:14 1: UPD FHEM/21_HEOSPlayer.pm
2018.03.10 18:34:14 1: UPD FHEM/21_N4HMODULE.pm
2018.03.10 18:34:14 1: UPD FHEM/21_OWAD.pm
2018.03.10 18:34:15 1: UPD FHEM/21_OWCOUNT.pm
2018.03.10 18:34:15 1: UPD FHEM/21_OWID.pm
2018.03.10 18:34:15 1: UPD FHEM/21_OWLCD.pm
2018.03.10 18:34:15 1: UPD FHEM/21_OWMULTI.pm
2018.03.10 18:34:15 1: UPD FHEM/21_OWSWITCH.pm
2018.03.10 18:34:15 1: UPD FHEM/21_OWTEMP.pm
2018.03.10 18:34:15 1: UPD FHEM/21_OWTHERM.pm
2018.03.10 18:34:15 1: UPD FHEM/21_OWVAR.pm
2018.03.10 18:34:15 1: UPD FHEM/21_SONOSPLAYER.pm
2018.03.10 18:34:15 1: UPD FHEM/21_VBUSDEV.pm
2018.03.10 18:34:15 1: UPD FHEM/22_ALL3076.pm
2018.03.10 18:34:15 1: UPD FHEM/22_HOMEMODE.pm
2018.03.10 18:34:15 1: UPD FHEM/23_ALL4027.pm
2018.03.10 18:34:15 1: UPD FHEM/23_KOSTALPIKO.pm
2018.03.10 18:34:15 1: UPD FHEM/23_LUXTRONIK2.pm
2018.03.10 18:34:15 1: UPD FHEM/23_WEBIO.pm
2018.03.10 18:34:15 1: UPD FHEM/23_WEBIO_12DIGITAL.pm
2018.03.10 18:34:15 1: UPD FHEM/24_NetIO230B.pm
2018.03.10 18:34:15 1: UPD FHEM/24_TPLinkHS110.pm
2018.03.10 18:34:16 1: UPD FHEM/26_KM273.pm
2018.03.10 18:34:16 1: UPD FHEM/26_tahoma.pm
2018.03.10 18:34:16 1: UPD FHEM/30_DUOFERN.pm
2018.03.10 18:34:16 1: UPD FHEM/30_ENECSYSGW.pm
2018.03.10 18:34:16 1: UPD FHEM/30_HUEBridge.pm
2018.03.10 18:34:16 1: UPD FHEM/30_LIGHTIFY.pm
2018.03.10 18:34:16 1: UPD FHEM/30_MilightBridge.pm
2018.03.10 18:34:16 1: UPD FHEM/30_pilight_contact.pm
2018.03.10 18:34:16 1: UPD FHEM/30_pilight_dimmer.pm
2018.03.10 18:34:16 1: UPD FHEM/30_pilight_raw.pm
2018.03.10 18:34:16 1: UPD FHEM/30_pilight_smoke.pm
2018.03.10 18:34:16 1: UPD FHEM/30_pilight_switch.pm
2018.03.10 18:34:16 1: UPD FHEM/30_pilight_temp.pm
2018.03.10 18:34:16 1: UPD FHEM/31_Aurora.pm
2018.03.10 18:34:16 1: UPD FHEM/31_ENECSYSINV.pm
2018.03.10 18:34:16 1: UPD FHEM/31_HUEDevice.pm
2018.03.10 18:34:16 1: UPD FHEM/31_LightScene.pm
2018.03.10 18:34:16 1: UPD FHEM/31_MilightDevice.pm
2018.03.10 18:34:17 1: UPD FHEM/31_Nello.pm
2018.03.10 18:34:17 1: UPD FHEM/31_PLAYBULB.pm
2018.03.10 18:34:17 1: UPD FHEM/32_SYSSTAT.pm
2018.03.10 18:34:17 1: UPD FHEM/32_TechemHKV.pm
2018.03.10 18:34:17 1: UPD FHEM/32_TechemWZ.pm
2018.03.10 18:34:17 1: UPD FHEM/32_WifiLight.pm
2018.03.10 18:34:17 1: UPD FHEM/32_mailcheck.pm
2018.03.10 18:34:17 1: UPD FHEM/32_speedtest.pm
2018.03.10 18:34:17 1: UPD FHEM/32_withings.pm
2018.03.10 18:34:17 1: UPD FHEM/32_yowsup.pm
2018.03.10 18:34:17 1: UPD FHEM/33_readingsChange.pm
2018.03.10 18:34:17 1: UPD FHEM/33_readingsGroup.pm
2018.03.10 18:34:17 1: UPD FHEM/33_readingsHistory.pm
2018.03.10 18:34:17 1: UPD FHEM/33_readingsProxy.pm
2018.03.10 18:34:17 1: UPD FHEM/34_ESPEasy.pm
2018.03.10 18:34:17 1: UPD FHEM/34_NUT.pm
2018.03.10 18:34:17 1: UPD FHEM/34_SWAP.pm
2018.03.10 18:34:17 1: UPD FHEM/34_panStamp.pm
2018.03.10 18:34:17 1: UPD FHEM/35_SWAP_0000002200000003.pm
2018.03.10 18:34:17 1: UPD FHEM/35_SWAP_0000002200000008.pm
2018.03.10 18:34:17 1: UPD FHEM/36_EC3000.pm
2018.03.10 18:34:18 1: UPD FHEM/36_EMT7110.pm
2018.03.10 18:34:18 1: UPD FHEM/36_EleroDrive.pm
2018.03.10 18:34:18 1: UPD FHEM/36_EleroStick.pm
2018.03.10 18:34:18 1: UPD FHEM/36_EleroSwitch.pm
2018.03.10 18:34:18 1: UPD FHEM/36_JeeLink.pm
2018.03.10 18:34:18 1: UPD FHEM/36_KeyValueProtocol.pm
2018.03.10 18:34:18 1: UPD FHEM/36_LaCrosse.pm
2018.03.10 18:34:18 1: UPD FHEM/36_LaCrosseGateway.pm
2018.03.10 18:34:18 1: UPD FHEM/36_Level.pm
2018.03.10 18:34:18 1: UPD FHEM/36_PCA301.pm
2018.03.10 18:34:18 1: UPD FHEM/36_PrecipitationSensor.pm
2018.03.10 18:34:18 1: UPD FHEM/36_Vallox.pm
2018.03.10 18:34:18 1: UPD FHEM/36_WMBUS.pm
2018.03.10 18:34:18 1: UPD FHEM/37_NotifyAndroidTV.pm
2018.03.10 18:34:18 1: UPD FHEM/37_SHC.pm
2018.03.10 18:34:18 1: UPD FHEM/37_SHCdev.pm
2018.03.10 18:34:18 1: UPD FHEM/37_Spotify.pm
2018.03.10 18:34:18 1: UPD FHEM/37_dash_dhcp.pm
2018.03.10 18:34:18 1: UPD FHEM/37_fakeRoku.pm
2018.03.10 18:34:18 1: UPD FHEM/37_harmony.pm
2018.03.10 18:34:18 1: UPD FHEM/37_plex.pm
2018.03.10 18:34:18 1: UPD FHEM/38_Broadlink.pm
2018.03.10 18:34:18 1: UPD FHEM/38_CO20.pm
2018.03.10 18:34:19 1: UPD FHEM/38_JawboneUp.pm
2018.03.10 18:34:19 1: UPD FHEM/38_netatmo.pm
2018.03.10 18:34:19 1: UPD FHEM/39_Talk2Fhem.pm
2018.03.10 18:34:19 1: UPD FHEM/39_alexa.pm
2018.03.10 18:34:19 1: UPD FHEM/39_siri.pm
2018.03.10 18:34:19 1: UPD FHEM/40_RFXCOM.pm
2018.03.10 18:34:19 1: UPD FHEM/41_OREGON.pm
2018.03.10 18:34:19 1: UPD FHEM/42_Nextion.pm
2018.03.10 18:34:19 1: UPD FHEM/42_RFXMETER.pm
2018.03.10 18:34:19 1: UPD FHEM/42_SMARTMON.pm
2018.03.10 18:34:19 1: UPD FHEM/42_SYSMON.pm
2018.03.10 18:34:19 1: UPD FHEM/43_RFXX10REC.pm
2018.03.10 18:34:19 1: UPD FHEM/44_S7.pm
2018.03.10 18:34:19 1: UPD FHEM/44_S7_ARead.pm
2018.03.10 18:34:19 1: UPD FHEM/44_S7_AWrite.pm
2018.03.10 18:34:19 1: UPD FHEM/44_S7_Client.pm
2018.03.10 18:34:19 1: UPD FHEM/44_S7_DRead.pm
2018.03.10 18:34:19 1: UPD FHEM/44_S7_DWrite.pm
2018.03.10 18:34:19 1: UPD FHEM/44_S7_S5Client.pm
2018.03.10 18:34:19 1: UPD FHEM/44_S7_S7Client.pm
2018.03.10 18:34:20 1: UPD FHEM/44_TEK603.pm
2018.03.10 18:34:20 1: UPD FHEM/45_Plugwise.pm
2018.03.10 18:34:20 1: UPD FHEM/45_TRX.pm
2018.03.10 18:34:20 1: UPD FHEM/46_Aqicn.pm
2018.03.10 18:34:20 1: UPD FHEM/46_PW_Circle.pm
2018.03.10 18:34:20 1: UPD FHEM/46_PW_Scan.pm
2018.03.10 18:34:20 1: UPD FHEM/46_PW_Sense.pm
2018.03.10 18:34:20 1: UPD FHEM/46_PW_Switch.pm
2018.03.10 18:34:20 1: UPD FHEM/46_SmartPi.pm
2018.03.10 18:34:20 1: UPD FHEM/46_TRX_ELSE.pm
2018.03.10 18:34:20 1: UPD FHEM/46_TRX_LIGHT.pm
2018.03.10 18:34:20 1: UPD FHEM/46_TRX_SECURITY.pm
2018.03.10 18:34:20 1: UPD FHEM/46_TRX_WEATHER.pm
2018.03.10 18:34:20 1: UPD FHEM/46_TeslaPowerwall2AC.pm
2018.03.10 18:34:20 1: UPD FHEM/47_OBIS.pm
2018.03.10 18:34:20 1: UPD FHEM/49_IPCAM.pm
2018.03.10 18:34:20 1: UPD FHEM/49_SSCam.pm
2018.03.10 18:34:20 1: UPD FHEM/49_TBot_List.pm
2018.03.10 18:34:21 1: UPD FHEM/50_HP1000.pm
2018.03.10 18:34:21 1: UPD FHEM/50_MOBILEALERTSGW.pm
2018.03.10 18:34:21 1: UPD FHEM/50_TelegramBot.pm
2018.03.10 18:34:21 1: UPD FHEM/50_WS300.pm
2018.03.10 18:34:21 1: UPD FHEM/51_I2C_BH1750.pm
2018.03.10 18:34:21 1: UPD FHEM/51_I2C_BMP180.pm
2018.03.10 18:34:21 1: UPD FHEM/51_I2C_TSL2561.pm
2018.03.10 18:34:21 1: UPD FHEM/51_MOBILEALERTS.pm
2018.03.10 18:34:21 1: UPD FHEM/51_Netzer.pm
2018.03.10 18:34:21 1: UPD FHEM/51_RPI_GPIO.pm
2018.03.10 18:34:21 1: UPD FHEM/52_I2C_BME280.pm
2018.03.10 18:34:21 1: UPD FHEM/52_I2C_DS1307.pm
2018.03.10 18:34:21 1: UPD FHEM/52_I2C_EEPROM.pm
2018.03.10 18:34:21 1: UPD FHEM/52_I2C_EMC1001.pm
2018.03.10 18:34:21 1: UPD FHEM/52_I2C_HDC1008.pm
2018.03.10 18:34:21 1: UPD FHEM/52_I2C_K30.pm
2018.03.10 18:34:21 1: UPD FHEM/52_I2C_LCD.pm
2018.03.10 18:34:21 1: UPD FHEM/52_I2C_LM75A.pm
2018.03.10 18:34:21 1: UPD FHEM/52_I2C_MCP23008.pm
2018.03.10 18:34:21 1: UPD FHEM/52_I2C_MCP23017.pm
2018.03.10 18:34:21 1: UPD FHEM/52_I2C_MCP342x.pm
2018.03.10 18:34:21 1: UPD FHEM/52_I2C_MMA845X.pm
2018.03.10 18:34:22 1: UPD FHEM/52_I2C_PCA9532.pm
2018.03.10 18:34:22 1: UPD FHEM/52_I2C_PCA9685.pm
2018.03.10 18:34:22 1: UPD FHEM/52_I2C_PCF8574.pm
2018.03.10 18:34:22 1: UPD FHEM/52_I2C_SHT21.pm
2018.03.10 18:34:22 1: UPD FHEM/52_I2C_SHT3x.pm
2018.03.10 18:34:22 1: UPD FHEM/53_GHoma.pm
2018.03.10 18:34:22 1: UPD FHEM/55_InfoPanel.pm
2018.03.10 18:34:22 1: UPD FHEM/55_PIFACE.pm
2018.03.10 18:34:22 1: UPD FHEM/56_POKEYS.pm
2018.03.10 18:34:22 1: UPD FHEM/57_CALVIEW.pm
2018.03.10 18:34:22 1: UPD FHEM/57_Calendar.pm
2018.03.10 18:34:22 1: UPD FHEM/59_HCS.pm
2018.03.10 18:34:22 1: UPD FHEM/59_LuftdatenInfo.pm
2018.03.10 18:34:22 1: UPD FHEM/59_OPENWEATHER.pm
2018.03.10 18:34:22 1: UPD FHEM/59_PROPLANTA.pm
2018.03.10 18:34:22 1: UPD FHEM/59_Twilight.pm
2018.03.10 18:34:22 1: UPD FHEM/59_WUup.pm
2018.03.10 18:34:22 1: UPD FHEM/59_WWO.pm
2018.03.10 18:34:22 1: UPD FHEM/59_Weather.pm
2018.03.10 18:34:22 1: UPD FHEM/59_Wunderground.pm
2018.03.10 18:34:22 1: UPD FHEM/60_EM.pm
2018.03.10 18:34:22 1: UPD FHEM/60_allergy.pm
2018.03.10 18:34:23 1: UPD FHEM/61_EMWZ.pm
2018.03.10 18:34:23 1: UPD FHEM/62_EMEM.pm
2018.03.10 18:34:23 1: UPD FHEM/63_EMGZ.pm
2018.03.10 18:34:23 1: UPD FHEM/64_ESA2000.pm
2018.03.10 18:34:23 1: UPD FHEM/66_ECMD.pm
2018.03.10 18:34:23 1: UPD FHEM/67_ECMDDevice.pm
2018.03.10 18:34:23 1: UPD FHEM/70_BRAVIA.pm
2018.03.10 18:34:23 1: UPD FHEM/70_EGPM.pm
2018.03.10 18:34:23 1: UPD FHEM/70_ENIGMA2.pm
2018.03.10 18:34:23 1: UPD FHEM/70_JSONMETER.pm
2018.03.10 18:34:23 1: UPD FHEM/70_Jabber.pm
2018.03.10 18:34:23 1: UPD FHEM/70_KODI.pm
2018.03.10 18:34:23 1: UPD FHEM/70_MEDIAPORTAL.pm
2018.03.10 18:34:23 1: UPD FHEM/70_NEUTRINO.pm
2018.03.10 18:34:23 1: UPD FHEM/70_ONKYO_AVR.pm
2018.03.10 18:34:23 1: UPD FHEM/70_PHTV.pm
2018.03.10 18:34:23 1: UPD FHEM/70_PIONEERAVR.pm
2018.03.10 18:34:23 1: UPD FHEM/70_PushNotifier.pm
2018.03.10 18:34:23 1: UPD FHEM/70_Pushalot.pm
2018.03.10 18:34:24 1: UPD FHEM/70_Pushbullet.pm
2018.03.10 18:34:24 1: UPD FHEM/70_Pushover.pm
2018.03.10 18:34:24 1: UPD FHEM/70_Pushsafer.pm
2018.03.10 18:34:24 1: UPD FHEM/70_SCIVT.pm
2018.03.10 18:34:24 1: UPD FHEM/70_SISPM.pm
2018.03.10 18:34:24 1: UPD FHEM/70_SML.pm
2018.03.10 18:34:24 1: UPD FHEM/70_STV.pm
2018.03.10 18:34:24 1: UPD FHEM/70_TellStick.pm
2018.03.10 18:34:24 1: UPD FHEM/70_USBWX.pm
2018.03.10 18:34:24 1: UPD FHEM/70_VIERA.pm
2018.03.10 18:34:24 1: UPD FHEM/70_VolumeLink.pm
2018.03.10 18:34:24 1: UPD FHEM/70_WINCONNECT.pm
2018.03.10 18:34:24 1: UPD FHEM/70_WS3600.pm
2018.03.10 18:34:24 1: UPD FHEM/70_XBMC.pm
2018.03.10 18:34:24 1: UPD FHEM/71_ONKYO_AVR_ZONE.pm
2018.03.10 18:34:24 1: UPD FHEM/71_PHILIPS_AUDIO.pm
2018.03.10 18:34:24 1: UPD FHEM/71_PIONEERAVRZONE.pm
2018.03.10 18:34:24 1: UPD FHEM/71_YAMAHA_AVR.pm
2018.03.10 18:34:24 1: UPD FHEM/71_YAMAHA_BD.pm
2018.03.10 18:34:24 1: UPD FHEM/71_YAMAHA_NP.pm
2018.03.10 18:34:24 1: UPD FHEM/72_FB_CALLLIST.pm
2018.03.10 18:34:25 1: UPD FHEM/72_FB_CALLMONITOR.pm
2018.03.10 18:34:25 1: UPD FHEM/72_FRITZBOX.pm
2018.03.10 18:34:25 1: UPD FHEM/72_XiaomiDevice.pm
2018.03.10 18:34:25 1: UPD FHEM/73_AMADCommBridge.pm
2018.03.10 18:34:25 1: UPD FHEM/73_ElectricityCalculator.pm
2018.03.10 18:34:25 1: UPD FHEM/73_GardenaSmartBridge.pm
2018.03.10 18:34:25 1: UPD FHEM/73_GasCalculator.pm
2018.03.10 18:34:25 1: UPD FHEM/73_MPD.pm
2018.03.10 18:34:25 1: UPD FHEM/73_NUKIBridge.pm
2018.03.10 18:34:25 1: UPD FHEM/73_PRESENCE.pm
2018.03.10 18:34:25 1: UPD FHEM/73_UpsPico.pm
2018.03.10 18:34:25 1: UPD FHEM/73_WaterCalculator.pm
2018.03.10 18:34:25 1: UPD FHEM/73_km200.pm
2018.03.10 18:34:25 1: UPD FHEM/74_AMADDevice.pm
2018.03.10 18:34:25 1: UPD FHEM/74_GardenaSmartDevice.pm
2018.03.10 18:34:25 1: UPD FHEM/74_HOMBOT.pm
2018.03.10 18:34:25 1: UPD FHEM/74_NUKIDevice.pm
2018.03.10 18:34:26 1: UPD FHEM/74_Nmap.pm
2018.03.10 18:34:26 1: UPD FHEM/74_THINKINGCLEANER.pm
2018.03.10 18:34:26 1: UPD FHEM/74_Unifi.pm
2018.03.10 18:34:26 1: UPD FHEM/74_UnifiVideo.pm
2018.03.10 18:34:26 1: UPD FHEM/74_XiaomiBTLESens.pm
2018.03.10 18:34:26 1: UPD FHEM/74_XiaomiFlowerSens.pm
2018.03.10 18:34:26 1: UPD FHEM/75_MSG.pm
2018.03.10 18:34:26 1: UPD FHEM/75_msgConfig.pm
2018.03.10 18:34:26 1: UPD FHEM/76_MSGFile.pm
2018.03.10 18:34:26 1: UPD FHEM/76_MSGMail.pm
2018.03.10 18:34:26 1: UPD FHEM/76_SMAInverter.pm
2018.03.10 18:34:26 1: UPD FHEM/76_msgDialog.pm
2018.03.10 18:34:26 1: UPD FHEM/77_SMAEM.pm
2018.03.10 18:34:26 1: UPD FHEM/77_SMASTP.pm
2018.03.10 18:34:26 1: UPD FHEM/77_UWZ.pm
2018.03.10 18:34:26 1: UPD FHEM/79_BDKM.pm
2018.03.10 18:34:26 1: UPD FHEM/80_M232.pm
2018.03.10 18:34:26 1: UPD FHEM/80_xxLG7000.pm
2018.03.10 18:34:27 1: UPD FHEM/81_M232Counter.pm
2018.03.10 18:34:27 1: UPD FHEM/82_LGTV.pm
2018.03.10 18:34:27 1: UPD FHEM/82_LGTV_IP12.pm
2018.03.10 18:34:27 1: UPD FHEM/82_LGTV_WebOS.pm
2018.03.10 18:34:27 1: UPD FHEM/82_M232Voltage.pm
2018.03.10 18:34:27 1: UPD FHEM/83_IOhomecontrol.pm
2018.03.10 18:34:27 1: UPD FHEM/86_Robonect.pm
2018.03.10 18:34:27 1: UPD FHEM/87_WS2000.pm
2018.03.10 18:34:27 1: UPD FHEM/88_ALL4000T.pm
2018.03.10 18:34:27 1: UPD FHEM/88_HMCCU.pm
2018.03.10 18:34:27 1: UPD FHEM/88_HMCCUCHN.pm
2018.03.10 18:34:27 1: UPD FHEM/88_HMCCUDEV.pm
2018.03.10 18:34:27 1: UPD FHEM/88_HMCCURPC.pm
2018.03.10 18:34:27 1: UPD FHEM/88_HMCCURPCPROC.pm
2018.03.10 18:34:27 1: UPD FHEM/88_IPWE.pm
2018.03.10 18:34:27 1: UPD FHEM/88_Itach_IRDevice.pm
2018.03.10 18:34:27 1: UPD FHEM/88_Itach_Relay.pm
2018.03.10 18:34:27 1: UPD FHEM/88_LINDY_HDMI_SWITCH.pm
2018.03.10 18:34:27 1: UPD FHEM/88_VantagePro2.pm
2018.03.10 18:34:27 1: UPD FHEM/88_WEBCOUNT.pm
2018.03.10 18:34:28 1: UPD FHEM/88_xs1Bridge.pm
2018.03.10 18:34:28 1: UPD FHEM/88_xs1Dev.pm
2018.03.10 18:34:28 1: UPD FHEM/89_FULLY.pm
2018.03.10 18:34:28 1: UPD FHEM/89_HEATRONIC.pm
2018.03.10 18:34:28 1: UPD FHEM/89_VCONTROL.pm
2018.03.10 18:34:28 1: UPD FHEM/90_SIGNALduino_un.pm
2018.03.10 18:34:28 1: UPD FHEM/90_at.pm
2018.03.10 18:34:28 1: UPD FHEM/91_eventTypes.pm
2018.03.10 18:34:28 1: UPD FHEM/91_notify.pm
2018.03.10 18:34:28 1: UPD FHEM/91_sequence.pm
2018.03.10 18:34:28 1: UPD FHEM/91_watchdog.pm
2018.03.10 18:34:28 1: UPD FHEM/92_FileLog.pm
2018.03.10 18:34:28 1: UPD FHEM/92_SingleFileLog.pm
2018.03.10 18:34:28 1: UPD FHEM/93_DbLog.pm
2018.03.10 18:34:28 1: UPD FHEM/93_DbRep.pm
2018.03.10 18:34:29 1: UPD FHEM/93_FHEM2FHEM.pm
2018.03.10 18:34:29 1: UPD FHEM/93_Log2Syslog.pm
2018.03.10 18:34:29 1: UPD FHEM/93_PWMR.pm
2018.03.10 18:34:29 1: UPD FHEM/93_RFHEM.pm
2018.03.10 18:34:29 1: UPD FHEM/94_PWM.pm
2018.03.10 18:34:29 1: UPD FHEM/95_Alarm.pm
2018.03.10 18:34:29 1: UPD FHEM/95_Astro.pm
2018.03.10 18:34:29 1: UPD FHEM/95_Babble.pm
2018.03.10 18:34:29 1: UPD FHEM/95_Dashboard.pm
2018.03.10 18:34:29 1: UPD FHEM/95_FLOORPLAN.pm
2018.03.10 18:34:29 1: UPD FHEM/95_PachLog.pm
2018.03.10 18:34:29 1: UPD FHEM/95_PostMe.pm
2018.03.10 18:34:29 1: UPD FHEM/95_YAAHM.pm
2018.03.10 18:34:29 1: UPD FHEM/95_holiday.pm
2018.03.10 18:34:29 1: UPD FHEM/95_remotecontrol.pm
2018.03.10 18:34:30 1: UPD FHEM/96_SIP.pm
2018.03.10 18:34:30 1: UPD FHEM/96_Snapcast.pm
2018.03.10 18:34:30 1: UPD FHEM/96_allowed.pm
2018.03.10 18:34:30 1: UPD FHEM/97_PiXtendV2.pm
2018.03.10 18:34:30 1: UPD FHEM/97_TrashCal.pm
2018.03.10 18:34:30 1: UPD FHEM/98_ArduCounter.pm
2018.03.10 18:34:30 1: UPD FHEM/98_BOSEST.pm
2018.03.10 18:34:30 1: UPD FHEM/98_CULflash.pm
2018.03.10 18:34:30 1: UPD FHEM/98_ComfoAir.pm
2018.03.10 18:34:30 1: UPD FHEM/98_CustomReadings.pm
2018.03.10 18:34:30 1: UPD FHEM/98_DLNARenderer.pm
2018.03.10 18:34:30 1: UPD FHEM/98_DOIF.pm
2018.03.10 18:34:30 1: UPD FHEM/98_DOIFtools.pm
2018.03.10 18:34:30 1: UPD FHEM/98_Dooya.pm
2018.03.10 18:34:30 1: UPD FHEM/98_EDIPLUG.pm
2018.03.10 18:34:30 1: UPD FHEM/98_FReplacer.pm
2018.03.10 18:34:30 1: UPD FHEM/98_GAEBUS.pm
2018.03.10 18:34:30 1: UPD FHEM/98_GEOFANCY.pm
2018.03.10 18:34:31 1: UPD FHEM/98_GOOGLECAST.pm
2018.03.10 18:34:31 1: UPD FHEM/98_GoogleAuth.pm
2018.03.10 18:34:31 1: UPD FHEM/98_HMinfo.pm
2018.03.10 18:34:31 1: UPD FHEM/98_HMtemplate.pm
2018.03.10 18:34:31 1: UPD FHEM/98_HTTPMOD.pm
2018.03.10 18:34:31 1: UPD FHEM/98_Heating_Control.pm
2018.03.10 18:34:31 1: UPD FHEM/98_HourCounter.pm
2018.03.10 18:34:31 1: UPD FHEM/98_Hyperion.pm
2018.03.10 18:34:31 1: UPD FHEM/98_IF.pm
2018.03.10 18:34:31 1: UPD FHEM/98_JsonList.pm
2018.03.10 18:34:31 1: UPD FHEM/98_JsonList2.pm
2018.03.10 18:34:31 1: UPD FHEM/98_MaxScanner.pm
2018.03.10 18:34:31 1: UPD FHEM/98_MediaList.pm
2018.03.10 18:34:31 1: UPD FHEM/98_Modbus.pm
2018.03.10 18:34:31 1: UPD FHEM/98_ModbusAttr.pm
2018.03.10 18:34:31 1: UPD FHEM/98_ModbusSET.pm
2018.03.10 18:34:31 1: UPD FHEM/98_ModbusTrovis5576.pm
2018.03.10 18:34:31 1: UPD FHEM/98_PID20.pm
2018.03.10 18:34:32 1: UPD FHEM/98_QRCode.pm
2018.03.10 18:34:32 1: UPD FHEM/98_RandomTimer.pm
2018.03.10 18:34:32 1: UPD FHEM/98_STOCKQUOTES.pm
2018.03.10 18:34:32 1: UPD FHEM/98_SVG.pm
2018.03.10 18:34:32 1: UPD FHEM/98_Siro.pm
2018.03.10 18:34:32 1: UPD FHEM/98_THRESHOLD.pm
2018.03.10 18:34:32 1: UPD FHEM/98_TRAFFIC.pm
2018.03.10 18:34:32 1: UPD FHEM/98_Text2Speech.pm
2018.03.10 18:34:32 1: UPD FHEM/98_UbiquitiMP.pm
2018.03.10 18:34:32 1: UPD FHEM/98_UbiquitiOut.pm
2018.03.10 18:34:32 1: UPD FHEM/98_Verkehrsinfo.pm
2018.03.10 18:34:32 1: UPD FHEM/98_WOL.pm
2018.03.10 18:34:32 1: UPD FHEM/98_WeekdayTimer.pm
2018.03.10 18:34:32 1: UPD FHEM/98_XmlList.pm
2018.03.10 18:34:32 1: UPD FHEM/98_alarmclock.pm
2018.03.10 18:34:32 1: UPD FHEM/98_apptime.pm
2018.03.10 18:34:32 1: UPD FHEM/98_archetype.pm
2018.03.10 18:34:32 1: UPD FHEM/98_autocreate.pm
2018.03.10 18:34:32 1: UPD FHEM/98_average.pm
2018.03.10 18:34:32 1: UPD FHEM/98_backup.pm
2018.03.10 18:34:32 1: UPD FHEM/98_cloneDummy.pm
2018.03.10 18:34:33 1: UPD FHEM/98_cmdalias.pm
2018.03.10 18:34:33 1: UPD FHEM/98_configdb.pm
2018.03.10 18:34:33 1: UPD FHEM/98_copy.pm
2018.03.10 18:34:33 1: UPD FHEM/98_count.pm
2018.03.10 18:34:33 1: UPD FHEM/98_dewpoint.pm
2018.03.10 18:34:33 1: UPD FHEM/98_dummy.pm
2018.03.10 18:34:33 1: UPD FHEM/98_expandJSON.pm
2018.03.10 18:34:33 1: UPD FHEM/98_fhemdebug.pm
2018.03.10 18:34:33 1: UPD FHEM/98_fheminfo.pm
2018.03.10 18:34:33 1: UPD FHEM/98_freezemon.pm
2018.03.10 18:34:33 1: UPD FHEM/98_help.pm
2018.03.10 18:34:33 1: UPD FHEM/98_logProxy.pm
2018.03.10 18:34:33 1: UPD FHEM/98_monitoring.pm
2018.03.10 18:34:33 1: UPD FHEM/98_notice.pm
2018.03.10 18:34:33 1: UPD FHEM/98_pilight.pm
2018.03.10 18:34:33 1: UPD FHEM/98_ping.pm
2018.03.10 18:34:33 1: UPD FHEM/98_powerMap.pm
2018.03.10 18:34:33 1: UPD FHEM/98_rain.pm
2018.03.10 18:34:33 1: UPD FHEM/98_restore.pm
2018.03.10 18:34:33 1: UPD FHEM/98_rssFeed.pm
2018.03.10 18:34:33 1: UPD FHEM/98_statistics.pm
2018.03.10 18:34:33 1: UPD FHEM/98_structure.pm
2018.03.10 18:34:33 1: UPD FHEM/98_telnet.pm
2018.03.10 18:34:34 1: UPD FHEM/98_template.pm
2018.03.10 18:34:34 1: UPD FHEM/98_update.pm
2018.03.10 18:34:34 1: UPD FHEM/98_uptime.pm
2018.03.10 18:34:34 1: UPD FHEM/98_version.pm
2018.03.10 18:34:34 1: UPD FHEM/98_weblink.pm
2018.03.10 18:34:34 1: UPD FHEM/98_weekprofile.pm
2018.03.10 18:34:34 1: UPD FHEM/99_SUNRISE_EL.pm
2018.03.10 18:34:34 1: UPD FHEM/99_Utils.pm
2018.03.10 18:34:34 1: UPD FHEM/Blocking.pm
2018.03.10 18:34:34 1: UPD FHEM/Color.pm
2018.03.10 18:34:34 1: UPD FHEM/DevIo.pm
2018.03.10 18:34:34 1: UPD FHEM/FhemUtils/release.pm
2018.03.10 18:34:34 1: UPD FHEM/FhemUtils/update-20130127-001
2018.03.10 18:34:34 1: UPD FHEM/FritzBoxUtils.pm
2018.03.10 18:34:34 1: UPD FHEM/GPUtils.pm
2018.03.10 18:34:34 1: UPD FHEM/HMCCUConf.pm
2018.03.10 18:34:34 1: UPD FHEM/HMConfig.pm
2018.03.10 18:34:34 1: UPD FHEM/HOMESTATEtk.pm
2018.03.10 18:34:34 1: UPD FHEM/HttpUtils.pm
2018.03.10 18:34:35 1: UPD FHEM/MaxCommon.pm
2018.03.10 18:34:35 1: UPD FHEM/ONKYOdb.pm
2018.03.10 18:34:35 1: UPD FHEM/OWX_DS2480.pm
2018.03.10 18:34:35 1: UPD FHEM/OWX_DS9097.pm
2018.03.10 18:34:35 1: UPD FHEM/OWX_FRM.pm
2018.03.10 18:34:35 1: UPD FHEM/OWX_SER.pm
2018.03.10 18:34:35 1: UPD FHEM/RESIDENTStk.pm
2018.03.10 18:34:35 1: UPD FHEM/RTypes.pm
2018.03.10 18:34:35 1: UPD FHEM/SHC_datafields.pm
2018.03.10 18:34:35 1: UPD FHEM/SHC_parser.pm
2018.03.10 18:34:35 1: UPD FHEM/SetExtensions.pm
2018.03.10 18:34:35 1: UPD FHEM/SubProcess.pm
2018.03.10 18:34:35 1: UPD FHEM/TR064Utils.pm
2018.03.10 18:34:35 1: UPD FHEM/TcpServerUtils.pm
2018.03.10 18:34:35 1: UPD FHEM/TimeSeries.pm
2018.03.10 18:34:35 1: UPD FHEM/UConv.pm
2018.03.10 18:34:35 1: UPD FHEM/Unit.pm
2018.03.10 18:34:35 1: UPD FHEM/WMBus.pm
2018.03.10 18:34:35 1: UPD FHEM/WinService.pm
2018.03.10 18:34:35 1: UPD FHEM/YahooWeatherAPI.pm
2018.03.10 18:34:35 1: UPD FHEM/ZWLib.pm
2018.03.10 18:34:35 1: UPD FHEM/firmware/ArduCounter.hex
2018.03.10 18:34:36 1: UPD FHEM/firmware/JeeLink_EC3000.hex
2018.03.10 18:34:36 1: UPD FHEM/firmware/JeeLink_LaCrosse.hex
2018.03.10 18:34:36 1: UPD FHEM/firmware/JeeLink_LaCrosseGateway.bin
2018.03.10 18:34:36 1: UPD FHEM/firmware/JeeLink_PCA301.hex
2018.03.10 18:34:36 1: UPD FHEM/firmware/SIGNALduino_nano328.hex
2018.03.10 18:34:36 1: UPD FHEM/firmware/SIGNALduino_promini328.hex
2018.03.10 18:34:36 1: UPD FHEM/firmware/SIGNALduino_uno.hex
2018.03.10 18:34:37 1: UPD FHEM/firmware/esptool.py
2018.03.10 18:34:37 1: UPD FHEM/holiday/aut.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/bb.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/be.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/bw.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/by.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/by_ext.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/de_social.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/en.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/hb.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/he.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/hh.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/islam2017.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/islam2018.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/islam2019.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/mv.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/ns.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/nw.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/rp.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/sh.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/sl.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/sn.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/st.holiday
2018.03.10 18:34:37 1: UPD FHEM/holiday/th.holiday
2018.03.10 18:34:37 1: UPD FHEM/lib/74_AMADautomagicFlowset_4.2.0.xml
2018.03.10 18:34:38 1: UPD FHEM/lib/74_AMADtaskerset_4.2.0.prj.xml
2018.03.10 18:34:38 1: UPD FHEM/lib/Device/Firmata.pm
2018.03.10 18:34:38 1: UPD FHEM/lib/Device/Firmata/Base.pm
2018.03.10 18:34:38 1: UPD FHEM/lib/Device/Firmata/Constants.pm
2018.03.10 18:34:38 1: UPD FHEM/lib/Device/Firmata/Error.pm
2018.03.10 18:34:38 1: UPD FHEM/lib/Device/Firmata/Language.pm
2018.03.10 18:34:38 1: UPD FHEM/lib/Device/Firmata/Platform.pm
2018.03.10 18:34:38 1: UPD FHEM/lib/Device/Firmata/Protocol.pm
2018.03.10 18:34:38 1: UPD FHEM/lib/Device/MySensors/Constants.pm
2018.03.10 18:34:38 1: UPD FHEM/lib/Device/MySensors/Message.pm
2018.03.10 18:34:38 1: UPD FHEM/lib/EnO_ReCom_Device_Descr.xml
2018.03.10 18:34:38 1: UPD FHEM/lib/LiquidCrystal.pm
2018.03.10 18:34:38 1: UPD FHEM/lib/MP3/Info.pm
2018.03.10 18:34:38 1: UPD FHEM/lib/MP3/Tag.pm
2018.03.10 18:34:38 1: UPD FHEM/lib/MP3/Tag/CDDB_File.pm
2018.03.10 18:34:38 1: UPD FHEM/lib/MP3/Tag/Cue.pm
2018.03.10 18:34:39 1: UPD FHEM/lib/MP3/Tag/File.pm
2018.03.10 18:34:39 1: UPD FHEM/lib/MP3/Tag/ID3v1.pm
2018.03.10 18:34:39 1: UPD FHEM/lib/MP3/Tag/ID3v2.pm
2018.03.10 18:34:39 1: UPD FHEM/lib/MP3/Tag/ID3v2_Data.pod
2018.03.10 18:34:39 1: UPD FHEM/lib/MP3/Tag/ImageExifTool.pm
2018.03.10 18:34:39 1: UPD FHEM/lib/MP3/Tag/ImageSize.pm
2018.03.10 18:34:39 1: UPD FHEM/lib/MP3/Tag/Inf.pm
2018.03.10 18:34:39 1: UPD FHEM/lib/MP3/Tag/LastResort.pm
2018.03.10 18:34:39 1: UPD FHEM/lib/MP3/Tag/ParseData.pm
2018.03.10 18:34:39 1: UPD FHEM/lib/OWNet.pm
2018.03.10 18:34:39 1: UPD FHEM/lib/ProtoThreads.pm
2018.03.10 18:34:39 1: UPD FHEM/lib/SHC_packet_layout.xml
2018.03.10 18:34:39 1: UPD FHEM/lib/SWAP/devices.xml
2018.03.10 18:34:39 1: UPD FHEM/lib/SWAP/justme/epd.xml
2018.03.10 18:34:39 1: UPD FHEM/lib/SWAP/justme/indoorsensor.xml
2018.03.10 18:34:39 1: UPD FHEM/lib/SWAP/justme/panfirmata.xml
2018.03.10 18:34:39 1: UPD FHEM/lib/SWAP/justme/rgbdriver.xml
2018.03.10 18:34:39 1: UPD FHEM/lib/SWAP/justme/statusmon.xml
2018.03.10 18:34:39 1: UPD FHEM/lib/SWAP/justme/streamtest.xml
2018.03.10 18:34:39 1: UPD FHEM/lib/SWAP/panStamp/bininps.xml
2018.03.10 18:34:39 1: UPD FHEM/lib/SWAP/panStamp/binouts.xml
2018.03.10 18:34:39 1: UPD FHEM/lib/SWAP/panStamp/binouts2.xml
2018.03.10 18:34:39 1: UPD FHEM/lib/SWAP/panStamp/chronos.xml
2018.03.10 18:34:39 1: UPD FHEM/lib/SWAP/panStamp/lcddriver.xml
2018.03.10 18:34:39 1: UPD FHEM/lib/SWAP/panStamp/meter.xml
2018.03.10 18:34:40 1: UPD FHEM/lib/SWAP/panStamp/pulsecounter.xml
2018.03.10 18:34:40 1: UPD FHEM/lib/SWAP/panStamp/pulsegen.xml
2018.03.10 18:34:40 1: UPD FHEM/lib/SWAP/panStamp/respira.xml
2018.03.10 18:34:40 1: UPD FHEM/lib/SWAP/panStamp/rgbdriver.xml
2018.03.10 18:34:40 1: UPD FHEM/lib/SWAP/panStamp/soilmoisture.xml
2018.03.10 18:34:40 1: UPD FHEM/lib/SWAP/panStamp/temp.xml
2018.03.10 18:34:40 1: UPD FHEM/lib/SWAP/panStamp/temphum.xml
2018.03.10 18:34:40 1: UPD FHEM/lib/SWAP/panStamp/temppress.xml
2018.03.10 18:34:40 1: UPD FHEM/lib/SWAP/template.xml
2018.03.10 18:34:40 1: UPD FHEM/lib/UPnP/Common.pm
2018.03.10 18:34:40 1: UPD FHEM/lib/UPnP/ControlPoint.pm
2018.03.10 18:34:40 1: UPD FHEM/lib/UPnP/sonos_bibliothek_quadratic.jpg
2018.03.10 18:34:40 1: UPD FHEM/lib/UPnP/sonos_bibliothek_round.png
2018.03.10 18:34:40 1: UPD FHEM/lib/UPnP/sonos_dock_quadratic.jpg
2018.03.10 18:34:40 1: UPD FHEM/lib/UPnP/sonos_dock_round.png
2018.03.10 18:34:40 1: UPD FHEM/lib/UPnP/sonos_empty.jpg
2018.03.10 18:34:40 1: UPD FHEM/lib/UPnP/sonos_input_default.jpg
2018.03.10 18:34:40 1: UPD FHEM/lib/UPnP/sonos_input_dock.jpg
2018.03.10 18:34:40 1: UPD FHEM/lib/UPnP/sonos_input_tv.jpg
2018.03.10 18:34:40 1: UPD FHEM/lib/UPnP/sonos_leer.gif
2018.03.10 18:34:40 1: UPD FHEM/lib/UPnP/sonos_linein_quadratic.jpg
2018.03.10 18:34:40 1: UPD FHEM/lib/UPnP/sonos_linein_round.png
2018.03.10 18:34:40 1: UPD FHEM/lib/UPnP/sonos_playbar_quadratic.jpg
2018.03.10 18:34:40 1: UPD FHEM/lib/UPnP/sonos_playbar_round.png
2018.03.10 18:34:41 1: UPD FHEM/lib/UPnP/sonos_playlist.jpg
2018.03.10 18:34:41 1: UPD FHEM/lib/UPnP/sonos_tunein_quadratic.jpg
2018.03.10 18:34:41 1: UPD FHEM/lib/UPnP/sonos_tunein_round.png
2018.03.10 18:34:41 1: UPD FHEM/lib/fhem_zwave_deviceconfig.xml.gz
2018.03.10 18:34:41 1: UPD FHEM/lib/openzwave_deviceconfig.xml.gz
2018.03.10 18:34:41 1: UPD FHEM/lib/openzwave_manufacturer_specific.xml
2018.03.10 18:34:41 1: UPD FHEM/lib/zwave_alliancelinks.csv.gz
2018.03.10 18:34:41 1: UPD FHEM/lib/zwave_pepperlinks.csv.gz
2018.03.10 18:34:41 1: UPD FHEM/msgSchema.pm
2018.03.10 18:34:41 1: UPD FHEM/myUtilsTemplate.pm
2018.03.10 18:34:41 1: UPD FHEM/template.layout
2018.03.10 18:34:41 1: UPD contrib/commandref_join.pl
2018.03.10 18:34:41 1: UPD contrib/commandref_modular.pl
2018.03.10 18:34:41 1: UPD demolog/LightScenes.dd.save
2018.03.10 18:34:41 1: UPD demolog/LightScenes.save
2018.03.10 18:34:41 1: UPD demolog/cellar.log
2018.03.10 18:34:41 1: UPD demolog/dewpoint.log
2018.03.10 18:34:42 1: UPD demolog/eventTypes.txt
2018.03.10 18:34:42 1: UPD demolog/fhem.save
2018.03.10 18:34:42 1: UPD demolog/garden.log
2018.03.10 18:34:42 1: UPD demolog/layout
2018.03.10 18:34:42 1: UPD demolog/pictures-copyright.txt
2018.03.10 18:34:42 1: UPD demolog/predicted.log
2018.03.10 18:34:42 1: UPD docs/HOWTO.html
2018.03.10 18:34:42 1: UPD docs/HOWTO_DE.html
2018.03.10 18:34:42 1: UPD docs/IMG_0483.jpg
2018.03.10 18:34:42 1: UPD docs/Landis-Gyr-E350-meter.jpg
2018.03.10 18:34:42 1: UPD docs/ccc.jpg
2018.03.10 18:34:42 1: UPD docs/commandref_frame.html
2018.03.10 18:34:42 1: UPD docs/commandref_frame_DE.html
2018.03.10 18:34:42 1: UPD docs/cul_rfr.jpg
2018.03.10 18:34:42 1: UPD docs/faq.html
2018.03.10 18:34:42 1: UPD docs/fhemdoc.js
2018.03.10 18:34:42 1: UPD docs/forum_22336.jpg
2018.03.10 18:34:43 1: UPD docs/tirreG.jpg
2018.03.10 18:34:43 1: UPD www/codemirror/LICENSE
2018.03.10 18:34:43 1: UPD www/codemirror/autorefresh.js
2018.03.10 18:34:43 1: UPD www/codemirror/blackboard.css
2018.03.10 18:34:43 1: UPD www/codemirror/closebrackets.js
2018.03.10 18:34:43 1: UPD www/codemirror/codemirror.css
2018.03.10 18:34:43 1: UPD www/codemirror/codemirror.js
2018.03.10 18:34:43 1: UPD www/codemirror/comment.js
2018.03.10 18:34:43 1: UPD www/codemirror/css.js
2018.03.10 18:34:43 1: UPD www/codemirror/dialog.css
2018.03.10 18:34:43 1: UPD www/codemirror/dialog.js
2018.03.10 18:34:43 1: UPD www/codemirror/eclipse.css
2018.03.10 18:34:43 1: UPD www/codemirror/fhem.js
2018.03.10 18:34:43 1: UPD www/codemirror/fhem.js.unoptimized
2018.03.10 18:34:43 1: UPD www/codemirror/fhem_codemirror.js
2018.03.10 18:34:44 1: UPD www/codemirror/jump-to-line.js
2018.03.10 18:34:44 1: UPD www/codemirror/match-highlighter.js
2018.03.10 18:34:44 1: UPD www/codemirror/matchbrackets.js
2018.03.10 18:34:44 1: UPD www/codemirror/perl.js
2018.03.10 18:34:44 1: UPD www/codemirror/search.js
2018.03.10 18:34:44 1: UPD www/codemirror/searchcursor.js
2018.03.10 18:34:44 1: UPD www/codemirror/show-hint.css
2018.03.10 18:34:44 1: UPD www/codemirror/show-hint.js
2018.03.10 18:34:44 1: UPD www/codemirror/vim.js
2018.03.10 18:34:44 1: UPD www/codemirror/xml.js
2018.03.10 18:34:44 1: UPD www/gplot/EnO_A5-09-01.gplot
2018.03.10 18:34:44 1: UPD www/gplot/EnO_A5-09-02.gplot
2018.03.10 18:34:44 1: UPD www/gplot/EnO_A5-09-05.gplot
2018.03.10 18:34:44 1: UPD www/gplot/EnO_A5-09-06.gplot
2018.03.10 18:34:44 1: UPD www/gplot/EnO_A5-09-07.gplot
2018.03.10 18:34:44 1: UPD www/gplot/EnO_A5-09-0A.gplot
2018.03.10 18:34:44 1: UPD www/gplot/EnO_A5-11-01.gplot
2018.03.10 18:34:44 1: UPD www/gplot/EnO_A5-11-02.gplot
2018.03.10 18:34:44 1: UPD www/gplot/EnO_A5-11-03.gplot
2018.03.10 18:34:44 1: UPD www/gplot/EnO_A5-12-00.gplot
2018.03.10 18:34:44 1: UPD www/gplot/EnO_A5-12-02.gplot
2018.03.10 18:34:44 1: UPD www/gplot/EnO_A5-12-03.gplot
2018.03.10 18:34:44 1: UPD www/gplot/EnO_A5-12-04.gplot
2018.03.10 18:34:44 1: UPD www/gplot/EnO_A5-12-04_2.gplot
2018.03.10 18:34:44 1: UPD www/gplot/EnO_A5-12-05.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-12-05_2.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-12-10.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-13-01.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-13-02.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-13-07.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-13-08.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-14-xx.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-14-xx_2.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-20-01.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-20-01_2.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-20-04.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-20-04_2.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-20-04_3.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-20-10.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-30-01.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-30-02.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-30-03.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-30-04.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-30-05.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_A5-37-01.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_CO2.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_D2-10-xx.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_D2-32-xx.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_D2-50-xx.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_D2-50-xx_2.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_airPressure4.gplot
2018.03.10 18:34:45 1: UPD www/gplot/EnO_brightness4.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_contact.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_dim4.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_dim4RGB.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_dimFFRGB.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_energy4.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_fanSpeed4humi4.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_keycard.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_liquidLeakage.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_motion.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_motion3.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_motion4brightness4.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_position4angle4.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_power4energy4.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_radioactivity4.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_solarRadiation4.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_temp4.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_temp4brightness4.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_temp4humi4.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_temp4humi6.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_valveCtrl.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_voltage4.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_voltage4current4.gplot
2018.03.10 18:34:46 1: UPD www/gplot/EnO_windowHandle.gplot
2018.03.10 18:34:46 1: UPD www/gplot/LUX2.gplot
2018.03.10 18:34:46 1: UPD www/gplot/SM_CPUStat.gplot
2018.03.10 18:34:46 1: UPD www/gplot/SM_CPUStatSum.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SM_CPUStatTotal.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SM_CPUTemp.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SM_DB_CPUFreq.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SM_DB_CPUTemp.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SM_DB_Load.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SM_DB_Network_eth0.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SM_DB_RAM.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SM_DB_all.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SM_FS_root.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SM_FS_usb1.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SM_Load.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SM_Network_eth0.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SM_Network_eth0t.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SM_Network_wlan0.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SM_RAM.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SM_power_ac.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SM_power_battery.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SM_power_usb.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SVG_01_Garden.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SVG_02_Cellar.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SVG_03_Dewpoint.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SVG_04_Sun.gplot
2018.03.10 18:34:47 1: UPD www/gplot/SVG_05_Polar.gplot
2018.03.10 18:34:47 1: UPD www/gplot/bs4.gplot
2018.03.10 18:34:48 1: UPD www/gplot/co20.gplot
2018.03.10 18:34:48 1: UPD www/gplot/cpulog.gplot
2018.03.10 18:34:48 1: UPD www/gplot/dayAvgTemp5rain11.gplot
2018.03.10 18:34:48 1: UPD www/gplot/esa2000.gplot
2018.03.10 18:34:48 1: UPD www/gplot/fht.gplot
2018.03.10 18:34:48 1: UPD www/gplot/fht80tf.gplot
2018.03.10 18:34:48 1: UPD www/gplot/fs20.gplot
2018.03.10 18:34:48 1: UPD www/gplot/garden.gplot
2018.03.10 18:34:48 1: UPD www/gplot/hm-rt.gplot
2018.03.10 18:34:48 1: UPD www/gplot/hum6wind8.gplot
2018.03.10 18:34:48 1: UPD www/gplot/km271_1.gplot
2018.03.10 18:34:48 1: UPD www/gplot/ks550_all.gplot
2018.03.10 18:34:48 1: UPD www/gplot/ks550_light.gplot
2018.03.10 18:34:48 1: UPD www/gplot/ks550_rain.gplot
2018.03.10 18:34:48 1: UPD www/gplot/ks550_th.gplot
2018.03.10 18:34:48 1: UPD www/gplot/ks550_wind.gplot
2018.03.10 18:34:48 1: UPD www/gplot/monthAvgTemp5Rain11.gplot
2018.03.10 18:34:48 1: UPD www/gplot/mpiri.gplot
2018.03.10 18:34:48 1: UPD www/gplot/piri.gplot
2018.03.10 18:34:48 1: UPD www/gplot/power4.gplot
2018.03.10 18:34:48 1: UPD www/gplot/power8.gplot
2018.03.10 18:34:48 1: UPD www/gplot/power8top10.gplot
2018.03.10 18:34:48 1: UPD www/gplot/rain4.gplot
2018.03.10 18:34:48 1: UPD www/gplot/rain4press4.gplot
2018.03.10 18:34:48 1: UPD www/gplot/speedtest.gplot
2018.03.10 18:34:48 1: UPD www/gplot/sysstat.gplot
2018.03.10 18:34:48 1: UPD www/gplot/temp4.gplot
2018.03.10 18:34:49 1: UPD www/gplot/temp4hum4.gplot
2018.03.10 18:34:49 1: UPD www/gplot/temp4hum6.gplot
2018.03.10 18:34:49 1: UPD www/gplot/temp4rain10.gplot
2018.03.10 18:34:49 1: UPD www/gplot/temp4valve4.gplot
2018.03.10 18:34:49 1: UPD www/gplot/template.gplot
2018.03.10 18:34:49 1: UPD www/gplot/templateDB.gplot
2018.03.10 18:34:49 1: UPD www/gplot/vol4.gplot
2018.03.10 18:34:49 1: UPD www/gplot/wind4windDir4.gplot
2018.03.10 18:34:49 1: UPD www/images/default/10px-kreis-gelb.png
2018.03.10 18:34:49 1: UPD www/images/default/10px-kreis-gruen.png
2018.03.10 18:34:49 1: UPD www/images/default/10px-kreis-rot.png
2018.03.10 18:34:49 1: UPD www/images/default/1_nuki.png
2018.03.10 18:34:49 1: UPD www/images/default/1_nuki_bridge.png
2018.03.10 18:34:49 1: UPD www/images/default/1px-spacer.png
2018.03.10 18:34:49 1: UPD www/images/default/FS20.off.png
2018.03.10 18:34:49 1: UPD www/images/default/FS20.on.png
2018.03.10 18:34:49 1: UPD www/images/default/HOME_Status.0.png
2018.03.10 18:34:49 1: UPD www/images/default/HOME_Status.1.png
2018.03.10 18:34:49 1: UPD www/images/default/HOME_Status.3.png
2018.03.10 18:34:49 1: UPD www/images/default/HOME_Status.4.png
2018.03.10 18:34:49 1: UPD www/images/default/Heizung_Hauptschalter.off-for-timer.png
2018.03.10 18:34:49 1: UPD www/images/default/Heizung_Hauptschalter.off.png
2018.03.10 18:34:49 1: UPD www/images/default/Heizung_Hauptschalter.on.png
2018.03.10 18:34:49 1: UPD www/images/default/Next.png
2018.03.10 18:34:49 1: UPD www/images/default/Prev.png
2018.03.10 18:34:49 1: UPD www/images/default/Restart.png
2018.03.10 18:34:50 1: UPD www/images/default/Shutdown.png
2018.03.10 18:34:50 1: UPD www/images/default/StandBy.png
2018.03.10 18:34:50 1: UPD www/images/default/Update.png
2018.03.10 18:34:50 1: UPD www/images/default/WLAN_Status.0.png
2018.03.10 18:34:50 1: UPD www/images/default/WLAN_Status.1.png
2018.03.10 18:34:50 1: UPD www/images/default/Wecker.Aus.png
2018.03.10 18:34:50 1: UPD www/images/default/Wecker.Immer.png
2018.03.10 18:34:50 1: UPD www/images/default/Wecker.Wochenende.png
2018.03.10 18:34:50 1: UPD www/images/default/Wecker.Wochentags.png
2018.03.10 18:34:50 1: UPD www/images/default/Zoom-in.png
2018.03.10 18:34:50 1: UPD www/images/default/Zoom-out.png
2018.03.10 18:34:50 1: UPD www/images/default/back.png
2018.03.10 18:34:50 1: UPD www/images/default/black_FS20.off.png
2018.03.10 18:34:50 1: UPD www/images/default/black_FS20.on.png
2018.03.10 18:34:50 1: UPD www/images/default/black_Steckdose.off.png
2018.03.10 18:34:50 1: UPD www/images/default/black_Steckdose.on.png
2018.03.10 18:34:50 1: UPD www/images/default/black_down.png
2018.03.10 18:34:50 1: UPD www/images/default/black_up.png
2018.03.10 18:34:50 1: open ./www/images/default/black_up.png failed: Permission denied, trying to restore the previous version and aborting the update
2018.03.10 18:34:50 1:
2018.03.10 18:34:50 1: yeelight
2018.03.10 18:34:50 1: UPD FHEM/32_YeeLight.pm
2018.03.10 18:34:50 1: UPD FHEM/32_YeeLightBridge.pm
2018.03.10 18:34:51 1: saving fhem.cfg
2018.03.10 18:34:51 1: saving ./log/fhem.save
2018.03.10 18:34:51 1:
2018.03.10 18:34:51 1: New entries in the CHANGED file:
2018.03.10 18:34:51 1: YeeLight last change:
2018.03.10 18:34:51 1: 2017-08-02
2018.03.10 18:34:51 1:  - bugfix: attr keepAlive couldn't be set to "0"
2018.03.10 18:34:51 1:  - bugfix: reconnect to not reachable lamp blocked fhem
2018.03.10 18:34:51 1: Calling /usr/bin/perl ./contrib/commandref_join.pl -noWarnings, this may take a while
2018.03.10 18:35:55 1: *** EN FHEM/73_AMADCommBridge.pm: negative tagcount for ul, line 1095
2018.03.10 18:35:55 1: *** EN FHEM/95_Babble.pm: negative tagcount for ul, line 2247
2018.03.10 18:35:55 1: *** EN FHEM/10_IT.pm: negative tagcount for li, line 1532
2018.03.10 18:35:55 1: *** EN FHEM/73_UpsPico.pm: negative tagcount for td, line 1189
2018.03.10 18:35:55 1: *** EN FHEM/73_UpsPico.pm: negative tagcount for tr, line 1190
2018.03.10 18:35:55 1: *** EN FHEM/32_YeeLight.pm: No document text found
2018.03.10 18:35:55 1: *** EN FHEM/32_YeeLightBridge.pm: No document text found
2018.03.10 18:35:55 1: *** EN FHEM/98_apptime.pm: negative tagcount for li, line 347
2018.03.10 18:35:55 1: *** EN FHEM/98_apptime.pm: negative tagcount for div, line 439
2018.03.10 18:35:55 1: *** DE FHEM/73_AMADCommBridge.pm: negative tagcount for ul, line 1169
2018.03.10 18:35:55 1: *** DE FHEM/98_DOIF.pm: negative tagcount for code, line 3628
2018.03.10 18:35:55 1: *** DE FHEM/10_IT.pm: negative tagcount for li, line 1819
2018.03.10 18:35:55 1: *** DE FHEM/71_PHILIPS_AUDIO.pm: negative tagcount for li, line 2613
2018.03.10 18:35:55 1: *** DE FHEM/21_SONOSPLAYER.pm: negative tagcount for li, line 2014
2018.03.10 18:35:55 1: *** DE FHEM/21_SONOSPLAYER.pm: negative tagcount for ul, line 2053
2018.03.10 18:35:55 1: *** DE FHEM/73_UpsPico.pm: negative tagcount for td, line 1369
2018.03.10 18:35:55 1: *** DE FHEM/73_UpsPico.pm: negative tagcount for tr, line 1370
2018.03.10 18:35:55 1:
2018.03.10 18:35:55 1: update finished, "shutdown restart" is needed to activate the changes.
2018.03.10 18:35:55 1:
2018.03.10 18:35:56 1: fheminfo Statistics data sent to server. See Logfile (level 4) for details.
2018.03.10 18:35:56 1: Perfmon: possible freeze starting at 18:34:08, delay is 108.145
DIE:send: Cannot determine peer address at FHEM/44_S7_S7Client.pm line 851.
2018.03.10 18:35:56 0: DIE:send: Cannot determine peer address at FHEM/44_S7_S7Client.pm line 851.

2018.03.10 18:35:56 3: PLC S7_ReadBlockFromPLC ReadArea error: -2=unknown errorcode
2018.03.10 18:35:56 2: PLC S7 disconnected
2018.03.10 18:35:59 3: PLC S7_connect: connect to PLC with maxPDUlength=240
2018.03.10 18:38:32 0: Server shutdown
2018.03.10 18:38:35 2: Perfmon: ready to watch out for delays greater than one second
2018.03.10 18:38:35 1: Including fhem.cfg
2018.03.10 18:38:35 3: telnetPort: port 7072 opened
2018.03.10 18:38:35 3: WEB: port 8083 opened
2018.03.10 18:38:35 3: WEBphone: port 8084 opened
2018.03.10 18:38:35 3: WEBtablet: port 8085 opened
2018.03.10 18:38:35 2: eventTypes: loaded 2232 events from ./log/eventTypes.txt
2018.03.10 18:38:35 3: Opening CUL_0 device /dev/ttyACM0
2018.03.10 18:38:35 3: Setting CUL_0 serial parameters to 9600,8,N,1
2018.03.10 18:38:35 3: CUL_0: Possible commands: ABbCeFGhiKkLlMmNRTtUuVWXxYZ
2018.03.10 18:38:35 3: CUL_0 device opened
2018.03.10 18:38:38 3: PLC S7_connect: connect to PLC with maxPDUlength=240
2018.03.10 18:38:39 3: TABLETUI: new ext defined infix:ftui/: dir:./www/tablet:
2018.03.10 18:38:39 3: Registering HTTPSRV TABLETUI for URL /ftui   and assigned link ftui/ ...
2018.03.10 18:38:39 3: HourCounter HourCounter Initialize.220 Init Done with Version 1.0.1.2 - 24.12.2014
2018.03.10 18:38:39 0: HourCounter Gaszaehler Define.228 parameters: Gaszaehler HourCounter GasImpuls:on GasImpuls:off
2018.03.10 18:38:40 2: VIERA: defined with host: 192.168.1.5 and interval: 30
2018.03.10 18:38:40 3: YeeLight YeeKZ defined at 192.168.1.35:55443
2018.03.10 18:38:40 3: Opening YeeKZ device 192.168.1.35:55443
2018.03.10 18:38:40 3: YeeKZ device opened
2018.03.10 18:38:40 1: PERL WARNING: Use of uninitialized value $model in string eq at ./FHEM/32_YeeLight.pm line 172.
2018.03.10 18:38:41 1: Including ./log/fhem.save
2018.03.10 18:38:42 1: usb create starting
2018.03.10 18:38:42 3: Probing CUL device /dev/ttyAMA0
2018.03.10 18:38:42 3: Probing TCM_ESP3 device /dev/ttyAMA0
2018.03.10 18:38:42 3: Probing ZWDongle device /dev/ttyAMA0
2018.03.10 18:38:43 3: Probing FRM device /dev/ttyAMA0
2018.03.10 18:38:48 1: usb create end
2018.03.10 18:38:48 0: Featurelevel: 5.8
2018.03.10 18:38:48 0: Server started with 225 defined entities (fhem.pl:16354/2018-03-09 perl:5.020002 os:linux user:fhem pid:19480)
2018.03.10 18:38:48 1: Perfmon: possible freeze starting at 18:38:36, delay is 12.392
2018.03.10 18:38:48 1: PERL WARNING: Argument "E" isn't numeric in numeric eq (==) at ./FHEM/44_S7.pm line 931.
2018.03.10 18:38:48 3: telnetForBlockingFn_1520703528: port 42317 opened
2018.03.10 18:38:48 3: modify rg_Abfall   : Usage: define <name> readingsGroup <device>+
2018.03.10 18:38:48 3: SAVE : Wrote configuration to fhem.cfg
2018.03.10 18:38:48 3: nCal return value: Wrote configuration to fhem.cfg
2018.03.10 18:38:48 3: DbLog myDbLog - Creating Push-Handle to database mysql:database=fhem;host=192.168.1.3;port=3306 with user ajuba
2018.03.10 18:38:48 3: DbLog myDbLog - Push-Handle to db mysql:database=fhem;host=192.168.1.3;port=3306 created
2018.03.10 18:38:49 3: YeeKZ full statusrequest
2018.03.10 18:38:49 3: ABFALL Abfall - CALENDAR:Abfallkalender triggered, updating ABFALL Abfall ...
2018.03.10 18:38:49 3: CALVIEW Abfallanzeige - CALENDAR:Abfallkalender triggered, updating CALVIEW Abfallanzeige ...
2018.03.10 18:38:49 3: SAVE : Wrote configuration to fhem.cfg
2018.03.10 18:38:49 3: nCal return value: Wrote configuration to fhem.cfg
2018.03.10 18:38:50 1: PERL WARNING: Use of uninitialized value $unit in concatenation (.) or string at ./FHEM/98_TRAFFIC.pm line 811.
2018.03.10 18:38:50 3: eval: {TRAFFIC_FinishUpdate('Traffic_PTA;;;normal;;;{"HELPER":{"Poly":"dXZxZUh5b311QV9DakJpQX5BVVhNRk8/aUBCZUBMcUBecUBqQGVBcEBxQnRAdUNqQWVEYkJTQ2NA\nP2FDX0BrQVdVa0JfQHNDe0BfR1VrQmFCc0xfRGtXZUBjRmNBdUtHYUE/eUBFaUFEQ0RPQ1VJS0NB\nTXFCTWdBRXdBQWtBQGVBQm9OQ29DS3lCTXNDQ19CQnFBWHFGRGNETXNDYUF3SG1AZUN7QW1GbUJf\nSXlAcUNJWz9NQlVaX0BiQFFTYUBvQm9FYUJtQ2NEfURjQ3NDa0BnQWtAdUFbZUFxQHdDeUBzQ29A\nd0F9QHVBeUFjQm9Bb0F5QGNBd0BzQVtzQGlCd0V9QGVDZkF7QnJCYURWbUBSYUFGY0Bab0ZIZUBM\ndUFyRGVTYkF1R15lREpnQU5xQlBpRER5QktpQ3dAeUdnQF9FZUFtQ2dBdUJ5RHVHZ0F5QmlAbUFV\nb0BjQHVBcUBnQ2dCYUlpQm9JX0FnRXlBcUltQGVFZUB9RFdtQn1AYUdtQGtDT2dATXlAV3tAVW1B\nRWVBP2VATF9BYEB7QVxzQFBNWEliQEBqRGBBeEBYdEJuQGJBTGZCTmRBQXZARWZEW3BBVXpBYUB+\nQ2NBfkFtQHpBYUBySX1BaEBHdEJHcEBRcEJPS3dBUXFCb0B7SA==\n","GoogleMapsCenter":"48.2649129,14.2465267"},"READINGS":{"distance":"8.3 km","delay":"0 min","alternatives":"Paschinger Str. - 12 mins","duration":"13 mins","status":"OK","eta":"18:51:18","duration_in_traffic":"12 mins","summary":"Paschinger Str.","state":"OK"}}')}
2018.03.10 18:38:54 0: HourCounter Gaszaehler Run.598 first run done countsOverall:193662
2018.03.10 18:39:29 1: Perfmon: possible freeze starting at 18:39:28, delay is 1.567


Als wohl unwichtige Fehlermeldung ist mir nur folgendes aufgefallen:
2018.03.10 18:34:50 1: open ./www/images/default/black_up.png failed: Permission denied, trying to restore the previous version and aborting the update

Wie wichtig die Endmeldungen sind kann ich nicht beurteilen:
2018.03.10 18:34:51 1: YeeLight last change:
2018.03.10 18:34:51 1: 2017-08-02
2018.03.10 18:34:51 1:  - bugfix: attr keepAlive couldn't be set to "0"
2018.03.10 18:34:51 1:  - bugfix: reconnect to not reachable lamp blocked fhem
2018.03.10 18:34:51 1: Calling /usr/bin/perl ./contrib/commandref_join.pl -noWarnings, this may take a while
2018.03.10 18:35:55 1: *** EN FHEM/73_AMADCommBridge.pm: negative tagcount for ul, line 1095
2018.03.10 18:35:55 1: *** EN FHEM/95_Babble.pm: negative tagcount for ul, line 2247
2018.03.10 18:35:55 1: *** EN FHEM/10_IT.pm: negative tagcount for li, line 1532
2018.03.10 18:35:55 1: *** EN FHEM/73_UpsPico.pm: negative tagcount for td, line 1189
2018.03.10 18:35:55 1: *** EN FHEM/73_UpsPico.pm: negative tagcount for tr, line 1190
2018.03.10 18:35:55 1: *** EN FHEM/32_YeeLight.pm: No document text found
2018.03.10 18:35:55 1: *** EN FHEM/32_YeeLightBridge.pm: No document text found
2018.03.10 18:35:55 1: *** EN FHEM/98_apptime.pm: negative tagcount for li, line 347
2018.03.10 18:35:55 1: *** EN FHEM/98_apptime.pm: negative tagcount for div, line 439
2018.03.10 18:35:55 1: *** DE FHEM/73_AMADCommBridge.pm: negative tagcount for ul, line 1169
2018.03.10 18:35:55 1: *** DE FHEM/98_DOIF.pm: negative tagcount for code, line 3628
2018.03.10 18:35:55 1: *** DE FHEM/10_IT.pm: negative tagcount for li, line 1819
2018.03.10 18:35:55 1: *** DE FHEM/71_PHILIPS_AUDIO.pm: negative tagcount for li, line 2613
2018.03.10 18:35:55 1: *** DE FHEM/21_SONOSPLAYER.pm: negative tagcount for li, line 2014
2018.03.10 18:35:55 1: *** DE FHEM/21_SONOSPLAYER.pm: negative tagcount for ul, line 2053
2018.03.10 18:35:55 1: *** DE FHEM/73_UpsPico.pm: negative tagcount for td, line 1369
2018.03.10 18:35:55 1: *** DE FHEM/73_UpsPico.pm: negative tagcount for tr, line 1370

Der Perfmon freeze beim Neustart ist erst seit dem Update all (vor einigen Tagen) vorhanden
2018.03.10 18:38:48 1: Perfmon: possible freeze starting at 18:38:36, delay is 12.392
Früher war der Neustart so schnell, dass ich gar nicht mit dem Browser Refresh nachkam.

Und nun zum traurigen Ergebnis:
- Gleiches Problem wie vorher
- Javascriptconsole bemängelt das Fehlen von doif.js
- Im Vergleich zum Fhem auf Windows fehlt doif.js ebenso wie f18.js  und auch einige fhemweb_***.js (aber das hängt wohl von den verwendeten Elementen ab)

Ich selbst, als Laie, sehe keine Update force Probleme die gelöst werden müssten.
Was kann ich als nächstes tun?
FHEM auf RPi3, Homematic CCU3 mit Cuxd und CUL 868 für FS20, Siemens S7 über CP343-1,
DbLog zu MySQL auf NAS QNAP TS-253D,
Yeelight

Ellert

#8
Zitataborting the update
bedeutet dass alle Dateien, die danach geladen werden sollten, nicht aktualisiert werden, z.B. alles, was in pgm2 enthalten ist.

Ajuba

Aha. Und wie kann ich den Grund für den Abbruch finden?

Gesendet von meinem SM-G920F mit Tapatalk

FHEM auf RPi3, Homematic CCU3 mit Cuxd und CUL 868 für FS20, Siemens S7 über CP343-1,
DbLog zu MySQL auf NAS QNAP TS-253D,
Yeelight

Ellert

Zitat von: Ajuba am 10 März 2018, 19:28:15
Aha. Und wie kann ich den Grund für den Abbruch finden?

Gesendet von meinem SM-G920F mit Tapatalk


Steht in der Fehlermeldung.
Zitat./www/images/default/black_up.png failed: Permission denied

Ajuba

Ist mir gerade selbst aufgefallen. Ich glaube, ich hab die Grafik mal für mich angepasst. Kann es sein, dass sie somit falsche Rechte hat und ich sie ändern muss?
Das geht wohl mit "chown" - korrekt?

Gesendet von meinem SM-G920F mit Tapatalk

FHEM auf RPi3, Homematic CCU3 mit Cuxd und CUL 868 für FS20, Siemens S7 über CP343-1,
DbLog zu MySQL auf NAS QNAP TS-253D,
Yeelight

Ellert


Otto123

Falls da noch mehr ist:sudo chown -R fhem: /opt/fhem/
Falls FHEM im Pfad /opt/fhem installiert ist.

Vor dem Update die Grafik noch umbenennen um sie zu behalten?

Gruß Otto
Viele Grüße aus Leipzig  ⇉  nächster Stammtisch an der Lindennaundorfer Mühle
RaspberryPi B B+ B2 B3 B3+ ZeroW,HMLAN,HMUART,Homematic,Fritz!Box 7590,WRT3200ACS-OpenWrt,Sonos,VU+,Arduino nano,ESP8266,MQTT,Zigbee,deconz

Ajuba

Kurz die positive Zwischenmeldung:

sudo chown -R fhem: /opt/fhem/
hat zum Ziel geführt.
Codemirror geht und f18 schaut jetzt auch vernünftig aus.

Danke an alle für die Hilfe und sorry für die Umstände wegen meines dummen Fehlers.

FHEM auf RPi3, Homematic CCU3 mit Cuxd und CUL 868 für FS20, Siemens S7 über CP343-1,
DbLog zu MySQL auf NAS QNAP TS-253D,
Yeelight