Readings werden nicht aktualisiert

Begonnen von gary822, 24 November 2018, 11:26:40

Vorheriges Thema - Nächstes Thema

en-trust

Das sind schonmal ganz brauchbare Ansätze. Allerdings habe ich dabb mal über die Console manuell versucht fhem neuzustarten. Der fhem status meinte auch es würde laufen. Aber das frontend ware nict erreichbar. Erst ein reboot brachte den Erfolg.
Aber es ist doch nict im Sinne den ganzen raspi neu zu starten. Vielleicht müsste man auch noch 'zombi' prozesse von fhem killen ?

gary822

also du kannst es mit dem kleinen bash script machen allerdings ist das schon hart das so zu beenden:


#!/bin/sh
if curl http://localhost:8083; then
        exit 0
else
        for pid in `ps -ax | grep fhem | grep -v grep | awk '{print $1}'`  ; do kill -9 $pid ; done
fi
service fhem start
exit 0

Otto123

Es ist besser dem Problem auf die Spur zu kommen, als dieses einfach durch Neustart zu beseitigen.
Ich würde mir über eine derartige Überwachung keine Gedanken machen, FHEM läuft einfach  stabil 8)
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

gary822

Richtig sofern es ordentlich konfiguriert ist hängt da auch nix (bis auf ein paar sekunden wenn eine aufwendige Aufgabe abgearbeitet wird).
Hast du eine Möglichkeit für Multithreading @Otto123?

Otto123

Wie meinst Du das? FHEM macht bei mir mehrere Prozesse auf. Multithreading ist m.W. noch was anderes ...
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

gary822

Richtig es gibt mehrere Prozesse allerdings ist fhem nicht in der Lage parallele Aufgaben zu bearbeiten daher nicht Multithreading aktuell wollte mal wissen ob du da ne Idee hast bzw. wie du sowas löst :)

en-trust

Zum wiederholten Mal werden die readings meiner Fritzbox nicht aktualisiert. Jedes mal so gegen 11:20 das letzte Mal.
Woran kann es liegen...
define FritzBox.6490 FRITZBOX 192.168.178.1
setuuid FritzBox.6490 5dfd22f8-f33f-e9d9-e1f1-25da447dc86816de
attr FritzBox.6490 DbLogInclude box_ipExtern,box_DownstreamVDSLRate,box_UpstreamVDSLRate
attr FritzBox.6490 INTERVAL 60
attr FritzBox.6490 allowTR064Command 1
attr FritzBox.6490 devStateIcon .*on.*off:WLAN_on_gWLAN_off .*on.*on.*:WLAN_on_gWLAN_on WLAN..off.*:WLAN_off
attr FritzBox.6490 disable 0
attr FritzBox.6490 fritzBoxIP 192.168.178.1
attr FritzBox.6490 icon it_router@blue
attr FritzBox.6490 room Fritzbox,System
attr FritzBox.6490 userReadings box_DownstreamVDSLRate {my $resp=fhem("get FritzBox.6490 tr064Command WANDSLInterfaceConfig:1 wandslifconfig1 GetInfo",1);;;;;;;;$resp =~/'NewDownstreamCurrRate' => '(.*)'/;;;;;;;;return $1;;;;;;;;},\\
box_UpstreamVDSLRate {my $resp=fhem("get FritzBox.6490 tr064Command WANDSLInterfaceConfig:1 wandslifconfig1 GetInfo",1);;;;;;;;$resp =~/'NewUpstreamCurrRate' => '(.*)'/;;;;;;;;return $1;;;;;;;;}


CoolTux

Bitte ein list vom Device machen.
Desweiteren kann das Attribut verbose hier etwas mehr Aufschluß geben wenn Du es auf 4 oder gar 5 stellst.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

en-trust

Kurios dass meine 7490 zur gleichen Zeit das letzte Mal readings lieferte.

Internals:
   APICHECKED 1
   DEF        192.168.178.1
   FUUID      5dfd22f8-f33f-e9d9-e1f1-25da447dc86816de
   HOST       192.168.178.1
   INTERVAL   60
   LUAQUERY   1
   M3U_LOCAL  ./www/images/FritzBox.6490.m3u
   M3U_URL    http://192.168.178.23:8083/fhem/images/FritzBox.6490.m3u
   MODEL      FRITZ!Box 6490 Cable
   NAME       FritzBox.6490
   NR         1323
   REMOTE     1
   SECPORT    49443
   STATE      WLAN: on gWLAN: on
   TELNET     0
   TR064      1
   TYPE       FRITZBOX
   WEBCM      0
   Helper:
     DBLOG:
       alarm1:
         logdb:
           TIME       1583749176.19879
           VALUE      Wecker 1
       alarm1_state:
         logdb:
           TIME       1583749176.19879
           VALUE      off
       alarm1_target:
         logdb:
           TIME       1583749176.19879
           VALUE      FON 1
       alarm1_time:
         logdb:
           TIME       1583749176.19879
           VALUE      00:00
       alarm1_wdays:
         logdb:
           TIME       1583749176.19879
           VALUE      daily
       alarm2:
         logdb:
           TIME       1583749176.19879
           VALUE      Wecker 2
       alarm2_state:
         logdb:
           TIME       1583749176.19879
           VALUE      off
       alarm2_target:
         logdb:
           TIME       1583749176.19879
           VALUE      FON 1
       alarm2_time:
         logdb:
           TIME       1583749176.19879
           VALUE      00:00
       alarm2_wdays:
         logdb:
           TIME       1583749176.19879
           VALUE      daily
       alarm3:
         logdb:
           TIME       1583749176.19879
           VALUE      Wecker 3
       alarm3_state:
         logdb:
           TIME       1583749176.19879
           VALUE      off
       alarm3_target:
         logdb:
           TIME       1583749176.19879
           VALUE      FON 1
       alarm3_time:
         logdb:
           TIME       1583749176.19879
           VALUE      00:00
       alarm3_wdays:
         logdb:
           TIME       1583749176.19879
           VALUE      daily
       box_connect:
         logdb:
           TIME       1583749176.19879
           VALUE      5
       box_cpuTemp:
         logdb:
           TIME       1583749176.19879
           VALUE      62
       box_dect:
         logdb:
           TIME       1583749176.19879
           VALUE      on
       box_fwVersion:
         logdb:
           TIME       1583749176.19879
           VALUE      141.07.12
       box_guestWlan:
         logdb:
           TIME       1583749176.19879
           VALUE      on
       box_guestWlanCount:
         logdb:
           TIME       1583749176.19879
           VALUE      0
       box_guestWlanRemain:
         logdb:
           TIME       1583749176.19879
           VALUE      -1
       box_ipExtern:
         logdb:
           TIME       1583749176.19879
           VALUE      178.202.94.146
       box_model:
         logdb:
           TIME       1583653325.62625
           VALUE      FRITZ!Box 6490 Cable [avm]
       box_moh:
         logdb:
           TIME       1583749176.19879
           VALUE      default
       box_powerRate:
         logdb:
           TIME       1583749176.19879
           VALUE      27
       box_rateDown:
         logdb:
           TIME       1583749176.19879
           VALUE      35.745
       box_rateUp:
         logdb:
           TIME       1583749176.19879
           VALUE      1.410
       box_stdDialPort:
         logdb:
           TIME       1583749176.19879
           VALUE      allFons
       box_tr064:
         logdb:
           TIME       1583749176.19879
           VALUE      on
       box_tr069:
         logdb:
           TIME       1583749176.19879
           VALUE      on
       box_wlanCount:
         logdb:
           TIME       1583749176.19879
           VALUE      2
       box_wlan_2.4GHz:
         logdb:
           TIME       1583749176.19879
           VALUE      on
       box_wlan_5GHz:
         logdb:
           TIME       1583749176.19879
           VALUE      on
       dect1:
         logdb:
           TIME       1583749176.19879
           VALUE      Mobil 1
       dect1_fwVersion:
         logdb:
           TIME       1583749176.19879
           VALUE      0.00
       dect1_intRingTone:
         logdb:
           TIME       1583749176.19879
           VALUE      HandsetDefault
       dect1_intern:
         logdb:
           TIME       1583749176.19879
           VALUE      610
       dect1_manufacturer:
         logdb:
           TIME       1583749176.19879
           VALUE      Siemens
       dect1_model:
         logdb:
           TIME       1583749176.19879
           VALUE      0x00
       dect1_radio:
         logdb:
           TIME       1583749176.19879
           VALUE      Techno Revival
       dect2:
         logdb:
           TIME       1583749176.19879
           VALUE      Mobil 2
       dect2_fwVersion:
         logdb:
           TIME       1583749176.19879
           VALUE      0.00
       dect2_intRingTone:
         logdb:
           TIME       1583749176.19879
           VALUE      HandsetDefault
       dect2_intern:
         logdb:
           TIME       1583749176.19879
           VALUE      611
       dect2_manufacturer:
         logdb:
           TIME       1583749176.19879
           VALUE      Siemens
       dect2_model:
         logdb:
           TIME       1583749176.19879
           VALUE      0x00
       dect2_radio:
         logdb:
           TIME       1583749176.19879
           VALUE      Techno Revival
       dect3:
         logdb:
           TIME       1583749176.19879
           VALUE      Mobil 3
       dect3_fwVersion:
         logdb:
           TIME       1583749176.19879
           VALUE      0.00
       dect3_intRingTone:
         logdb:
           TIME       1583749176.19879
           VALUE      HandsetDefault
       dect3_intern:
         logdb:
           TIME       1583749176.19879
           VALUE      612
       dect3_manufacturer:
         logdb:
           TIME       1583749176.19879
           VALUE      Siemens
       dect3_model:
         logdb:
           TIME       1583749176.19879
           VALUE      0x00
       dect3_radio:
         logdb:
           TIME       1583749176.19879
           VALUE      Techno Revival
       fon1:
         logdb:
           TIME       1583749176.19879
           VALUE      Telefon
       fon1_intern:
         logdb:
           TIME       1583749176.19879
           VALUE      1
       fon1_out:
         logdb:
           TIME       1583749176.19879
           VALUE      SIP0#
       fon2:
         logdb:
           TIME       1583749176.19879
           VALUE      Telefon
       fon2_intern:
         logdb:
           TIME       1583749176.19879
           VALUE      2
       fon2_out:
         logdb:
           TIME       1583749176.19879
           VALUE      SIP0#
       gsm_internet:
         logdb:
           TIME       1583749176.19879
           VALUE      0
       lastReadout:
         logdb:
           TIME       1583749176.19879
           VALUE      259 values captured in 1.00 s
       mac_00_08_C9_45_A2_99:
         logdb:
           TIME       1583717376.62552
           VALUE      inactive
       mac_00_A0_DE_B5_F7_46:
         logdb:
           TIME       1583749176.19879
           VALUE      YAMAHA-RX-V777
       mac_2C_0E_3D_12_B4_8B:
         logdb:
           TIME       1583735915.71507
           VALUE      inactive
       mac_30_D3_2D_10_D0_02:
         logdb:
           TIME       1583749176.19879
           VALUE      PC-30-D3-2D-10-D0-02
       mac_46_81_C4_BD_39_76:
         logdb:
           TIME       1583749176.19879
           VALUE      fritz.box (WLAN, 0 / 0 Mbit/s, 0)
       mac_80_4A_14_92_B4_57:
         logdb:
           TIME       1583719527.65138
           VALUE      inactive
       mac_9C_C7_A6_DF_2F_C6:
         logdb:
           TIME       1583749176.19879
           VALUE      FRITZ-Repeater-310 (WLAN, 144 / 137 Mbit/s, -53)
       mac_AC_AF_B9_A6_5A_66:
         logdb:
           TIME       1583729433.04883
           VALUE      inactive
       mac_B8_27_EB_6E_24_84:
         logdb:
           TIME       1583749176.19879
           VALUE      LibreELEC
       mac_B8_27_EB_85_B3_EB:
         logdb:
           TIME       1583749176.19879
           VALUE      SmartHome
       mac_BC_F2_AF_FC_84_ED:
         logdb:
           TIME       1583749176.19879
           VALUE      PC-BC-F2-AF-FC-84-ED
       mac_C8_0E_14_BF_15_05:
         logdb:
           TIME       1583749176.19879
           VALUE      fritz.box
       mac_F4_06_8D_1F_6C_11:
         logdb:
           TIME       1583749176.19879
           VALUE      dlanwireless
       mac_F4_06_8D_1F_6C_13:
         logdb:
           TIME       1583749176.19879
           VALUE      PC-F4-06-8D-1F-6C-13
       radio00:
         logdb:
           TIME       1583749176.19879
           VALUE      Techno Revival
       radio01:
         logdb:
           TIME       1583749176.19879
           VALUE      MDR THÜRINGEN - Das Radio
       state:
         logdb:
           TIME       1583749176.19879
           VALUE      WLAN: on gWLAN: on
       tam1:
         logdb:
           TIME       1583749176.19879
           VALUE      Anrufbeantworter
       tam1_newMsg:
         logdb:
           TIME       1583749176.19879
           VALUE      0
       tam1_oldMsg:
         logdb:
           TIME       1583749176.19879
           VALUE      0
       tam1_state:
         logdb:
           TIME       1583749176.19879
           VALUE      on
       user01:
         logdb:
           TIME       1583749176.19879
           VALUE      (guest)
       user01_thisMonthTime:
         logdb:
           TIME       1583749176.19879
           VALUE      0:00
       user01_todaySeconds:
         logdb:
           TIME       1583749176.19879
           VALUE      0
       user01_todayTime:
         logdb:
           TIME       1583749176.19879
           VALUE      0:00
       user01_type:
         logdb:
           TIME       1583749176.19879
           VALUE      Guest
       userTicket01:
         logdb:
           TIME       1583749176.19879
           VALUE      555731
   READINGS:
     2020-03-09 11:19:35   alarm1          Wecker 1
     2020-03-09 11:19:35   alarm1_state    off
     2020-03-09 11:19:35   alarm1_target   FON 1
     2020-03-09 11:19:35   alarm1_time     00:00
     2020-03-09 11:19:35   alarm1_wdays    daily
     2020-03-09 11:19:35   alarm2          Wecker 2
     2020-03-09 11:19:35   alarm2_state    off
     2020-03-09 11:19:35   alarm2_target   FON 1
     2020-03-09 11:19:35   alarm2_time     00:00
     2020-03-09 11:19:35   alarm2_wdays    daily
     2020-03-09 11:19:35   alarm3          Wecker 3
     2020-03-09 11:19:35   alarm3_state    off
     2020-03-09 11:19:35   alarm3_target   FON 1
     2020-03-09 11:19:35   alarm3_time     00:00
     2020-03-09 11:19:35   alarm3_wdays    daily
     2020-03-09 11:19:35   box_connect     5
     2020-03-09 11:19:35   box_cpuTemp     62
     2020-03-09 11:19:35   box_dect        on
     2020-03-09 11:19:35   box_fwVersion   141.07.12
     2020-03-09 11:19:35   box_guestWlan   on
     2020-03-09 11:19:35   box_guestWlanCount 0
     2020-03-09 11:19:35   box_guestWlanRemain -1
     2020-03-09 11:19:35   box_ipExtern    178.202.94.146
     2020-03-08 08:42:05   box_model       FRITZ!Box 6490 Cable [avm]
     2020-03-09 11:19:35   box_moh         default
     2020-03-09 11:19:35   box_powerRate   27
     2020-03-09 11:19:35   box_rateDown    35.745
     2020-03-09 11:19:35   box_rateUp      1.410
     2020-03-09 11:19:35   box_stdDialPort allFons
     2020-03-09 11:19:35   box_tr064       on
     2020-03-09 11:19:35   box_tr069       on
     2020-03-09 11:19:35   box_wlanCount   2
     2020-03-09 11:19:35   box_wlan_2.4GHz on
     2020-03-09 11:19:35   box_wlan_5GHz   on
     2020-03-09 11:19:35   dect1           Mobil 1
     2020-03-09 11:19:35   dect1_fwVersion 0.00
     2020-03-09 11:19:35   dect1_intRingTone HandsetDefault
     2020-03-09 11:19:35   dect1_intern    610
     2020-03-09 11:19:35   dect1_manufacturer Siemens
     2020-03-09 11:19:35   dect1_model     0x00
     2020-03-09 11:19:35   dect1_radio     Techno Revival
     2020-03-09 11:19:35   dect2           Mobil 2
     2020-03-09 11:19:35   dect2_fwVersion 0.00
     2020-03-09 11:19:35   dect2_intRingTone HandsetDefault
     2020-03-09 11:19:35   dect2_intern    611
     2020-03-09 11:19:35   dect2_manufacturer Siemens
     2020-03-09 11:19:35   dect2_model     0x00
     2020-03-09 11:19:35   dect2_radio     Techno Revival
     2020-03-09 11:19:35   dect3           Mobil 3
     2020-03-09 11:19:35   dect3_fwVersion 0.00
     2020-03-09 11:19:35   dect3_intRingTone HandsetDefault
     2020-03-09 11:19:35   dect3_intern    612
     2020-03-09 11:19:35   dect3_manufacturer Siemens
     2020-03-09 11:19:35   dect3_model     0x00
     2020-03-09 11:19:35   dect3_radio     Techno Revival
     2020-03-09 11:19:35   fon1            Telefon
     2020-03-09 11:19:35   fon1_intern     1
     2020-03-09 11:19:35   fon1_out        SIP0#
     2020-03-09 11:19:35   fon2            Telefon
     2020-03-09 11:19:35   fon2_intern     2
     2020-03-09 11:19:35   fon2_out        SIP0#
     2020-03-09 11:19:35   gsm_internet    0
     2020-03-09 11:19:35   lastReadout     259 values captured in 1.00 s
     2020-03-09 11:19:35   mac_00_A0_DE_B5_F7_46 YAMAHA-RX-V777
     2020-03-09 11:19:35   mac_30_D3_2D_10_D0_02 PC-30-D3-2D-10-D0-02
     2020-03-09 11:19:35   mac_46_81_C4_BD_39_76 fritz.box (WLAN, 0 / 0 Mbit/s, 0)
     2020-03-09 11:19:35   mac_9C_C7_A6_DF_2F_C6 FRITZ-Repeater-310 (WLAN, 144 / 137 Mbit/s, -53)
     2020-03-09 11:19:35   mac_B8_27_EB_6E_24_84 LibreELEC
     2020-03-09 11:19:35   mac_B8_27_EB_85_B3_EB SmartHome
     2020-03-09 11:19:35   mac_BC_F2_AF_FC_84_ED PC-BC-F2-AF-FC-84-ED
     2020-03-09 11:19:35   mac_C8_0E_14_BF_15_05 fritz.box
     2020-03-09 11:19:35   mac_F4_06_8D_1F_6C_11 dlanwireless
     2020-03-09 11:19:35   mac_F4_06_8D_1F_6C_13 PC-F4-06-8D-1F-6C-13
     2020-03-09 11:19:35   radio00         Techno Revival
     2020-03-09 11:19:35   radio01         MDR THÜRINGEN - Das Radio
     2020-03-09 11:19:35   state           WLAN: on gWLAN: on
     2020-03-09 11:19:35   tam1            Anrufbeantworter
     2020-03-09 11:19:35   tam1_newMsg     0
     2020-03-09 11:19:35   tam1_oldMsg     0
     2020-03-09 11:19:35   tam1_state      on
     2020-03-09 11:19:35   user01          (guest)
     2020-03-09 11:19:35   user01_thisMonthTime 0:00
     2020-03-09 11:19:35   user01_todaySeconds 0
     2020-03-09 11:19:35   user01_todayTime 0:00
     2020-03-09 11:19:35   user01_type     Guest
     2020-03-09 11:19:35   userTicket01    555731
   fhem:
     LOCAL      0
     definedHost 192.168.178.1
     is_double_wlan 1
     lastHour   0
     modulVersion $Date: 2018-09-30 20:24:58 +0200 (Sun, 30 Sep 2018) $
     radioCount 40
     sid        5ad1af8b7fae5906
     sidTime    1583749175
     610:
       brand      Siemens
       id         1
       model      0x00
       userId     1
     611:
       brand      Siemens
       id         2
       model      0x00
       userId     2
     612:
       brand      Siemens
       id         3
       model      0x00
       userId     3
     landevice:
                  PC-F4-06-8D-1F-6C-13
       192.168.178.1 fritz.box
       192.168.178.20 LAPTOP-ACER
       192.168.178.201 PC-192-168-178-201
       192.168.178.202 PC-192-168-178-202
       192.168.178.203 PC-192-168-178-203
       192.168.178.21 Galaxy-A5-2017
       192.168.178.22 IBM-Lenovo-ThinkPad
       192.168.178.23 SmartHome
       192.168.178.24 LibreELEC
       192.168.178.25 TechniSAT
       192.168.178.26 YAMAHA-RX-V777
       192.168.178.27 Galaxy-S5
       192.168.178.28 DUSPADA3
       192.168.178.29 fritz.box
       192.168.178.30 FRITZ-Repeater-310
       192.168.178.31 dlanwireless
       192.168.178.32 iPhone-von-Sven
       192.168.178.34 IPCam
       landevice1603 dlanwireless
       landevice1605 iPhone-von-Sven
       landevice1616 DUSPADA3
       landevice24602 Galaxy-A5-2017
       landevice260448 PC-192-168-178-203
       landevice305145 PC-192-168-178-201
       landevice305170 PC-192-168-178-201
       landevice305199 PC-192-168-178-201
       landevice305224 PC-192-168-178-201
       landevice305245 PC-192-168-178-201
       landevice305282 PC-192-168-178-201
       landevice305323 PC-192-168-178-201
       landevice305344 PC-192-168-178-201
       landevice305385 PC-192-168-178-201
       landevice305426 PC-192-168-178-201
       landevice305463 PC-192-168-178-201
       landevice305492 PC-192-168-178-201
       landevice305509 PC-192-168-178-201
       landevice305546 PC-192-168-178-201
       landevice305575 PC-192-168-178-201
       landevice305612 PC-192-168-178-201
       landevice305653 PC-192-168-178-201
       landevice305682 PC-192-168-178-201
       landevice305719 PC-192-168-178-201
       landevice305752 PC-192-168-178-201
       landevice305785 PC-192-168-178-201
       landevice305822 PC-192-168-178-201
       landevice305855 PC-192-168-178-201
       landevice305896 PC-192-168-178-201
       landevice305925 PC-192-168-178-201
       landevice305962 PC-192-168-178-201
       landevice306031 PC-192-168-178-201
       landevice306076 PC-192-168-178-201
       landevice306117 PC-192-168-178-201
       landevice306170 PC-192-168-178-201
       landevice306211 PC-192-168-178-201
       landevice306272 PC-192-168-178-201
       landevice306325 PC-192-168-178-201
       landevice306354 PC-192-168-178-201
       landevice306383 PC-192-168-178-201
       landevice306404 PC-192-168-178-201
       landevice306425 PC-192-168-178-201
       landevice306450 PC-192-168-178-201
       landevice306483 PC-192-168-178-201
       landevice306504 PC-192-168-178-201
       landevice306525 PC-192-168-178-201
       landevice306550 PC-192-168-178-201
       landevice306571 PC-192-168-178-201
       landevice306600 PC-192-168-178-201
       landevice306629 PC-192-168-178-201
       landevice306658 PC-192-168-178-201
       landevice306691 PC-192-168-178-201
       landevice306724 PC-192-168-178-201
       landevice306745 PC-192-168-178-201
       landevice306778 PC-192-168-178-201
       landevice306807 PC-192-168-178-201
       landevice306840 PC-192-168-178-201
       landevice306869 PC-192-168-178-201
       landevice306886 PC-192-168-178-201
       landevice306915 PC-192-168-178-201
       landevice306948 PC-192-168-178-201
       landevice306977 PC-192-168-178-201
       landevice307006 PC-192-168-178-201
       landevice307027 PC-192-168-178-201
       landevice307052 PC-192-168-178-201
       landevice307085 PC-192-168-178-201
       landevice307114 PC-192-168-178-201
       landevice307151 PC-192-168-178-201
       landevice307176 PC-192-168-178-201
       landevice307205 PC-192-168-178-201
       landevice307234 PC-192-168-178-201
       landevice307259 PC-192-168-178-201
       landevice307280 PC-192-168-178-201
       landevice307301 PC-192-168-178-201
       landevice307334 PC-192-168-178-201
       landevice307351 PC-192-168-178-201
       landevice307372 PC-192-168-178-201
       landevice307393 PC-192-168-178-201
       landevice307410 PC-192-168-178-201
       landevice307431 PC-192-168-178-201
       landevice307448 PC-192-168-178-201
       landevice307465 PC-192-168-178-201
       landevice307498 PC-192-168-178-201
       landevice307519 PC-192-168-178-201
       landevice307540 PC-192-168-178-201
       landevice307561 PC-192-168-178-201
       landevice307594 PC-192-168-178-201
       landevice307619 PC-192-168-178-201
       landevice307644 PC-192-168-178-201
       landevice307669 PC-192-168-178-201
       landevice307694 PC-192-168-178-201
       landevice307715 PC-192-168-178-201
       landevice307744 PC-192-168-178-201
       landevice307785 PC-192-168-178-201
       landevice307826 PC-192-168-178-201
       landevice307871 PC-192-168-178-201
       landevice307896 PC-192-168-178-201
       landevice307953 PC-192-168-178-201
       landevice308014 PC-192-168-178-201
       landevice308067 PC-192-168-178-201
       landevice308112 PC-192-168-178-201
       landevice308169 PC-192-168-178-201
       landevice308214 PC-192-168-178-201
       landevice308271 PC-192-168-178-201
       landevice308324 PC-192-168-178-201
       landevice308365 PC-192-168-178-201
       landevice308414 PC-192-168-178-201
       landevice308475 PC-192-168-178-201
       landevice308516 PC-192-168-178-201
       landevice308561 PC-192-168-178-201
       landevice308606 PC-192-168-178-201
       landevice308639 PC-192-168-178-201
       landevice308688 PC-192-168-178-201
       landevice308745 PC-192-168-178-201
       landevice308798 PC-192-168-178-201
       landevice308855 PC-192-168-178-201
       landevice308900 PC-192-168-178-201
       landevice308941 PC-192-168-178-201
       landevice308994 PC-192-168-178-201
       landevice309047 PC-192-168-178-201
       landevice309080 PC-192-168-178-201
       landevice309097 PC-192-168-178-201
       landevice309122 PC-192-168-178-201
       landevice309147 PC-192-168-178-201
       landevice309172 PC-192-168-178-201
       landevice309189 PC-192-168-178-201
       landevice309222 PC-192-168-178-201
       landevice309251 PC-192-168-178-201
       landevice309280 PC-192-168-178-201
       landevice309301 PC-192-168-178-201
       landevice309326 PC-192-168-178-201
       landevice309351 PC-192-168-178-201
       landevice309372 PC-192-168-178-201
       landevice309393 PC-192-168-178-201
       landevice309414 PC-192-168-178-201
       landevice309431 PC-192-168-178-201
       landevice309452 PC-192-168-178-201
       landevice309473 PC-192-168-178-201
       landevice309498 PC-192-168-178-201
       landevice309523 PC-192-168-178-201
       landevice309564 PC-192-168-178-201
       landevice309589 PC-192-168-178-201
       landevice309610 PC-192-168-178-201
       landevice309639 PC-192-168-178-201
       landevice309660 PC-192-168-178-201
       landevice309685 PC-192-168-178-201
       landevice309714 PC-192-168-178-201
       landevice309735 PC-192-168-178-201
       landevice309760 PC-192-168-178-201
       landevice309781 PC-192-168-178-201
       landevice309798 PC-192-168-178-201
       landevice309827 PC-192-168-178-201
       landevice309848 PC-192-168-178-201
       landevice309873 PC-192-168-178-201
       landevice309898 PC-192-168-178-201
       landevice309931 PC-192-168-178-201
       landevice309960 PC-192-168-178-201
       landevice309981 PC-192-168-178-201
       landevice310006 PC-192-168-178-201
       landevice310035 PC-192-168-178-201
       landevice310056 PC-192-168-178-201
       landevice310093 PC-192-168-178-201
       landevice310118 PC-192-168-178-201
       landevice310147 PC-192-168-178-201
       landevice310184 PC-192-168-178-201
       landevice310213 PC-192-168-178-201
       landevice310246 PC-192-168-178-201
       landevice310275 PC-192-168-178-201
       landevice310308 PC-192-168-178-201
       landevice310341 PC-192-168-178-201
       landevice310374 PC-192-168-178-201
       landevice310403 PC-192-168-178-201
       landevice310432 PC-192-168-178-201
       landevice310469 PC-192-168-178-201
       landevice310522 PC-192-168-178-201
       landevice310555 PC-192-168-178-201
       landevice310580 PC-192-168-178-201
       landevice310597 PC-192-168-178-201
       landevice310622 PC-192-168-178-201
       landevice310647 PC-192-168-178-201
       landevice310672 PC-192-168-178-201
       landevice310697 PC-192-168-178-201
       landevice310726 PC-192-168-178-201
       landevice310755 PC-192-168-178-201
       landevice310784 PC-192-168-178-201
       landevice310809 PC-192-168-178-201
       landevice310846 PC-192-168-178-201
       landevice310867 PC-192-168-178-201
       landevice310892 PC-192-168-178-201
       landevice310917 PC-192-168-178-201
       landevice310938 PC-192-168-178-201
       landevice310963 PC-192-168-178-201
       landevice310984 PC-192-168-178-201
       landevice311005 PC-192-168-178-201
       landevice311026 PC-192-168-178-201
       landevice311051 PC-192-168-178-201
       landevice311072 PC-192-168-178-201
       landevice311097 PC-192-168-178-201
       landevice311114 PC-192-168-178-201
       landevice311135 PC-192-168-178-201
       landevice311164 PC-192-168-178-201
       landevice311197 PC-192-168-178-201
       landevice311214 PC-192-168-178-201
       landevice311247 PC-192-168-178-201
       landevice311268 PC-192-168-178-201
       landevice311293 PC-192-168-178-201
       landevice311322 PC-192-168-178-201
       landevice311343 PC-192-168-178-201
       landevice311372 PC-192-168-178-201
       landevice311401 PC-192-168-178-201
       landevice311422 PC-192-168-178-201
       landevice311439 PC-192-168-178-201
       landevice311464 PC-192-168-178-201
       landevice311485 PC-192-168-178-201
       landevice311510 PC-192-168-178-201
       landevice311539 PC-192-168-178-201
       landevice311560 PC-192-168-178-201
       landevice311589 PC-192-168-178-201
       landevice311606 PC-192-168-178-201
       landevice311635 PC-192-168-178-201
       landevice311656 PC-192-168-178-201
       landevice311681 PC-192-168-178-201
       landevice311714 PC-192-168-178-201
       landevice311739 PC-192-168-178-201
       landevice311764 PC-192-168-178-201
       landevice311785 PC-192-168-178-201
       landevice311814 PC-192-168-178-201
       landevice311839 PC-192-168-178-201
       landevice311864 PC-192-168-178-201
       landevice311901 PC-192-168-178-201
       landevice311926 PC-192-168-178-201
       landevice311963 PC-192-168-178-201
       landevice311984 PC-192-168-178-201
       landevice312009 PC-192-168-178-201
       landevice312038 PC-192-168-178-201
       landevice312067 PC-192-168-178-201
       landevice312112 PC-192-168-178-201
       landevice312137 PC-192-168-178-201
       landevice312166 PC-192-168-178-201
       landevice312199 PC-192-168-178-201
       landevice312244 PC-192-168-178-201
       landevice312277 PC-192-168-178-201
       landevice312298 PC-192-168-178-201
       landevice312323 PC-192-168-178-201
       landevice312344 PC-192-168-178-201
       landevice312369 PC-192-168-178-201
       landevice312398 PC-192-168-178-201
       landevice312423 PC-192-168-178-201
       landevice312452 PC-192-168-178-201
       landevice312473 PC-192-168-178-201
       landevice312502 PC-192-168-178-201
       landevice312519 PC-192-168-178-201
       landevice312548 PC-192-168-178-201
       landevice312577 PC-192-168-178-201
       landevice312602 PC-192-168-178-201
       landevice312627 PC-192-168-178-201
       landevice312648 PC-192-168-178-201
       landevice312673 PC-192-168-178-201
       landevice312698 PC-192-168-178-201
       landevice312719 PC-192-168-178-201
       landevice312744 PC-192-168-178-201
       landevice312773 PC-192-168-178-201
       landevice312794 PC-192-168-178-201
       landevice312815 PC-192-168-178-201
       landevice312840 PC-192-168-178-201
       landevice312873 PC-192-168-178-201
       landevice312894 PC-192-168-178-201
       landevice312927 PC-192-168-178-201
       landevice312940 PC-192-168-178-201
       landevice312969 PC-192-168-178-201
       landevice313002 PC-192-168-178-201
       landevice313031 PC-192-168-178-201
       landevice313064 PC-192-168-178-201
       landevice313089 PC-192-168-178-201
       landevice313118 PC-192-168-178-201
       landevice313143 PC-192-168-178-201
       landevice313172 PC-192-168-178-201
       landevice313217 PC-192-168-178-201
       landevice313246 PC-192-168-178-201
       landevice313275 PC-192-168-178-201
       landevice313312 PC-192-168-178-201
       landevice313345 PC-192-168-178-201
       landevice313386 PC-192-168-178-201
       landevice313423 PC-192-168-178-201
       landevice313456 PC-192-168-178-201
       landevice313485 PC-192-168-178-201
       landevice313514 PC-192-168-178-201
       landevice313543 PC-192-168-178-201
       landevice313576 PC-192-168-178-201
       landevice313609 PC-192-168-178-201
       landevice313634 PC-192-168-178-201
       landevice313659 PC-192-168-178-201
       landevice313696 PC-192-168-178-201
       landevice313737 PC-192-168-178-201
       landevice313762 PC-192-168-178-201
       landevice313787 PC-192-168-178-201
       landevice313816 PC-192-168-178-201
       landevice313853 PC-192-168-178-201
       landevice313894 PC-192-168-178-201
       landevice313923 PC-192-168-178-201
       landevice313956 PC-192-168-178-201
       landevice313989 PC-192-168-178-201
       landevice314022 PC-192-168-178-201
       landevice314051 PC-192-168-178-201
       landevice314084 PC-192-168-178-201
       landevice314101 PC-192-168-178-201
       landevice314122 PC-192-168-178-201
       landevice314151 PC-192-168-178-201
       landevice314184 PC-192-168-178-201
       landevice314205 PC-192-168-178-201
       landevice314230 PC-192-168-178-201
       landevice314255 PC-192-168-178-201
       landevice314280 PC-192-168-178-201
       landevice314305 PC-192-168-178-201
       landevice314322 PC-192-168-178-201
       landevice314355 PC-192-168-178-201
       landevice314392 PC-192-168-178-201
       landevice314425 PC-192-168-178-201
       landevice314462 PC-192-168-178-201
       landevice314487 PC-192-168-178-201
       landevice314512 PC-192-168-178-201
       landevice314537 PC-192-168-178-201
       landevice314570 PC-192-168-178-201
       landevice314595 PC-192-168-178-201
       landevice314620 PC-192-168-178-201
       landevice314653 PC-192-168-178-201
       landevice314682 PC-192-168-178-201
       landevice314715 PC-192-168-178-201
       landevice314744 PC-192-168-178-201
       landevice314773 PC-192-168-178-201
       landevice314798 PC-192-168-178-201
       landevice314827 PC-192-168-178-201
       landevice314856 PC-192-168-178-201
       landevice314885 PC-192-168-178-201
       landevice314910 PC-192-168-178-201
       landevice314931 PC-192-168-178-201
       landevice314952 PC-192-168-178-201
       landevice314985 PC-192-168-178-201
       landevice315010 PC-192-168-178-201
       landevice4404 PC-192-168-178-202
       landevice4405 PC-192-168-178-201
       landevice4406 fritz.box
       landevice4482 PC-30-D3-2D-10-D0-02
       landevice4483 PC-F4-06-8D-1F-6C-13
       landevice4486 PC-BC-F2-AF-FC-84-ED
       landevice47928 fritz.box
       landevice6002 SmartHome
       landevice60197 IPCam
       landevice6066 LAPTOP-ACER
       landevice6302 LibreELEC
       landevice6306 YAMAHA-RX-V777
       landevice6307 TechniSAT
       landevice6310 Galaxy-S5
       landevice6313 FRITZ-Repeater-310
       landevice6436 IBM-Lenovo-ThinkPad
     radio:
       0          Techno Revival
       1          MDR THÜRINGEN - Das Radio
       10         
       11         
       12         
       13         
       14         
       15         
       16         
       17         
       18         
       19         
       2         
       20         
       21         
       22         
       23         
       24         
       25         
       26         
       27         
       28         
       29         
       3         
       30         
       31         
       32         
       33         
       34         
       35         
       36         
       37         
       38         
       39         
       4         
       5         
       6         
       7         
       8         
       9         
     wlanDevice:
       2C_0E_3D_12_B4_8B:
         rssi       0
         speed      0
         speed_rx   0
       46_81_C4_BD_39_76:
         rssi       0
         speed      0
         speed_rx   0
       80_4A_14_92_B4_57:
         rssi       0
         speed      0
         speed_rx   0
       88_B1_11_63_45_66:
         rssi       0
         speed      0
         speed_rx   0
       9C_C7_A6_DF_2F_C6:
         rssi       -53
         speed      144
         speed_rx   137
       AC_AF_B9_A6_5A_66:
         rssi       0
         speed      0
         speed_rx   0
       CC_B0_DA_D6_9E_75:
         rssi       0
         speed      0
         speed_rx   0
   helper:
     TimerCmd   FritzBox.6490.Cmd
     TimerReadout FritzBox.6490.Readout
     READOUT_RUNNING_PID:
       abortFn    FRITZBOX_Readout_Aborted
       arg        FritzBox.6490
       bc_pid     7949
       finishFn   FRITZBOX_Readout_Done
       fn         FRITZBOX_Readout_Run_Web
       pid        WAITING:
       timeout    55
       abortArg:
Attributes:
   DbLogInclude box_ipExtern,box_DownstreamVDSLRate,box_UpstreamVDSLRate
   INTERVAL   60
   allowTR064Command 1
   devStateIcon .*on.*off:WLAN_on_gWLAN_off .*on.*on.*:WLAN_on_gWLAN_on WLAN..off.*:WLAN_off
   disable    0
   fritzBoxIP 192.168.178.1
   icon       it_router@blue
   room       Fritzbox,System
   userReadings box_DownstreamVDSLRate {my $resp=fhem("get FritzBox.6490 tr064Command WANDSLInterfaceConfig:1 wandslifconfig1 GetInfo",1);;;;$resp =~/'NewDownstreamCurrRate' => '(.*)'/;;;;return $1;;;;},\
box_UpstreamVDSLRate {my $resp=fhem("get FritzBox.6490 tr064Command WANDSLInterfaceConfig:1 wandslifconfig1 GetInfo",1);;;;$resp =~/'NewUpstreamCurrRate' => '(.*)'/;;;;return $1;;;;}
   verbose    5

CoolTux

Gib das mal in die FHEMWEB Kommandozeile ein
{ join("\n", map { "$_->{TRIGGERTIME}, $_->{FN}"} @intAtA) }
Und suche da nach dem Fritzbox Device.
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

en-trust

von der langen Liste gibt es nur 2 Einträge...

1583832996.83145, CODE(0x2c9f0a0)
1583832998.66057, CODE(0x2884dc8)
1583832999.29505, JeeLink_OnTimer
1583832999.40837, CUL_HM_respPendTout
1583833000.00633, SYSMON_Update
1583833000.06495, RESIDENTStk_DurationTimer
1583833000.13956, FRITZBOX_Readout_Start
1583833000.20347, HttpUtils_Err
1583833000.36665, HttpUtils_Err
1583833011.41423, YAMAHA_AVR_GetStatus
1583833014.77729, RESIDENTStk_DurationTimer
1583833017.70922, CODE(0x2c9f0a0)
1583833026.33145, CODE(0x2ea6208)
1583833028.10418, HTTPMOD_GetUpdate
1583833043.78686, RESIDENTStk_DurationTimer
1583833046, FW_closeInactiveClients
1583833054.0882, FRITZBOX_Readout_Start
1583833058.00381, HTTPMOD_GetUpdate
1583833058.65713, HTTPMOD_GetUpdate
1583833058.66986, HTTPMOD_GetUpdate
1583833058.68334, HTTPMOD_GetUpdate
1583833058.73008, Verkehrsinfo_GetUpdate
1583833062.01138, FHEM::Astro::Update
1583833062.06449, PROPLANTA_Start
1583833105, Twilight_sunpos
1583833110.93715, HTTPMOD_GetUpdate
1583833192.32739, HTTPMOD_GetUpdate
1583833192.50116, DBPlan_Get_DB_Info
1583833200, at_Exec

CoolTux

Sieht also ok aus. Du hast 2 Fritzbox Instanzen?
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

en-trust

Ja, aber diese Ausetzer habe ich auch nur mit einer Instanz.
Fhem aktualisiert sein gestern die fritzbox readings nicht mehr.

CoolTux

Zu mindest stehen für beide Timer drin
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net

CoolTux

drück mal bei der die nicht geht in den Details auf DEF und dann noch mal auf modify
Du musst nicht wissen wie es geht! Du musst nur wissen wo es steht, wie es geht.
Support me to buy new test hardware for development: https://www.paypal.com/paypalme/MOldenburg
My FHEM Git: https://git.cooltux.net/FHEM/
Das TuxNet Wiki:
https://www.cooltux.net