Ein Modul zur Erfassen von diversen RPi/Linux-Statistiken (SYSMON)

Begonnen von hexenmeister, 06 Dezember 2013, 17:44:38

Vorheriges Thema - Nächstes Thema

Kuzl

außerdem könnte man das ja auch für mehrerer readings machen z.b. in der
Art: funktion:attribut1,attribut2 funktion2:attribut8,attribut10

so könnte die funktion1 zwei rückgabewerte besitzen die dann in attribut1 und attribut2 geschrieben werden.

Icinger

Naja, stell dir mal vor, du willst zB ein "ifconfig" zerpflücken, evtl. sogar auf 2 oder 3 Netzwerkanschlüsse (zB WLAN/LAN)

Da müsstest du jetzt jeweils für RX, TX pro Anschluss das "ifconfig" aufrufen, davor auch noch ne Telnet-Verbindung aufrufen......
--> Ressourcenfressen ohne ende.

Mit der jetzigen Methode würdest du EINMAL telnet aufbauen, das Output von ifconfig einlesen und dann einfach mit nem RegEx oder so zerpflücken.
--> 4 Readings (oder tw. auch mehr) in einem Rutsch

ZitatZudem finde ich das ähnliche Funktionen (userFn / userReadings) nach Möglichkeit gleichartig umgesetzt werden sollten.
Da geb ich dir schon recht, eine einheitliche Linie sollte durchaus vorhanden sein.
Evtl. könnte man ja beide Möglichkeiten in Betracht ziehen.

lg, Ici
Verwende deine Zeit nicht mit Erklärungen. Die Menschen hören (lesen) nur, was sie hören (lesen) wollen. (c) Paulo Coelho

Kuzl

Bei meiner vorgeschlagenen möglichkeit würde das ganze doch auch nur einmal durchlaufen werden.
Oder beziehst du dich auf etwas anderes?

hexenmeister

Zitat von: Kuzl am 06 Februar 2015, 12:50:32
außerdem könnte man das ja auch für mehrerer readings machen z.b. in der
Art: funktion:attribut1,attribut2 funktion2:attribut8,attribut10

so könnte die funktion1 zwei rückgabewerte besitzen die dann in attribut1 und attribut2 geschrieben werden.

Finde ich grundsätzlich eine gute Idee. Einzig bei der jetzigen Variante ist in der Funktion besser zu sehen, was zurückgegeben wird in einem benennten Map als in einem Array, ich denke jedoch, dass ist das kleinere Problem.

Also wäre dann das Interface in etwa folgendes:

sub meineSchoeneFunktion($) {
my ($hash)=@_;

SYSMON_execute ... oder sonst was
mq @ret;
push @ret,...

return \@ret;
}


und userFn Attribut:

attr userFn function1:reading11:reading12:reading13, function2:reading21: ...

Brauchen wir die Möglichkeit, einen Aktualisierungsinterval vorzugeben?
Was passiert mit überzähligen/fehlenden Werten? ignorieren bzw. leer lassen?




Kuzl

Ja so hab ich mir das vorgestellt :)

Ich würde spontan sagen eine falsche Anzahl der übergebenen Werte löst eine Meldung aus und die entsprechenden readings bleiben deaktiviert.
zur aktualisierungszeid würde ich jeweils das kürzeste intervall des entsprechenden readings nehmen, auch wenn das whh sehr aufwändig wird.... was besseres fällt mir nicht ein

hexenmeister

Zitat von: franky08 am 06 Februar 2015, 10:20:16
Leider blockiert SYSMON

Schon komisch, Log sieht eigentlich normal aus. Die Werte sind erfasst und sehen gut aus. Ich sehe keinen Grund für eine Blockade. Egal, ich werde je das userFn Zeug ein wenig umbauen. Nächste Version kommt bald...

franky08

@hexenmeister
Wenn ich ein refresh der Website mache, habe ich die aktualisierten Readings. Nur auf der geöffneten SYSMON Seite kann man nicht mehr sehen, dass Intervall mäßig die Readings aktualisiert werden. Sieht man ja sonst schön da der Timestamp  mit einem neuen Reading rot ist, dass funktioniert nicht mehr sowie ich user-fn definiert habe.

VG
Frank
Debian Bookworm auf HUNSN / Debian Bullseye auf 2.ter HUNSN F2F an 2x RaspiB
mit FHEM aktuell
22Zoll ViewSonic als Infodislay (WVC)
3xHMLAN mit vccu, raspmatic_rpi3, HMIP-HCU1

hexenmeister


franky08

#743
Hab das mehrfach getestet, user-fn definiert --> SYSMON aktualisiert nicht mehr (im Hintergrund schon)
                                         user-fn delete   ---> SYSMON OK

Schon seltsam.
Siehe Vorher/Nachher Picture:

Da liegen 2 min dazwischen und nach einer Minute hätte ein update erfolgen müssen, erfolgt auch aber man sieht es nur nach einem Seiten reload.

Debian Bookworm auf HUNSN / Debian Bullseye auf 2.ter HUNSN F2F an 2x RaspiB
mit FHEM aktuell
22Zoll ViewSonic als Infodislay (WVC)
3xHMLAN mit vccu, raspmatic_rpi3, HMIP-HCU1

hexenmeister

Ist ein Problem mit dem Longpoll. Aber wodurch verursacht?


franky08

#745
Anbei was die Fehlerkonsole ausgibt:

[Log] Loading /fhem/pgm2/jquery.min.js (fhemweb.js, line 14)
[Log] Connecting... (fhemweb.js, line 14)
[Log] Longpoll:  (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status<<Active<<<div id="Zotac_Status"  class="col2">Active</div> (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-cpu3_temp<<51.00 °C<<51.00 °C (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-cpu3_temp-ts<<2015-02-06 23:11:48<<2015-02-06 23:11:48 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status<<Active<<<div id="Zotac_Status"  class="col2">Active</div> (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-cpu_freq<<499<<499 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-cpu_freq-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu3_percent<<0.08 0.00 0.23 99.65 0.03 0.00 0.00<<0.08 0.00 0.23 99.65 0.03 0.00 0.00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu3_percent-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-eth0<<RX: 326.16 MB, TX: 581.44 MB, Total: 907.6 MB<<RX: 326.16 MB, TX: 581.44 MB, Total: 907.6 MB (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-eth0-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu0_text<<user: 0.03 %, nice: 0.00 %, sys: 0.08 %, idle: 99.87 %, io: 0.02 %, irq: 0.00 %, sirq: 0.00 %<<user: 0....(217) (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu0_text-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-swap<<Total: 9303.00 MB, Used: 0.00 MB,  0.00 %, Free: 9303.00 MB<<Total: 9303.00 MB, Used: 0.00 MB,  0.00 %, Free: 930...(139) (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-swap-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-uptime<<184508<<184508 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-uptime-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu1_percent<<0.13 0.00 0.13 99.73 0.00 0.00 0.00<<0.13 0.00 0.13 99.73 0.00 0.00 0.00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu1_percent-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu<<947037 0 125269 72660655 14465 12 9310<<947037 0 125269 72660655 14465 12 9310 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu3_diff<<5 0 14 5974 2 0 0<<5 0 14 5974 2 0 0 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu3_diff-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu1_text<<user: 0.13 %, nice: 0.00 %, sys: 0.13 %, idle: 99.73 %, io: 0.00 %, irq: 0.00 %, sirq: 0.00 %<<user: 0....(217) (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu1_text-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu_diff<<329 0 45 23601 4 0 4<<329 0 45 23601 4 0 4 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu_diff-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu2_diff<<314 0 19 5656 0 0 4<<314 0 19 5656 0 0 4 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu2_diff-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu2<<843329 0 38303 17538806 3414 2 8150<<843329 0 38303 17538806 3414 2 8150 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu2-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-eth0_ip<<addr:192.168.2.66<<addr:192.168.2.66 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-eth0_ip-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu_percent<<1.37 0.00 0.19 98.41 0.02 0.00 0.02<<1.37 0.00 0.19 98.41 0.02 0.00 0.02 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu_percent-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-ram<<Total: 7897.00 MB, Used: 198.92 MB, 2.52 %, Free: 7698.08 MB<<Total: 7897.00 MB, Used: 198.92 MB, 2.52 %, Free: 76...(140) (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-ram-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-fhemuptime<<44384<<44384 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-fhemuptime-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu3<<43200 0 20998 18370388 6372 0 125<<43200 0 20998 18370388 6372 0 125 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu3-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu0_percent<<0.03 0.00 0.08 99.87 0.02 0.00 0.00<<0.03 0.00 0.08 99.87 0.02 0.00 0.00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu0_percent-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu3_text<<user: 0.08 %, nice: 0.00 %, sys: 0.23 %, idle: 99.65 %, io: 0.03 %, irq: 0.00 %, sirq: 0.00 %<<user: 0....(217) (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu3_text-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-eth0_diff<<RX: 0.10 MB, TX: 0.24 MB, Total: 0.34 MB<<RX: 0.10 MB, TX: 0.24 MB, Total: 0.34 MB (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-eth0_diff-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-uptime_text<<2 days, 03 hours, 15 minutes<<2 days, 03 hours, 15 minutes (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-uptime_text-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-cpu1_freq<<499<<499 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-cpu1_freq-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-idletime_text<<8 days, 09 hours, 58 minutes (0.77 %)<<8 days, 09 hours, 58 minutes (0.77 %) (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-idletime_text-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu1<<32618 0 39581 18371975 451 0 202<<32618 0 39581 18371975 451 0 202 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu1-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu1_diff<<8 0 8 5982 0 0 0<<8 0 8 5982 0 0 0 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu1_diff-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu0<<27889 0 26386 18379485 4226 9 833<<27889 0 26386 18379485 4226 9 833 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu0-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-wlan0_diff<<not available<<not available (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-wlan0_diff-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu_text<<user: 1.37 %, nice: 0.00 %, sys: 0.19 %, idle: 98.41 %, io: 0.02 %, irq: 0.00 %, sirq: 0.02 %<<user: 1.3...(216) (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu_text-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-wlan0<<not available<<not available (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-wlan0-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu0_diff<<2 0 5 5989 1 0 0<<2 0 5 5989 1 0 0 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu0_diff-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-idletime<<727104 0.77 %<<727104 0.77 % (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-idletime-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-loadavg<<0.08 0.08 0.06<<0.08 0.08 0.06 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-loadavg-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-fhemuptime_text<<0 days, 12 hours, 19 minutes<<0 days, 12 hours, 19 minutes (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-fhemuptime_text-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu2_text<<user: 5.24 %, nice: 0.00 %, sys: 0.32 %, idle: 94.38 %, io: 0.00 %, irq: 0.00 %, sirq: 0.07 %<<user: 5....(217) (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu2_text-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu2_percent<<5.24 0.00 0.32 94.38 0.00 0.00 0.07<<5.24 0.00 0.32 94.38 0.00 0.00 0.07 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu2_percent-ts<<2015-02-06 23:12:00<<2015-02-06 23:12:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status<<Active<<<div id="Zotac_Status"  class="col2">Active</div> (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-cpu1_temp<<48.00 °C<<48.00 °C (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-cpu1_temp-ts<<2015-02-06 23:12:08<<2015-02-06 23:12:08 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status<<Active<<<div id="Zotac_Status"  class="col2">Active</div> (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-cpu3_temp<<51.00 °C<<51.00 °C (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-cpu3_temp-ts<<2015-02-06 23:12:18<<2015-02-06 23:12:18 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status<<Active<<<div id="Zotac_Status"  class="col2">Active</div> (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-cpu_freq<<499<<499 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-cpu_freq-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu3_percent<<0.17 0.00 0.23 99.57 0.03 0.00 0.00<<0.17 0.00 0.23 99.57 0.03 0.00 0.00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu3_percent-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-eth0<<RX: 326.47 MB, TX: 581.92 MB, Total: 908.39 MB<<RX: 326.47 MB, TX: 581.92 MB, Total: 908.39 MB (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-eth0-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu0_text<<user: 0.00 %, nice: 0.00 %, sys: 0.05 %, idle: 99.93 %, io: 0.02 %, irq: 0.00 %, sirq: 0.00 %<<user: 0....(217) (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu0_text-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-swap<<Total: 9303.00 MB, Used: 0.00 MB,  0.00 %, Free: 9303.00 MB<<Total: 9303.00 MB, Used: 0.00 MB,  0.00 %, Free: 930...(139) (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-swap-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-uptime<<184568<<184568 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-uptime-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu1_percent<<0.03 0.00 0.12 99.85 0.00 0.00 0.00<<0.03 0.00 0.12 99.85 0.00 0.00 0.00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu1_percent-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu<<947974 0 125337 72683630 14470 12 9316<<947974 0 125337 72683630 14470 12 9316 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu3_diff<<10 0 14 5971 2 0 0<<10 0 14 5971 2 0 0 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu3_diff-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu1_text<<user: 0.03 %, nice: 0.00 %, sys: 0.12 %, idle: 99.85 %, io: 0.00 %, irq: 0.00 %, sirq: 0.00 %<<user: 0....(217) (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu1_text-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu_diff<<937 0 68 22975 5 0 6<<937 0 68 22975 5 0 6 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu_diff-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu2_diff<<923 0 44 5020 2 0 6<<923 0 44 5020 2 0 6 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu2_diff-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu2<<844252 0 38347 17543826 3416 2 8156<<844252 0 38347 17543826 3416 2 8156 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu2-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-eth0_ip<<addr:192.168.2.66<<addr:192.168.2.66 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-eth0_ip-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu_percent<<3.91 0.00 0.28 95.77 0.02 0.00 0.03<<3.91 0.00 0.28 95.77 0.02 0.00 0.03 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu_percent-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-ram<<Total: 7897.00 MB, Used: 195.97 MB, 2.48 %, Free: 7701.03 MB<<Total: 7897.00 MB, Used: 195.97 MB, 2.48 %, Free: 77...(140) (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-ram-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-fhemuptime<<44444<<44444 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-fhemuptime-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu3<<43210 0 21012 18376359 6374 0 125<<43210 0 21012 18376359 6374 0 125 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu3-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu0_percent<<0.00 0.00 0.05 99.93 0.02 0.00 0.00<<0.00 0.00 0.05 99.93 0.02 0.00 0.00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu0_percent-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu3_text<<user: 0.17 %, nice: 0.00 %, sys: 0.23 %, idle: 99.57 %, io: 0.03 %, irq: 0.00 %, sirq: 0.00 %<<user: 0....(217) (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu3_text-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-eth0_diff<<RX: 0.31 MB, TX: 0.48 MB, Total: 0.79 MB<<RX: 0.31 MB, TX: 0.48 MB, Total: 0.79 MB (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-eth0_diff-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-uptime_text<<2 days, 03 hours, 16 minutes<<2 days, 03 hours, 16 minutes (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-uptime_text-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-cpu1_freq<<499<<499 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-cpu1_freq-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-idletime_text<<8 days, 10 hours, 02 minutes (0.77 %)<<8 days, 10 hours, 02 minutes (0.77 %) (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-idletime_text-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu1<<32620 0 39588 18377965 451 0 202<<32620 0 39588 18377965 451 0 202 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu1-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu1_diff<<2 0 7 5990 0 0 0<<2 0 7 5990 0 0 0 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu1_diff-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu0<<27889 0 26389 18385479 4227 9 833<<27889 0 26389 18385479 4227 9 833 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu0-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-wlan0_diff<<not available<<not available (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-wlan0_diff-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu_text<<user: 3.91 %, nice: 0.00 %, sys: 0.28 %, idle: 95.77 %, io: 0.02 %, irq: 0.00 %, sirq: 0.03 %<<user: 3.9...(216) (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu_text-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-wlan0<<not available<<not available (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-wlan0-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu0_diff<<0 0 3 5994 1 0 0<<0 0 3 5994 1 0 0 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu0_diff-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-idletime<<727334 0.77 %<<727334 0.77 % (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-idletime-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-loadavg<<0.10 0.09 0.06<<0.10 0.09 0.06 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-loadavg-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-fhemuptime_text<<0 days, 12 hours, 20 minutes<<0 days, 12 hours, 20 minutes (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-fhemuptime_text-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu2_text<<user: 15.40 %, nice: 0.00 %, sys: 0.73 %, idle: 83.74 %, io: 0.03 %, irq: 0.00 %, sirq: 0.10 %<<user: 1...(219) (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu2_text-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu2_percent<<15.40 0.00 0.73 83.74 0.03 0.00 0.10<<15.40 0.00 0.73 83.74 0.03 0.00 0.10 (fhemweb.js, line 14)
[Log] Longpoll: Zotac_Status-stat_cpu2_percent-ts<<2015-02-06 23:13:00<<2015-02-06 23:13:00 (fhemweb.js, line 14)
[Log] Loading /fhem/pgm2/jquery.min.js (fhemweb.js, line 14)
[Log] Connecting... (fhemweb.js, line 14)
[Log] Longpoll:  (fhemweb.js, line 14)

P.S ich arbeite noch mit dem Softwarestand der ersten Januarwoche. Da es bis jetzt noch kein update für WVC gibt und nach einem update WVC nicht mehr nutzbar ist.
VG
Frank
Debian Bookworm auf HUNSN / Debian Bullseye auf 2.ter HUNSN F2F an 2x RaspiB
mit FHEM aktuell
22Zoll ViewSonic als Infodislay (WVC)
3xHMLAN mit vccu, raspmatic_rpi3, HMIP-HCU1

hexenmeister

Ich konnte das Problem nachstellen.
So ganz verstanden habe ich selbst nicht, aber die agehängte Version muss jetzt funktionieren.
Aus irgendeinem Grund wurde wohl endupdate nicht aufgerufen. Ich habe auch gefunden, welches Befehl dafür verantwortlich war. Aber es warum keine Logmeldungen dazu gab...


franky08

Debian Bookworm auf HUNSN / Debian Bullseye auf 2.ter HUNSN F2F an 2x RaspiB
mit FHEM aktuell
22Zoll ViewSonic als Infodislay (WVC)
3xHMLAN mit vccu, raspmatic_rpi3, HMIP-HCU1

hexenmeister

Ist eigentlich nicht wichtig, da ich je umbauen will. Wie paar posts vorher besprochen... Aber auch nicht mehr heute ;)

volschin

Auf dem neuen RasPi 2, der derzeit massiv instabil ist, bekomme ich fehler, die auf meinem B+ nicht auftauchen. Ich habe die Karte einfach gecloned.

2015.02.07 07:55:45 1: PERL WARNING: Use of uninitialized value in int at ./FHEM/42_SYSMON.pm line 2748.
2015.02.07 07:55:45 1: PERL WARNING: Use of uninitialized value $hours in addition (+) at ./FHEM/42_SYSMON.pm line 1300.
2015.02.07 07:55:45 1: PERL WARNING: Use of uninitialized value $minutes in addition (+) at ./FHEM/42_SYSMON.pm line 1302.
2015.02.07 07:55:45 1: PERL WARNING: Use of uninitialized value $string in substitution (s///) at ./FHEM/99_Utils.pm line 131.
2015.02.07 07:55:45 1: PERL WARNING: Use of uninitialized value $string in substitution (s///) at ./FHEM/99_Utils.pm line 132.
2015.02.07 07:55:45 1: PERL WARNING: Use of uninitialized value in split at ./FHEM/42_SYSMON.pm line 1310.
2015.02.07 07:55:45 1: PERL WARNING: Use of uninitialized value $la1 in substitution (s///) at ./FHEM/42_SYSMON.pm line 1311.
2015.02.07 07:55:45 1: PERL WARNING: Use of uninitialized value $la5 in substitution (s///) at ./FHEM/42_SYSMON.pm line 1312.
2015.02.07 07:55:45 1: PERL WARNING: Use of uninitialized value $la1 in substitution (s///) at ./FHEM/42_SYSMON.pm line 1313.
2015.02.07 07:55:45 1: PERL WARNING: Use of uninitialized value $la5 in substitution (s///) at ./FHEM/42_SYSMON.pm line 1314.
2015.02.07 07:55:45 1: PERL WARNING: Use of uninitialized value $la15 in substitution (s///) at ./FHEM/42_SYSMON.pm line 1315.
2015.02.07 07:55:45 1: PERL WARNING: Use of uninitialized value $la1 in concatenation (.) or string at ./FHEM/42_SYSMON.pm line 1316.
2015.02.07 07:55:45 1: PERL WARNING: Use of uninitialized value $la5 in concatenation (.) or string at ./FHEM/42_SYSMON.pm line 1316.
2015.02.07 07:55:45 1: PERL WARNING: Use of uninitialized value $la15 in concatenation (.) or string at ./FHEM/42_SYSMON.pm line 1316.


Hast Du eine Idee, was die Ursache sein könnte?
Intel NUC+Ubuntu 24.04+Docker+FHEM6
HomeMatic: HM-MOD-RPI-PCB+HM-USB-CFG2+hmland+diverse, HUE: Hue-Bridge, RaspBee+deCONZ+diverse
Amzn Dash-Buttons, Siro Rollos
4xRPi, 4xCO20, OWL+USB, HarmonyHub, FRITZ!Box 7690, Echo Dots+Show8, HomeBridge