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

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

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. Warn und Error beim Start von iobroker

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    437

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.0k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

Warn und Error beim Start von iobroker

Geplant Angeheftet Gesperrt Verschoben Error/Bug
errorstart iob
8 Beiträge 3 Kommentatoren 417 Aufrufe 4 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.
  • bahnuhrB Online
    bahnuhrB Online
    bahnuhr
    Forum Testing Most Active
    schrieb am zuletzt editiert von
    #1

    Hallo,
    wenn ich iob neu starte kommt folgendes im log:

    javascript.1
    2022-03-12 03:11:57.377	error	In file included from ../src/binding.cc:1: /home/iobroker/.cache/node-gyp/14.19.0/include/node/node.h:793:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /home/iobroker/.cache/node-gyp/14.19.0/include/node/node.h:827:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../src/binding.cc:153:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(cpufeatures, init) ^~~~~~~~~~~
    
    info.0
    2022-03-12 03:11:53.274	warn	This object will not be created in future versions. Please report this to the developer.
    
    info.0
    2022-03-12 03:11:53.273	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadIrq is invalid: obj.common.min has an invalid type! Expected "number", received "string"
    
    info.0
    2022-03-12 03:11:53.259	warn	This object will not be created in future versions. Please report this to the developer.
    
    info.0
    2022-03-12 03:11:53.258	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadIdle is invalid: obj.common.min has an invalid type! Expected "number", received "string"
    
    info.0
    2022-03-12 03:11:53.243	warn	This object will not be created in future versions. Please report this to the developer.
    
    info.0
    2022-03-12 03:11:53.242	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadNice is invalid: obj.common.min has an invalid type! Expected "number", received "string"
    
    info.0
    2022-03-12 03:11:53.225	warn	This object will not be created in future versions. Please report this to the developer.
    
    info.0
    2022-03-12 03:11:53.224	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadSystem is invalid: obj.common.min has an invalid type! Expected "number", received "string"
    
    info.0
    2022-03-12 03:11:53.074	warn	This object will not be created in future versions. Please report this to the developer.
    
    info.0
    2022-03-12 03:11:53.073	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadUser is invalid: obj.common.min has an invalid type! Expected "number", received "string"
    
    info.0
    2022-03-12 03:11:53.015	warn	This object will not be created in future versions. Please report this to the developer.
    
    info.0
    2022-03-12 03:11:53.011	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoad is invalid: obj.common.min has an invalid type! Expected "number", received "string"
    
    mqtt.2
    2022-03-12 03:11:31.570	warn	This object will not be created in future versions. Please report this to the developer.
    
    mqtt.2
    2022-03-12 03:11:31.568	warn	Object mqtt.2.info.connection is invalid: Default value has to be type "string" but received type "boolean"
    

    Es läuft aber alles (zumindest fällt mir nichts auf).

    Die warn sind ja nur Hinweise.

    Kann ich die error ignorieren ?

    mfg
    Dieter


    Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
    Danke.
    gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
    ScreenToGif :https://www.screentogif.com/downloads.html

    crunchipC 1 Antwort Letzte Antwort
    0
    • bahnuhrB bahnuhr

      Hallo,
      wenn ich iob neu starte kommt folgendes im log:

      javascript.1
      2022-03-12 03:11:57.377	error	In file included from ../src/binding.cc:1: /home/iobroker/.cache/node-gyp/14.19.0/include/node/node.h:793:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /home/iobroker/.cache/node-gyp/14.19.0/include/node/node.h:827:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../src/binding.cc:153:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(cpufeatures, init) ^~~~~~~~~~~
      
      info.0
      2022-03-12 03:11:53.274	warn	This object will not be created in future versions. Please report this to the developer.
      
      info.0
      2022-03-12 03:11:53.273	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadIrq is invalid: obj.common.min has an invalid type! Expected "number", received "string"
      
      info.0
      2022-03-12 03:11:53.259	warn	This object will not be created in future versions. Please report this to the developer.
      
      info.0
      2022-03-12 03:11:53.258	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadIdle is invalid: obj.common.min has an invalid type! Expected "number", received "string"
      
      info.0
      2022-03-12 03:11:53.243	warn	This object will not be created in future versions. Please report this to the developer.
      
      info.0
      2022-03-12 03:11:53.242	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadNice is invalid: obj.common.min has an invalid type! Expected "number", received "string"
      
      info.0
      2022-03-12 03:11:53.225	warn	This object will not be created in future versions. Please report this to the developer.
      
      info.0
      2022-03-12 03:11:53.224	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadSystem is invalid: obj.common.min has an invalid type! Expected "number", received "string"
      
      info.0
      2022-03-12 03:11:53.074	warn	This object will not be created in future versions. Please report this to the developer.
      
      info.0
      2022-03-12 03:11:53.073	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadUser is invalid: obj.common.min has an invalid type! Expected "number", received "string"
      
      info.0
      2022-03-12 03:11:53.015	warn	This object will not be created in future versions. Please report this to the developer.
      
      info.0
      2022-03-12 03:11:53.011	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoad is invalid: obj.common.min has an invalid type! Expected "number", received "string"
      
      mqtt.2
      2022-03-12 03:11:31.570	warn	This object will not be created in future versions. Please report this to the developer.
      
      mqtt.2
      2022-03-12 03:11:31.568	warn	Object mqtt.2.info.connection is invalid: Default value has to be type "string" but received type "boolean"
      

      Es läuft aber alles (zumindest fällt mir nichts auf).

      Die warn sind ja nur Hinweise.

      Kann ich die error ignorieren ?

      mfg
      Dieter

      crunchipC Abwesend
      crunchipC Abwesend
      crunchip
      Forum Testing Most Active
      schrieb am zuletzt editiert von
      #2

      @bahnuhr eventuell mal den cache löschen

      umgestiegen von Proxmox auf Unraid

      bahnuhrB 1 Antwort Letzte Antwort
      0
      • crunchipC crunchip

        @bahnuhr eventuell mal den cache löschen

        bahnuhrB Online
        bahnuhrB Online
        bahnuhr
        Forum Testing Most Active
        schrieb am zuletzt editiert von
        #3

        @crunchip sagte in Warn und Error beim Start von iobroker:

        @bahnuhr eventuell mal den cache löschen

        d8e44b42-413d-4c5a-a3ce-3aa21dc9cfcf-image.png

        meinst du da ?


        Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
        Danke.
        gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
        ScreenToGif :https://www.screentogif.com/downloads.html

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • crunchipC Abwesend
          crunchipC Abwesend
          crunchip
          Forum Testing Most Active
          schrieb am zuletzt editiert von
          #4

          @bahnuhr ja

          sudo -u iobroker npm cache clean --force
          

          sollte das bereinigen

          umgestiegen von Proxmox auf Unraid

          bahnuhrB 1 Antwort Letzte Antwort
          1
          • crunchipC crunchip

            @bahnuhr ja

            sudo -u iobroker npm cache clean --force
            

            sollte das bereinigen

            bahnuhrB Online
            bahnuhrB Online
            bahnuhr
            Forum Testing Most Active
            schrieb am zuletzt editiert von
            #5

            @crunchip sagte in Warn und Error beim Start von iobroker:

            @bahnuhr ja

            sudo -u iobroker npm cache clean --force
            

            sollte das bereinigen

            So, hab ich mal gemacht.
            Die zahlreichen mp3 Dateien sind aber immer noch drin.

            Folgende Warn/error kommen noch:

            mqtt

            mqtt.2
            2022-03-12 10:34:36.422	warn	This object will not be created in future versions. Please report this to the developer.
            mqtt.2
            2022-03-12 10:34:36.421	warn	Object mqtt.2.info.connection is invalid: Default value has to be type "string" but received type "boolean"
            

            info:

            info.0
            2022-03-12 10:34:55.098	warn	This object will not be created in future versions. Please report this to the developer.
            info.0
            2022-03-12 10:34:55.097	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadIrq is invalid: obj.common.min has an invalid type! Expected "number", received "string"
            info.0
            2022-03-12 10:34:55.074	warn	This object will not be created in future versions. Please report this to the developer.
            info.0
            2022-03-12 10:34:55.073	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadIdle is invalid: obj.common.min has an invalid type! Expected "number", received "string"
            info.0
            2022-03-12 10:34:55.044	warn	This object will not be created in future versions. Please report this to the developer.
            info.0
            2022-03-12 10:34:55.043	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadNice is invalid: obj.common.min has an invalid type! Expected "number", received "string"
            info.0
            2022-03-12 10:34:55.021	warn	This object will not be created in future versions. Please report this to the developer.
            info.0
            2022-03-12 10:34:55.020	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadSystem is invalid: obj.common.min has an invalid type! Expected "number", received "string"
            info.0
            2022-03-12 10:34:54.996	warn	This object will not be created in future versions. Please report this to the developer.
            info.0
            2022-03-12 10:34:54.995	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadUser is invalid: obj.common.min has an invalid type! Expected "number", received "string"
            info.0
            2022-03-12 10:34:54.920	warn	This object will not be created in future versions. Please report this to the developer.
            info.0
            2022-03-12 10:34:54.914	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoad is invalid: obj.common.min has an invalid type! Expected "number", received "string"
            

            yamaha:

            yamaha.0
            2022-03-12 10:36:39.277	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:39.276	warn	Object yamaha.0.powerAllZones is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:39.193	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:39.192	warn	Object yamaha.0.zone4 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:39.117	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:39.116	warn	Object yamaha.0.zone3 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:39.039	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:39.039	warn	Object yamaha.0.zone2 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:38.950	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:38.949	warn	Object yamaha.0.zone1 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:38.109	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:38.108	warn	Object yamaha.0.pureDirect is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:38.030	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:38.029	warn	Object yamaha.0.hdmiOut2 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:37.929	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:37.928	warn	Object yamaha.0.hdmiOut1 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:37.844	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:37.844	warn	Object yamaha.0.Commands.partyModeVolumeDown is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:37.753	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:37.752	warn	Object yamaha.0.Commands.partyModeVolumeUp is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:37.533	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:37.532	warn	Object yamaha.0.partyMode is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:37.442	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:37.441	warn	Object yamaha.0.adaptiveDRC is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:37.270	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:37.269	warn	Object yamaha.0.extraBass is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:37.133	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:37.132	warn	Object yamaha.0.YPAOVolume is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:37.063	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:37.062	warn	Object yamaha.0.Commands.skip is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:36.936	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:36.936	warn	Object yamaha.0.Commands.rewind is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:36.812	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:36.812	warn	Object yamaha.0.Commands.skip is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:36.437	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:36.436	warn	Object yamaha.0.Commands.pause is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:36.353	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:36.352	warn	Object yamaha.0.Commands.stop is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:36.277	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:36.276	warn	Object yamaha.0.refresh is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:36.209	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:36.208	warn	Object yamaha.0.power is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:36.120	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:36.120	warn	Object yamaha.0.mute is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
            
            yamaha.0
            2022-03-12 10:36:35.964	warn	This object will not be created in future versions. Please report this to the developer.
            
            yamaha.0
            2022-03-12 10:36:35.960	warn	Object yamaha.0.Commands.toggleMute is invalid: Default value has to be type "boolean" but received type "number"
            

            Aber der Error kam nicht mehr.
            Danke schön.


            Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
            Danke.
            gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
            ScreenToGif :https://www.screentogif.com/downloads.html

            crunchipC 1 Antwort Letzte Antwort
            0
            • bahnuhrB bahnuhr

              @crunchip sagte in Warn und Error beim Start von iobroker:

              @bahnuhr eventuell mal den cache löschen

              d8e44b42-413d-4c5a-a3ce-3aa21dc9cfcf-image.png

              meinst du da ?

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

              @bahnuhr
              Nein, der npm cacache ist gemeint. Und den nicht per Filemanager anpacken sondern über ein Terminal.

              Und weil das der npm cache ist beobachtest du auch:

              Die zahlreichen mp3 Dateien sind aber immer noch drin.

              npm hat nix mit mp3-Dateien zu tun.

              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

              bahnuhrB 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @bahnuhr
                Nein, der npm cacache ist gemeint. Und den nicht per Filemanager anpacken sondern über ein Terminal.

                Und weil das der npm cache ist beobachtest du auch:

                Die zahlreichen mp3 Dateien sind aber immer noch drin.

                npm hat nix mit mp3-Dateien zu tun.

                bahnuhrB Online
                bahnuhrB Online
                bahnuhr
                Forum Testing Most Active
                schrieb am zuletzt editiert von
                #7

                @thomas-braun sagte in Warn und Error beim Start von iobroker:

                @bahnuhr
                Nein, der npm cacache ist gemeint. Und den nicht per Filemanager anpacken sondern über ein Terminal.

                Danke für die Erläuterung.
                hat ja auch einwandfrei geklappt.

                Error kam nicht mehr.


                Wenn ich helfen konnte, dann Daumen hoch (Pfeil nach oben)!
                Danke.
                gute Forenbeiträge: https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge
                ScreenToGif :https://www.screentogif.com/downloads.html

                1 Antwort Letzte Antwort
                0
                • bahnuhrB bahnuhr

                  @crunchip sagte in Warn und Error beim Start von iobroker:

                  @bahnuhr ja

                  sudo -u iobroker npm cache clean --force
                  

                  sollte das bereinigen

                  So, hab ich mal gemacht.
                  Die zahlreichen mp3 Dateien sind aber immer noch drin.

                  Folgende Warn/error kommen noch:

                  mqtt

                  mqtt.2
                  2022-03-12 10:34:36.422	warn	This object will not be created in future versions. Please report this to the developer.
                  mqtt.2
                  2022-03-12 10:34:36.421	warn	Object mqtt.2.info.connection is invalid: Default value has to be type "string" but received type "boolean"
                  

                  info:

                  info.0
                  2022-03-12 10:34:55.098	warn	This object will not be created in future versions. Please report this to the developer.
                  info.0
                  2022-03-12 10:34:55.097	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadIrq is invalid: obj.common.min has an invalid type! Expected "number", received "string"
                  info.0
                  2022-03-12 10:34:55.074	warn	This object will not be created in future versions. Please report this to the developer.
                  info.0
                  2022-03-12 10:34:55.073	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadIdle is invalid: obj.common.min has an invalid type! Expected "number", received "string"
                  info.0
                  2022-03-12 10:34:55.044	warn	This object will not be created in future versions. Please report this to the developer.
                  info.0
                  2022-03-12 10:34:55.043	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadNice is invalid: obj.common.min has an invalid type! Expected "number", received "string"
                  info.0
                  2022-03-12 10:34:55.021	warn	This object will not be created in future versions. Please report this to the developer.
                  info.0
                  2022-03-12 10:34:55.020	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadSystem is invalid: obj.common.min has an invalid type! Expected "number", received "string"
                  info.0
                  2022-03-12 10:34:54.996	warn	This object will not be created in future versions. Please report this to the developer.
                  info.0
                  2022-03-12 10:34:54.995	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoadUser is invalid: obj.common.min has an invalid type! Expected "number", received "string"
                  info.0
                  2022-03-12 10:34:54.920	warn	This object will not be created in future versions. Please report this to the developer.
                  info.0
                  2022-03-12 10:34:54.914	warn	Object info.0.sysinfo.cpu.currentLoad.currentLoad is invalid: obj.common.min has an invalid type! Expected "number", received "string"
                  

                  yamaha:

                  yamaha.0
                  2022-03-12 10:36:39.277	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:39.276	warn	Object yamaha.0.powerAllZones is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:39.193	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:39.192	warn	Object yamaha.0.zone4 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:39.117	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:39.116	warn	Object yamaha.0.zone3 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:39.039	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:39.039	warn	Object yamaha.0.zone2 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:38.950	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:38.949	warn	Object yamaha.0.zone1 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:38.109	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:38.108	warn	Object yamaha.0.pureDirect is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:38.030	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:38.029	warn	Object yamaha.0.hdmiOut2 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:37.929	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:37.928	warn	Object yamaha.0.hdmiOut1 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:37.844	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:37.844	warn	Object yamaha.0.Commands.partyModeVolumeDown is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:37.753	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:37.752	warn	Object yamaha.0.Commands.partyModeVolumeUp is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:37.533	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:37.532	warn	Object yamaha.0.partyMode is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:37.442	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:37.441	warn	Object yamaha.0.adaptiveDRC is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:37.270	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:37.269	warn	Object yamaha.0.extraBass is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:37.133	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:37.132	warn	Object yamaha.0.YPAOVolume is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:37.063	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:37.062	warn	Object yamaha.0.Commands.skip is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:36.936	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:36.936	warn	Object yamaha.0.Commands.rewind is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:36.812	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:36.812	warn	Object yamaha.0.Commands.skip is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:36.437	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:36.436	warn	Object yamaha.0.Commands.pause is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:36.353	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:36.352	warn	Object yamaha.0.Commands.stop is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:36.277	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:36.276	warn	Object yamaha.0.refresh is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:36.209	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:36.208	warn	Object yamaha.0.power is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:36.120	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:36.120	warn	Object yamaha.0.mute is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  
                  yamaha.0
                  2022-03-12 10:36:35.964	warn	This object will not be created in future versions. Please report this to the developer.
                  
                  yamaha.0
                  2022-03-12 10:36:35.960	warn	Object yamaha.0.Commands.toggleMute is invalid: Default value has to be type "boolean" but received type "number"
                  

                  Aber der Error kam nicht mehr.
                  Danke schön.

                  crunchipC Abwesend
                  crunchipC Abwesend
                  crunchip
                  Forum Testing Most Active
                  schrieb am zuletzt editiert von
                  #8

                  @bahnuhr sagte in Warn und Error beim Start von iobroker:

                  is invalid: Default value has to be type "string" but received type "boolean

                  alt bekannt, falls es gefixt wurde, entsprechende Datenpunkte löschen, wenn weg, ok, wenn nicht, issue beim jeweiligen Adapter

                  umgestiegen von Proxmox auf Unraid

                  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

                  610

                  Online

                  32.7k

                  Benutzer

                  82.5k

                  Themen

                  1.3m

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

                  • Du hast noch kein Konto? Registrieren

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