Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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

  • wichtiges UPDATE für controller 7.2.2 im stable
    HomoranH
    Homoran
    10
    1
    1.4k

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    16
    1
    3.5k

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    3.3k

Warn und Error beim Start von iobroker

Geplant Angeheftet Gesperrt Verschoben Error/Bug
errorstart iob
8 Beiträge 3 Kommentatoren 476 Aufrufe 4 Beobachtet
  • Ä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 Offline
      crunchipC Offline
      crunchip
      Forum Testing Most Active Developer
      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 Offline
          crunchipC Offline
          crunchip
          Forum Testing Most Active Developer
          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 Offline
                  crunchipC Offline
                  crunchip
                  Forum Testing Most Active Developer
                  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

                  Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                  Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                  Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                  Registrieren Anmelden
                  Antworten
                  • In einem neuen Thema antworten
                  Anmelden zum Antworten
                  • Älteste zuerst
                  • Neuste zuerst
                  • Meiste Stimmen


                  Support us

                  ioBroker
                  Community Adapters
                  Donate

                  524

                  Online

                  33.0k

                  Benutzer

                  83.3k

                  Themen

                  1.3m

                  Beiträge
                  Community
                  Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                  ioBroker Community 2014-2026
                  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