Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Diskussion zum neuen Installation-Fixer

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.8k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.3k

Diskussion zum neuen Installation-Fixer

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
installationfixerlinux
296 Beiträge 51 Kommentatoren 59.3k Aufrufe 34 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • AlCalzoneA Offline
    AlCalzoneA Offline
    AlCalzone
    Developer
    schrieb am zuletzt editiert von
    #153

    Kann mir nicht vorstellen, dass das irgendwas mit dem Fixer zu tun hat. Das klingt mehr nach Konfiguration oder noch was anderem.

    Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

    1 Antwort Letzte Antwort
    0
    • W Wildbill

      Du meinst vermutlich die INSTALLER_INFO.txt? Bitteschön:

      Fixer version: 2019-03-01
      Fix date 2019-03-03
      ACL enabled: true
      init system: systemd
      Autostart: systemd
      

      Die Installation erfolgte ursprünglich unter Ubuntu 16.04 im November 2017 als root, wie es damals auf der Homepage ausgeführt war, soweit ich mich erinnern kann.

      Das Installerscript habe ich gestern zum Fix direkt per curl geholt, da hat er diese Version (1.3.) noch gezogen. Heute scheint es eine Version vom 3.3. zu geben, wenn ich es richtig gesehen habe. Vielleicht war ich ein paar Minuten zu früh dran gestern? :grin:
      Egal, läuft ja nun alles problemlos.

      Gruss, Jürgen

      apollon77A Offline
      apollon77A Offline
      apollon77
      schrieb am zuletzt editiert von Homoran
      #154

      @Wildbill Interessant. Da war an sich alles drin schon :-(

      Ein

      getcap $(eval readlink -f $(which node))
      

      nach dem installer/Fixer wäre cool ... aber naja

      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
      1 Antwort Letzte Antwort
      0
      • W Online
        W Online
        Wildbill
        schrieb am zuletzt editiert von
        #155

        Ich kann es nicht sagen woan es lag, dass es nicht ging. Im Script (allerdings vom 3.3., das vom 1.3. finde ich nicht mehr) ist die Zeile drin.
        Das von mir nach dem Lauf des Fixer aufgrund de Fehler gemachte npm rebuild im Dash-Ordner sollte da ja nichts dran ändern.
        Mir fällt aber ein, beim rebuild kam es zu Zugriffsfehlern aufgrund fehlender root-Rechte (hatte kein sudo genommen da ja nach dem Fixer nicht mehr nötig sein sollte). Vielleicht war ja irgendwo noch ein Ordner involviert, den der Fixer nicht erreichte und der aufgrund meiner root-Installation root-Rechte hatte. Im home meines normalen Users gibt es da einen Ordner node-gyp der root gehört. Frag mich nicht, wo der her kommt...
        Egal, Hauptsache läuft.

        Gruss, Jürgen

        1 Antwort Letzte Antwort
        0
        • K Offline
          K Offline
          KeWe3C
          schrieb am zuletzt editiert von
          #156

          Hallo apollon77
          Nachdem sich ein Adapter nicht installieren ließ, habe ich den Installation-Fixer angewandt. Die Installation klappte daraufhin zunächst ohne Fehler. Soweit die gute Nachricht.
          Allerdings wird jetzt dem aus einem Script abgesetzten Befehl "sudo /home/pi/raspberry-remote/send 11111 1 0" die Ausführung verweigert:
          "stderr: ....... sudo: Kein TTY vorhanden und kein »askpass«-Programm angegeben"
          Ich vermute - leider habe ich hier keine Erfahrung - ein Rechteproblem (ioBroker ist nicht mehr root). Wie kann ich den Fehler vermeiden?
          Könnte das auch einige andere Adapter betreffen?

          1 Antwort Letzte Antwort
          0
          • AlCalzoneA Offline
            AlCalzoneA Offline
            AlCalzone
            Developer
            schrieb am zuletzt editiert von
            #157

            @KeWe3C Ich glaube das Thema hatten wir vor kurzem schon mal.
            Im Prinzip hast du zwei Probleme:

            1. raspberry-remote/send darf nicht mehr in /home/pi liegen, sondern muss für den User iobroker zugreifbar sein. D.h. am besten in /home/iobroker verschieben.
            2. Für den User iobroker ist festgelegt, welche Befehle er per sudo ausführen darf. ~/raspberry-remote/send gehört nicht dazu. Ich glaube auch, dass es ohne sudo funktionieren müsste.

            Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

            1 Antwort Letzte Antwort
            0
            • K Offline
              K Offline
              KeWe3C
              schrieb am zuletzt editiert von
              #158

              Hallo AlCalzone
              Vielen Dank für die Hinweise. Beide waren erfolgreich.

              1 Antwort Letzte Antwort
              0
              • AlCalzoneA Offline
                AlCalzoneA Offline
                AlCalzone
                Developer
                schrieb am zuletzt editiert von
                #159

                D.h. es funktioniert jetzt?

                Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                1 Antwort Letzte Antwort
                0
                • K Offline
                  K Offline
                  KeWe3C
                  schrieb am zuletzt editiert von KeWe3C
                  #160

                  Richtig, es funktioniert.
                  Im gleichen Zusammenhang (?) gibt es weitere Probleme. Ich versuche mit LIRC zu arbeiten. Der LIRC-Adapter (https://github.com/t4qjXH8N/ioBroker.lirc) verbindet sich allerdings bei mir nicht mit dem lirc-dämon. LIRC läuft als root.
                  In früheren Installationen funktionierte das offenbar.
                  Be meiner ursprünglichen Frage "Könnte das auch andere Adapter betreffen?" hatte ich diesen Fall im Hinterkopf.
                  Es scheint, als hätte die neue Installationsart größere Auswirkungen.
                  Für einen Hinweis zur Lösung wäre ich dankbar.

                  Das LIRC-Problem hat sich geklärt. Ursache war das Zusammenwirken des Adapters mit dem LIRC-Dämon. Offenbar fehlte dem Adapter in einer HW-config-Datei die Angabe zum default-listen-port.
                  Jetzt funktioniert es soweit.
                  Sorry für die Umstände.

                  1 Antwort Letzte Antwort
                  0
                  • apollon77A apollon77

                    @Dr-Bakterius Neue Version 2019-03-03 vom Installations-Fixer erlaubt dem iobroker User jetzt den Zugriff auf die rpi2 Kommandos... sollte jetzt tun. Feedback erbeten :-)

                    Dr. BakteriusD Online
                    Dr. BakteriusD Online
                    Dr. Bakterius
                    Most Active
                    schrieb am zuletzt editiert von
                    #161

                    @apollon77 Leider geht es auch mit dem Fixer vom 5.3. noch nicht. Vom rpi2-Adapter kommen immer noch Fehlermeldungen bezüglich Zugriffsrechte. Zuerst vier, nach einer Neuinstallation des Adapters nur noch die cpu_frequency.

                    Hier das Log:

                    2019-03-06 09:15:37.833 - info: host.raspberrypi object change system.adapter.rpi2.0
                    2019-03-06 09:15:37.834 - info: host.raspberrypi stopInstance system.adapter.rpi2.0
                    2019-03-06 09:15:37.835 - info: host.raspberrypi stopInstance system.adapter.rpi2.0 killing pid 3674
                    2019-03-06 09:15:37.881 - error: Caught by controller[0]: cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Keine Berechtigung
                    2019-03-06 09:15:37.882 - info: host.raspberrypi instance system.adapter.rpi2.0 terminated with code 0 (OK)
                    2019-03-06 09:15:40.407 - info: host.raspberrypi instance system.adapter.rpi2.0 started with pid 3808
                    2019-03-06 09:15:41.862 - info: rpi2.0 starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.rpi2, node: v8.15.1
                    2019-03-06 09:15:49.243 - error: rpi2.0 No Value found for cpu_frequency
                    2019-03-06 09:15:52.870 - info: host.raspberrypi object change system.adapter.rpi2.0
                    2019-03-06 09:15:52.871 - info: host.raspberrypi "system.adapter.rpi2.0" disabled
                    2019-03-06 09:15:52.871 - info: host.raspberrypi stopInstance system.adapter.rpi2.0
                    2019-03-06 09:15:52.871 - info: host.raspberrypi stopInstance system.adapter.rpi2.0 killing pid 3808
                    2019-03-06 09:15:52.939 - error: Caught by controller[0]: cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Keine Berechtigung
                    2019-03-06 09:15:52.940 - info: host.raspberrypi instance system.adapter.rpi2.0 terminated with code 0 (OK)
                    2019-03-06 09:15:57.717 - info: host.raspberrypi object change system.adapter.rpi2.0
                    2019-03-06 09:16:04.987 - info: host.raspberrypi object change system.adapter.rpi2.0
                    2019-03-06 09:16:04.987 - info: host.raspberrypi "system.adapter.rpi2.0" enabled
                    2019-03-06 09:16:05.011 - info: host.raspberrypi instance system.adapter.rpi2.0 started with pid 3948
                    2019-03-06 09:16:06.057 - debug: rpi2.0 objectDB connected
                    2019-03-06 09:16:06.129 - debug: rpi2.0 statesDB connected
                    2019-03-06 09:16:06.256 - info: rpi2.0 starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.rpi2, node: v8.15.1
                    2019-03-06 09:16:08.258 - debug: rpi2.0 system.adapter.admin.0: logging true
                    2019-03-06 09:16:13.059 - debug: rpi2.0 received all objects
                    2019-03-06 09:16:13.060 - debug: rpi2.0 NODE Version = v8.15.1, we need new execSync
                    2019-03-06 09:16:13.063 - debug: rpi2.0 start parsing
                    2019-03-06 09:16:13.063 - debug: rpi2.0 PARSING: c_cpu
                    2019-03-06 09:16:13.064 - debug: rpi2.0 PARSING: c_raspberry
                    2019-03-06 09:16:13.064 - debug: rpi2.0 PARSING: c_memory
                    2019-03-06 09:16:13.064 - debug: rpi2.0 PARSING: c_network
                    2019-03-06 09:16:13.064 - debug: rpi2.0 PARSING: c_sdcard
                    2019-03-06 09:16:13.064 - debug: rpi2.0 PARSING: c_swap
                    2019-03-06 09:16:13.065 - debug: rpi2.0 PARSING: c_temperature
                    2019-03-06 09:16:13.065 - debug: rpi2.0 PARSING: c_uptime
                    2019-03-06 09:16:13.065 - debug: rpi2.0 PARSING: c_wlan
                    2019-03-06 09:16:13.065 - debug: rpi2.0 PARSING: interval
                    2019-03-06 09:16:13.065 - debug: rpi2.0 PARSING: cpu
                    2019-03-06 09:16:13.066 - debug: rpi2.0 PARSING: cpu_frequency
                    2019-03-06 09:16:13.066 - debug: rpi2.0 ---> cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
                    2019-03-06 09:16:13.105 - debug: rpi2.0 Error: Command failed: cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
                    cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Keine Berechtigung
                    at checkExecSyncError (child_process.js:607:13)
                    at execSync (child_process.js:647:13)
                    at parser (/opt/iobroker/node_modules/iobroker.rpi2/main.js:160:34)
                    at main (/opt/iobroker/node_modules/iobroker.rpi2/main.js:120:5)
                    at Socket. (/opt/iobroker/node_modules/iobroker.rpi2/main.js:43:13)
                    at Socket.onack (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:319:9)
                    at Socket.onpacket (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:244:12)
                    at Manager. (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                    at Manager.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/component-emitter/index.js:133:20)
                    at Manager.ondecoded (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/manager.js:345:8)
                    2019-03-06 09:16:13.107 - debug: rpi2.0 PARSING: load1,load5,load15
                    2019-03-06 09:16:13.108 - debug: rpi2.0 ---> cat /proc/loadavg
                    2019-03-06 09:16:13.133 - debug: rpi2.0 ------------- 1.04 1.27 0.83 1/463 4004
                    2019-03-06 09:16:13.134 - debug: rpi2.0 ---> REGEXP: /^(\S+)\s(\S+)\s(\S+)/
                    2019-03-06 09:16:13.134 - debug: rpi2.0 GROUPS: 4
                    2019-03-06 09:16:13.134 - debug: rpi2.0 MATCHING: 1.04
                    2019-03-06 09:16:13.134 - debug: rpi2.0 NAME: load1, VALULE: 1.04
                    2019-03-06 09:16:13.135 - debug: rpi2.0 MATCHING: 1.27
                    2019-03-06 09:16:13.135 - debug: rpi2.0 NAME: load5, VALULE: 1.27
                    2019-03-06 09:16:13.135 - debug: rpi2.0 MATCHING: 0.83
                    2019-03-06 09:16:13.135 - debug: rpi2.0 NAME: load15, VALULE: 0.83
                    2019-03-06 09:16:13.136 - debug: rpi2.0 PARSING: scaling_governor
                    2019-03-06 09:16:13.136 - debug: rpi2.0 ---> cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
                    2019-03-06 09:16:13.168 - debug: rpi2.0 ------------- ondemand
                    2019-03-06 09:16:13.168 - debug: rpi2.0 ---> REGEXP: /(.)/
                    2019-03-06 09:16:13.169 - debug: rpi2.0 GROUPS: 2
                    2019-03-06 09:16:13.169 - debug: rpi2.0 ---> POST:
                    2019-03-06 09:16:13.169 - debug: rpi2.0 PARSING: raspberry
                    2019-03-06 09:16:13.169 - debug: rpi2.0 PARSING: memory
                    2019-03-06 09:16:13.169 - debug: rpi2.0 PARSING: memory_total
                    2019-03-06 09:16:13.170 - debug: rpi2.0 ---> cat /proc/meminfo
                    2019-03-06 09:16:13.196 - debug: rpi2.0 ------------- MemTotal: 1000180 kB
                    MemFree: 54192 kB
                    MemAvailable: 103508 kB
                    Buffers: 7108 kB
                    Cached: 86912 kB
                    SwapCached: 28160 kB
                    Active: 437552 kB
                    Inactive: 442192 kB
                    Active(anon): 389080 kB
                    Inactive(anon): 404552 kB
                    Active(file): 48472 kB
                    Inactive(file): 37640 kB
                    Unevictable: 0 kB
                    Mlocked: 0 kB
                    SwapTotal: 1048572 kB
                    SwapFree: 762672 kB
                    Dirty: 220 kB
                    Writeback: 0 kB
                    AnonPages: 779648 kB
                    Mapped: 61192 kB
                    Shmem: 7908 kB
                    Slab: 30288 kB
                    SReclaimable: 16456 kB
                    SUnreclaim: 13832 kB
                    KernelStack: 3768 kB
                    PageTables: 10472 kB
                    NFS_Unstable: 0 kB
                    Bounce: 0 kB
                    WritebackTmp: 0 kB
                    CommitLimit: 1548660 kB
                    Committed_AS: 3330324 kB
                    VmallocTotal: 1064960 kB
                    VmallocUsed: 0 kB
                    VmallocChunk: 0 kB
                    CmaTotal: 8192 kB
                    CmaFree: 6724 kB
                    2019-03-06 09:16:13.197 - debug: rpi2.0 ---> REGEXP: /MemTotal:\s+(\d+)/
                    2019-03-06 09:16:13.198 - debug: rpi2.0 GROUPS: 2
                    2019-03-06 09:16:13.198 - debug: rpi2.0 ---> POST: $1/1024
                    2019-03-06 09:16:13.198 - debug: rpi2.0 PARSING: memory_free
                    2019-03-06 09:16:13.199 - debug: rpi2.0 ---> cat /proc/meminfo
                    2019-03-06 09:16:13.227 - debug: rpi2.0 ------------- MemTotal: 1000180 kB
                    MemFree: 54092 kB
                    MemAvailable: 103408 kB
                    Buffers: 7108 kB
                    Cached: 86912 kB
                    SwapCached: 28160 kB
                    Active: 437668 kB
                    Inactive: 442192 kB
                    Active(anon): 389196 kB
                    Inactive(anon): 404552 kB
                    Active(file): 48472 kB
                    Inactive(file): 37640 kB
                    Unevictable: 0 kB
                    Mlocked: 0 kB
                    SwapTotal: 1048572 kB
                    SwapFree: 762672 kB
                    Dirty: 220 kB
                    Writeback: 0 kB
                    AnonPages: 779768 kB
                    Mapped: 61192 kB
                    Shmem: 7908 kB
                    Slab: 30288 kB
                    SReclaimable: 16456 kB
                    SUnreclaim: 13832 kB
                    KernelStack: 3744 kB
                    PageTables: 10468 kB
                    NFS_Unstable: 0 kB
                    Bounce: 0 kB
                    WritebackTmp: 0 kB
                    CommitLimit: 1548660 kB
                    Committed_AS: 3330296 kB
                    VmallocTotal: 1064960 kB
                    VmallocUsed: 0 kB
                    VmallocChunk: 0 kB
                    CmaTotal: 8192 kB
                    CmaFree: 6724 kB
                    2019-03-06 09:16:13.234 - debug: rpi2.0 ---> REGEXP: /MemFree:\s+(\d+)/
                    2019-03-06 09:16:13.235 - debug: rpi2.0 GROUPS: 2
                    2019-03-06 09:16:13.235 - debug: rpi2.0 ---> POST: $1/1024
                    2019-03-06 09:16:13.235 - debug: rpi2.0 PARSING: memory_available
                    2019-03-06 09:16:13.236 - debug: rpi2.0 ---> cat /proc/meminfo
                    2019-03-06 09:16:13.260 - debug: rpi2.0 ------------- MemTotal: 1000180 kB
                    MemFree: 54108 kB
                    MemAvailable: 103424 kB
                    Buffers: 7108 kB
                    Cached: 86912 kB
                    SwapCached: 28160 kB
                    Active: 437636 kB
                    Inactive: 442192 kB
                    Active(anon): 389164 kB
                    Inactive(anon): 404552 kB
                    Active(file): 48472 kB
                    Inactive(file): 37640 kB
                    Unevictable: 0 kB
                    Mlocked: 0 kB
                    SwapTotal: 1048572 kB
                    SwapFree: 762672 kB
                    Dirty: 220 kB
                    Writeback: 0 kB
                    AnonPages: 779796 kB
                    Mapped: 61192 kB
                    Shmem: 7908 kB
                    Slab: 30288 kB
                    SReclaimable: 16456 kB
                    SUnreclaim: 13832 kB
                    KernelStack: 3744 kB
                    PageTables: 10476 kB
                    NFS_Unstable: 0 kB
                    Bounce: 0 kB
                    WritebackTmp: 0 kB
                    CommitLimit: 1548660 kB
                    Committed_AS: 3330644 kB
                    VmallocTotal: 1064960 kB
                    VmallocUsed: 0 kB
                    VmallocChunk: 0 kB
                    CmaTotal: 8192 kB
                    CmaFree: 6724 kB
                    2019-03-06 09:16:13.261 - debug: rpi2.0 ---> REGEXP: /MemAvailable:\s+(\d+)/m
                    2019-03-06 09:16:13.261 - debug: rpi2.0 GROUPS: 2
                    2019-03-06 09:16:13.262 - debug: rpi2.0 ---> POST: $1/1024
                    2019-03-06 09:16:13.262 - debug: rpi2.0 PARSING: network
                    2019-03-06 09:16:13.262 - debug: rpi2.0 PARSING: net_received
                    2019-03-06 09:16:13.262 - debug: rpi2.0 ---> cat /sys/class/net/eth0/statistics/rx_bytes
                    2019-03-06 09:16:13.288 - debug: rpi2.0 ------------- 5844530
                    2019-03-06 09:16:13.288 - debug: rpi2.0 ---> REGEXP: /(.
                    )/
                    2019-03-06 09:16:13.288 - debug: rpi2.0 GROUPS: 2
                    2019-03-06 09:16:13.289 - debug: rpi2.0 ---> POST: $1*-1
                    2019-03-06 09:16:13.289 - debug: rpi2.0 PARSING: net_send
                    2019-03-06 09:16:13.295 - debug: rpi2.0 ---> cat /sys/class/net/eth0/statistics/tx_bytes
                    2019-03-06 09:16:13.320 - debug: rpi2.0 ------------- 7502954
                    2019-03-06 09:16:13.321 - debug: rpi2.0 ---> REGEXP: /(.)/
                    2019-03-06 09:16:13.321 - debug: rpi2.0 GROUPS: 2
                    2019-03-06 09:16:13.321 - debug: rpi2.0 ---> POST:
                    2019-03-06 09:16:13.321 - debug: rpi2.0 PARSING: sdcard
                    2019-03-06 09:16:13.322 - debug: rpi2.0 PARSING: sdcard_root_total
                    2019-03-06 09:16:13.322 - debug: rpi2.0 ---> df /
                    2019-03-06 09:16:13.348 - debug: rpi2.0 ------------- Dateisystem 1K-Blöcke Benutzt Verfügbar Verw% Eingehängt auf
                    /dev/root 8058996 6368196 1342008 83% /
                    2019-03-06 09:16:13.350 - debug: rpi2.0 ---> REGEXP: /\S+\s+(\d+).
                    /$/m
                    2019-03-06 09:16:13.350 - debug: rpi2.0 GROUPS: 2
                    2019-03-06 09:16:13.350 - debug: rpi2.0 ---> POST: $1/1024
                    2019-03-06 09:16:13.351 - debug: rpi2.0 PARSING: sdcard_boot_total
                    2019-03-06 09:16:13.351 - debug: rpi2.0 ---> df /boot
                    2019-03-06 09:16:13.380 - debug: rpi2.0 ------------- Dateisystem 1K-Blöcke Benutzt Verfügbar Verw% Eingehängt auf
                    /dev/sda1 42131 22390 19741 54% /boot
                    2019-03-06 09:16:13.381 - debug: rpi2.0 ---> REGEXP: /\S+\s+(\d+)./boot$/m
                    2019-03-06 09:16:13.387 - debug: rpi2.0 GROUPS: 2
                    2019-03-06 09:16:13.387 - debug: rpi2.0 ---> POST: $1/1024
                    2019-03-06 09:16:13.388 - debug: rpi2.0 PARSING: sdcard_root_used
                    2019-03-06 09:16:13.388 - debug: rpi2.0 ---> df /
                    2019-03-06 09:16:13.414 - debug: rpi2.0 ------------- Dateisystem 1K-Blöcke Benutzt Verfügbar Verw% Eingehängt auf
                    /dev/root 8058996 6368196 1342008 83% /
                    2019-03-06 09:16:13.415 - debug: rpi2.0 ---> REGEXP: /\S+\s+\d+\s+(\d+).
                    /$/m
                    2019-03-06 09:16:13.416 - debug: rpi2.0 GROUPS: 2
                    2019-03-06 09:16:13.416 - debug: rpi2.0 ---> POST: $1/1024
                    2019-03-06 09:16:13.416 - debug: rpi2.0 PARSING: sdcard_boot_used
                    2019-03-06 09:16:13.416 - debug: rpi2.0 ---> df /boot
                    2019-03-06 09:16:13.443 - debug: rpi2.0 ------------- Dateisystem 1K-Blöcke Benutzt Verfügbar Verw% Eingehängt auf
                    /dev/sda1 42131 22390 19741 54% /boot
                    2019-03-06 09:16:13.444 - debug: rpi2.0 ---> REGEXP: /\S+\s+\d+\s+(\d+)./boot$/m
                    2019-03-06 09:16:13.444 - debug: rpi2.0 GROUPS: 2
                    2019-03-06 09:16:13.444 - debug: rpi2.0 ---> POST: $1/1024
                    2019-03-06 09:16:13.445 - debug: rpi2.0 PARSING: swap
                    2019-03-06 09:16:13.445 - debug: rpi2.0 PARSING: swap_total
                    2019-03-06 09:16:13.445 - debug: rpi2.0 ---> cat /proc/meminfo
                    2019-03-06 09:16:13.476 - debug: rpi2.0 ------------- MemTotal: 1000180 kB
                    MemFree: 53348 kB
                    MemAvailable: 102664 kB
                    Buffers: 7108 kB
                    Cached: 86912 kB
                    SwapCached: 28160 kB
                    Active: 437892 kB
                    Inactive: 442192 kB
                    Active(anon): 389420 kB
                    Inactive(anon): 404552 kB
                    Active(file): 48472 kB
                    Inactive(file): 37640 kB
                    Unevictable: 0 kB
                    Mlocked: 0 kB
                    SwapTotal: 1048572 kB
                    SwapFree: 762672 kB
                    Dirty: 220 kB
                    Writeback: 0 kB
                    AnonPages: 779984 kB
                    Mapped: 61192 kB
                    Shmem: 7908 kB
                    Slab: 30288 kB
                    SReclaimable: 16456 kB
                    SUnreclaim: 13832 kB
                    KernelStack: 3744 kB
                    PageTables: 10472 kB
                    NFS_Unstable: 0 kB
                    Bounce: 0 kB
                    WritebackTmp: 0 kB
                    CommitLimit: 1548660 kB
                    Committed_AS: 3329604 kB
                    VmallocTotal: 1064960 kB
                    VmallocUsed: 0 kB
                    VmallocChunk: 0 kB
                    CmaTotal: 8192 kB
                    CmaFree: 6724 kB
                    2019-03-06 09:16:13.477 - debug: rpi2.0 ---> REGEXP: /SwapTotal:\s+(\d+)/m
                    2019-03-06 09:16:13.477 - debug: rpi2.0 GROUPS: 2
                    2019-03-06 09:16:13.477 - debug: rpi2.0 ---> POST: $1/1024
                    2019-03-06 09:16:13.478 - debug: rpi2.0 PARSING: swap_used
                    2019-03-06 09:16:13.478 - debug: rpi2.0 ---> cat /proc/meminfo
                    2019-03-06 09:16:13.503 - debug: rpi2.0 ------------- MemTotal: 1000180 kB
                    MemFree: 53488 kB
                    MemAvailable: 102804 kB
                    Buffers: 7108 kB
                    Cached: 86912 kB
                    SwapCached: 28160 kB
                    Active: 437908 kB
                    Inactive: 442192 kB
                    Active(anon): 389436 kB
                    Inactive(anon): 404552 kB
                    Active(file): 48472 kB
                    Inactive(file): 37640 kB
                    Unevictable: 0 kB
                    Mlocked: 0 kB
                    SwapTotal: 1048572 kB
                    SwapFree: 762672 kB
                    Dirty: 220 kB
                    Writeback: 0 kB
                    AnonPages: 780008 kB
                    Mapped: 61192 kB
                    Shmem: 7908 kB
                    Slab: 30288 kB
                    SReclaimable: 16456 kB
                    SUnreclaim: 13832 kB
                    KernelStack: 3744 kB
                    PageTables: 10472 kB
                    NFS_Unstable: 0 kB
                    Bounce: 0 kB
                    WritebackTmp: 0 kB
                    CommitLimit: 1548660 kB
                    Committed_AS: 3329604 kB
                    VmallocTotal: 1064960 kB
                    VmallocUsed: 0 kB
                    VmallocChunk: 0 kB
                    CmaTotal: 8192 kB
                    CmaFree: 6724 kB
                    2019-03-06 09:16:13.504 - debug: rpi2.0 ---> REGEXP: /SwapFree:\s+(\d+)/m
                    2019-03-06 09:16:13.505 - debug: rpi2.0 GROUPS: 2
                    2019-03-06 09:16:13.505 - debug: rpi2.0 ---> POST: (rpi.swap_total - $1)/1024
                    2019-03-06 09:16:13.505 - debug: rpi2.0 PARSING: temperature
                    2019-03-06 09:16:13.506 - debug: rpi2.0 PARSING: soc_temp
                    2019-03-06 09:16:13.506 - debug: rpi2.0 ---> cat /sys/devices/virtual/thermal/thermal_zone0/temp
                    2019-03-06 09:16:13.539 - debug: rpi2.0 ------------- 47236
                    2019-03-06 09:16:13.540 - debug: rpi2.0 ---> REGEXP: /(.
                    )/
                    2019-03-06 09:16:13.548 - debug: rpi2.0 GROUPS: 2
                    2019-03-06 09:16:13.548 - debug: rpi2.0 ---> POST: $1/1000
                    2019-03-06 09:16:13.549 - debug: rpi2.0 PARSING: uptime
                    2019-03-06 09:16:13.549 - debug: rpi2.0 PARSING: uptime
                    2019-03-06 09:16:13.550 - debug: rpi2.0 ---> cat /proc/uptime
                    2019-03-06 09:16:13.575 - debug: rpi2.0 ------------- 677.80 1853.58
                    2019-03-06 09:16:13.575 - debug: rpi2.0 ---> REGEXP: /(^\S+)/
                    2019-03-06 09:16:13.576 - debug: rpi2.0 GROUPS: 2
                    2019-03-06 09:16:13.576 - debug: rpi2.0 ---> POST:
                    2019-03-06 09:16:13.576 - debug: rpi2.0 PARSING: wlan
                    2019-03-06 09:16:13.576 - debug: rpi2.0 PARSING: wifi_received
                    2019-03-06 09:16:13.577 - debug: rpi2.0 ---> cat /sys/class/net/wlan0/statistics/rx_bytes
                    2019-03-06 09:16:13.604 - debug: rpi2.0 ------------- 4194354
                    2019-03-06 09:16:13.605 - debug: rpi2.0 ---> REGEXP: /(.)/
                    2019-03-06 09:16:13.605 - debug: rpi2.0 GROUPS: 2
                    2019-03-06 09:16:13.606 - debug: rpi2.0 ---> POST: $1
                    -1
                    2019-03-06 09:16:13.606 - debug: rpi2.0 PARSING: wifi_send
                    2019-03-06 09:16:13.607 - debug: rpi2.0 ---> cat /sys/class/net/wlan0/statistics/tx_bytes
                    2019-03-06 09:16:13.643 - debug: rpi2.0 ------------- 2306717
                    2019-03-06 09:16:13.643 - debug: rpi2.0 ---> REGEXP: /(.)/
                    2019-03-06 09:16:13.644 - debug: rpi2.0 GROUPS: 2
                    2019-03-06 09:16:13.644 - debug: rpi2.0 ---> POST:
                    2019-03-06 09:16:13.645 - debug: rpi2.0 PARSING: gpios
                    2019-03-06 09:16:13.645 - debug: rpi2.0 CURRENT = c_cpu undefined
                    2019-03-06 09:16:13.680 - debug: rpi2.0 0
                    2019-03-06 09:16:13.680 - debug: rpi2.0 CURRENT = c_raspberry undefined
                    2019-03-06 09:16:13.681 - debug: rpi2.0 0
                    2019-03-06 09:16:13.681 - debug: rpi2.0 CURRENT = c_memory undefined
                    2019-03-06 09:16:13.682 - debug: rpi2.0 0
                    2019-03-06 09:16:13.682 - debug: rpi2.0 CURRENT = c_network undefined
                    2019-03-06 09:16:13.682 - debug: rpi2.0 0
                    2019-03-06 09:16:13.682 - debug: rpi2.0 CURRENT = c_sdcard undefined
                    2019-03-06 09:16:13.683 - debug: rpi2.0 0
                    2019-03-06 09:16:13.683 - debug: rpi2.0 CURRENT = c_swap undefined
                    2019-03-06 09:16:13.683 - debug: rpi2.0 0
                    2019-03-06 09:16:13.683 - debug: rpi2.0 CURRENT = c_temperature undefined
                    2019-03-06 09:16:13.684 - debug: rpi2.0 0
                    2019-03-06 09:16:13.684 - debug: rpi2.0 CURRENT = c_uptime undefined
                    2019-03-06 09:16:13.695 - debug: rpi2.0 0
                    2019-03-06 09:16:13.695 - debug: rpi2.0 CURRENT = c_wlan undefined
                    2019-03-06 09:16:13.696 - debug: rpi2.0 0
                    2019-03-06 09:16:13.696 - debug: rpi2.0 CURRENT = interval undefined
                    2019-03-06 09:16:13.696 - debug: rpi2.0 -1
                    2019-03-06 09:16:13.697 - debug: rpi2.0 CURRENT = cpu true
                    2019-03-06 09:16:13.697 - debug: rpi2.0 -1
                    2019-03-06 09:16:13.701 - debug: rpi2.0 ---> POST: $1/1000 for cpu_frequency in [object Object]
                    2019-03-06 09:16:13.702 - error: rpi2.0 No Value found for cpu_frequency
                    2019-03-06 09:16:13.703 - debug: rpi2.0 ---> POST: for load1,load5,load15 in [object Object]
                    2019-03-06 09:16:13.704 - debug: rpi2.0 MATCHING: 1.04
                    2019-03-06 09:16:13.704 - debug: rpi2.0 NAME: load1 VALULE: 1.04
                    2019-03-06 09:16:13.705 - debug: rpi2.0 SETSTATE FOR rpi2.0.cpu.load1 VALUE = 1.04
                    2019-03-06 09:16:13.707 - debug: rpi2.0 MATCHING: 1.27
                    2019-03-06 09:16:13.707 - debug: rpi2.0 NAME: load5 VALULE: 1.27
                    2019-03-06 09:16:13.708 - debug: rpi2.0 SETSTATE FOR rpi2.0.cpu.load5 VALUE = 1.27
                    2019-03-06 09:16:13.709 - debug: rpi2.0 MATCHING: 0.83
                    2019-03-06 09:16:13.713 - debug: rpi2.0 NAME: load15 VALULE: 0.83
                    2019-03-06 09:16:13.714 - debug: rpi2.0 SETSTATE FOR rpi2.0.cpu.load15 VALUE = 0.83
                    2019-03-06 09:16:13.714 - debug: rpi2.0 ---> POST: for scaling_governor in [object Object]
                    2019-03-06 09:16:13.715 - debug: rpi2.0 SETSTATE FOR rpi2.0.cpu.scaling_governor VALUE = ondemand
                    2019-03-06 09:16:13.715 - debug: rpi2.0 CURRENT = raspberry false
                    2019-03-06 09:16:13.716 - debug: rpi2.0 -1
                    2019-03-06 09:16:13.716 - debug: rpi2.0 CURRENT = memory true
                    2019-03-06 09:16:13.717 - debug: rpi2.0 -1
                    2019-03-06 09:16:13.718 - debug: rpi2.0 ---> POST: $1/1024 for memory_total in [object Object]
                    2019-03-06 09:16:13.718 - debug: rpi2.0 VALUE: 1000180 POST: $1/1024
                    2019-03-06 09:16:13.719 - debug: rpi2.0 SETSTATE FOR rpi2.0.memory.memory_total VALUE = 976.74
                    2019-03-06 09:16:13.720 - debug: rpi2.0 ---> POST: $1/1024 for memory_free in [object Object]
                    2019-03-06 09:16:13.720 - debug: rpi2.0 VALUE: 54092 POST: $1/1024
                    2019-03-06 09:16:13.721 - debug: rpi2.0 SETSTATE FOR rpi2.0.memory.memory_free VALUE = 52.82
                    2019-03-06 09:16:13.722 - debug: rpi2.0 ---> POST: $1/1024 for memory_available in [object Object]
                    2019-03-06 09:16:13.722 - debug: rpi2.0 VALUE: 103424 POST: $1/1024
                    2019-03-06 09:16:13.726 - debug: rpi2.0 SETSTATE FOR rpi2.0.memory.memory_available VALUE = 101
                    2019-03-06 09:16:13.727 - debug: rpi2.0 CURRENT = network true
                    2019-03-06 09:16:13.727 - debug: rpi2.0 -1
                    2019-03-06 09:16:13.728 - debug: rpi2.0 ---> POST: $1
                    -1 for net_received in [object Object]
                    2019-03-06 09:16:13.729 - debug: rpi2.0 VALUE: 5844530 POST: $1*-1
                    2019-03-06 09:16:13.729 - debug: rpi2.0 SETSTATE FOR rpi2.0.network.net_received VALUE = -5844530
                    2019-03-06 09:16:13.730 - debug: rpi2.0 ---> POST: for net_send in [object Object]
                    2019-03-06 09:16:13.731 - debug: rpi2.0 SETSTATE FOR rpi2.0.network.net_send VALUE = 7502954
                    2019-03-06 09:16:13.731 - debug: rpi2.0 CURRENT = sdcard true
                    2019-03-06 09:16:13.731 - debug: rpi2.0 -1
                    2019-03-06 09:16:13.732 - debug: rpi2.0 ---> POST: $1/1024 for sdcard_root_total in [object Object]
                    2019-03-06 09:16:13.733 - debug: rpi2.0 VALUE: 8058996 POST: $1/1024
                    2019-03-06 09:16:13.733 - debug: rpi2.0 SETSTATE FOR rpi2.0.sdcard.sdcard_root_total VALUE = 7870.11
                    2019-03-06 09:16:13.734 - debug: rpi2.0 ---> POST: $1/1024 for sdcard_boot_total in [object Object]
                    2019-03-06 09:16:13.734 - debug: rpi2.0 VALUE: 42131 POST: $1/1024
                    2019-03-06 09:16:13.735 - debug: rpi2.0 SETSTATE FOR rpi2.0.sdcard.sdcard_boot_total VALUE = 41.14
                    2019-03-06 09:16:13.740 - debug: rpi2.0 ---> POST: $1/1024 for sdcard_root_used in [object Object]
                    2019-03-06 09:16:13.740 - debug: rpi2.0 VALUE: 6368196 POST: $1/1024
                    2019-03-06 09:16:13.741 - debug: rpi2.0 SETSTATE FOR rpi2.0.sdcard.sdcard_root_used VALUE = 6218.94
                    2019-03-06 09:16:13.741 - debug: rpi2.0 ---> POST: $1/1024 for sdcard_boot_used in [object Object]
                    2019-03-06 09:16:13.742 - debug: rpi2.0 VALUE: 22390 POST: $1/1024
                    2019-03-06 09:16:13.742 - debug: rpi2.0 SETSTATE FOR rpi2.0.sdcard.sdcard_boot_used VALUE = 21.87
                    2019-03-06 09:16:13.743 - debug: rpi2.0 CURRENT = swap true
                    2019-03-06 09:16:13.744 - debug: rpi2.0 -1
                    2019-03-06 09:16:13.744 - debug: rpi2.0 ---> POST: $1/1024 for swap_total in [object Object]
                    2019-03-06 09:16:13.745 - debug: rpi2.0 VALUE: 1048572 POST: $1/1024
                    2019-03-06 09:16:13.745 - debug: rpi2.0 SETSTATE FOR rpi2.0.swap.swap_total VALUE = 1024.00
                    2019-03-06 09:16:13.746 - debug: rpi2.0 ---> POST: (rpi.swap_total - $1)/1024 for swap_used in [object Object]
                    2019-03-06 09:16:13.746 - debug: rpi2.0 VALUE: 762672 POST: (rpi.swap_total - $1)/1024
                    2019-03-06 09:16:13.747 - debug: rpi2.0 SETSTATE FOR rpi2.0.swap.swap_used VALUE = 279.20
                    2019-03-06 09:16:13.748 - debug: rpi2.0 CURRENT = temperature true
                    2019-03-06 09:16:13.752 - debug: rpi2.0 -1
                    2019-03-06 09:16:13.753 - debug: rpi2.0 ---> POST: $1/1000 for soc_temp in [object Object]
                    2019-03-06 09:16:13.753 - debug: rpi2.0 VALUE: 47236 POST: $1/1000
                    2019-03-06 09:16:13.754 - debug: rpi2.0 SETSTATE FOR rpi2.0.temperature.soc_temp VALUE = 47.24
                    2019-03-06 09:16:13.754 - debug: rpi2.0 CURRENT = uptime true
                    2019-03-06 09:16:13.755 - debug: rpi2.0 -1
                    2019-03-06 09:16:13.756 - debug: rpi2.0 ---> POST: for uptime in [object Object]
                    2019-03-06 09:16:13.756 - debug: rpi2.0 SETSTATE FOR rpi2.0.uptime.uptime VALUE = 677.80
                    2019-03-06 09:16:13.757 - debug: rpi2.0 CURRENT = wlan true
                    2019-03-06 09:16:13.757 - debug: rpi2.0 -1
                    2019-03-06 09:16:13.758 - debug: rpi2.0 ---> POST: $1*-1 for wifi_received in [object Object]
                    2019-03-06 09:16:13.758 - debug: rpi2.0 VALUE: 4194354 POST: $1*-1
                    2019-03-06 09:16:13.759 - debug: rpi2.0 SETSTATE FOR rpi2.0.wlan.wifi_received VALUE = -4194354
                    2019-03-06 09:16:13.759 - debug: rpi2.0 ---> POST: for wifi_send in [object Object]
                    2019-03-06 09:16:13.760 - debug: rpi2.0 SETSTATE FOR rpi2.0.wlan.wifi_send VALUE = 2306717
                    2019-03-06 09:16:13.760 - debug: rpi2.0 CURRENT = gpios undefined
                    2019-03-06 09:16:13.766 - debug: rpi2.0 -1
                    2019-03-06 09:16:13.870 - debug: rpi2.0 stateChange for rpi2.0.cpu.load1 found state = {"val":"1.04","ack":true,"ts":1551860173707,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173707}
                    2019-03-06 09:16:13.874 - debug: rpi2.0 stateChange for rpi2.0.cpu.load5 found state = {"val":"1.27","ack":true,"ts":1551860173847,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173847}
                    2019-03-06 09:16:13.875 - debug: rpi2.0 stateChange for rpi2.0.cpu.load15 found state = {"val":"0.83","ack":true,"ts":1551860173849,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173849}
                    2019-03-06 09:16:13.876 - debug: rpi2.0 stateChange for rpi2.0.cpu.scaling_governor found state = {"val":"ondemand","ack":true,"ts":1551860173854,"q":0,"from":"system.adapter.rpi2.0","lc":1551860119837}
                    2019-03-06 09:16:13.881 - debug: rpi2.0 stateChange for rpi2.0.memory.memory_total found state = {"val":"976.74","ack":true,"ts":1551860173856,"q":0,"from":"system.adapter.rpi2.0","lc":1551860119838}
                    2019-03-06 09:16:13.883 - debug: rpi2.0 stateChange for rpi2.0.memory.memory_free found state = {"val":"52.82","ack":true,"ts":1551860173856,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173856}
                    2019-03-06 09:16:13.884 - debug: rpi2.0 stateChange for rpi2.0.memory.memory_available found state = {"val":101,"ack":true,"ts":1551860173857,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173857}
                    2019-03-06 09:16:13.885 - debug: rpi2.0 stateChange for rpi2.0.network.net_received found state = {"val":-5844530,"ack":true,"ts":1551860173858,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173858}
                    2019-03-06 09:16:13.887 - debug: rpi2.0 stateChange for rpi2.0.network.net_send found state = {"val":7502954,"ack":true,"ts":1551860173864,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173864}
                    2019-03-06 09:16:13.916 - debug: rpi2.0 stateChange for rpi2.0.sdcard.sdcard_root_total found state = {"val":"7870.11","ack":true,"ts":1551860173866,"q":0,"from":"system.adapter.rpi2.0","lc":1551860119841}
                    2019-03-06 09:16:13.917 - debug: rpi2.0 stateChange for rpi2.0.sdcard.sdcard_boot_total found state = {"val":"41.14","ack":true,"ts":1551860173867,"q":0,"from":"system.adapter.rpi2.0","lc":1551860119842}
                    2019-03-06 09:16:13.918 - debug: rpi2.0 stateChange for rpi2.0.sdcard.sdcard_root_used found state = {"val":"6218.94","ack":true,"ts":1551860173868,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173868}
                    2019-03-06 09:16:13.918 - debug: rpi2.0 stateChange for rpi2.0.sdcard.sdcard_boot_used found state = {"val":"21.87","ack":true,"ts":1551860173869,"q":0,"from":"system.adapter.rpi2.0","lc":1551860119843}
                    2019-03-06 09:16:13.919 - debug: rpi2.0 stateChange for rpi2.0.swap.swap_total found state = {"val":"1024.00","ack":true,"ts":1551860173869,"q":0,"from":"system.adapter.rpi2.0","lc":1551860119844}
                    2019-03-06 09:16:13.919 - debug: rpi2.0 stateChange for rpi2.0.swap.swap_used found state = {"val":"279.20","ack":true,"ts":1551860173870,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173870}
                    2019-03-06 09:16:13.920 - debug: rpi2.0 stateChange for rpi2.0.temperature.soc_temp found state = {"val":"47.24","ack":true,"ts":1551860173871,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173871}
                    2019-03-06 09:16:13.920 - debug: rpi2.0 stateChange for rpi2.0.uptime.uptime found state = {"val":"677.80","ack":true,"ts":1551860173872,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173872}
                    2019-03-06 09:16:13.921 - debug: rpi2.0 stateChange for rpi2.0.wlan.wifi_received found state = {"val":-4194354,"ack":true,"ts":1551860173873,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173873}
                    2019-03-06 09:16:13.922 - debug: rpi2.0 stateChange for rpi2.0.wlan.wifi_send found state = {"val":2306717,"ack":true,"ts":1551860173874,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173874}

                    AlCalzoneA HomoranH 2 Antworten Letzte Antwort
                    0
                    • Dr. BakteriusD Dr. Bakterius

                      @apollon77 Leider geht es auch mit dem Fixer vom 5.3. noch nicht. Vom rpi2-Adapter kommen immer noch Fehlermeldungen bezüglich Zugriffsrechte. Zuerst vier, nach einer Neuinstallation des Adapters nur noch die cpu_frequency.

                      Hier das Log:

                      2019-03-06 09:15:37.833 - info: host.raspberrypi object change system.adapter.rpi2.0
                      2019-03-06 09:15:37.834 - info: host.raspberrypi stopInstance system.adapter.rpi2.0
                      2019-03-06 09:15:37.835 - info: host.raspberrypi stopInstance system.adapter.rpi2.0 killing pid 3674
                      2019-03-06 09:15:37.881 - error: Caught by controller[0]: cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Keine Berechtigung
                      2019-03-06 09:15:37.882 - info: host.raspberrypi instance system.adapter.rpi2.0 terminated with code 0 (OK)
                      2019-03-06 09:15:40.407 - info: host.raspberrypi instance system.adapter.rpi2.0 started with pid 3808
                      2019-03-06 09:15:41.862 - info: rpi2.0 starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.rpi2, node: v8.15.1
                      2019-03-06 09:15:49.243 - error: rpi2.0 No Value found for cpu_frequency
                      2019-03-06 09:15:52.870 - info: host.raspberrypi object change system.adapter.rpi2.0
                      2019-03-06 09:15:52.871 - info: host.raspberrypi "system.adapter.rpi2.0" disabled
                      2019-03-06 09:15:52.871 - info: host.raspberrypi stopInstance system.adapter.rpi2.0
                      2019-03-06 09:15:52.871 - info: host.raspberrypi stopInstance system.adapter.rpi2.0 killing pid 3808
                      2019-03-06 09:15:52.939 - error: Caught by controller[0]: cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Keine Berechtigung
                      2019-03-06 09:15:52.940 - info: host.raspberrypi instance system.adapter.rpi2.0 terminated with code 0 (OK)
                      2019-03-06 09:15:57.717 - info: host.raspberrypi object change system.adapter.rpi2.0
                      2019-03-06 09:16:04.987 - info: host.raspberrypi object change system.adapter.rpi2.0
                      2019-03-06 09:16:04.987 - info: host.raspberrypi "system.adapter.rpi2.0" enabled
                      2019-03-06 09:16:05.011 - info: host.raspberrypi instance system.adapter.rpi2.0 started with pid 3948
                      2019-03-06 09:16:06.057 - debug: rpi2.0 objectDB connected
                      2019-03-06 09:16:06.129 - debug: rpi2.0 statesDB connected
                      2019-03-06 09:16:06.256 - info: rpi2.0 starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.rpi2, node: v8.15.1
                      2019-03-06 09:16:08.258 - debug: rpi2.0 system.adapter.admin.0: logging true
                      2019-03-06 09:16:13.059 - debug: rpi2.0 received all objects
                      2019-03-06 09:16:13.060 - debug: rpi2.0 NODE Version = v8.15.1, we need new execSync
                      2019-03-06 09:16:13.063 - debug: rpi2.0 start parsing
                      2019-03-06 09:16:13.063 - debug: rpi2.0 PARSING: c_cpu
                      2019-03-06 09:16:13.064 - debug: rpi2.0 PARSING: c_raspberry
                      2019-03-06 09:16:13.064 - debug: rpi2.0 PARSING: c_memory
                      2019-03-06 09:16:13.064 - debug: rpi2.0 PARSING: c_network
                      2019-03-06 09:16:13.064 - debug: rpi2.0 PARSING: c_sdcard
                      2019-03-06 09:16:13.064 - debug: rpi2.0 PARSING: c_swap
                      2019-03-06 09:16:13.065 - debug: rpi2.0 PARSING: c_temperature
                      2019-03-06 09:16:13.065 - debug: rpi2.0 PARSING: c_uptime
                      2019-03-06 09:16:13.065 - debug: rpi2.0 PARSING: c_wlan
                      2019-03-06 09:16:13.065 - debug: rpi2.0 PARSING: interval
                      2019-03-06 09:16:13.065 - debug: rpi2.0 PARSING: cpu
                      2019-03-06 09:16:13.066 - debug: rpi2.0 PARSING: cpu_frequency
                      2019-03-06 09:16:13.066 - debug: rpi2.0 ---> cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
                      2019-03-06 09:16:13.105 - debug: rpi2.0 Error: Command failed: cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
                      cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Keine Berechtigung
                      at checkExecSyncError (child_process.js:607:13)
                      at execSync (child_process.js:647:13)
                      at parser (/opt/iobroker/node_modules/iobroker.rpi2/main.js:160:34)
                      at main (/opt/iobroker/node_modules/iobroker.rpi2/main.js:120:5)
                      at Socket. (/opt/iobroker/node_modules/iobroker.rpi2/main.js:43:13)
                      at Socket.onack (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:319:9)
                      at Socket.onpacket (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:244:12)
                      at Manager. (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                      at Manager.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/component-emitter/index.js:133:20)
                      at Manager.ondecoded (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/manager.js:345:8)
                      2019-03-06 09:16:13.107 - debug: rpi2.0 PARSING: load1,load5,load15
                      2019-03-06 09:16:13.108 - debug: rpi2.0 ---> cat /proc/loadavg
                      2019-03-06 09:16:13.133 - debug: rpi2.0 ------------- 1.04 1.27 0.83 1/463 4004
                      2019-03-06 09:16:13.134 - debug: rpi2.0 ---> REGEXP: /^(\S+)\s(\S+)\s(\S+)/
                      2019-03-06 09:16:13.134 - debug: rpi2.0 GROUPS: 4
                      2019-03-06 09:16:13.134 - debug: rpi2.0 MATCHING: 1.04
                      2019-03-06 09:16:13.134 - debug: rpi2.0 NAME: load1, VALULE: 1.04
                      2019-03-06 09:16:13.135 - debug: rpi2.0 MATCHING: 1.27
                      2019-03-06 09:16:13.135 - debug: rpi2.0 NAME: load5, VALULE: 1.27
                      2019-03-06 09:16:13.135 - debug: rpi2.0 MATCHING: 0.83
                      2019-03-06 09:16:13.135 - debug: rpi2.0 NAME: load15, VALULE: 0.83
                      2019-03-06 09:16:13.136 - debug: rpi2.0 PARSING: scaling_governor
                      2019-03-06 09:16:13.136 - debug: rpi2.0 ---> cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
                      2019-03-06 09:16:13.168 - debug: rpi2.0 ------------- ondemand
                      2019-03-06 09:16:13.168 - debug: rpi2.0 ---> REGEXP: /(.)/
                      2019-03-06 09:16:13.169 - debug: rpi2.0 GROUPS: 2
                      2019-03-06 09:16:13.169 - debug: rpi2.0 ---> POST:
                      2019-03-06 09:16:13.169 - debug: rpi2.0 PARSING: raspberry
                      2019-03-06 09:16:13.169 - debug: rpi2.0 PARSING: memory
                      2019-03-06 09:16:13.169 - debug: rpi2.0 PARSING: memory_total
                      2019-03-06 09:16:13.170 - debug: rpi2.0 ---> cat /proc/meminfo
                      2019-03-06 09:16:13.196 - debug: rpi2.0 ------------- MemTotal: 1000180 kB
                      MemFree: 54192 kB
                      MemAvailable: 103508 kB
                      Buffers: 7108 kB
                      Cached: 86912 kB
                      SwapCached: 28160 kB
                      Active: 437552 kB
                      Inactive: 442192 kB
                      Active(anon): 389080 kB
                      Inactive(anon): 404552 kB
                      Active(file): 48472 kB
                      Inactive(file): 37640 kB
                      Unevictable: 0 kB
                      Mlocked: 0 kB
                      SwapTotal: 1048572 kB
                      SwapFree: 762672 kB
                      Dirty: 220 kB
                      Writeback: 0 kB
                      AnonPages: 779648 kB
                      Mapped: 61192 kB
                      Shmem: 7908 kB
                      Slab: 30288 kB
                      SReclaimable: 16456 kB
                      SUnreclaim: 13832 kB
                      KernelStack: 3768 kB
                      PageTables: 10472 kB
                      NFS_Unstable: 0 kB
                      Bounce: 0 kB
                      WritebackTmp: 0 kB
                      CommitLimit: 1548660 kB
                      Committed_AS: 3330324 kB
                      VmallocTotal: 1064960 kB
                      VmallocUsed: 0 kB
                      VmallocChunk: 0 kB
                      CmaTotal: 8192 kB
                      CmaFree: 6724 kB
                      2019-03-06 09:16:13.197 - debug: rpi2.0 ---> REGEXP: /MemTotal:\s+(\d+)/
                      2019-03-06 09:16:13.198 - debug: rpi2.0 GROUPS: 2
                      2019-03-06 09:16:13.198 - debug: rpi2.0 ---> POST: $1/1024
                      2019-03-06 09:16:13.198 - debug: rpi2.0 PARSING: memory_free
                      2019-03-06 09:16:13.199 - debug: rpi2.0 ---> cat /proc/meminfo
                      2019-03-06 09:16:13.227 - debug: rpi2.0 ------------- MemTotal: 1000180 kB
                      MemFree: 54092 kB
                      MemAvailable: 103408 kB
                      Buffers: 7108 kB
                      Cached: 86912 kB
                      SwapCached: 28160 kB
                      Active: 437668 kB
                      Inactive: 442192 kB
                      Active(anon): 389196 kB
                      Inactive(anon): 404552 kB
                      Active(file): 48472 kB
                      Inactive(file): 37640 kB
                      Unevictable: 0 kB
                      Mlocked: 0 kB
                      SwapTotal: 1048572 kB
                      SwapFree: 762672 kB
                      Dirty: 220 kB
                      Writeback: 0 kB
                      AnonPages: 779768 kB
                      Mapped: 61192 kB
                      Shmem: 7908 kB
                      Slab: 30288 kB
                      SReclaimable: 16456 kB
                      SUnreclaim: 13832 kB
                      KernelStack: 3744 kB
                      PageTables: 10468 kB
                      NFS_Unstable: 0 kB
                      Bounce: 0 kB
                      WritebackTmp: 0 kB
                      CommitLimit: 1548660 kB
                      Committed_AS: 3330296 kB
                      VmallocTotal: 1064960 kB
                      VmallocUsed: 0 kB
                      VmallocChunk: 0 kB
                      CmaTotal: 8192 kB
                      CmaFree: 6724 kB
                      2019-03-06 09:16:13.234 - debug: rpi2.0 ---> REGEXP: /MemFree:\s+(\d+)/
                      2019-03-06 09:16:13.235 - debug: rpi2.0 GROUPS: 2
                      2019-03-06 09:16:13.235 - debug: rpi2.0 ---> POST: $1/1024
                      2019-03-06 09:16:13.235 - debug: rpi2.0 PARSING: memory_available
                      2019-03-06 09:16:13.236 - debug: rpi2.0 ---> cat /proc/meminfo
                      2019-03-06 09:16:13.260 - debug: rpi2.0 ------------- MemTotal: 1000180 kB
                      MemFree: 54108 kB
                      MemAvailable: 103424 kB
                      Buffers: 7108 kB
                      Cached: 86912 kB
                      SwapCached: 28160 kB
                      Active: 437636 kB
                      Inactive: 442192 kB
                      Active(anon): 389164 kB
                      Inactive(anon): 404552 kB
                      Active(file): 48472 kB
                      Inactive(file): 37640 kB
                      Unevictable: 0 kB
                      Mlocked: 0 kB
                      SwapTotal: 1048572 kB
                      SwapFree: 762672 kB
                      Dirty: 220 kB
                      Writeback: 0 kB
                      AnonPages: 779796 kB
                      Mapped: 61192 kB
                      Shmem: 7908 kB
                      Slab: 30288 kB
                      SReclaimable: 16456 kB
                      SUnreclaim: 13832 kB
                      KernelStack: 3744 kB
                      PageTables: 10476 kB
                      NFS_Unstable: 0 kB
                      Bounce: 0 kB
                      WritebackTmp: 0 kB
                      CommitLimit: 1548660 kB
                      Committed_AS: 3330644 kB
                      VmallocTotal: 1064960 kB
                      VmallocUsed: 0 kB
                      VmallocChunk: 0 kB
                      CmaTotal: 8192 kB
                      CmaFree: 6724 kB
                      2019-03-06 09:16:13.261 - debug: rpi2.0 ---> REGEXP: /MemAvailable:\s+(\d+)/m
                      2019-03-06 09:16:13.261 - debug: rpi2.0 GROUPS: 2
                      2019-03-06 09:16:13.262 - debug: rpi2.0 ---> POST: $1/1024
                      2019-03-06 09:16:13.262 - debug: rpi2.0 PARSING: network
                      2019-03-06 09:16:13.262 - debug: rpi2.0 PARSING: net_received
                      2019-03-06 09:16:13.262 - debug: rpi2.0 ---> cat /sys/class/net/eth0/statistics/rx_bytes
                      2019-03-06 09:16:13.288 - debug: rpi2.0 ------------- 5844530
                      2019-03-06 09:16:13.288 - debug: rpi2.0 ---> REGEXP: /(.
                      )/
                      2019-03-06 09:16:13.288 - debug: rpi2.0 GROUPS: 2
                      2019-03-06 09:16:13.289 - debug: rpi2.0 ---> POST: $1*-1
                      2019-03-06 09:16:13.289 - debug: rpi2.0 PARSING: net_send
                      2019-03-06 09:16:13.295 - debug: rpi2.0 ---> cat /sys/class/net/eth0/statistics/tx_bytes
                      2019-03-06 09:16:13.320 - debug: rpi2.0 ------------- 7502954
                      2019-03-06 09:16:13.321 - debug: rpi2.0 ---> REGEXP: /(.)/
                      2019-03-06 09:16:13.321 - debug: rpi2.0 GROUPS: 2
                      2019-03-06 09:16:13.321 - debug: rpi2.0 ---> POST:
                      2019-03-06 09:16:13.321 - debug: rpi2.0 PARSING: sdcard
                      2019-03-06 09:16:13.322 - debug: rpi2.0 PARSING: sdcard_root_total
                      2019-03-06 09:16:13.322 - debug: rpi2.0 ---> df /
                      2019-03-06 09:16:13.348 - debug: rpi2.0 ------------- Dateisystem 1K-Blöcke Benutzt Verfügbar Verw% Eingehängt auf
                      /dev/root 8058996 6368196 1342008 83% /
                      2019-03-06 09:16:13.350 - debug: rpi2.0 ---> REGEXP: /\S+\s+(\d+).
                      /$/m
                      2019-03-06 09:16:13.350 - debug: rpi2.0 GROUPS: 2
                      2019-03-06 09:16:13.350 - debug: rpi2.0 ---> POST: $1/1024
                      2019-03-06 09:16:13.351 - debug: rpi2.0 PARSING: sdcard_boot_total
                      2019-03-06 09:16:13.351 - debug: rpi2.0 ---> df /boot
                      2019-03-06 09:16:13.380 - debug: rpi2.0 ------------- Dateisystem 1K-Blöcke Benutzt Verfügbar Verw% Eingehängt auf
                      /dev/sda1 42131 22390 19741 54% /boot
                      2019-03-06 09:16:13.381 - debug: rpi2.0 ---> REGEXP: /\S+\s+(\d+)./boot$/m
                      2019-03-06 09:16:13.387 - debug: rpi2.0 GROUPS: 2
                      2019-03-06 09:16:13.387 - debug: rpi2.0 ---> POST: $1/1024
                      2019-03-06 09:16:13.388 - debug: rpi2.0 PARSING: sdcard_root_used
                      2019-03-06 09:16:13.388 - debug: rpi2.0 ---> df /
                      2019-03-06 09:16:13.414 - debug: rpi2.0 ------------- Dateisystem 1K-Blöcke Benutzt Verfügbar Verw% Eingehängt auf
                      /dev/root 8058996 6368196 1342008 83% /
                      2019-03-06 09:16:13.415 - debug: rpi2.0 ---> REGEXP: /\S+\s+\d+\s+(\d+).
                      /$/m
                      2019-03-06 09:16:13.416 - debug: rpi2.0 GROUPS: 2
                      2019-03-06 09:16:13.416 - debug: rpi2.0 ---> POST: $1/1024
                      2019-03-06 09:16:13.416 - debug: rpi2.0 PARSING: sdcard_boot_used
                      2019-03-06 09:16:13.416 - debug: rpi2.0 ---> df /boot
                      2019-03-06 09:16:13.443 - debug: rpi2.0 ------------- Dateisystem 1K-Blöcke Benutzt Verfügbar Verw% Eingehängt auf
                      /dev/sda1 42131 22390 19741 54% /boot
                      2019-03-06 09:16:13.444 - debug: rpi2.0 ---> REGEXP: /\S+\s+\d+\s+(\d+)./boot$/m
                      2019-03-06 09:16:13.444 - debug: rpi2.0 GROUPS: 2
                      2019-03-06 09:16:13.444 - debug: rpi2.0 ---> POST: $1/1024
                      2019-03-06 09:16:13.445 - debug: rpi2.0 PARSING: swap
                      2019-03-06 09:16:13.445 - debug: rpi2.0 PARSING: swap_total
                      2019-03-06 09:16:13.445 - debug: rpi2.0 ---> cat /proc/meminfo
                      2019-03-06 09:16:13.476 - debug: rpi2.0 ------------- MemTotal: 1000180 kB
                      MemFree: 53348 kB
                      MemAvailable: 102664 kB
                      Buffers: 7108 kB
                      Cached: 86912 kB
                      SwapCached: 28160 kB
                      Active: 437892 kB
                      Inactive: 442192 kB
                      Active(anon): 389420 kB
                      Inactive(anon): 404552 kB
                      Active(file): 48472 kB
                      Inactive(file): 37640 kB
                      Unevictable: 0 kB
                      Mlocked: 0 kB
                      SwapTotal: 1048572 kB
                      SwapFree: 762672 kB
                      Dirty: 220 kB
                      Writeback: 0 kB
                      AnonPages: 779984 kB
                      Mapped: 61192 kB
                      Shmem: 7908 kB
                      Slab: 30288 kB
                      SReclaimable: 16456 kB
                      SUnreclaim: 13832 kB
                      KernelStack: 3744 kB
                      PageTables: 10472 kB
                      NFS_Unstable: 0 kB
                      Bounce: 0 kB
                      WritebackTmp: 0 kB
                      CommitLimit: 1548660 kB
                      Committed_AS: 3329604 kB
                      VmallocTotal: 1064960 kB
                      VmallocUsed: 0 kB
                      VmallocChunk: 0 kB
                      CmaTotal: 8192 kB
                      CmaFree: 6724 kB
                      2019-03-06 09:16:13.477 - debug: rpi2.0 ---> REGEXP: /SwapTotal:\s+(\d+)/m
                      2019-03-06 09:16:13.477 - debug: rpi2.0 GROUPS: 2
                      2019-03-06 09:16:13.477 - debug: rpi2.0 ---> POST: $1/1024
                      2019-03-06 09:16:13.478 - debug: rpi2.0 PARSING: swap_used
                      2019-03-06 09:16:13.478 - debug: rpi2.0 ---> cat /proc/meminfo
                      2019-03-06 09:16:13.503 - debug: rpi2.0 ------------- MemTotal: 1000180 kB
                      MemFree: 53488 kB
                      MemAvailable: 102804 kB
                      Buffers: 7108 kB
                      Cached: 86912 kB
                      SwapCached: 28160 kB
                      Active: 437908 kB
                      Inactive: 442192 kB
                      Active(anon): 389436 kB
                      Inactive(anon): 404552 kB
                      Active(file): 48472 kB
                      Inactive(file): 37640 kB
                      Unevictable: 0 kB
                      Mlocked: 0 kB
                      SwapTotal: 1048572 kB
                      SwapFree: 762672 kB
                      Dirty: 220 kB
                      Writeback: 0 kB
                      AnonPages: 780008 kB
                      Mapped: 61192 kB
                      Shmem: 7908 kB
                      Slab: 30288 kB
                      SReclaimable: 16456 kB
                      SUnreclaim: 13832 kB
                      KernelStack: 3744 kB
                      PageTables: 10472 kB
                      NFS_Unstable: 0 kB
                      Bounce: 0 kB
                      WritebackTmp: 0 kB
                      CommitLimit: 1548660 kB
                      Committed_AS: 3329604 kB
                      VmallocTotal: 1064960 kB
                      VmallocUsed: 0 kB
                      VmallocChunk: 0 kB
                      CmaTotal: 8192 kB
                      CmaFree: 6724 kB
                      2019-03-06 09:16:13.504 - debug: rpi2.0 ---> REGEXP: /SwapFree:\s+(\d+)/m
                      2019-03-06 09:16:13.505 - debug: rpi2.0 GROUPS: 2
                      2019-03-06 09:16:13.505 - debug: rpi2.0 ---> POST: (rpi.swap_total - $1)/1024
                      2019-03-06 09:16:13.505 - debug: rpi2.0 PARSING: temperature
                      2019-03-06 09:16:13.506 - debug: rpi2.0 PARSING: soc_temp
                      2019-03-06 09:16:13.506 - debug: rpi2.0 ---> cat /sys/devices/virtual/thermal/thermal_zone0/temp
                      2019-03-06 09:16:13.539 - debug: rpi2.0 ------------- 47236
                      2019-03-06 09:16:13.540 - debug: rpi2.0 ---> REGEXP: /(.
                      )/
                      2019-03-06 09:16:13.548 - debug: rpi2.0 GROUPS: 2
                      2019-03-06 09:16:13.548 - debug: rpi2.0 ---> POST: $1/1000
                      2019-03-06 09:16:13.549 - debug: rpi2.0 PARSING: uptime
                      2019-03-06 09:16:13.549 - debug: rpi2.0 PARSING: uptime
                      2019-03-06 09:16:13.550 - debug: rpi2.0 ---> cat /proc/uptime
                      2019-03-06 09:16:13.575 - debug: rpi2.0 ------------- 677.80 1853.58
                      2019-03-06 09:16:13.575 - debug: rpi2.0 ---> REGEXP: /(^\S+)/
                      2019-03-06 09:16:13.576 - debug: rpi2.0 GROUPS: 2
                      2019-03-06 09:16:13.576 - debug: rpi2.0 ---> POST:
                      2019-03-06 09:16:13.576 - debug: rpi2.0 PARSING: wlan
                      2019-03-06 09:16:13.576 - debug: rpi2.0 PARSING: wifi_received
                      2019-03-06 09:16:13.577 - debug: rpi2.0 ---> cat /sys/class/net/wlan0/statistics/rx_bytes
                      2019-03-06 09:16:13.604 - debug: rpi2.0 ------------- 4194354
                      2019-03-06 09:16:13.605 - debug: rpi2.0 ---> REGEXP: /(.)/
                      2019-03-06 09:16:13.605 - debug: rpi2.0 GROUPS: 2
                      2019-03-06 09:16:13.606 - debug: rpi2.0 ---> POST: $1
                      -1
                      2019-03-06 09:16:13.606 - debug: rpi2.0 PARSING: wifi_send
                      2019-03-06 09:16:13.607 - debug: rpi2.0 ---> cat /sys/class/net/wlan0/statistics/tx_bytes
                      2019-03-06 09:16:13.643 - debug: rpi2.0 ------------- 2306717
                      2019-03-06 09:16:13.643 - debug: rpi2.0 ---> REGEXP: /(.)/
                      2019-03-06 09:16:13.644 - debug: rpi2.0 GROUPS: 2
                      2019-03-06 09:16:13.644 - debug: rpi2.0 ---> POST:
                      2019-03-06 09:16:13.645 - debug: rpi2.0 PARSING: gpios
                      2019-03-06 09:16:13.645 - debug: rpi2.0 CURRENT = c_cpu undefined
                      2019-03-06 09:16:13.680 - debug: rpi2.0 0
                      2019-03-06 09:16:13.680 - debug: rpi2.0 CURRENT = c_raspberry undefined
                      2019-03-06 09:16:13.681 - debug: rpi2.0 0
                      2019-03-06 09:16:13.681 - debug: rpi2.0 CURRENT = c_memory undefined
                      2019-03-06 09:16:13.682 - debug: rpi2.0 0
                      2019-03-06 09:16:13.682 - debug: rpi2.0 CURRENT = c_network undefined
                      2019-03-06 09:16:13.682 - debug: rpi2.0 0
                      2019-03-06 09:16:13.682 - debug: rpi2.0 CURRENT = c_sdcard undefined
                      2019-03-06 09:16:13.683 - debug: rpi2.0 0
                      2019-03-06 09:16:13.683 - debug: rpi2.0 CURRENT = c_swap undefined
                      2019-03-06 09:16:13.683 - debug: rpi2.0 0
                      2019-03-06 09:16:13.683 - debug: rpi2.0 CURRENT = c_temperature undefined
                      2019-03-06 09:16:13.684 - debug: rpi2.0 0
                      2019-03-06 09:16:13.684 - debug: rpi2.0 CURRENT = c_uptime undefined
                      2019-03-06 09:16:13.695 - debug: rpi2.0 0
                      2019-03-06 09:16:13.695 - debug: rpi2.0 CURRENT = c_wlan undefined
                      2019-03-06 09:16:13.696 - debug: rpi2.0 0
                      2019-03-06 09:16:13.696 - debug: rpi2.0 CURRENT = interval undefined
                      2019-03-06 09:16:13.696 - debug: rpi2.0 -1
                      2019-03-06 09:16:13.697 - debug: rpi2.0 CURRENT = cpu true
                      2019-03-06 09:16:13.697 - debug: rpi2.0 -1
                      2019-03-06 09:16:13.701 - debug: rpi2.0 ---> POST: $1/1000 for cpu_frequency in [object Object]
                      2019-03-06 09:16:13.702 - error: rpi2.0 No Value found for cpu_frequency
                      2019-03-06 09:16:13.703 - debug: rpi2.0 ---> POST: for load1,load5,load15 in [object Object]
                      2019-03-06 09:16:13.704 - debug: rpi2.0 MATCHING: 1.04
                      2019-03-06 09:16:13.704 - debug: rpi2.0 NAME: load1 VALULE: 1.04
                      2019-03-06 09:16:13.705 - debug: rpi2.0 SETSTATE FOR rpi2.0.cpu.load1 VALUE = 1.04
                      2019-03-06 09:16:13.707 - debug: rpi2.0 MATCHING: 1.27
                      2019-03-06 09:16:13.707 - debug: rpi2.0 NAME: load5 VALULE: 1.27
                      2019-03-06 09:16:13.708 - debug: rpi2.0 SETSTATE FOR rpi2.0.cpu.load5 VALUE = 1.27
                      2019-03-06 09:16:13.709 - debug: rpi2.0 MATCHING: 0.83
                      2019-03-06 09:16:13.713 - debug: rpi2.0 NAME: load15 VALULE: 0.83
                      2019-03-06 09:16:13.714 - debug: rpi2.0 SETSTATE FOR rpi2.0.cpu.load15 VALUE = 0.83
                      2019-03-06 09:16:13.714 - debug: rpi2.0 ---> POST: for scaling_governor in [object Object]
                      2019-03-06 09:16:13.715 - debug: rpi2.0 SETSTATE FOR rpi2.0.cpu.scaling_governor VALUE = ondemand
                      2019-03-06 09:16:13.715 - debug: rpi2.0 CURRENT = raspberry false
                      2019-03-06 09:16:13.716 - debug: rpi2.0 -1
                      2019-03-06 09:16:13.716 - debug: rpi2.0 CURRENT = memory true
                      2019-03-06 09:16:13.717 - debug: rpi2.0 -1
                      2019-03-06 09:16:13.718 - debug: rpi2.0 ---> POST: $1/1024 for memory_total in [object Object]
                      2019-03-06 09:16:13.718 - debug: rpi2.0 VALUE: 1000180 POST: $1/1024
                      2019-03-06 09:16:13.719 - debug: rpi2.0 SETSTATE FOR rpi2.0.memory.memory_total VALUE = 976.74
                      2019-03-06 09:16:13.720 - debug: rpi2.0 ---> POST: $1/1024 for memory_free in [object Object]
                      2019-03-06 09:16:13.720 - debug: rpi2.0 VALUE: 54092 POST: $1/1024
                      2019-03-06 09:16:13.721 - debug: rpi2.0 SETSTATE FOR rpi2.0.memory.memory_free VALUE = 52.82
                      2019-03-06 09:16:13.722 - debug: rpi2.0 ---> POST: $1/1024 for memory_available in [object Object]
                      2019-03-06 09:16:13.722 - debug: rpi2.0 VALUE: 103424 POST: $1/1024
                      2019-03-06 09:16:13.726 - debug: rpi2.0 SETSTATE FOR rpi2.0.memory.memory_available VALUE = 101
                      2019-03-06 09:16:13.727 - debug: rpi2.0 CURRENT = network true
                      2019-03-06 09:16:13.727 - debug: rpi2.0 -1
                      2019-03-06 09:16:13.728 - debug: rpi2.0 ---> POST: $1
                      -1 for net_received in [object Object]
                      2019-03-06 09:16:13.729 - debug: rpi2.0 VALUE: 5844530 POST: $1*-1
                      2019-03-06 09:16:13.729 - debug: rpi2.0 SETSTATE FOR rpi2.0.network.net_received VALUE = -5844530
                      2019-03-06 09:16:13.730 - debug: rpi2.0 ---> POST: for net_send in [object Object]
                      2019-03-06 09:16:13.731 - debug: rpi2.0 SETSTATE FOR rpi2.0.network.net_send VALUE = 7502954
                      2019-03-06 09:16:13.731 - debug: rpi2.0 CURRENT = sdcard true
                      2019-03-06 09:16:13.731 - debug: rpi2.0 -1
                      2019-03-06 09:16:13.732 - debug: rpi2.0 ---> POST: $1/1024 for sdcard_root_total in [object Object]
                      2019-03-06 09:16:13.733 - debug: rpi2.0 VALUE: 8058996 POST: $1/1024
                      2019-03-06 09:16:13.733 - debug: rpi2.0 SETSTATE FOR rpi2.0.sdcard.sdcard_root_total VALUE = 7870.11
                      2019-03-06 09:16:13.734 - debug: rpi2.0 ---> POST: $1/1024 for sdcard_boot_total in [object Object]
                      2019-03-06 09:16:13.734 - debug: rpi2.0 VALUE: 42131 POST: $1/1024
                      2019-03-06 09:16:13.735 - debug: rpi2.0 SETSTATE FOR rpi2.0.sdcard.sdcard_boot_total VALUE = 41.14
                      2019-03-06 09:16:13.740 - debug: rpi2.0 ---> POST: $1/1024 for sdcard_root_used in [object Object]
                      2019-03-06 09:16:13.740 - debug: rpi2.0 VALUE: 6368196 POST: $1/1024
                      2019-03-06 09:16:13.741 - debug: rpi2.0 SETSTATE FOR rpi2.0.sdcard.sdcard_root_used VALUE = 6218.94
                      2019-03-06 09:16:13.741 - debug: rpi2.0 ---> POST: $1/1024 for sdcard_boot_used in [object Object]
                      2019-03-06 09:16:13.742 - debug: rpi2.0 VALUE: 22390 POST: $1/1024
                      2019-03-06 09:16:13.742 - debug: rpi2.0 SETSTATE FOR rpi2.0.sdcard.sdcard_boot_used VALUE = 21.87
                      2019-03-06 09:16:13.743 - debug: rpi2.0 CURRENT = swap true
                      2019-03-06 09:16:13.744 - debug: rpi2.0 -1
                      2019-03-06 09:16:13.744 - debug: rpi2.0 ---> POST: $1/1024 for swap_total in [object Object]
                      2019-03-06 09:16:13.745 - debug: rpi2.0 VALUE: 1048572 POST: $1/1024
                      2019-03-06 09:16:13.745 - debug: rpi2.0 SETSTATE FOR rpi2.0.swap.swap_total VALUE = 1024.00
                      2019-03-06 09:16:13.746 - debug: rpi2.0 ---> POST: (rpi.swap_total - $1)/1024 for swap_used in [object Object]
                      2019-03-06 09:16:13.746 - debug: rpi2.0 VALUE: 762672 POST: (rpi.swap_total - $1)/1024
                      2019-03-06 09:16:13.747 - debug: rpi2.0 SETSTATE FOR rpi2.0.swap.swap_used VALUE = 279.20
                      2019-03-06 09:16:13.748 - debug: rpi2.0 CURRENT = temperature true
                      2019-03-06 09:16:13.752 - debug: rpi2.0 -1
                      2019-03-06 09:16:13.753 - debug: rpi2.0 ---> POST: $1/1000 for soc_temp in [object Object]
                      2019-03-06 09:16:13.753 - debug: rpi2.0 VALUE: 47236 POST: $1/1000
                      2019-03-06 09:16:13.754 - debug: rpi2.0 SETSTATE FOR rpi2.0.temperature.soc_temp VALUE = 47.24
                      2019-03-06 09:16:13.754 - debug: rpi2.0 CURRENT = uptime true
                      2019-03-06 09:16:13.755 - debug: rpi2.0 -1
                      2019-03-06 09:16:13.756 - debug: rpi2.0 ---> POST: for uptime in [object Object]
                      2019-03-06 09:16:13.756 - debug: rpi2.0 SETSTATE FOR rpi2.0.uptime.uptime VALUE = 677.80
                      2019-03-06 09:16:13.757 - debug: rpi2.0 CURRENT = wlan true
                      2019-03-06 09:16:13.757 - debug: rpi2.0 -1
                      2019-03-06 09:16:13.758 - debug: rpi2.0 ---> POST: $1*-1 for wifi_received in [object Object]
                      2019-03-06 09:16:13.758 - debug: rpi2.0 VALUE: 4194354 POST: $1*-1
                      2019-03-06 09:16:13.759 - debug: rpi2.0 SETSTATE FOR rpi2.0.wlan.wifi_received VALUE = -4194354
                      2019-03-06 09:16:13.759 - debug: rpi2.0 ---> POST: for wifi_send in [object Object]
                      2019-03-06 09:16:13.760 - debug: rpi2.0 SETSTATE FOR rpi2.0.wlan.wifi_send VALUE = 2306717
                      2019-03-06 09:16:13.760 - debug: rpi2.0 CURRENT = gpios undefined
                      2019-03-06 09:16:13.766 - debug: rpi2.0 -1
                      2019-03-06 09:16:13.870 - debug: rpi2.0 stateChange for rpi2.0.cpu.load1 found state = {"val":"1.04","ack":true,"ts":1551860173707,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173707}
                      2019-03-06 09:16:13.874 - debug: rpi2.0 stateChange for rpi2.0.cpu.load5 found state = {"val":"1.27","ack":true,"ts":1551860173847,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173847}
                      2019-03-06 09:16:13.875 - debug: rpi2.0 stateChange for rpi2.0.cpu.load15 found state = {"val":"0.83","ack":true,"ts":1551860173849,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173849}
                      2019-03-06 09:16:13.876 - debug: rpi2.0 stateChange for rpi2.0.cpu.scaling_governor found state = {"val":"ondemand","ack":true,"ts":1551860173854,"q":0,"from":"system.adapter.rpi2.0","lc":1551860119837}
                      2019-03-06 09:16:13.881 - debug: rpi2.0 stateChange for rpi2.0.memory.memory_total found state = {"val":"976.74","ack":true,"ts":1551860173856,"q":0,"from":"system.adapter.rpi2.0","lc":1551860119838}
                      2019-03-06 09:16:13.883 - debug: rpi2.0 stateChange for rpi2.0.memory.memory_free found state = {"val":"52.82","ack":true,"ts":1551860173856,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173856}
                      2019-03-06 09:16:13.884 - debug: rpi2.0 stateChange for rpi2.0.memory.memory_available found state = {"val":101,"ack":true,"ts":1551860173857,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173857}
                      2019-03-06 09:16:13.885 - debug: rpi2.0 stateChange for rpi2.0.network.net_received found state = {"val":-5844530,"ack":true,"ts":1551860173858,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173858}
                      2019-03-06 09:16:13.887 - debug: rpi2.0 stateChange for rpi2.0.network.net_send found state = {"val":7502954,"ack":true,"ts":1551860173864,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173864}
                      2019-03-06 09:16:13.916 - debug: rpi2.0 stateChange for rpi2.0.sdcard.sdcard_root_total found state = {"val":"7870.11","ack":true,"ts":1551860173866,"q":0,"from":"system.adapter.rpi2.0","lc":1551860119841}
                      2019-03-06 09:16:13.917 - debug: rpi2.0 stateChange for rpi2.0.sdcard.sdcard_boot_total found state = {"val":"41.14","ack":true,"ts":1551860173867,"q":0,"from":"system.adapter.rpi2.0","lc":1551860119842}
                      2019-03-06 09:16:13.918 - debug: rpi2.0 stateChange for rpi2.0.sdcard.sdcard_root_used found state = {"val":"6218.94","ack":true,"ts":1551860173868,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173868}
                      2019-03-06 09:16:13.918 - debug: rpi2.0 stateChange for rpi2.0.sdcard.sdcard_boot_used found state = {"val":"21.87","ack":true,"ts":1551860173869,"q":0,"from":"system.adapter.rpi2.0","lc":1551860119843}
                      2019-03-06 09:16:13.919 - debug: rpi2.0 stateChange for rpi2.0.swap.swap_total found state = {"val":"1024.00","ack":true,"ts":1551860173869,"q":0,"from":"system.adapter.rpi2.0","lc":1551860119844}
                      2019-03-06 09:16:13.919 - debug: rpi2.0 stateChange for rpi2.0.swap.swap_used found state = {"val":"279.20","ack":true,"ts":1551860173870,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173870}
                      2019-03-06 09:16:13.920 - debug: rpi2.0 stateChange for rpi2.0.temperature.soc_temp found state = {"val":"47.24","ack":true,"ts":1551860173871,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173871}
                      2019-03-06 09:16:13.920 - debug: rpi2.0 stateChange for rpi2.0.uptime.uptime found state = {"val":"677.80","ack":true,"ts":1551860173872,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173872}
                      2019-03-06 09:16:13.921 - debug: rpi2.0 stateChange for rpi2.0.wlan.wifi_received found state = {"val":-4194354,"ack":true,"ts":1551860173873,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173873}
                      2019-03-06 09:16:13.922 - debug: rpi2.0 stateChange for rpi2.0.wlan.wifi_send found state = {"val":2306717,"ack":true,"ts":1551860173874,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173874}

                      AlCalzoneA Offline
                      AlCalzoneA Offline
                      AlCalzone
                      Developer
                      schrieb am zuletzt editiert von
                      #162

                      @Dr-Bakterius Kannst du mal folgenden Fork des RPI2-Adapters von Github installieren? Da scheint ein Fix für dein Problem enthalten zu sein:
                      Installation aus eigener Quelle -> https://github.com/asgothian/ioBroker.rpi2/tarball/master

                      Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                      Dr. BakteriusD 1 Antwort Letzte Antwort
                      0
                      • AlCalzoneA AlCalzone

                        @Dr-Bakterius Kannst du mal folgenden Fork des RPI2-Adapters von Github installieren? Da scheint ein Fix für dein Problem enthalten zu sein:
                        Installation aus eigener Quelle -> https://github.com/asgothian/ioBroker.rpi2/tarball/master

                        Dr. BakteriusD Online
                        Dr. BakteriusD Online
                        Dr. Bakterius
                        Most Active
                        schrieb am zuletzt editiert von
                        #163

                        @AlCalzone Ändert leider nichts. :white_frowning_face:

                        1 Antwort Letzte Antwort
                        0
                        • AlCalzoneA Offline
                          AlCalzoneA Offline
                          AlCalzone
                          Developer
                          schrieb am zuletzt editiert von
                          #164

                          Adapter-Upload und -Neustart durchgeführt? Würde mich schwer wundern, wenn der Fehler exakt identisch ist, da das Kommando ganz anders aussieht.

                          Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                          Dr. BakteriusD 1 Antwort Letzte Antwort
                          0
                          • AlCalzoneA AlCalzone

                            Adapter-Upload und -Neustart durchgeführt? Würde mich schwer wundern, wenn der Fehler exakt identisch ist, da das Kommando ganz anders aussieht.

                            Dr. BakteriusD Online
                            Dr. BakteriusD Online
                            Dr. Bakterius
                            Most Active
                            schrieb am zuletzt editiert von
                            #165

                            @AlCalzone Upload und Neustart natürlich durchgeführt.

                            Ich habe kein Log erstellt, aber es kam auch diesmal wieder:

                            No Value found for mem_gpu
                            No Value found for mem_arm
                            No Value found for cpu_voltage
                            No Value found for cpu_frequency

                            Man muss in den Instanzen-Einstellungen 'CPU' und 'Raspberry' deaktivieren um diese Fehler zu eliminieren.

                            1 Antwort Letzte Antwort
                            0
                            • Dr. BakteriusD Dr. Bakterius

                              @apollon77 Leider geht es auch mit dem Fixer vom 5.3. noch nicht. Vom rpi2-Adapter kommen immer noch Fehlermeldungen bezüglich Zugriffsrechte. Zuerst vier, nach einer Neuinstallation des Adapters nur noch die cpu_frequency.

                              Hier das Log:

                              2019-03-06 09:15:37.833 - info: host.raspberrypi object change system.adapter.rpi2.0
                              2019-03-06 09:15:37.834 - info: host.raspberrypi stopInstance system.adapter.rpi2.0
                              2019-03-06 09:15:37.835 - info: host.raspberrypi stopInstance system.adapter.rpi2.0 killing pid 3674
                              2019-03-06 09:15:37.881 - error: Caught by controller[0]: cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Keine Berechtigung
                              2019-03-06 09:15:37.882 - info: host.raspberrypi instance system.adapter.rpi2.0 terminated with code 0 (OK)
                              2019-03-06 09:15:40.407 - info: host.raspberrypi instance system.adapter.rpi2.0 started with pid 3808
                              2019-03-06 09:15:41.862 - info: rpi2.0 starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.rpi2, node: v8.15.1
                              2019-03-06 09:15:49.243 - error: rpi2.0 No Value found for cpu_frequency
                              2019-03-06 09:15:52.870 - info: host.raspberrypi object change system.adapter.rpi2.0
                              2019-03-06 09:15:52.871 - info: host.raspberrypi "system.adapter.rpi2.0" disabled
                              2019-03-06 09:15:52.871 - info: host.raspberrypi stopInstance system.adapter.rpi2.0
                              2019-03-06 09:15:52.871 - info: host.raspberrypi stopInstance system.adapter.rpi2.0 killing pid 3808
                              2019-03-06 09:15:52.939 - error: Caught by controller[0]: cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Keine Berechtigung
                              2019-03-06 09:15:52.940 - info: host.raspberrypi instance system.adapter.rpi2.0 terminated with code 0 (OK)
                              2019-03-06 09:15:57.717 - info: host.raspberrypi object change system.adapter.rpi2.0
                              2019-03-06 09:16:04.987 - info: host.raspberrypi object change system.adapter.rpi2.0
                              2019-03-06 09:16:04.987 - info: host.raspberrypi "system.adapter.rpi2.0" enabled
                              2019-03-06 09:16:05.011 - info: host.raspberrypi instance system.adapter.rpi2.0 started with pid 3948
                              2019-03-06 09:16:06.057 - debug: rpi2.0 objectDB connected
                              2019-03-06 09:16:06.129 - debug: rpi2.0 statesDB connected
                              2019-03-06 09:16:06.256 - info: rpi2.0 starting. Version 1.0.0 in /opt/iobroker/node_modules/iobroker.rpi2, node: v8.15.1
                              2019-03-06 09:16:08.258 - debug: rpi2.0 system.adapter.admin.0: logging true
                              2019-03-06 09:16:13.059 - debug: rpi2.0 received all objects
                              2019-03-06 09:16:13.060 - debug: rpi2.0 NODE Version = v8.15.1, we need new execSync
                              2019-03-06 09:16:13.063 - debug: rpi2.0 start parsing
                              2019-03-06 09:16:13.063 - debug: rpi2.0 PARSING: c_cpu
                              2019-03-06 09:16:13.064 - debug: rpi2.0 PARSING: c_raspberry
                              2019-03-06 09:16:13.064 - debug: rpi2.0 PARSING: c_memory
                              2019-03-06 09:16:13.064 - debug: rpi2.0 PARSING: c_network
                              2019-03-06 09:16:13.064 - debug: rpi2.0 PARSING: c_sdcard
                              2019-03-06 09:16:13.064 - debug: rpi2.0 PARSING: c_swap
                              2019-03-06 09:16:13.065 - debug: rpi2.0 PARSING: c_temperature
                              2019-03-06 09:16:13.065 - debug: rpi2.0 PARSING: c_uptime
                              2019-03-06 09:16:13.065 - debug: rpi2.0 PARSING: c_wlan
                              2019-03-06 09:16:13.065 - debug: rpi2.0 PARSING: interval
                              2019-03-06 09:16:13.065 - debug: rpi2.0 PARSING: cpu
                              2019-03-06 09:16:13.066 - debug: rpi2.0 PARSING: cpu_frequency
                              2019-03-06 09:16:13.066 - debug: rpi2.0 ---> cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
                              2019-03-06 09:16:13.105 - debug: rpi2.0 Error: Command failed: cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
                              cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Keine Berechtigung
                              at checkExecSyncError (child_process.js:607:13)
                              at execSync (child_process.js:647:13)
                              at parser (/opt/iobroker/node_modules/iobroker.rpi2/main.js:160:34)
                              at main (/opt/iobroker/node_modules/iobroker.rpi2/main.js:120:5)
                              at Socket. (/opt/iobroker/node_modules/iobroker.rpi2/main.js:43:13)
                              at Socket.onack (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:319:9)
                              at Socket.onpacket (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:244:12)
                              at Manager. (/opt/iobroker/node_modules/component-bind/index.js:21:15)
                              at Manager.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/component-emitter/index.js:133:20)
                              at Manager.ondecoded (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/manager.js:345:8)
                              2019-03-06 09:16:13.107 - debug: rpi2.0 PARSING: load1,load5,load15
                              2019-03-06 09:16:13.108 - debug: rpi2.0 ---> cat /proc/loadavg
                              2019-03-06 09:16:13.133 - debug: rpi2.0 ------------- 1.04 1.27 0.83 1/463 4004
                              2019-03-06 09:16:13.134 - debug: rpi2.0 ---> REGEXP: /^(\S+)\s(\S+)\s(\S+)/
                              2019-03-06 09:16:13.134 - debug: rpi2.0 GROUPS: 4
                              2019-03-06 09:16:13.134 - debug: rpi2.0 MATCHING: 1.04
                              2019-03-06 09:16:13.134 - debug: rpi2.0 NAME: load1, VALULE: 1.04
                              2019-03-06 09:16:13.135 - debug: rpi2.0 MATCHING: 1.27
                              2019-03-06 09:16:13.135 - debug: rpi2.0 NAME: load5, VALULE: 1.27
                              2019-03-06 09:16:13.135 - debug: rpi2.0 MATCHING: 0.83
                              2019-03-06 09:16:13.135 - debug: rpi2.0 NAME: load15, VALULE: 0.83
                              2019-03-06 09:16:13.136 - debug: rpi2.0 PARSING: scaling_governor
                              2019-03-06 09:16:13.136 - debug: rpi2.0 ---> cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
                              2019-03-06 09:16:13.168 - debug: rpi2.0 ------------- ondemand
                              2019-03-06 09:16:13.168 - debug: rpi2.0 ---> REGEXP: /(.)/
                              2019-03-06 09:16:13.169 - debug: rpi2.0 GROUPS: 2
                              2019-03-06 09:16:13.169 - debug: rpi2.0 ---> POST:
                              2019-03-06 09:16:13.169 - debug: rpi2.0 PARSING: raspberry
                              2019-03-06 09:16:13.169 - debug: rpi2.0 PARSING: memory
                              2019-03-06 09:16:13.169 - debug: rpi2.0 PARSING: memory_total
                              2019-03-06 09:16:13.170 - debug: rpi2.0 ---> cat /proc/meminfo
                              2019-03-06 09:16:13.196 - debug: rpi2.0 ------------- MemTotal: 1000180 kB
                              MemFree: 54192 kB
                              MemAvailable: 103508 kB
                              Buffers: 7108 kB
                              Cached: 86912 kB
                              SwapCached: 28160 kB
                              Active: 437552 kB
                              Inactive: 442192 kB
                              Active(anon): 389080 kB
                              Inactive(anon): 404552 kB
                              Active(file): 48472 kB
                              Inactive(file): 37640 kB
                              Unevictable: 0 kB
                              Mlocked: 0 kB
                              SwapTotal: 1048572 kB
                              SwapFree: 762672 kB
                              Dirty: 220 kB
                              Writeback: 0 kB
                              AnonPages: 779648 kB
                              Mapped: 61192 kB
                              Shmem: 7908 kB
                              Slab: 30288 kB
                              SReclaimable: 16456 kB
                              SUnreclaim: 13832 kB
                              KernelStack: 3768 kB
                              PageTables: 10472 kB
                              NFS_Unstable: 0 kB
                              Bounce: 0 kB
                              WritebackTmp: 0 kB
                              CommitLimit: 1548660 kB
                              Committed_AS: 3330324 kB
                              VmallocTotal: 1064960 kB
                              VmallocUsed: 0 kB
                              VmallocChunk: 0 kB
                              CmaTotal: 8192 kB
                              CmaFree: 6724 kB
                              2019-03-06 09:16:13.197 - debug: rpi2.0 ---> REGEXP: /MemTotal:\s+(\d+)/
                              2019-03-06 09:16:13.198 - debug: rpi2.0 GROUPS: 2
                              2019-03-06 09:16:13.198 - debug: rpi2.0 ---> POST: $1/1024
                              2019-03-06 09:16:13.198 - debug: rpi2.0 PARSING: memory_free
                              2019-03-06 09:16:13.199 - debug: rpi2.0 ---> cat /proc/meminfo
                              2019-03-06 09:16:13.227 - debug: rpi2.0 ------------- MemTotal: 1000180 kB
                              MemFree: 54092 kB
                              MemAvailable: 103408 kB
                              Buffers: 7108 kB
                              Cached: 86912 kB
                              SwapCached: 28160 kB
                              Active: 437668 kB
                              Inactive: 442192 kB
                              Active(anon): 389196 kB
                              Inactive(anon): 404552 kB
                              Active(file): 48472 kB
                              Inactive(file): 37640 kB
                              Unevictable: 0 kB
                              Mlocked: 0 kB
                              SwapTotal: 1048572 kB
                              SwapFree: 762672 kB
                              Dirty: 220 kB
                              Writeback: 0 kB
                              AnonPages: 779768 kB
                              Mapped: 61192 kB
                              Shmem: 7908 kB
                              Slab: 30288 kB
                              SReclaimable: 16456 kB
                              SUnreclaim: 13832 kB
                              KernelStack: 3744 kB
                              PageTables: 10468 kB
                              NFS_Unstable: 0 kB
                              Bounce: 0 kB
                              WritebackTmp: 0 kB
                              CommitLimit: 1548660 kB
                              Committed_AS: 3330296 kB
                              VmallocTotal: 1064960 kB
                              VmallocUsed: 0 kB
                              VmallocChunk: 0 kB
                              CmaTotal: 8192 kB
                              CmaFree: 6724 kB
                              2019-03-06 09:16:13.234 - debug: rpi2.0 ---> REGEXP: /MemFree:\s+(\d+)/
                              2019-03-06 09:16:13.235 - debug: rpi2.0 GROUPS: 2
                              2019-03-06 09:16:13.235 - debug: rpi2.0 ---> POST: $1/1024
                              2019-03-06 09:16:13.235 - debug: rpi2.0 PARSING: memory_available
                              2019-03-06 09:16:13.236 - debug: rpi2.0 ---> cat /proc/meminfo
                              2019-03-06 09:16:13.260 - debug: rpi2.0 ------------- MemTotal: 1000180 kB
                              MemFree: 54108 kB
                              MemAvailable: 103424 kB
                              Buffers: 7108 kB
                              Cached: 86912 kB
                              SwapCached: 28160 kB
                              Active: 437636 kB
                              Inactive: 442192 kB
                              Active(anon): 389164 kB
                              Inactive(anon): 404552 kB
                              Active(file): 48472 kB
                              Inactive(file): 37640 kB
                              Unevictable: 0 kB
                              Mlocked: 0 kB
                              SwapTotal: 1048572 kB
                              SwapFree: 762672 kB
                              Dirty: 220 kB
                              Writeback: 0 kB
                              AnonPages: 779796 kB
                              Mapped: 61192 kB
                              Shmem: 7908 kB
                              Slab: 30288 kB
                              SReclaimable: 16456 kB
                              SUnreclaim: 13832 kB
                              KernelStack: 3744 kB
                              PageTables: 10476 kB
                              NFS_Unstable: 0 kB
                              Bounce: 0 kB
                              WritebackTmp: 0 kB
                              CommitLimit: 1548660 kB
                              Committed_AS: 3330644 kB
                              VmallocTotal: 1064960 kB
                              VmallocUsed: 0 kB
                              VmallocChunk: 0 kB
                              CmaTotal: 8192 kB
                              CmaFree: 6724 kB
                              2019-03-06 09:16:13.261 - debug: rpi2.0 ---> REGEXP: /MemAvailable:\s+(\d+)/m
                              2019-03-06 09:16:13.261 - debug: rpi2.0 GROUPS: 2
                              2019-03-06 09:16:13.262 - debug: rpi2.0 ---> POST: $1/1024
                              2019-03-06 09:16:13.262 - debug: rpi2.0 PARSING: network
                              2019-03-06 09:16:13.262 - debug: rpi2.0 PARSING: net_received
                              2019-03-06 09:16:13.262 - debug: rpi2.0 ---> cat /sys/class/net/eth0/statistics/rx_bytes
                              2019-03-06 09:16:13.288 - debug: rpi2.0 ------------- 5844530
                              2019-03-06 09:16:13.288 - debug: rpi2.0 ---> REGEXP: /(.
                              )/
                              2019-03-06 09:16:13.288 - debug: rpi2.0 GROUPS: 2
                              2019-03-06 09:16:13.289 - debug: rpi2.0 ---> POST: $1*-1
                              2019-03-06 09:16:13.289 - debug: rpi2.0 PARSING: net_send
                              2019-03-06 09:16:13.295 - debug: rpi2.0 ---> cat /sys/class/net/eth0/statistics/tx_bytes
                              2019-03-06 09:16:13.320 - debug: rpi2.0 ------------- 7502954
                              2019-03-06 09:16:13.321 - debug: rpi2.0 ---> REGEXP: /(.)/
                              2019-03-06 09:16:13.321 - debug: rpi2.0 GROUPS: 2
                              2019-03-06 09:16:13.321 - debug: rpi2.0 ---> POST:
                              2019-03-06 09:16:13.321 - debug: rpi2.0 PARSING: sdcard
                              2019-03-06 09:16:13.322 - debug: rpi2.0 PARSING: sdcard_root_total
                              2019-03-06 09:16:13.322 - debug: rpi2.0 ---> df /
                              2019-03-06 09:16:13.348 - debug: rpi2.0 ------------- Dateisystem 1K-Blöcke Benutzt Verfügbar Verw% Eingehängt auf
                              /dev/root 8058996 6368196 1342008 83% /
                              2019-03-06 09:16:13.350 - debug: rpi2.0 ---> REGEXP: /\S+\s+(\d+).
                              /$/m
                              2019-03-06 09:16:13.350 - debug: rpi2.0 GROUPS: 2
                              2019-03-06 09:16:13.350 - debug: rpi2.0 ---> POST: $1/1024
                              2019-03-06 09:16:13.351 - debug: rpi2.0 PARSING: sdcard_boot_total
                              2019-03-06 09:16:13.351 - debug: rpi2.0 ---> df /boot
                              2019-03-06 09:16:13.380 - debug: rpi2.0 ------------- Dateisystem 1K-Blöcke Benutzt Verfügbar Verw% Eingehängt auf
                              /dev/sda1 42131 22390 19741 54% /boot
                              2019-03-06 09:16:13.381 - debug: rpi2.0 ---> REGEXP: /\S+\s+(\d+)./boot$/m
                              2019-03-06 09:16:13.387 - debug: rpi2.0 GROUPS: 2
                              2019-03-06 09:16:13.387 - debug: rpi2.0 ---> POST: $1/1024
                              2019-03-06 09:16:13.388 - debug: rpi2.0 PARSING: sdcard_root_used
                              2019-03-06 09:16:13.388 - debug: rpi2.0 ---> df /
                              2019-03-06 09:16:13.414 - debug: rpi2.0 ------------- Dateisystem 1K-Blöcke Benutzt Verfügbar Verw% Eingehängt auf
                              /dev/root 8058996 6368196 1342008 83% /
                              2019-03-06 09:16:13.415 - debug: rpi2.0 ---> REGEXP: /\S+\s+\d+\s+(\d+).
                              /$/m
                              2019-03-06 09:16:13.416 - debug: rpi2.0 GROUPS: 2
                              2019-03-06 09:16:13.416 - debug: rpi2.0 ---> POST: $1/1024
                              2019-03-06 09:16:13.416 - debug: rpi2.0 PARSING: sdcard_boot_used
                              2019-03-06 09:16:13.416 - debug: rpi2.0 ---> df /boot
                              2019-03-06 09:16:13.443 - debug: rpi2.0 ------------- Dateisystem 1K-Blöcke Benutzt Verfügbar Verw% Eingehängt auf
                              /dev/sda1 42131 22390 19741 54% /boot
                              2019-03-06 09:16:13.444 - debug: rpi2.0 ---> REGEXP: /\S+\s+\d+\s+(\d+)./boot$/m
                              2019-03-06 09:16:13.444 - debug: rpi2.0 GROUPS: 2
                              2019-03-06 09:16:13.444 - debug: rpi2.0 ---> POST: $1/1024
                              2019-03-06 09:16:13.445 - debug: rpi2.0 PARSING: swap
                              2019-03-06 09:16:13.445 - debug: rpi2.0 PARSING: swap_total
                              2019-03-06 09:16:13.445 - debug: rpi2.0 ---> cat /proc/meminfo
                              2019-03-06 09:16:13.476 - debug: rpi2.0 ------------- MemTotal: 1000180 kB
                              MemFree: 53348 kB
                              MemAvailable: 102664 kB
                              Buffers: 7108 kB
                              Cached: 86912 kB
                              SwapCached: 28160 kB
                              Active: 437892 kB
                              Inactive: 442192 kB
                              Active(anon): 389420 kB
                              Inactive(anon): 404552 kB
                              Active(file): 48472 kB
                              Inactive(file): 37640 kB
                              Unevictable: 0 kB
                              Mlocked: 0 kB
                              SwapTotal: 1048572 kB
                              SwapFree: 762672 kB
                              Dirty: 220 kB
                              Writeback: 0 kB
                              AnonPages: 779984 kB
                              Mapped: 61192 kB
                              Shmem: 7908 kB
                              Slab: 30288 kB
                              SReclaimable: 16456 kB
                              SUnreclaim: 13832 kB
                              KernelStack: 3744 kB
                              PageTables: 10472 kB
                              NFS_Unstable: 0 kB
                              Bounce: 0 kB
                              WritebackTmp: 0 kB
                              CommitLimit: 1548660 kB
                              Committed_AS: 3329604 kB
                              VmallocTotal: 1064960 kB
                              VmallocUsed: 0 kB
                              VmallocChunk: 0 kB
                              CmaTotal: 8192 kB
                              CmaFree: 6724 kB
                              2019-03-06 09:16:13.477 - debug: rpi2.0 ---> REGEXP: /SwapTotal:\s+(\d+)/m
                              2019-03-06 09:16:13.477 - debug: rpi2.0 GROUPS: 2
                              2019-03-06 09:16:13.477 - debug: rpi2.0 ---> POST: $1/1024
                              2019-03-06 09:16:13.478 - debug: rpi2.0 PARSING: swap_used
                              2019-03-06 09:16:13.478 - debug: rpi2.0 ---> cat /proc/meminfo
                              2019-03-06 09:16:13.503 - debug: rpi2.0 ------------- MemTotal: 1000180 kB
                              MemFree: 53488 kB
                              MemAvailable: 102804 kB
                              Buffers: 7108 kB
                              Cached: 86912 kB
                              SwapCached: 28160 kB
                              Active: 437908 kB
                              Inactive: 442192 kB
                              Active(anon): 389436 kB
                              Inactive(anon): 404552 kB
                              Active(file): 48472 kB
                              Inactive(file): 37640 kB
                              Unevictable: 0 kB
                              Mlocked: 0 kB
                              SwapTotal: 1048572 kB
                              SwapFree: 762672 kB
                              Dirty: 220 kB
                              Writeback: 0 kB
                              AnonPages: 780008 kB
                              Mapped: 61192 kB
                              Shmem: 7908 kB
                              Slab: 30288 kB
                              SReclaimable: 16456 kB
                              SUnreclaim: 13832 kB
                              KernelStack: 3744 kB
                              PageTables: 10472 kB
                              NFS_Unstable: 0 kB
                              Bounce: 0 kB
                              WritebackTmp: 0 kB
                              CommitLimit: 1548660 kB
                              Committed_AS: 3329604 kB
                              VmallocTotal: 1064960 kB
                              VmallocUsed: 0 kB
                              VmallocChunk: 0 kB
                              CmaTotal: 8192 kB
                              CmaFree: 6724 kB
                              2019-03-06 09:16:13.504 - debug: rpi2.0 ---> REGEXP: /SwapFree:\s+(\d+)/m
                              2019-03-06 09:16:13.505 - debug: rpi2.0 GROUPS: 2
                              2019-03-06 09:16:13.505 - debug: rpi2.0 ---> POST: (rpi.swap_total - $1)/1024
                              2019-03-06 09:16:13.505 - debug: rpi2.0 PARSING: temperature
                              2019-03-06 09:16:13.506 - debug: rpi2.0 PARSING: soc_temp
                              2019-03-06 09:16:13.506 - debug: rpi2.0 ---> cat /sys/devices/virtual/thermal/thermal_zone0/temp
                              2019-03-06 09:16:13.539 - debug: rpi2.0 ------------- 47236
                              2019-03-06 09:16:13.540 - debug: rpi2.0 ---> REGEXP: /(.
                              )/
                              2019-03-06 09:16:13.548 - debug: rpi2.0 GROUPS: 2
                              2019-03-06 09:16:13.548 - debug: rpi2.0 ---> POST: $1/1000
                              2019-03-06 09:16:13.549 - debug: rpi2.0 PARSING: uptime
                              2019-03-06 09:16:13.549 - debug: rpi2.0 PARSING: uptime
                              2019-03-06 09:16:13.550 - debug: rpi2.0 ---> cat /proc/uptime
                              2019-03-06 09:16:13.575 - debug: rpi2.0 ------------- 677.80 1853.58
                              2019-03-06 09:16:13.575 - debug: rpi2.0 ---> REGEXP: /(^\S+)/
                              2019-03-06 09:16:13.576 - debug: rpi2.0 GROUPS: 2
                              2019-03-06 09:16:13.576 - debug: rpi2.0 ---> POST:
                              2019-03-06 09:16:13.576 - debug: rpi2.0 PARSING: wlan
                              2019-03-06 09:16:13.576 - debug: rpi2.0 PARSING: wifi_received
                              2019-03-06 09:16:13.577 - debug: rpi2.0 ---> cat /sys/class/net/wlan0/statistics/rx_bytes
                              2019-03-06 09:16:13.604 - debug: rpi2.0 ------------- 4194354
                              2019-03-06 09:16:13.605 - debug: rpi2.0 ---> REGEXP: /(.)/
                              2019-03-06 09:16:13.605 - debug: rpi2.0 GROUPS: 2
                              2019-03-06 09:16:13.606 - debug: rpi2.0 ---> POST: $1
                              -1
                              2019-03-06 09:16:13.606 - debug: rpi2.0 PARSING: wifi_send
                              2019-03-06 09:16:13.607 - debug: rpi2.0 ---> cat /sys/class/net/wlan0/statistics/tx_bytes
                              2019-03-06 09:16:13.643 - debug: rpi2.0 ------------- 2306717
                              2019-03-06 09:16:13.643 - debug: rpi2.0 ---> REGEXP: /(.)/
                              2019-03-06 09:16:13.644 - debug: rpi2.0 GROUPS: 2
                              2019-03-06 09:16:13.644 - debug: rpi2.0 ---> POST:
                              2019-03-06 09:16:13.645 - debug: rpi2.0 PARSING: gpios
                              2019-03-06 09:16:13.645 - debug: rpi2.0 CURRENT = c_cpu undefined
                              2019-03-06 09:16:13.680 - debug: rpi2.0 0
                              2019-03-06 09:16:13.680 - debug: rpi2.0 CURRENT = c_raspberry undefined
                              2019-03-06 09:16:13.681 - debug: rpi2.0 0
                              2019-03-06 09:16:13.681 - debug: rpi2.0 CURRENT = c_memory undefined
                              2019-03-06 09:16:13.682 - debug: rpi2.0 0
                              2019-03-06 09:16:13.682 - debug: rpi2.0 CURRENT = c_network undefined
                              2019-03-06 09:16:13.682 - debug: rpi2.0 0
                              2019-03-06 09:16:13.682 - debug: rpi2.0 CURRENT = c_sdcard undefined
                              2019-03-06 09:16:13.683 - debug: rpi2.0 0
                              2019-03-06 09:16:13.683 - debug: rpi2.0 CURRENT = c_swap undefined
                              2019-03-06 09:16:13.683 - debug: rpi2.0 0
                              2019-03-06 09:16:13.683 - debug: rpi2.0 CURRENT = c_temperature undefined
                              2019-03-06 09:16:13.684 - debug: rpi2.0 0
                              2019-03-06 09:16:13.684 - debug: rpi2.0 CURRENT = c_uptime undefined
                              2019-03-06 09:16:13.695 - debug: rpi2.0 0
                              2019-03-06 09:16:13.695 - debug: rpi2.0 CURRENT = c_wlan undefined
                              2019-03-06 09:16:13.696 - debug: rpi2.0 0
                              2019-03-06 09:16:13.696 - debug: rpi2.0 CURRENT = interval undefined
                              2019-03-06 09:16:13.696 - debug: rpi2.0 -1
                              2019-03-06 09:16:13.697 - debug: rpi2.0 CURRENT = cpu true
                              2019-03-06 09:16:13.697 - debug: rpi2.0 -1
                              2019-03-06 09:16:13.701 - debug: rpi2.0 ---> POST: $1/1000 for cpu_frequency in [object Object]
                              2019-03-06 09:16:13.702 - error: rpi2.0 No Value found for cpu_frequency
                              2019-03-06 09:16:13.703 - debug: rpi2.0 ---> POST: for load1,load5,load15 in [object Object]
                              2019-03-06 09:16:13.704 - debug: rpi2.0 MATCHING: 1.04
                              2019-03-06 09:16:13.704 - debug: rpi2.0 NAME: load1 VALULE: 1.04
                              2019-03-06 09:16:13.705 - debug: rpi2.0 SETSTATE FOR rpi2.0.cpu.load1 VALUE = 1.04
                              2019-03-06 09:16:13.707 - debug: rpi2.0 MATCHING: 1.27
                              2019-03-06 09:16:13.707 - debug: rpi2.0 NAME: load5 VALULE: 1.27
                              2019-03-06 09:16:13.708 - debug: rpi2.0 SETSTATE FOR rpi2.0.cpu.load5 VALUE = 1.27
                              2019-03-06 09:16:13.709 - debug: rpi2.0 MATCHING: 0.83
                              2019-03-06 09:16:13.713 - debug: rpi2.0 NAME: load15 VALULE: 0.83
                              2019-03-06 09:16:13.714 - debug: rpi2.0 SETSTATE FOR rpi2.0.cpu.load15 VALUE = 0.83
                              2019-03-06 09:16:13.714 - debug: rpi2.0 ---> POST: for scaling_governor in [object Object]
                              2019-03-06 09:16:13.715 - debug: rpi2.0 SETSTATE FOR rpi2.0.cpu.scaling_governor VALUE = ondemand
                              2019-03-06 09:16:13.715 - debug: rpi2.0 CURRENT = raspberry false
                              2019-03-06 09:16:13.716 - debug: rpi2.0 -1
                              2019-03-06 09:16:13.716 - debug: rpi2.0 CURRENT = memory true
                              2019-03-06 09:16:13.717 - debug: rpi2.0 -1
                              2019-03-06 09:16:13.718 - debug: rpi2.0 ---> POST: $1/1024 for memory_total in [object Object]
                              2019-03-06 09:16:13.718 - debug: rpi2.0 VALUE: 1000180 POST: $1/1024
                              2019-03-06 09:16:13.719 - debug: rpi2.0 SETSTATE FOR rpi2.0.memory.memory_total VALUE = 976.74
                              2019-03-06 09:16:13.720 - debug: rpi2.0 ---> POST: $1/1024 for memory_free in [object Object]
                              2019-03-06 09:16:13.720 - debug: rpi2.0 VALUE: 54092 POST: $1/1024
                              2019-03-06 09:16:13.721 - debug: rpi2.0 SETSTATE FOR rpi2.0.memory.memory_free VALUE = 52.82
                              2019-03-06 09:16:13.722 - debug: rpi2.0 ---> POST: $1/1024 for memory_available in [object Object]
                              2019-03-06 09:16:13.722 - debug: rpi2.0 VALUE: 103424 POST: $1/1024
                              2019-03-06 09:16:13.726 - debug: rpi2.0 SETSTATE FOR rpi2.0.memory.memory_available VALUE = 101
                              2019-03-06 09:16:13.727 - debug: rpi2.0 CURRENT = network true
                              2019-03-06 09:16:13.727 - debug: rpi2.0 -1
                              2019-03-06 09:16:13.728 - debug: rpi2.0 ---> POST: $1
                              -1 for net_received in [object Object]
                              2019-03-06 09:16:13.729 - debug: rpi2.0 VALUE: 5844530 POST: $1*-1
                              2019-03-06 09:16:13.729 - debug: rpi2.0 SETSTATE FOR rpi2.0.network.net_received VALUE = -5844530
                              2019-03-06 09:16:13.730 - debug: rpi2.0 ---> POST: for net_send in [object Object]
                              2019-03-06 09:16:13.731 - debug: rpi2.0 SETSTATE FOR rpi2.0.network.net_send VALUE = 7502954
                              2019-03-06 09:16:13.731 - debug: rpi2.0 CURRENT = sdcard true
                              2019-03-06 09:16:13.731 - debug: rpi2.0 -1
                              2019-03-06 09:16:13.732 - debug: rpi2.0 ---> POST: $1/1024 for sdcard_root_total in [object Object]
                              2019-03-06 09:16:13.733 - debug: rpi2.0 VALUE: 8058996 POST: $1/1024
                              2019-03-06 09:16:13.733 - debug: rpi2.0 SETSTATE FOR rpi2.0.sdcard.sdcard_root_total VALUE = 7870.11
                              2019-03-06 09:16:13.734 - debug: rpi2.0 ---> POST: $1/1024 for sdcard_boot_total in [object Object]
                              2019-03-06 09:16:13.734 - debug: rpi2.0 VALUE: 42131 POST: $1/1024
                              2019-03-06 09:16:13.735 - debug: rpi2.0 SETSTATE FOR rpi2.0.sdcard.sdcard_boot_total VALUE = 41.14
                              2019-03-06 09:16:13.740 - debug: rpi2.0 ---> POST: $1/1024 for sdcard_root_used in [object Object]
                              2019-03-06 09:16:13.740 - debug: rpi2.0 VALUE: 6368196 POST: $1/1024
                              2019-03-06 09:16:13.741 - debug: rpi2.0 SETSTATE FOR rpi2.0.sdcard.sdcard_root_used VALUE = 6218.94
                              2019-03-06 09:16:13.741 - debug: rpi2.0 ---> POST: $1/1024 for sdcard_boot_used in [object Object]
                              2019-03-06 09:16:13.742 - debug: rpi2.0 VALUE: 22390 POST: $1/1024
                              2019-03-06 09:16:13.742 - debug: rpi2.0 SETSTATE FOR rpi2.0.sdcard.sdcard_boot_used VALUE = 21.87
                              2019-03-06 09:16:13.743 - debug: rpi2.0 CURRENT = swap true
                              2019-03-06 09:16:13.744 - debug: rpi2.0 -1
                              2019-03-06 09:16:13.744 - debug: rpi2.0 ---> POST: $1/1024 for swap_total in [object Object]
                              2019-03-06 09:16:13.745 - debug: rpi2.0 VALUE: 1048572 POST: $1/1024
                              2019-03-06 09:16:13.745 - debug: rpi2.0 SETSTATE FOR rpi2.0.swap.swap_total VALUE = 1024.00
                              2019-03-06 09:16:13.746 - debug: rpi2.0 ---> POST: (rpi.swap_total - $1)/1024 for swap_used in [object Object]
                              2019-03-06 09:16:13.746 - debug: rpi2.0 VALUE: 762672 POST: (rpi.swap_total - $1)/1024
                              2019-03-06 09:16:13.747 - debug: rpi2.0 SETSTATE FOR rpi2.0.swap.swap_used VALUE = 279.20
                              2019-03-06 09:16:13.748 - debug: rpi2.0 CURRENT = temperature true
                              2019-03-06 09:16:13.752 - debug: rpi2.0 -1
                              2019-03-06 09:16:13.753 - debug: rpi2.0 ---> POST: $1/1000 for soc_temp in [object Object]
                              2019-03-06 09:16:13.753 - debug: rpi2.0 VALUE: 47236 POST: $1/1000
                              2019-03-06 09:16:13.754 - debug: rpi2.0 SETSTATE FOR rpi2.0.temperature.soc_temp VALUE = 47.24
                              2019-03-06 09:16:13.754 - debug: rpi2.0 CURRENT = uptime true
                              2019-03-06 09:16:13.755 - debug: rpi2.0 -1
                              2019-03-06 09:16:13.756 - debug: rpi2.0 ---> POST: for uptime in [object Object]
                              2019-03-06 09:16:13.756 - debug: rpi2.0 SETSTATE FOR rpi2.0.uptime.uptime VALUE = 677.80
                              2019-03-06 09:16:13.757 - debug: rpi2.0 CURRENT = wlan true
                              2019-03-06 09:16:13.757 - debug: rpi2.0 -1
                              2019-03-06 09:16:13.758 - debug: rpi2.0 ---> POST: $1*-1 for wifi_received in [object Object]
                              2019-03-06 09:16:13.758 - debug: rpi2.0 VALUE: 4194354 POST: $1*-1
                              2019-03-06 09:16:13.759 - debug: rpi2.0 SETSTATE FOR rpi2.0.wlan.wifi_received VALUE = -4194354
                              2019-03-06 09:16:13.759 - debug: rpi2.0 ---> POST: for wifi_send in [object Object]
                              2019-03-06 09:16:13.760 - debug: rpi2.0 SETSTATE FOR rpi2.0.wlan.wifi_send VALUE = 2306717
                              2019-03-06 09:16:13.760 - debug: rpi2.0 CURRENT = gpios undefined
                              2019-03-06 09:16:13.766 - debug: rpi2.0 -1
                              2019-03-06 09:16:13.870 - debug: rpi2.0 stateChange for rpi2.0.cpu.load1 found state = {"val":"1.04","ack":true,"ts":1551860173707,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173707}
                              2019-03-06 09:16:13.874 - debug: rpi2.0 stateChange for rpi2.0.cpu.load5 found state = {"val":"1.27","ack":true,"ts":1551860173847,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173847}
                              2019-03-06 09:16:13.875 - debug: rpi2.0 stateChange for rpi2.0.cpu.load15 found state = {"val":"0.83","ack":true,"ts":1551860173849,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173849}
                              2019-03-06 09:16:13.876 - debug: rpi2.0 stateChange for rpi2.0.cpu.scaling_governor found state = {"val":"ondemand","ack":true,"ts":1551860173854,"q":0,"from":"system.adapter.rpi2.0","lc":1551860119837}
                              2019-03-06 09:16:13.881 - debug: rpi2.0 stateChange for rpi2.0.memory.memory_total found state = {"val":"976.74","ack":true,"ts":1551860173856,"q":0,"from":"system.adapter.rpi2.0","lc":1551860119838}
                              2019-03-06 09:16:13.883 - debug: rpi2.0 stateChange for rpi2.0.memory.memory_free found state = {"val":"52.82","ack":true,"ts":1551860173856,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173856}
                              2019-03-06 09:16:13.884 - debug: rpi2.0 stateChange for rpi2.0.memory.memory_available found state = {"val":101,"ack":true,"ts":1551860173857,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173857}
                              2019-03-06 09:16:13.885 - debug: rpi2.0 stateChange for rpi2.0.network.net_received found state = {"val":-5844530,"ack":true,"ts":1551860173858,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173858}
                              2019-03-06 09:16:13.887 - debug: rpi2.0 stateChange for rpi2.0.network.net_send found state = {"val":7502954,"ack":true,"ts":1551860173864,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173864}
                              2019-03-06 09:16:13.916 - debug: rpi2.0 stateChange for rpi2.0.sdcard.sdcard_root_total found state = {"val":"7870.11","ack":true,"ts":1551860173866,"q":0,"from":"system.adapter.rpi2.0","lc":1551860119841}
                              2019-03-06 09:16:13.917 - debug: rpi2.0 stateChange for rpi2.0.sdcard.sdcard_boot_total found state = {"val":"41.14","ack":true,"ts":1551860173867,"q":0,"from":"system.adapter.rpi2.0","lc":1551860119842}
                              2019-03-06 09:16:13.918 - debug: rpi2.0 stateChange for rpi2.0.sdcard.sdcard_root_used found state = {"val":"6218.94","ack":true,"ts":1551860173868,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173868}
                              2019-03-06 09:16:13.918 - debug: rpi2.0 stateChange for rpi2.0.sdcard.sdcard_boot_used found state = {"val":"21.87","ack":true,"ts":1551860173869,"q":0,"from":"system.adapter.rpi2.0","lc":1551860119843}
                              2019-03-06 09:16:13.919 - debug: rpi2.0 stateChange for rpi2.0.swap.swap_total found state = {"val":"1024.00","ack":true,"ts":1551860173869,"q":0,"from":"system.adapter.rpi2.0","lc":1551860119844}
                              2019-03-06 09:16:13.919 - debug: rpi2.0 stateChange for rpi2.0.swap.swap_used found state = {"val":"279.20","ack":true,"ts":1551860173870,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173870}
                              2019-03-06 09:16:13.920 - debug: rpi2.0 stateChange for rpi2.0.temperature.soc_temp found state = {"val":"47.24","ack":true,"ts":1551860173871,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173871}
                              2019-03-06 09:16:13.920 - debug: rpi2.0 stateChange for rpi2.0.uptime.uptime found state = {"val":"677.80","ack":true,"ts":1551860173872,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173872}
                              2019-03-06 09:16:13.921 - debug: rpi2.0 stateChange for rpi2.0.wlan.wifi_received found state = {"val":-4194354,"ack":true,"ts":1551860173873,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173873}
                              2019-03-06 09:16:13.922 - debug: rpi2.0 stateChange for rpi2.0.wlan.wifi_send found state = {"val":2306717,"ack":true,"ts":1551860173874,"q":0,"from":"system.adapter.rpi2.0","lc":1551860173874}

                              HomoranH Nicht stören
                              HomoranH Nicht stören
                              Homoran
                              Global Moderator Administrators
                              schrieb am zuletzt editiert von
                              #166

                              @Dr-Bakterius sagte in Diskussion zum neuen Installation-Fixer:

                              nur noch die cpu_frequency.

                              Das ist leider so.
                              Da haben wir viel dran herumprobiert,aber es geht definitiv nicht.
                              Es gäbe eine Möglichkeit diese Problem von Linux (!) zu umgehen, das hält aber nur bis zum nächsten reboot.

                              Linux (und damit Raspbian) haben den Zugriff auf cpu-frequency (auch lesend) verboten. Nur noch der echte Root kann das.

                              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                              Dr. BakteriusD 1 Antwort Letzte Antwort
                              0
                              • HomoranH Homoran

                                @Dr-Bakterius sagte in Diskussion zum neuen Installation-Fixer:

                                nur noch die cpu_frequency.

                                Das ist leider so.
                                Da haben wir viel dran herumprobiert,aber es geht definitiv nicht.
                                Es gäbe eine Möglichkeit diese Problem von Linux (!) zu umgehen, das hält aber nur bis zum nächsten reboot.

                                Linux (und damit Raspbian) haben den Zugriff auf cpu-frequency (auch lesend) verboten. Nur noch der echte Root kann das.

                                Dr. BakteriusD Online
                                Dr. BakteriusD Online
                                Dr. Bakterius
                                Most Active
                                schrieb am zuletzt editiert von
                                #167

                                @Homoran Danke für die Info. Für mich nicht tragisch, aber ein Hinweis hätte mir (und vielleicht auch anderen) einiges an Zeit erspart...

                                HomoranH 1 Antwort Letzte Antwort
                                0
                                • Dr. BakteriusD Dr. Bakterius

                                  @Homoran Danke für die Info. Für mich nicht tragisch, aber ein Hinweis hätte mir (und vielleicht auch anderen) einiges an Zeit erspart...

                                  HomoranH Nicht stören
                                  HomoranH Nicht stören
                                  Homoran
                                  Global Moderator Administrators
                                  schrieb am zuletzt editiert von
                                  #168

                                  @Dr-Bakterius
                                  Sorry - ich hatte darüber (auch auf anderen Kanaälen) geschrieben, dass ich mir sicher war es auch hier im Forum geschrieben zu haben.
                                  ich könnte ja mal suchen ;-) ...

                                  kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                  Dr. BakteriusD 1 Antwort Letzte Antwort
                                  0
                                  • sigi234S Online
                                    sigi234S Online
                                    sigi234
                                    Forum Testing Most Active
                                    schrieb am zuletzt editiert von sigi234
                                    #169

                                    Mal ein Vorteil von Windows....mit Node Red.
                                    Wobei die CPU Temperatur mir zu wenig vorkommt.....

                                    Screenshot (2252).png

                                    Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                    Immer Daten sichern!

                                    1 Antwort Letzte Antwort
                                    0
                                    • HomoranH Homoran

                                      @Dr-Bakterius
                                      Sorry - ich hatte darüber (auch auf anderen Kanaälen) geschrieben, dass ich mir sicher war es auch hier im Forum geschrieben zu haben.
                                      ich könnte ja mal suchen ;-) ...

                                      Dr. BakteriusD Online
                                      Dr. BakteriusD Online
                                      Dr. Bakterius
                                      Most Active
                                      schrieb am zuletzt editiert von
                                      #170

                                      @Homoran Ganz verwirrend war da natürlich die Meldung von @apollon77. Er schrieb hier:

                                      Neue Version 2019-03-03 vom Installations-Fixer erlaubt dem iobroker User jetzt den Zugriff auf die rpi2 Kommandos... sollte jetzt tun.

                                      Noch etwas ist mir aufgefallen: Mit dem 'exec'-Blockly-Modul können keine Befehle mehr als 'sudo' ausgeführt werden. Das macht diverse Systemaufrufe umständlich (über bash-Skripte) oder gar unmöglich. Gibt es dafür eine Lösung?

                                      AlCalzoneA 1 Antwort Letzte Antwort
                                      0
                                      • sigi234S sigi234

                                        @Dr-Bakterius sagte in Diskussion zum neuen Installation-Fixer:

                                        Fehler vom rpi2-Adapter

                                        Den Fehler habe ich auch...,,,,Ich habe einstweilen die CPU deaktiviert.

                                        Hast du auch bei rpi2.0.wlan.wifi_received ein MINUS davor?

                                        Screenshot (2137).png

                                        Dr. BakteriusD Online
                                        Dr. BakteriusD Online
                                        Dr. Bakterius
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #171

                                        @sigi234 sagte in Diskussion zum neuen Installation-Fixer:

                                        Hast du auch bei rpi2.0.wlan.wifi_received ein MINUS davor?

                                        Screenshot (2137).png

                                        Ja, ist aber nicht unlogisch. Kann jetzt gar nicht sagen wie es davor war.

                                        1 Antwort Letzte Antwort
                                        0
                                        • Dr. BakteriusD Dr. Bakterius

                                          @Homoran Ganz verwirrend war da natürlich die Meldung von @apollon77. Er schrieb hier:

                                          Neue Version 2019-03-03 vom Installations-Fixer erlaubt dem iobroker User jetzt den Zugriff auf die rpi2 Kommandos... sollte jetzt tun.

                                          Noch etwas ist mir aufgefallen: Mit dem 'exec'-Blockly-Modul können keine Befehle mehr als 'sudo' ausgeführt werden. Das macht diverse Systemaufrufe umständlich (über bash-Skripte) oder gar unmöglich. Gibt es dafür eine Lösung?

                                          AlCalzoneA Offline
                                          AlCalzoneA Offline
                                          AlCalzone
                                          Developer
                                          schrieb am zuletzt editiert von
                                          #172

                                          @Dr-Bakterius sagte in Diskussion zum neuen Installation-Fixer:

                                          @Homoran Ganz verwirrend war da natürlich die Meldung von @apollon77. Er schrieb hier:

                                          Noch etwas ist mir aufgefallen: Mit dem 'exec'-Blockly-Modul können keine Befehle mehr als 'sudo' ausgeführt werden. Das macht diverse Systemaufrufe umständlich (über bash-Skripte) oder gar unmöglich. Gibt es dafür eine Lösung?

                                          Ja, welche Systemaufrufe sind nötig?

                                          Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                                          Dr. BakteriusD 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          844

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe