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

  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. iob diag - Skript

NEWS

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

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

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

iob diag - Skript

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
738 Beiträge 49 Kommentatoren 206.9k Aufrufe 38 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.
  • HomoranH Homoran

    @thomas-braun dmesg | grep ext oder so

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #96

    @homoran

    Du meinst die Dateisystemgesundheit?

    Da weiß ich mal wieder nicht wie das auf dem ganzen vituellen Zinnober läuft... Welche Dateisysteme da ggf. anzutreffen sind usw...

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    HomoranH 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @homoran

      Du meinst die Dateisystemgesundheit?

      Da weiß ich mal wieder nicht wie das auf dem ganzen vituellen Zinnober läuft... Welche Dateisysteme da ggf. anzutreffen sind usw...

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

      @thomas-braun sagte in iob diag - Skript:

      Du meinst die Dateisystemgesundheit?

      ja!

      @thomas-braun sagte in iob diag - Skript:

      Da weiß ich mal wieder nicht wie das auf dem ganzen vituellen Zinnober läuft... Welche Dateisysteme da ggf. anzutreffen sind usw...

      hab ich befürchtet!

      hab's gerade auch mal laufen lassen und

      Es wird die Zahl der Objekte und Zustände ermittelt - Dies kann etwas dauern.
      /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupList.js:284
                                      name = name[lang] || name.en;
                                                 ^
      
      TypeError: Cannot read property 'de' of null
          at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupList.js:284:44)
      

      erhalten.

      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 -

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • HomoranH Homoran

        @thomas-braun sagte in iob diag - Skript:

        Du meinst die Dateisystemgesundheit?

        ja!

        @thomas-braun sagte in iob diag - Skript:

        Da weiß ich mal wieder nicht wie das auf dem ganzen vituellen Zinnober läuft... Welche Dateisysteme da ggf. anzutreffen sind usw...

        hab ich befürchtet!

        hab's gerade auch mal laufen lassen und

        Es wird die Zahl der Objekte und Zustände ermittelt - Dies kann etwas dauern.
        /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupList.js:284
                                        name = name[lang] || name.en;
                                                   ^
        
        TypeError: Cannot read property 'de' of null
            at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupList.js:284:44)
        

        erhalten.

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #98

        @homoran

        Das wundert mich ein wenig, das ist nämlich eigentlich nix komplexes.

        iob list objects | wc -l
        

        sagt auf dem System?

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        HomoranH 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @homoran

          Das wundert mich ein wenig, das ist nämlich eigentlich nix komplexes.

          iob list objects | wc -l
          

          sagt auf dem System?

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

          @thomas-braun

          pi@iobroker-VM03:~$ iob list objects | wc -l
          /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupList.js:284
                                          name = name[lang] || name.en;
                                                     ^
          
          TypeError: Cannot read property 'de' of null
              at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupList.js:284:44)
              at processImmediate (internal/timers.js:466:21)
          8523
          

          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 -

          Thomas BraunT GlasfaserG F 5 Antworten Letzte Antwort
          0
          • Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #100

            @homoran sagte in iob diag - Skript:

            TypeError: Cannot read property

            Das ist irgendein JavaSkript-Zeug. Warum das nicht einfach nur gezählt wird von wc -l weiß ich aber nicht. wc sollte eigentlich nix ausführen.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            1 Antwort Letzte Antwort
            0
            • HomoranH Homoran

              @thomas-braun

              pi@iobroker-VM03:~$ iob list objects | wc -l
              /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupList.js:284
                                              name = name[lang] || name.en;
                                                         ^
              
              TypeError: Cannot read property 'de' of null
                  at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupList.js:284:44)
                  at processImmediate (internal/timers.js:466:21)
              8523
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #101

              @homoran
              Probier mal bitte:

              iob list objects | wc -l --
              

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              1 Antwort Letzte Antwort
              0
              • HomoranH Homoran

                @thomas-braun

                pi@iobroker-VM03:~$ iob list objects | wc -l
                /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupList.js:284
                                                name = name[lang] || name.en;
                                                           ^
                
                TypeError: Cannot read property 'de' of null
                    at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupList.js:284:44)
                    at processImmediate (internal/timers.js:466:21)
                8523
                
                GlasfaserG Online
                GlasfaserG Online
                Glasfaser
                schrieb am zuletzt editiert von
                #102

                @homoran sagte in iob diag - Skript:

                /setupList.js

                hast du eine alte js-controller Version !? vor 4 .

                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                0
                • GlasfaserG Glasfaser

                  @homoran sagte in iob diag - Skript:

                  /setupList.js

                  hast du eine alte js-controller Version !? vor 4 .

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #103

                  @glasfaser sagte in iob diag - Skript:

                  hast du eine alte js-controller Version !? vor 4 .

                  Weiß ich zufällig: Ja, ist js-controller 3

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  GlasfaserG 1 Antwort Letzte Antwort
                  0
                  • HomoranH Homoran

                    @thomas-braun

                    pi@iobroker-VM03:~$ iob list objects | wc -l
                    /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupList.js:284
                                                    name = name[lang] || name.en;
                                                               ^
                    
                    TypeError: Cannot read property 'de' of null
                        at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupList.js:284:44)
                        at processImmediate (internal/timers.js:466:21)
                    8523
                    
                    GlasfaserG Online
                    GlasfaserG Online
                    Glasfaser
                    schrieb am zuletzt editiert von
                    #104

                    @homoran sagte in iob diag - Skript:

                    opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupList.js

                    dort ist nur diese Datei vorhanden

                    Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • GlasfaserG Glasfaser

                      @homoran sagte in iob diag - Skript:

                      /setupList.js

                      hast du eine alte js-controller Version !? vor 4 .

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

                      @glasfaser sagte in iob diag - Skript:

                      @homoran sagte in iob diag - Skript:

                      /setupList.js

                      hast du eine alte js-controller Version !? vor 4 .

                      pssssst!

                      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 -

                      1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @glasfaser sagte in iob diag - Skript:

                        hast du eine alte js-controller Version !? vor 4 .

                        Weiß ich zufällig: Ja, ist js-controller 3

                        GlasfaserG Online
                        GlasfaserG Online
                        Glasfaser
                        schrieb am zuletzt editiert von
                        #106

                        @thomas-braun

                        hier kann man den Inhalt sehen

                        https://unpkg.com/browse/iobroker.js-controller@4.0.23/lib/setup/

                        https://unpkg.com/browse/iobroker.js-controller@3.3.22/lib/setup/

                        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                        1 Antwort Letzte Antwort
                        0
                        • GlasfaserG Glasfaser

                          @homoran sagte in iob diag - Skript:

                          opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupList.js

                          dort ist nur diese Datei vorhanden

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #107

                          @glasfaser

                          Wobei das ja eigentlich auch von wc ganz doof nur gezählt werden sollte. Warum das offenbar interpretiert wird raffe ich nicht so ganz. Und auch nicht wie man das verhindert...

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          GlasfaserG 3 Antworten Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @glasfaser

                            Wobei das ja eigentlich auch von wc ganz doof nur gezählt werden sollte. Warum das offenbar interpretiert wird raffe ich nicht so ganz. Und auch nicht wie man das verhindert...

                            GlasfaserG Online
                            GlasfaserG Online
                            Glasfaser
                            schrieb am zuletzt editiert von
                            #108

                            @thomas-braun

                            Macht mich auch stutzig ....

                            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                            1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @glasfaser

                              Wobei das ja eigentlich auch von wc ganz doof nur gezählt werden sollte. Warum das offenbar interpretiert wird raffe ich nicht so ganz. Und auch nicht wie man das verhindert...

                              GlasfaserG Online
                              GlasfaserG Online
                              Glasfaser
                              schrieb am zuletzt editiert von
                              #109

                              @thomas-braun

                              Eventuell hier ab 273 ... wo es dann auch angemeckert wird

                              https://unpkg.com/browse/iobroker.js-controller@3.3.22/lib/setup/setupList.js

                              Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                              1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @glasfaser

                                Wobei das ja eigentlich auch von wc ganz doof nur gezählt werden sollte. Warum das offenbar interpretiert wird raffe ich nicht so ganz. Und auch nicht wie man das verhindert...

                                GlasfaserG Online
                                GlasfaserG Online
                                Glasfaser
                                schrieb am zuletzt editiert von
                                #110

                                @thomas-braun

                                ich glaube eher , bei Homoran ist ein Config Fehler vorhanden .

                                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                                0
                                • GlasfaserG Glasfaser

                                  @thomas-braun

                                  ich glaube eher , bei Homoran ist ein Config Fehler vorhanden .

                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #111

                                  @glasfaser

                                  Ich hab auch schon gesagt, der ioBroker ist kaputt! :-D

                                  Linux-Werkzeugkasten:
                                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                  NodeJS Fixer Skript:
                                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                  1 Antwort Letzte Antwort
                                  0
                                  • GlasfaserG Glasfaser

                                    @thomas-braun

                                    ich glaube eher , bei Homoran ist ein Config Fehler vorhanden .

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

                                    @glasfaser sagte in iob diag - Skript:

                                    @thomas-braun

                                    ich glaube eher , bei Homoran ist ein Config Fehler vorhanden .

                                    wäre nicht unmöglich! und der wäre?

                                    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 -

                                    1 Antwort Letzte Antwort
                                    0
                                    • HomoranH Homoran

                                      @thomas-braun

                                      pi@iobroker-VM03:~$ iob list objects | wc -l
                                      /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupList.js:284
                                                                      name = name[lang] || name.en;
                                                                                 ^
                                      
                                      TypeError: Cannot read property 'de' of null
                                          at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupList.js:284:44)
                                          at processImmediate (internal/timers.js:466:21)
                                      8523
                                      
                                      GlasfaserG Online
                                      GlasfaserG Online
                                      Glasfaser
                                      schrieb am zuletzt editiert von Glasfaser
                                      #113

                                      @homoran sagte in iob diag - Skript:

                                      name = name[lang] || name.en;

                                      Cannot read property 'de' of null

                                      Vermutlich Spracheinstellung ...

                                      EDIT

                                      const lang = (systemConf && systemConf.common && systemConf.common.language) || 'en';
                                      

                                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                      HomoranH 1 Antwort Letzte Antwort
                                      0
                                      • GlasfaserG Glasfaser

                                        @homoran sagte in iob diag - Skript:

                                        name = name[lang] || name.en;

                                        Cannot read property 'de' of null

                                        Vermutlich Spracheinstellung ...

                                        EDIT

                                        const lang = (systemConf && systemConf.common && systemConf.common.language) || 'en';
                                        
                                        HomoranH Nicht stören
                                        HomoranH Nicht stören
                                        Homoran
                                        Global Moderator Administrators
                                        schrieb am zuletzt editiert von
                                        #114

                                        @glasfaser sagte in iob diag - Skript:

                                        Vermutlich Spracheinstellung ...

                                        nope

                                        Screenshot_20221103-204951_Firefox.jpg

                                        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 -

                                        GlasfaserG 1 Antwort Letzte Antwort
                                        0
                                        • HomoranH Nicht stören
                                          HomoranH Nicht stören
                                          Homoran
                                          Global Moderator Administrators
                                          schrieb am zuletzt editiert von
                                          #115

                                          da gab's zwar mal was dass in den Systemeinstelkungen keine Sprache stand, ist bei mir aber korrigiert

                                          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 -

                                          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

                                          872

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          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