Bei mir erscheinen alle Update Meldungen doppelt:
2015-08-18 18:27:17 Global global UPD ./CHANGED
2015-08-18 18:27:17 Global global UPD FHEM/00_THZ.pm
2015-08-18 18:27:17 Global global UPD FHEM/00_THZ.pm
2015-08-18 18:27:17 Global global UPD FHEM/70_VolumeLink.pm
2015-08-18 18:27:17 Global global UPD FHEM/70_VolumeLink.pm
2015-08-18 18:27:18 Global global UPD docs/commandref_frame.html
2015-08-18 18:27:18 Global global UPD docs/commandref_frame.html
2015-08-18 18:27:18 Global global
2015-08-18 18:27:18 Global global
2015-08-18 18:27:18 Global global New entries in the CHANGED file:
2015-08-18 18:27:18 Global global - added: 70_VolumeLink.pm: New module to link the volume-level and mute-state
2015-08-18 18:27:18 Global global New entries in the CHANGED file:
2015-08-18 18:27:18 Global global - added: 70_VolumeLink.pm: New module to link the volume-level and mute-state
2015-08-18 18:27:18 Global global from a physical-device (e.g. a TV) with a fhem-device (e.g.
2015-08-18 18:27:18 Global global from a physical-device (e.g. a TV) with a fhem-device (e.g.
2015-08-18 18:27:18 Global global a SONOS-Playbar or an AVR).
2015-08-18 18:27:18 Global global Calling /usr/bin/perl ./contrib/commandref_join.pl, this may take a while
2015-08-18 18:27:18 Global global a SONOS-Playbar or an AVR).
2015-08-18 18:27:19 Global global Calling /usr/bin/perl ./contrib/commandref_join.pl, this may take a while
War mal anders, keine Ahnung, ab wann das rein kam ..
Ist das bei euch auch so ?
Nein.
Nein.
klare präxise Antworten ... :D
Jep.
Nach über 150 Beiträgen gehe ich davon aus das im Anfängerbereich Rudis angepinnter Beitrag In welcher Gruppe sollte ich meine Fragen stellen zumindest mal gesehen wurde.
Anklicken und durchlesen muss ihn jeder selbst.
Zitat von: Puschel74 am 18 August 2015, 19:12:02
Jep.
Nach über 150 Beiträgen gehe ich davon aus das im Anfängerbereich Rudis angepinnter Beitrag In welcher Gruppe sollte ich meine Fragen stellen zumindest mal gesehen wurde.
Anklicken und durchlesen muss ihn jeder selbst.
Du hast ja recht ;D, soll ich einfach nochmal eröffnen, oder kann den Thread jemand verschieben ?
Kannst du selber verschieben.
VG
Frank
evtl. ist es das gleiche wie bei Backup.
Wenn ich backup in der Befehlszeile eintipper, macht er diesen einmal, mit:
attr WEB menuEntries restart,cmd=shutdown+restart,update,cmd=update,updatecheck,cmd=update+check,reread,cmd=reread,info,cmd=fheminfo,backup,cmd=backup
macht er es dann doppelt...
Beim update verhält es sich wahrscheinlich genau so.
Ich werde nochmals testen und dann berichten...
Und ja es ist so:
Nach manuellem update:
2015-08-18 20:16:43 Global global UPD FHEM/10_CUL_HM.pm
2015-08-18 20:16:44 Global global UPD FHEM/HMConfig.pm
2015-08-18 20:16:44 Global global Calling /usr/bin/perl ./contrib/commandref_join.pl, this may take a while
Nach update mit mneuEntries:
2015-08-18 20:19:45 Global global UPD FHEM/10_CUL_HM.pm
2015-08-18 20:19:45 Global global UPD FHEM/10_CUL_HM.pm
2015-08-18 20:19:46 Global global UPD FHEM/HMConfig.pm
2015-08-18 20:19:47 Global global Calling /usr/bin/perl ./contrib/commandref_join.pl, this may take a while
2015-08-18 20:19:47 Global global Calling /usr/bin/perl ./contrib/commandref_join.pl, this may take a while
2015-08-18 20:20:19 Global global
2015-08-18 20:20:19 Global global update finished, "shutdown restart" is needed to activate the changes.
2015-08-18 20:20:19 Global global
2015-08-18 20:20:19 Global global Please consider using the global attribute sendStatistics
2015-08-18 20:20:20 Global global
Also identisch wie Backup ...
Siehe auch hier: (will sagen, dass das Problem noch mehr haben)
http://forum.fhem.de/index.php?topic=39690.0
ich kann die Beobachtung von Rampler nachvollziehen:
- update wird doppelt ausgeführt wenn man es über die FHEMWEB menuEntries update,cmd=update startet
- update wird einmal ausgeführt wenn man den Befehl in die Eingabebox eingibt
- update wird einmal ausgeführt wenn man es über die Browserzeile eingibt (http://meinfhemhost:8083/fhem?cmd=update)
=> vermutlich liegt es am FHEMWEB device - mit dem menuEntries Attribut oder generell
testweise habe ich mal das Attribut geändert: Von:
attr WEB menuEntries rereadcfg,cmd=rereadcfg,restart,cmd=shutdown%20restart,update,cmd=update,updatecheck,cmd=update%20check,reloadMyUtils,cmd=reload%2099_myUtils.pm
in:
attr WEB menuEntries rereadcfg,cmd=rereadcfg,restart,cmd=shutdown%20restart,FOOupdate,cmd=update,updatecheck,cmd=update%20check,reloadMyUtils,cmd=reload%2099_myUtils.pm
um zu schauen, ob der link-name ggf. als Kommando interpretiert wird - daran liegt es jedenfalls nicht: mit FOOupdate als Name wird das update immer noch doppelt ausgeführt.