Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Zeitplan startet nicht mehr

    NEWS

    • [erledigt] 15. 05. Wartungsarbeiten am ioBroker Forum

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Zeitplan startet nicht mehr

    This topic has been deleted. Only users with topic management privileges can see it.
    • Asgothian
      Asgothian Developer @SMS last edited by

      @sms Unabhängig davon ob das prinzipiell so läuft oder so nicht läuft - das ist Ressourcenverschwendung auf einem Irren Level.

      Jede Sekunde (oder auch jede Minute) nachschauen ob die aktuelle Minute der eingestellten Minute entspricht und nur dann etwas tun ist.. sagen wir mal Ineffizient.

      Der korrekte Weg ist:

      • Erkennen wenn sich der Datenpunkt 0_userdata.0.Haushaltsgeraete.01_Uhrzeit_Spuelmaschine ändert
      • Zeitplan umschreiben, so dass genau zu dieser Zeit gestartet wird.
      • Bei Skriptstart: Zeitplan korrekt setzen.

      Screenshot 2024-09-03 at 10.59.12.png

      In dem Beispiel muss natürlich der Datenpunkt für den Trigger und den Wert von... auf 0_userdata.0.Haushaltsgeraete.01_Uhrzeit_Spuelmaschine gesetzt werden - den hab ich hier nicht.

      Im Spoiler: XML zum einfügen

      <xml xmlns="https://developers.google.com/blockly/xml">
       <variables>
         <variable id="8mWj.p^^$e{CjI3XaM6U">Uhrzeit</variable>
         <variable id="EJUE1H]|FWmaOe2J}Ba3">CronZeiten</variable>
         <variable type="cron" id="schedule1">schedule1</variable>
       </variables>
       <block type="procedures_callnoreturn" id="3pHqhIVWg;hE`n{;,c,z" x="588" y="113">
         <mutation name="Setze Zeitplan">
           <arg name="Uhrzeit"></arg>
         </mutation>
         <value name="ARG0">
           <block type="get_value" id="]}(I[fOG6tU28;aeV36B">
             <field name="ATTR">val</field>
             <field name="OID">ID auswählen</field>
           </block>
         </value>
         <next>
           <block type="on_ext" id=")/#2*G=T!svi=aX`CGru">
             <mutation xmlns="http://www.w3.org/1999/xhtml" items="1"></mutation>
             <field name="CONDITION">ne</field>
             <field name="ACK_CONDITION"></field>
             <value name="OID0">
               <shadow type="field_oid" id="Z(Z%A6pwMb/PM,N$h^J~">
                 <field name="oid">ID auswählen</field>
               </shadow>
             </value>
             <statement name="STATEMENT">
               <block type="procedures_callnoreturn" id=",Hp-/U_0#^J14XSt6uY=">
                 <mutation name="Setze Zeitplan">
                   <arg name="Uhrzeit"></arg>
                 </mutation>
                 <value name="ARG0">
                   <block type="on_source" id="+@2%*?{xSI/n{ZG3]q5L">
                     <field name="ATTR">state.val</field>
                   </block>
                 </value>
               </block>
             </statement>
           </block>
         </next>
       </block>
       <block type="procedures_defnoreturn" id="u!|@+,F8/yB]hnAtN@AB" x="588" y="313">
         <mutation>
           <arg name="Uhrzeit" varid="8mWj.p^^$e{CjI3XaM6U"></arg>
         </mutation>
         <field name="NAME">Setze Zeitplan</field>
         <comment pinned="false" h="80" w="160">Beschreibe diese Funktion …</comment>
         <statement name="STACK">
           <block type="schedule_clear" id="-jAeO7G`x.H~kU8MV7(F">
             <field name="NAME">schedule1</field>
             <next>
               <block type="comment" id="6[9_71JRX?PTi13miN|=">
                 <field name="COMMENT">Cron erwartet Minuten zuerst</field>
                 <next>
                   <block type="variables_set" id=",3e/:fy.-_/D7;*9a6s+">
                     <field name="VAR" id="EJUE1H]|FWmaOe2J}Ba3">CronZeiten</field>
                     <value name="VALUE">
                       <block type="lists_reverse" id="XeeyBhs@o.9^(Y?d]GJq">
                         <value name="LIST">
                           <block type="lists_split" id="gA5(}}l)QorG~Qa]H{s7">
                             <mutation mode="SPLIT"></mutation>
                             <field name="MODE">SPLIT</field>
                             <value name="INPUT">
                               <block type="variables_get" id="na^HeX`/l{?4=K{e3+rd">
                                 <field name="VAR" id="8mWj.p^^$e{CjI3XaM6U">Uhrzeit</field>
                               </block>
                             </value>
                             <value name="DELIM">
                               <shadow type="text" id="PSqy0/e3QRP?bfz}31:{">
                                 <field name="TEXT">:</field>
                               </shadow>
                             </value>
                           </block>
                         </value>
                       </block>
                     </value>
                     <next>
                       <block type="controls_if" id="_Jx,I1;O.RC};5t.,?q2">
                         <value name="IF0">
                           <block type="logic_compare" id="lE`}QKUizijGvGJF+5ZY">
                             <field name="OP">NEQ</field>
                             <value name="A">
                               <block type="lists_length" id="w5vWcO_5SoZXD=Qda#m3">
                                 <value name="VALUE">
                                   <block type="variables_get" id="0;;,xw:)pz^Qeu{duB;g">
                                     <field name="VAR" id="EJUE1H]|FWmaOe2J}Ba3">CronZeiten</field>
                                   </block>
                                 </value>
                               </block>
                             </value>
                             <value name="B">
                               <block type="math_number" id="8fc2nJ(dsD{1!}YAU|iS">
                                 <field name="NUM">2</field>
                               </block>
                             </value>
                           </block>
                         </value>
                         <statement name="DO0">
                           <block type="debug" id="i^Mn:SlAQqA+k5{/nF8U">
                             <field name="Severity">error</field>
                             <value name="TEXT">
                               <shadow type="text" id="zZPV1UBSYuIWMx2hZN{V">
                                 <field name="TEXT">Uhrzeit im falschen Format, auf 12:00 gesetzt</field>
                               </shadow>
                               <block type="text_join" id="29XLr5]c-GdrzT$3s;*x">
                                 <mutation items="3"></mutation>
                                 <value name="ADD0">
                                   <block type="text" id="d!/9%0-C.Ji0[/-j+O.-">
                                     <field name="TEXT">Uhrzeit (</field>
                                   </block>
                                 </value>
                                 <value name="ADD1">
                                   <block type="variables_get" id="+nqBnanD/5)4X;sV+Lz^">
                                     <field name="VAR" id="8mWj.p^^$e{CjI3XaM6U">Uhrzeit</field>
                                   </block>
                                 </value>
                                 <value name="ADD2">
                                   <block type="text" id="=[Yi3l]1UOqv2Q?5j1!:">
                                     <field name="TEXT">) im falschen Format, Startzeit auf 12:00 Uhr gesetzt</field>
                                   </block>
                                 </value>
                               </block>
                             </value>
                             <next>
                               <block type="variables_set" id="BeCZB`E+Pm|/i!oQ)iym">
                                 <field name="VAR" id="EJUE1H]|FWmaOe2J}Ba3">CronZeiten</field>
                                 <value name="VALUE">
                                   <block type="lists_create_with" id="S[_h(j*Gr9:ba+oGoCo3">
                                     <mutation items="2"></mutation>
                                     <value name="ADD0">
                                       <block type="math_number" id="UJ~,OE{C+Z+#FrfU80*j">
                                         <field name="NUM">0</field>
                                       </block>
                                     </value>
                                     <value name="ADD1">
                                       <block type="math_number" id=",,d7xQ7Y/QQ$G5T4Vv/i">
                                         <field name="NUM">12</field>
                                       </block>
                                     </value>
                                   </block>
                                 </value>
                               </block>
                             </next>
                           </block>
                         </statement>
                         <next>
                           <block type="comment" id="UkE?be_0oKqza/e06{O9">
                             <field name="COMMENT">Tag des Monats </field>
                             <next>
                               <block type="lists_setIndex" id="E%h$kBJrzc,XL+AwPXAj">
                                 <mutation at="false"></mutation>
                                 <field name="MODE">INSERT</field>
                                 <field name="WHERE">LAST</field>
                                 <value name="LIST">
                                   <block type="variables_get" id="!kX9ELl5!x|1xlbBzk%F">
                                     <field name="VAR" id="EJUE1H]|FWmaOe2J}Ba3">CronZeiten</field>
                                   </block>
                                 </value>
                                 <value name="TO">
                                   <block type="text" id="%wH1Q)5Xj78q=)LPQiB(">
                                     <field name="TEXT">*</field>
                                   </block>
                                 </value>
                                 <next>
                                   <block type="comment" id="D;fGH|Red9*}B+S=:,|I">
                                     <field name="COMMENT">Monat</field>
                                     <next>
                                       <block type="lists_setIndex" id="@)/_5,650^0:KHxs*9h:">
                                         <mutation at="false"></mutation>
                                         <field name="MODE">INSERT</field>
                                         <field name="WHERE">LAST</field>
                                         <value name="LIST">
                                           <block type="variables_get" id="y705}QnPb5+@=u-*M~fR">
                                             <field name="VAR" id="EJUE1H]|FWmaOe2J}Ba3">CronZeiten</field>
                                           </block>
                                         </value>
                                         <value name="TO">
                                           <block type="text" id="0E87ko@P5fg)?X(4c?hQ">
                                             <field name="TEXT">*</field>
                                           </block>
                                         </value>
                                         <next>
                                           <block type="comment" id="_m*1/*y.}?U`?.x[chHr">
                                             <field name="COMMENT">Wochentag</field>
                                             <next>
                                               <block type="lists_setIndex" id="}a_%){8Ulhl/J%H$AfKh">
                                                 <mutation at="false"></mutation>
                                                 <field name="MODE">INSERT</field>
                                                 <field name="WHERE">LAST</field>
                                                 <value name="LIST">
                                                   <block type="variables_get" id="ljv*Nb)Us!UW)qDcV8n2">
                                                     <field name="VAR" id="EJUE1H]|FWmaOe2J}Ba3">CronZeiten</field>
                                                   </block>
                                                 </value>
                                                 <value name="TO">
                                                   <block type="text" id=")|Uq+$cPMGnaoe+,d`eM">
                                                     <field name="TEXT">*</field>
                                                   </block>
                                                 </value>
                                                 <next>
                                                   <block type="schedule_create" id="v4H,!u56TaVN,d0=}#c^">
                                                     <field name="NAME">schedule1</field>
                                                     <value name="SCHEDULE">
                                                       <shadow type="field_cron" id=":m3(S5oUgD.d`:,9%p7j">
                                                         <field name="CRON">* * * * *</field>
                                                       </shadow>
                                                       <block type="lists_split" id="[,M*4fO2CoRD8p[7z#m3">
                                                         <mutation mode="JOIN"></mutation>
                                                         <field name="MODE">JOIN</field>
                                                         <value name="INPUT">
                                                           <block type="variables_get" id="r1`vb65U410feJ[if+s?">
                                                             <field name="VAR" id="EJUE1H]|FWmaOe2J}Ba3">CronZeiten</field>
                                                           </block>
                                                         </value>
                                                         <value name="DELIM">
                                                           <shadow type="text" id="g_SLsT5:$s)rL7IzGf9{">
                                                             <field name="TEXT"> </field>
                                                           </shadow>
                                                         </value>
                                                       </block>
                                                     </value>
                                                     <statement name="STATEMENT">
                                                       <block type="debug" id="1@@)4{3@=T()gcW4~GC1">
                                                         <field name="Severity">info</field>
                                                         <value name="TEXT">
                                                           <shadow type="text" id="`g^y9:z4$jXW;/iNM{*A">
                                                             <field name="TEXT">Zeitplan wurde gestartet</field>
                                                           </shadow>
                                                         </value>
                                                       </block>
                                                     </statement>
                                                   </block>
                                                 </next>
                                               </block>
                                             </next>
                                           </block>
                                         </next>
                                       </block>
                                     </next>
                                   </block>
                                 </next>
                               </block>
                             </next>
                           </block>
                         </next>
                       </block>
                     </next>
                   </block>
                 </next>
               </block>
             </next>
           </block>
         </statement>
       </block>
      </xml>
      

      SMS haus-automatisierung 2 Replies Last reply Reply Quote 0
      • SMS
        SMS @Asgothian last edited by

        @asgothian Hi

        Mit der Ressourcenverschwendung gebe ich dir natürlich recht. Die Sekunde steht auch nur drin damit ich sehe ob es auch funktioniert. Im eigentlichen Script stehen 15 Minuten drin.
        Wobei, vielleicht ist auch gerade dass das Problem, das die Sekunde zu viel ist ...
        Ich werde es mal ausprobieren.

        Asgothian 1 Reply Last reply Reply Quote 0
        • SMS
          SMS @Codierknecht last edited by

          @codierknecht Kann es vielleicht sein das meine Uhrzeit nicht stimmt? Ich habe jetzt mal deins nachgemacht:
          409e4726-eefd-48e2-be06-981383bb3bef-grafik.png

          und immer kommt: Keine Funktion als Ergebniss:

          javascript.0	13:07:00.011	info	script.js.Test.Test_05: Keine Funktion
          javascript.0	13:08:00.059	info	script.js.Test.Test_05: Keine Funktion
          javascript.0	13:09:00.015	info	script.js.Test.Test_05: Keine Funktion
          javascript.0	13:10:00.050	info	script.js.Test.Test_05: Keine Funktion
          javascript.0	13:11:00.010	info	script.js.Test.Test_05: Keine Funktion
          

          Wie überprüfe ich denn die Uhrzeit?

          Homoran 1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @SMS last edited by

            @sms sagte in Zeitplan startet nicht mehr:

            Kann es vielleicht sein das meine Uhrzeit nicht stimmt?

            Natürlich. Leider hast du "geht nicht" nicht weiter spezifiziert

            was kommt bei
            Screenshot_20230303-095828_Firefox.jpg

            SMS 1 Reply Last reply Reply Quote 0
            • SMS
              SMS @Homoran last edited by

              @homoran @homoran Da haben wir doch den Salat: Es ist 12:22 Uhr statt 13:22 Uhr

              javascript.0	13:22:00.010	info	script.js.Test.Test_05: Es ist jetzt:12:22Uhr
              javascript.0	13:23:00.051	info	script.js.Test.Test_05: Es ist jetzt:12:23Uhr
              

              Wo stelle ich die Uhrzeit ein? Müsste ja mein pi sagen. Komisch ist dann aber, das hier die Uhrzeit auf meiner VIS stimmt

              b57d1ce7-2c23-4cf4-8dc3-67e734931709-grafik.png

              Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @SMS last edited by Thomas Braun

                @sms sagte in Zeitplan startet nicht mehr:

                Wo stelle ich die Uhrzeit ein? Müsste ja mein pi sagen.

                Wie ist denn die jetzige Konstellation?

                timedatectl
                

                anschauen. Vermutlich aber London eingestellt.

                SMS 1 Reply Last reply Reply Quote 0
                • SMS
                  SMS @Thomas Braun last edited by

                  @thomas-braun Genau

                  pi@Homee:~ $ timedatectl
                                 Local time: Tue 2024-09-03 12:31:46 BST
                             Universal time: Tue 2024-09-03 11:31:46 UTC
                                   RTC time: n/a
                                  Time zone: Europe/London (BST, +0100)
                  System clock synchronized: yes
                                NTP service: active
                            RTC in local TZ: no
                  
                  
                  Thomas Braun 1 Reply Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @SMS last edited by

                    @sms sagte in Zeitplan startet nicht mehr:

                    hier die Uhrzeit auf meiner VIS stimmt

                    die ist von deinem Frontend, nicht vom Server

                    @sms sagte in Zeitplan startet nicht mehr:

                    Wo stelle ich die Uhrzeit ein? Müsste ja mein pi sagen.

                    erst mal sehen, ob da mehr im Argen liegt

                    iob diag in der Langfassung, bitte!

                    1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @SMS last edited by

                      @sms

                      sudo timedatectl set-timezone "Europe/Berlin"
                      

                      Wird eigentlich bereits bei der Installation des Systems gemacht...
                      Der Rest vom Fest schaut wie aus?

                      iob diag
                      

                      anschauen.

                      SMS 1 Reply Last reply Reply Quote 0
                      • SMS
                        SMS @Thomas Braun last edited by SMS

                        @thomas-braun

                        Copy text starting here:
                        
                        
                        ======================= SUMMARY =======================
                                                v.2024-05-22
                        
                        
                         Static hostname: Homee
                               Icon name: computer
                        Operating System: Debian GNU/Linux 12 (bookworm)
                                  Kernel: Linux 6.6.28+rpt-rpi-v8
                            Architecture: arm64
                        
                        Installation:           native
                        Kernel:                 aarch64
                        Userland:               64 bit
                        Timezone:               Europe/London (BST, +0100)
                        User-ID:                1000
                        Display-Server:         true
                        Boot Target:            graphical.target
                        
                        Pending OS-Updates:     177
                        Pending iob updates:    0
                        
                        Nodejs-Installation:
                        /usr/bin/nodejs         v20.14.0
                        /usr/bin/node           v20.14.0
                        /usr/bin/npm            10.7.0
                        /usr/bin/npx            10.7.0
                        /usr/bin/corepack       0.28.1
                        
                        Recommended versions are nodejs 20.17.0 and npm 10.8.2
                        Your nodejs installation is correct
                        
                        MEMORY:
                                       total        used        free      shared  buff/cache   available
                        Mem:            8.2G        2.6G        910M         17M        4.6G        5.6G
                        Swap:           209M          0B        209M
                        Total:          8.4G        2.6G        1.1G
                        
                        Active iob-Instances:   36
                        Upgrade policy: none
                        
                        ioBroker Core:          js-controller           6.0.11
                                                admin                   7.0.23
                        
                        ioBroker Status:        iobroker is running on this host.
                        
                        
                        Objects type: jsonl
                        States  type: jsonl
                        
                        Status admin and web instance:
                        + system.adapter.admin.0                  : admin                 : Homee                                    -  enabled, port: 7770, bind: 0.0.0.0, run as: admin
                        + system.adapter.web.0                    : web                   : Homee                                    -  enabled, port: 7777, bind: 0.0.0.0, run as: admin
                        
                        Objects:                13113
                        States:                 13798
                        
                        Size of iob-Database:
                        
                        20M     /opt/iobroker/iobroker-data/objects.jsonl
                        7.7M    /opt/iobroker/iobroker-data/states.jsonl
                        
                        
                        
                        =================== END OF SUMMARY ====================
                        
                        
                        === Mark text until here for copying ===
                        
                        
                        Thomas Braun Codierknecht Homoran 4 Replies Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @SMS last edited by

                          @sms sagte in Zeitplan startet nicht mehr:

                          wird das nicht zu groß?

                          Nein.

                          1 Reply Last reply Reply Quote 0
                          • Codierknecht
                            Codierknecht Developer Most Active @SMS last edited by

                            @sms

                            Display-Server:         true
                            Boot Target:            graphical.target
                            

                            Schalt den Desktop ab. Das hat auf 'nem Server nix zu suchen.

                            1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @SMS last edited by Thomas Braun

                              @sms sagte in Zeitplan startet nicht mehr:

                              Display-Server: true

                              Display ausschalten.

                              sudo systemctl set-default multi-user.target
                              

                              Pending OS-Updates: 177

                              Updates einspielen...

                              sudo apt update 
                              sudo apt full-upgrade
                              sudo reboot
                              
                              Codierknecht SMS 2 Replies Last reply Reply Quote 0
                              • Codierknecht
                                Codierknecht Developer Most Active @Thomas Braun last edited by

                                @thomas-braun

                                Pending OS-Updates: 177

                                und jetzt warten wir mal auf den Nächsten, der sich über die "unnötigen" und "nervigen" Update-Hinweise am Host beschwert ... 😡

                                SMS 1 Reply Last reply Reply Quote 1
                                • SMS
                                  SMS @Thomas Braun last edited by

                                  @thomas-braun sagte in Zeitplan startet nicht mehr:

                                  sudo apt update

                                  alles soweit richtig bzw. i.O.?

                                  pi@Homee:~ $ sudo apt update
                                  Hit:1 http://deb.debian.org/debian bookworm InRelease
                                  Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
                                  Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
                                  Hit:4 https://packages.grafana.com/oss/deb stable InRelease
                                  Hit:5 https://apt.grafana.com stable InRelease
                                  Hit:6 https://repos.influxdata.com/debian stable InRelease
                                  Hit:7 https://deb.nodesource.com/node_20.x nodistro InRelease
                                  Get:8 https://repos.influxdata.com/debian bookworm InRelease [12.9 kB]
                                  Get:9 http://archive.raspbian.org/raspbian bookworm InRelease [15.0 kB]
                                  Hit:10 http://archive.raspberrypi.com/debian bookworm InRelease
                                  Err:9 http://archive.raspbian.org/raspbian bookworm InRelease
                                    The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9165938D90FDDD2E
                                  Err:8 https://repos.influxdata.com/debian bookworm InRelease
                                    The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                  Reading package lists... Done
                                  W: https://packages.grafana.com/oss/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
                                  W: GPG error: http://archive.raspbian.org/raspbian bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9165938D90FDDD2E
                                  E: The repository 'http://archive.raspbian.org/raspbian bookworm InRelease' is not signed.
                                  N: Updating from such a repository can't be done securely, and is therefore disabled by default.
                                  N: See apt-secure(8) manpage for repository creation and user configuration details.
                                  W: GPG error: https://repos.influxdata.com/debian bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                  E: The repository 'https://repos.influxdata.com/debian bookworm InRelease' is not signed.
                                  N: Updating from such a repository can't be done securely, and is therefore disabled by default.
                                  N: See apt-secure(8) manpage for repository creation and user configuration details.
                                  
                                  
                                  Homoran 1 Reply Last reply Reply Quote 0
                                  • SMS
                                    SMS @Codierknecht last edited by

                                    @codierknecht sagte in Zeitplan startet nicht mehr:

                                    @thomas-braun

                                    Pending OS-Updates: 177

                                    und jetzt warten wir mal auf den Nächsten, der sich über die "unnötigen" und "nervigen" Update-Hinweise am Host beschwert ... 😡

                                    das heißt?

                                    Codierknecht Thomas Braun 2 Replies Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @SMS last edited by

                                      @sms sagte in Zeitplan startet nicht mehr:

                                      SUMMARY

                                      ist nicht die

                                      @homoran sagte in Zeitplan startet nicht mehr:

                                      Langfassung, bitte!

                                      1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @SMS last edited by

                                        @sms sagte in Zeitplan startet nicht mehr:

                                        alles soweit richtig bzw. i.O.?

                                        bei einem

                                        @sms sagte in Zeitplan startet nicht mehr:

                                        Err:9 http://ar

                                        kannst du davon ausgehen dass nicht ok ist

                                        und davon hast du einige

                                        SMS 1 Reply Last reply Reply Quote 0
                                        • Codierknecht
                                          Codierknecht Developer Most Active @SMS last edited by

                                          @sms
                                          War nicht direkt an Dich adressiert.
                                          Aber eigentlich müsstest Du in der GUI schon längst einen Hinweis bekommen haben, dass da etliche Updates auf Installation warten.

                                          b459a4e6-7402-410e-99a1-c8dddb2caa14-image.png
                                          Das kocht aber dummerweise hier regelmäßig hoch, weil sich einige dadurch "gegängelt" fühlen.

                                          SMS 1 Reply Last reply Reply Quote 0
                                          • SMS
                                            SMS @Homoran last edited by

                                            @homoran

                                            
                                            ======== Start marking the full check here =========
                                            
                                            
                                            Skript v.2024-05-22
                                            
                                            *** BASE SYSTEM ***
                                             Static hostname: Homee
                                                   Icon name: computer
                                            Operating System: Debian GNU/Linux 12 (bookworm)
                                                      Kernel: Linux 6.6.28+rpt-rpi-v8
                                                Architecture: arm64
                                            
                                            Model           : Raspberry Pi 4 Model B Rev 1.4
                                            Docker          : false
                                            Virtualization  : none
                                            Kernel          : aarch64
                                            Userland        : 64 bit
                                            
                                            Systemuptime and Load:
                                             13:48:33 up 7 days, 23:14,  4 users,  load average: 0.85, 0.75, 0.82
                                            CPU threads: 4
                                            
                                            
                                            *** RASPBERRY THROTTLING ***
                                            Current issues:
                                            No throttling issues detected.
                                            
                                            Previously detected issues:
                                            No throttling issues detected.
                                            
                                            *** Time and Time Zones ***
                                                           Local time: Tue 2024-09-03 13:48:33 CEST
                                                       Universal time: Tue 2024-09-03 11:48:33 UTC
                                                             RTC time: n/a
                                                            Time zone: Europe/Berlin (CEST, +0200)
                                            System clock synchronized: yes
                                                          NTP service: active
                                                      RTC in local TZ: no
                                            
                                            *** Users and Groups ***
                                            User that called 'iob diag':
                                            pi
                                            HOME=/home/pi
                                            GROUPS=pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                                            
                                            User that is running 'js-controller':
                                            iobroker
                                            HOME=/home/iobroker
                                            GROUPS=iobroker tty dialout audio video plugdev bluetooth gpio i2c
                                            
                                            *** Display-Server-Setup ***
                                            Display-Server: true
                                            Desktop:
                                            Terminal:       tty
                                            Boot Target:    multi-user.target
                                            
                                            *** MEMORY ***
                                                           total        used        free      shared  buff/cache   available
                                            Mem:            8.2G        2.5G        923M         17M        4.6G        5.7G
                                            Swap:           209M          0B        209M
                                            Total:          8.4G        2.5G        1.1G
                                            
                                            Active iob-Instances:   36
                                            
                                                     7810 M total memory
                                                     2400 M used memory
                                                     5494 M active memory
                                                     1136 M inactive memory
                                                      880 M free memory
                                                      137 M buffer memory
                                                     4271 M swap cache
                                                      199 M total swap
                                                        0 M used swap
                                                      199 M free swap
                                            
                                            *** top - Table Of Processes  ***
                                            top - 13:48:34 up 7 days, 23:14,  4 users,  load average: 0.85, 0.75, 0.82
                                            Tasks: 234 total,   1 running, 233 sleeping,   0 stopped,   0 zombie
                                            %Cpu(s):  0.0 us, 20.0 sy,  0.0 ni, 80.0 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st
                                            MiB Mem :   7810.0 total,    879.3 free,   2402.2 used,   4408.5 buff/cache
                                            MiB Swap:    200.0 total,    200.0 free,      0.0 used.   5407.9 avail Mem
                                            
                                            *** FAILED SERVICES ***
                                            
                                              UNIT LOAD ACTIVE SUB DESCRIPTION
                                            0 loaded units listed.
                                            
                                            *** FILESYSTEM ***
                                            Filesystem     Type      Size  Used Avail Use% Mounted on
                                            udev           devtmpfs  3.6G     0  3.6G   0% /dev
                                            tmpfs          tmpfs     782M  1.4M  780M   1% /run
                                            /dev/mmcblk0p2 ext4      117G   19G   93G  17% /
                                            tmpfs          tmpfs     3.9G  148K  3.9G   1% /dev/shm
                                            tmpfs          tmpfs     5.0M   16K  5.0M   1% /run/lock
                                            /dev/mmcblk0p1 vfat      510M   75M  436M  15% /boot/firmware
                                            tmpfs          tmpfs     781M   40K  781M   1% /run/user/1000
                                            
                                            Messages concerning ext4 filesystem in dmesg:
                                            [Mon Aug 26 14:33:59 2024] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0  smsc95xx.macaddr=DC:A6:32:B6:0D:F1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=f26be412-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=DE
                                            [Mon Aug 26 14:34:03 2024] EXT4-fs (mmcblk0p2): mounted filesystem fc7a1f9e-4967-4f41-a1f5-1b5927e6c5f9 ro with ordered data mode. Quota mode: none.
                                            [Mon Aug 26 14:34:07 2024] EXT4-fs (mmcblk0p2): re-mounted fc7a1f9e-4967-4f41-a1f5-1b5927e6c5f9 r/w. Quota mode: none.
                                            
                                            Show mounted filesystems:
                                            TARGET                                                  SOURCE         FSTYPE          OPTIONS
                                            /                                                       /dev/mmcblk0p2 ext4            rw,noatime,commit=600
                                            |-/sys                                                  sysfs          sysfs           rw,nosuid,nodev,noexec,relatime
                                            | |-/sys/kernel/security                                securityfs     securityfs      rw,nosuid,nodev,noexec,relatime
                                            | |-/sys/fs/cgroup                                      cgroup2        cgroup2         rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot
                                            | |-/sys/fs/pstore                                      pstore         pstore          rw,nosuid,nodev,noexec,relatime
                                            | |-/sys/fs/bpf                                         bpf            bpf             rw,nosuid,nodev,noexec,relatime,mode=700
                                            | |-/sys/kernel/debug                                   debugfs        debugfs         rw,nosuid,nodev,noexec,relatime
                                            | |-/sys/kernel/tracing                                 tracefs        tracefs         rw,nosuid,nodev,noexec,relatime
                                            | |-/sys/fs/fuse/connections                            fusectl        fusectl         rw,nosuid,nodev,noexec,relatime
                                            | `-/sys/kernel/config                                  configfs       configfs        rw,nosuid,nodev,noexec,relatime
                                            |-/proc                                                 proc           proc            rw,relatime
                                            | `-/proc/sys/fs/binfmt_misc                            systemd-1      autofs          rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=5312
                                            |   `-/proc/sys/fs/binfmt_misc                          binfmt_misc    binfmt_misc     rw,nosuid,nodev,noexec,relatime
                                            |-/dev                                                  udev           devtmpfs        rw,nosuid,relatime,size=3725568k,nr_inodes=931392,mode=755
                                            | |-/dev/pts                                            devpts         devpts          rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
                                            | |-/dev/shm                                            tmpfs          tmpfs           rw,nosuid,nodev
                                            | `-/dev/mqueue                                         mqueue         mqueue          rw,nosuid,nodev,noexec,relatime
                                            |-/run                                                  tmpfs          tmpfs           rw,nosuid,nodev,noexec,relatime,size=799748k,mode=755
                                            | |-/run/lock                                           tmpfs          tmpfs           rw,nosuid,nodev,noexec,relatime,size=5120k
                                            | |-/run/credentials/systemd-sysctl.service             ramfs          ramfs           ro,nosuid,nodev,noexec,relatime,mode=700
                                            | |-/run/credentials/systemd-sysusers.service           ramfs          ramfs           ro,nosuid,nodev,noexec,relatime,mode=700
                                            | |-/run/credentials/systemd-tmpfiles-setup-dev.service ramfs          ramfs           ro,nosuid,nodev,noexec,relatime,mode=700
                                            | |-/run/rpc_pipefs                                     sunrpc         rpc_pipefs      rw,relatime
                                            | |-/run/credentials/systemd-tmpfiles-setup.service     ramfs          ramfs           ro,nosuid,nodev,noexec,relatime,mode=700
                                            | `-/run/user/1000                                      tmpfs          tmpfs           rw,nosuid,nodev,relatime,size=799744k,nr_inodes=199936,mode=700,uid=1000,gid=1000
                                            |   |-/run/user/1000/doc                                portal         fuse.portal     rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
                                            |   `-/run/user/1000/gvfs                               gvfsd-fuse     fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
                                            `-/boot/firmware                                        /dev/mmcblk0p1 vfat            rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro
                                            
                                            Files in neuralgic directories:
                                            
                                            /var:
                                            5.2G    /var/
                                            4.0G    /var/log/journal/6c7cbef6aa2e4815900727fbf6286f9a
                                            4.0G    /var/log/journal
                                            4.0G    /var/log
                                            761M    /var/lib
                                            
                                            Archived and active journals take up 3.9G in the file system.
                                            
                                            /opt/iobroker/backups:
                                            5.1G    /opt/iobroker/backups/
                                            
                                            /opt/iobroker/iobroker-data:
                                            817M    /opt/iobroker/iobroker-data/
                                            719M    /opt/iobroker/iobroker-data/files
                                            441M    /opt/iobroker/iobroker-data/files/javascript.admin
                                            409M    /opt/iobroker/iobroker-data/files/javascript.admin/static
                                            408M    /opt/iobroker/iobroker-data/files/javascript.admin/static/js
                                            
                                            The five largest files in iobroker-data are:
                                            35M     /opt/iobroker/iobroker-data/files/devices.admin/static/js/main.24f2bb56.js.map
                                            27M     /opt/iobroker/iobroker-data/files/tankerkoenig.admin/build/index.js.map
                                            24M     /opt/iobroker/iobroker-data/files/web.admin/static/js/main.135279a0.js.map
                                            22M     /opt/iobroker/iobroker-data/files/modbus.admin/static/js/main.18496c94.js.map
                                            20M     /opt/iobroker/iobroker-data/objects.jsonl
                                            
                                            USB-Devices by-id:
                                            USB-Sticks -  Avoid direct links to /dev/tty* in your adapter setups, please always prefer the links 'by-id':
                                            
                                            /dev/serial/by-id/usb-FTDI_FT230X_Basic_UART_D306MB4E-if00-port0
                                            
                                            
                                            
                                            
                                            *** NodeJS-Installation ***
                                            
                                            /usr/bin/nodejs         v20.14.0
                                            /usr/bin/node           v20.14.0
                                            /usr/bin/npm            10.7.0
                                            /usr/bin/npx            10.7.0
                                            /usr/bin/corepack       0.28.1
                                            
                                            
                                            nodejs:
                                              Installed: 20.14.0-1nodesource1
                                              Candidate: 20.17.0-1nodesource1
                                              Version table:
                                                 20.17.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.16.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.15.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.15.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                             *** 20.14.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                    100 /var/lib/dpkg/status
                                                 20.13.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.13.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.12.2-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.12.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.12.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.11.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.11.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.10.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.9.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.8.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.8.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.7.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.6.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.6.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.5.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.5.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.4.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.3.1-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.3.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.2.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.1.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 20.0.0-1nodesource1 1001
                                                    500 https://deb.nodesource.com/node_20.x nodistro/main arm64 Packages
                                                 18.19.0+dfsg-6~deb12u2 500
                                                    500 http://deb.debian.org/debian bookworm/main arm64 Packages
                                                 18.19.0+dfsg-6~deb12u1 500
                                                    500 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages
                                            
                                            Temp directories causing npm8 problem: 0
                                            No problems detected
                                            
                                            Errors in npm tree:
                                            
                                            *** ioBroker-Installation ***
                                            
                                            ioBroker Status
                                            iobroker is running on this host.
                                            
                                            
                                            Objects type: jsonl
                                            States  type: jsonl
                                            
                                            Core adapters versions
                                            js-controller:  6.0.11
                                            admin:          7.0.23
                                            javascript:     8.7.6
                                            
                                            nodejs modules from github:     0
                                            
                                            Adapter State
                                            + system.adapter.admin.0                  : admin                 : Homee                                    -  enabled, port: 7770, bind: 0.0.0.0, run as: admin
                                            + system.adapter.alpha-ess.0              : alpha-ess             : Homee                                    -  enabled
                                            + system.adapter.backitup.0               : backitup              : Homee                                    -  enabled
                                              system.adapter.coronavirus-statistics.0 : coronavirus-statistics: Homee                                    -  enabled
                                              system.adapter.daswetter.0              : daswetter             : Homee                                    -  enabled
                                              system.adapter.devices.0                : devices               : Homee                                    -  enabled
                                            + system.adapter.discovery.0              : discovery             : Homee                                    -  enabled
                                            + system.adapter.ds18b20.1                : ds18b20               : Kellerkind                               -  enabled
                                            + system.adapter.ds18b20.3                : ds18b20               : PapaHuette                               -  enabled
                                              system.adapter.dwd.0                    : dwd                   : Homee                                    -  enabled
                                            + system.adapter.ecovacs-deebot.0         : ecovacs-deebot        : Homee                                    -  enabled
                                            + system.adapter.email.0                  : email                 : Homee                                    -  enabled
                                            + system.adapter.growatt.0                : growatt               : Homee                                    -  enabled
                                            + system.adapter.growatt.1                : growatt               : Homee                                    -  enabled
                                            + system.adapter.homeconnect.0            : homeconnect           : Homee                                    -  enabled
                                              system.adapter.ical.0                   : ical                  : Homee                                    -  enabled
                                              system.adapter.icons-mfd-svg.0          : icons-mfd-svg         : Homee                                    -  enabled
                                            + system.adapter.influxdb.0               : influxdb              : Homee                                    -  enabled, port: 8086
                                            + system.adapter.javascript.0             : javascript            : Homee                                    -  enabled
                                            + system.adapter.modbus.0                 : modbus                : Homee                                    -  enabled
                                            + system.adapter.modbus.1                 : modbus                : Homee                                    -  enabled
                                            + system.adapter.mqtt.0                   : mqtt                  : Homee                                    -  enabled, port: 1886, bind: 0.0.0.0
                                            + system.adapter.nina.0                   : nina                  : Homee                                    -  enabled
                                              system.adapter.pegelalarm.0             : pegelalarm            : Homee                                    -  enabled
                                              system.adapter.pegelalarm.1             : pegelalarm            : Homee                                    -  enabled
                                            + system.adapter.pollenflug.0             : pollenflug            : Homee                                    -  enabled
                                            + system.adapter.rpi2.0                   : rpi2                  : Homee                                    -  enabled
                                            + system.adapter.rpi2.1                   : rpi2                  : Kellerkind                               -  enabled
                                            + system.adapter.rpi2.2                   : rpi2                  : MotionEye                                -  enabled
                                            + system.adapter.rpi2.3                   : rpi2                  : PapaHuette                               -  enabled
                                            + system.adapter.rpi2.4                   : rpi2                  : Gartenklo                                -  enabled
                                            + system.adapter.semp.0                   : semp                  : Homee                                    -  enabled
                                            + system.adapter.smartmeter.0             : smartmeter            : Homee                                    -  enabled
                                            + system.adapter.sonoff.0                 : sonoff                : Homee                                    -  enabled, port: 1883, bind: 0.0.0.0
                                            + system.adapter.systeminfo.0             : systeminfo            : Homee                                    -  enabled
                                            + system.adapter.systeminfo.1             : systeminfo            : Kellerkind                               -  enabled
                                            + system.adapter.systeminfo.2             : systeminfo            : MotionEye                                -  enabled
                                            + system.adapter.systeminfo.3             : systeminfo            : PapaHuette                               -  enabled
                                            + system.adapter.systeminfo.4             : systeminfo            : Gartenklo                                -  enabled
                                            + system.adapter.tankerkoenig.0           : tankerkoenig          : Homee                                    -  enabled
                                              system.adapter.vis-bars.0               : vis-bars              : Homee                                    -  enabled
                                              system.adapter.vis-canvas-gauges.0      : vis-canvas-gauges     : Homee                                    -  enabled
                                              system.adapter.vis-history.0            : vis-history           : Homee                                    -  enabled
                                              system.adapter.vis-hqwidgets.0          : vis-hqwidgets         : Homee                                    -  enabled
                                              system.adapter.vis-icontwo.0            : vis-icontwo           : Homee                                    -  enabled
                                            + system.adapter.vis-inventwo.0           : vis-inventwo          : Homee                                    -  enabled
                                              system.adapter.vis-jqui-mfd.0           : vis-jqui-mfd          : Homee                                    -  enabled
                                              system.adapter.vis-justgage.0           : vis-justgage          : Homee                                    -  enabled
                                              system.adapter.vis-metro.0              : vis-metro             : Homee                                    -  enabled
                                              system.adapter.vis-plumb.0              : vis-plumb             : Homee                                    -  enabled
                                              system.adapter.vis-rgraph.0             : vis-rgraph            : Homee                                    -  enabled
                                              system.adapter.vis-timeandweather.0     : vis-timeandweather    : Homee                                    -  enabled
                                              system.adapter.vis.0                    : vis                   : Homee                                    -  enabled
                                            + system.adapter.web.0                    : web                   : Homee                                    -  enabled, port: 7777, bind: 0.0.0.0, run as: admin
                                            + system.adapter.worx.2                   : worx                  : PapaHuette                               -  enabled
                                            
                                            + instance is alive
                                            
                                            Enabled adapters with bindings
                                            + system.adapter.admin.0                  : admin                 : Homee                                    -  enabled, port: 7770, bind: 0.0.0.0, run as: admin
                                            + system.adapter.influxdb.0               : influxdb              : Homee                                    -  enabled, port: 8086
                                            + system.adapter.mqtt.0                   : mqtt                  : Homee                                    -  enabled, port: 1886, bind: 0.0.0.0
                                            + system.adapter.sonoff.0                 : sonoff                : Homee                                    -  enabled, port: 1883, bind: 0.0.0.0
                                            + system.adapter.web.0                    : web                   : Homee                                    -  enabled, port: 7777, bind: 0.0.0.0, run as: admin
                                            
                                            ioBroker-Repositories
                                            ┌─────────┬────────────────────┬─────────────────────────────────────────────────────────┬──────────────┐
                                            │ (index) │ name               │ url                                                     │ auto upgrade │
                                            ├─────────┼────────────────────┼─────────────────────────────────────────────────────────┼──────────────┤
                                            │ 0       │ 'Stable (default)' │ 'http://download.iobroker.net/sources-dist.json'        │ false        │
                                            │ 1       │ 'Beta (latest)'    │ 'http://download.iobroker.net/sources-dist-latest.json' │ false        │
                                            └─────────┴────────────────────┴─────────────────────────────────────────────────────────┴──────────────┘
                                            
                                            Active repo(s): Stable (default)
                                            Upgrade policy: none
                                            
                                            Installed ioBroker-Instances
                                            Used repository: Stable (default)
                                            Adapter    "admin"        : 7.0.23   , installed 7.0.23
                                            Adapter    "alpha-ess"    : 2.1.4    , installed 2.1.4
                                            Adapter    "backitup"     : 3.0.19   , installed 3.0.19
                                            Adapter    "coronavirus-statistics": 0.9.0, installed 0.9.0
                                            Adapter    "daswetter"    : 3.1.15   , installed 3.1.15
                                            Adapter    "devices"      : 1.1.5    , installed 1.1.5
                                            Adapter    "discovery"    : 4.5.0    , installed 4.5.0
                                            Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                            Adapter    "ecovacs-deebot": 1.4.15  , installed 1.4.15
                                            Adapter    "email"        : 1.3.1    , installed 1.3.1
                                            Adapter    "growatt"      : 3.2.4    , installed 3.2.4
                                            Adapter    "homeconnect"  : 1.4.1    , installed 1.4.1
                                            Adapter    "ical"         : 1.15.0   , installed 1.15.0
                                            Adapter    "icons-mfd-svg": 1.2.0    , installed 1.2.0
                                            Adapter    "influxdb"     : 4.0.2    , installed 4.0.2
                                            Adapter    "javascript"   : 8.7.6    , installed 8.7.6
                                            Controller "js-controller": 6.0.11   , installed 6.0.11
                                            Adapter    "modbus"       : 6.2.3    , installed 6.2.3
                                            Adapter    "mqtt"         : 5.2.0    , installed 5.2.0
                                            Adapter    "nina"         : 0.0.25   , installed 0.0.25
                                            Adapter    "pegelalarm"   : 1.3.3    , installed 1.3.3
                                            Adapter    "pollenflug"   : 2.0.0    , installed 2.0.0
                                            Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                            Adapter    "semp"         : 1.4.5    , installed 1.4.5
                                            Adapter    "simple-api"   : 2.8.0    , installed 2.8.0
                                            Adapter    "smartmeter"   : 3.4.0    , installed 3.4.0
                                            Adapter    "socketio"     : 6.7.1    , installed 6.7.1
                                            Adapter    "sonoff"       : 3.1.0    , installed 3.1.0
                                            Adapter    "systeminfo"   : 1.2.0    , installed 1.2.0
                                            Adapter    "tankerkoenig" : 3.4.0    , installed 3.4.0
                                            Adapter    "vis"          : 1.5.6    , installed 1.5.6
                                            Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                            Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                            Adapter    "vis-history"  : 1.0.0    , installed 1.0.0
                                            Adapter    "vis-hqwidgets": 1.5.1    , installed 1.5.1
                                            Adapter    "vis-icontwo"  : 1.5.0    , installed 1.5.0
                                            Adapter    "vis-inventwo" : 3.3.4    , installed 3.3.4
                                            Adapter    "vis-jqui-mfd" : 1.1.1    , installed 1.1.1
                                            Adapter    "vis-justgage" : 2.1.7    , installed 2.1.7
                                            Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                            Adapter    "vis-plumb"    : 1.0.2    , installed 1.0.2
                                            Adapter    "vis-rgraph"   : 0.0.2    , installed 0.0.2
                                            Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                            Adapter    "web"          : 6.2.5    , installed 6.2.5
                                            Adapter    "ws"           : 2.6.2    , installed 2.6.2
                                            
                                            Objects and States
                                            Please stand by - This may take a while
                                            Objects:        13113
                                            States:         13797
                                            
                                            *** OS-Repositories and Updates ***
                                            W: https://packages.grafana.com/oss/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
                                            W: GPG error: http://archive.raspbian.org/raspbian bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9165938D90FDDD2E
                                            E: The repository 'http://archive.raspbian.org/raspbian bookworm InRelease' is not signed.
                                            W: GPG error: https://repos.influxdata.com/debian bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
                                            E: The repository 'https://repos.influxdata.com/debian bookworm InRelease' is not signed.
                                            Pending Updates: 177
                                            
                                            *** Listening Ports ***
                                            Active Internet connections (only servers)
                                            Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                            tcp        0      0 127.0.0.1:8088          0.0.0.0:*               LISTEN      999        9319       1110/influxd
                                            tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          3886       791/sshd: /usr/sbin
                                            tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          4168842    510715/cupsd
                                            tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      1001       2756026    339106/iobroker.js-
                                            tcp        0      0 0.0.0.0:9001            0.0.0.0:*               LISTEN      1001       2754907    339106/iobroker.js-
                                            tcp        0      0 0.0.0.0:1883            0.0.0.0:*               LISTEN      1001       2756733    339460/io.sonoff.0
                                            tcp        0      0 0.0.0.0:1886            0.0.0.0:*               LISTEN      1001       2756442    339324/io.mqtt.0
                                            tcp        0      0 0.0.0.0:1887            0.0.0.0:*               LISTEN      1001       2756443    339324/io.mqtt.0
                                            tcp6       0      0 :::3000                 :::*                    LISTEN      112        12504      1318/grafana
                                            tcp6       0      0 :::7777                 :::*                    LISTEN      1001       2760726    339937/io.web.0
                                            tcp6       0      0 :::7770                 :::*                    LISTEN      1001       2753355    339124/io.admin.0
                                            tcp6       0      0 ::1:631                 :::*                    LISTEN      0          4168841    510715/cupsd
                                            tcp6       0      0 :::8086                 :::*                    LISTEN      999        8571       1110/influxd
                                            tcp6       0      0 :::22                   :::*                    LISTEN      0          3888       791/sshd: /usr/sbin
                                            tcp6       0      0 :::9765                 :::*                    LISTEN      1001       2759858    339866/io.semp.0
                                            udp        0      0 0.0.0.0:39233           0.0.0.0:*                           104        3795       587/avahi-daemon: r
                                            udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          4169875    510716/cups-browsed
                                            udp        0      0 0.0.0.0:5353            0.0.0.0:*                           104        3793       587/avahi-daemon: r
                                            udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       2759861    339866/io.semp.0
                                            udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       2759860    339866/io.semp.0
                                            udp6       0      0 fe80::c6ff:9450:166:546 :::*                                0          4398053    714/NetworkManager
                                            udp6       0      0 fe80::fe25:eded:c85:546 :::*                                0          343588     714/NetworkManager
                                            udp6       0      0 :::54452                :::*                                104        3796       587/avahi-daemon: r
                                            udp6       0      0 :::5353                 :::*                                104        3794       587/avahi-daemon: r
                                            
                                            *** Log File - Last 25 Lines ***
                                            
                                            2024-09-03 12:49:01.565  - warn: javascript.0 (339187)     at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:11013:62)
                                            2024-09-03 12:49:01.565  - warn: javascript.0 (339187)     at processImmediate (node:internal/timers:478:21)
                                            2024-09-03 12:49:01.566  - warn: javascript.0 (339187) getState "growatt.0.353433.devices.DLE3A1113A.deviceData.eMonth" not found (3)
                                            2024-09-03 12:49:01.570  - warn: javascript.0 (339187)     at Object.<anonymous> (script.js.PV-Anlage.Monatsproduktion:84:93)
                                            2024-09-03 12:49:01.571  - warn: javascript.0 (339187)     at Object.callback (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1452:38)
                                            2024-09-03 12:49:01.571  - warn: javascript.0 (339187)     at Object.stateChange (/opt/iobroker/node_modules/iobroker.javascript/main.js:645:29)
                                            2024-09-03 12:49:01.571  - warn: javascript.0 (339187)     at Immediate._onImmediate (/opt/iobroker/node_modules/@iobroker/js-controller-adapter/src/lib/adapter/adapter.ts:11013:62)
                                            2024-09-03 12:49:01.571  - warn: javascript.0 (339187)     at processImmediate (node:internal/timers:478:21)
                                            2024-09-03 12:49:06.758  - info: smartmeter.0 (339445) Received 10 values, 3 updated
                                            2024-09-03 12:49:08.394  - debug: mqtt.0 (339324) Client [Wemos_.81_0]  pingreq
                                            2024-09-03 12:49:13.390  - debug: mqtt.0 (339324) Client [Wemos_.81_0] received publish package {"cmd":"publish","retain":false,"qos":0,"dup":false,"length":54,"topic":"Wemos .81/Füllstand Brunnen/Füllstand Brunnen","payload":{"type":"Buffer","data":[50,52,46,57,54]}}
                                            2024-09-03 12:49:13.390  - debug: mqtt.0 (339324) Server received "Wemos .81/Füllstand Brunnen/Füllstand Brunnen" (number): 24.96
                                            2024-09-03 12:49:13.401  - silly: mqtt.0 (339324) States user redis pmessage mqtt.0.*/mqtt.0.Wemos_.81.Füllstand_Brunnen.Füllstand_Brunnen:{"val":24.96,"ack":true,"ts":1725364153395,"q":0,"from":"system.adapter.mqtt.0","user":"system.user.admin","lc":1725364153395}
                                            2024-09-03 12:49:13.402  - debug: mqtt.0 (339324) stateChange mqtt.0.Wemos_.81.Füllstand_Brunnen.Füllstand_Brunnen: {"val":24.96,"ack":true,"ts":1725364153395,"q":0,"from":"system.adapter.mqtt.0","user":"system.user.admin","lc":1725364153395}
                                            2024-09-03 12:49:13.402  - debug: mqtt.0 (339324) onStateChange mqtt.0.Wemos_.81.Füllstand_Brunnen.Füllstand_Brunnen: {"val":24.96,"ack":true,"ts":1725364153395,"q":0,"from":"system.adapter.mqtt.0","user":"system.user.admin","lc":1725364153395}
                                            2024-09-03 12:49:13.403  - debug: mqtt.0 (339324) Client [Wemos_.81_0] send to this client "Wemos .81/Füllstand Brunnen/Füllstand Brunnen": 24.96
                                            2024-09-03 12:49:17.254  - info: smartmeter.0 (339445) Received 10 values, 3 updated
                                            2024-09-03 12:49:22.895  - debug: homeconnect.0 (340397) event: {"type":"NOTIFY","data":"{\"haId\":\"484020392374002592\",\"items\":[{\"handling\":\"none\",\"key\":\"BSH.Common.Option.RemainingProgramTime\",\"level\":\"hint\",\"timestamp\":1725364162,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/484020392374002592/programs/active/options/BSH.Common.Option.RemainingProgramTime\",\"value\":6960},{\"handling\":\"none\",\"key\":\"BSH.Common.Option.EstimatedTotalProgramTime\",\"level\":\"hint\",\"timestamp\":1725364162,\"unit\":\"seconds\",\"uri\":\"/api/homeappliances/484020392374002592/programs/active/options/BSH.Common.Option.EstimatedTotalProgramTime\",\"value\":6960}]}","lastEventId":"484020392374002592","origin":"https://api.home-connect.com"}
                                            2024-09-03 12:49:22.895  - debug: homeconnect.0 (340397) 484020392374002592.programs.active.options.BSH_Common_Option_RemainingProgramTime:6960
                                            2024-09-03 12:49:22.896  - debug: homeconnect.0 (340397) 484020392374002592.programs.active.options.BSH_Common_Option_EstimatedTotalProgramTime:6960
                                            2024-09-03 12:49:22.899  - debug: homeconnect.0 (340397) Set event state
                                            2024-09-03 12:49:22.900  - debug: homeconnect.0 (340397) Set event state
                                            2024-09-03 12:49:22.948  - silly: homeconnect.0 (340397) States user redis pmessage homeconnect.0.*/homeconnect.0.484020392374002592.programs.active.options.BSH_Common_Option_RemainingProgramTime:{"val":6960,"ack":true,"ts":1725364162944,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1725364162944}
                                            2024-09-03 12:49:22.951  - silly: homeconnect.0 (340397) States user redis pmessage homeconnect.0.*/homeconnect.0.484020392374002592.programs.active.options.BSH_Common_Option_EstimatedTotalProgramTime:{"val":6960,"ack":true,"ts":1725364162945,"q":0,"from":"system.adapter.homeconnect.0","user":"system.user.admin","lc":1725364162945}
                                            2024-09-03 12:49:23.402  - debug: mqtt.0 (339324) Client [Wemos_.81_0]  pingreq
                                            
                                            
                                            
                                            ============ Mark until here for C&P =============
                                            
                                            iob diag has finished.
                                            
                                            
                                            Homoran 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            299
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            7
                                            86
                                            3136
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo