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. Tester
  4. Alpha Test js-controller 4.0

NEWS

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

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

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

Alpha Test js-controller 4.0

Geplant Angeheftet Gesperrt Verschoben Tester
196 Beiträge 20 Kommentatoren 27.2k Aufrufe 22 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.
  • apollon77A Offline
    apollon77A Offline
    apollon77
    schrieb am zuletzt editiert von apollon77
    #83

    Hey,

    der von @MalleRalle berichtete Bug mit hm-rega ist in alpha.73 gefixt und @next ist aktualisiert.

    Bitte vor allem HM* testen aber auch schauen das zB noch alle JavaScript Skripte tun und im Frontend erscheinen und sowas

    Ingo

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

    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
    amg_666A Thomas BraunT 2 Antworten Letzte Antwort
    2
    • apollon77A apollon77

      Hey,

      der von @MalleRalle berichtete Bug mit hm-rega ist in alpha.73 gefixt und @next ist aktualisiert.

      Bitte vor allem HM* testen aber auch schauen das zB noch alle JavaScript Skripte tun und im Frontend erscheinen und sowas

      Ingo

      amg_666A Offline
      amg_666A Offline
      amg_666
      schrieb am zuletzt editiert von
      #84

      @apollon77 sagte in Alpha Test js-controller 4.0:

      der von @MalleRalle berichtete Bug mit hm-rega ist in alpha.73 gefixt und @next ist aktualisiert.

      Top, jetzt läufts wieder rund, Änderungen in iob werden auch wieder in der homematic übernommen.

      Bei meinen Skripten habe ich bislang keine Fehler feststellen können.

      iobroker auf proxmox container

      1 Antwort Letzte Antwort
      0
      • apollon77A apollon77

        Hey,

        der von @MalleRalle berichtete Bug mit hm-rega ist in alpha.73 gefixt und @next ist aktualisiert.

        Bitte vor allem HM* testen aber auch schauen das zB noch alle JavaScript Skripte tun und im Frontend erscheinen und sowas

        Ingo

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

        @apollon77

        alpha.73 startet hier sauber durch, skripte laufen (hab aber kein hm-rega laufen).
        Nur der iobroker.parcel-Adapter muss bei jedem update des controllers neugebaut werden. Der ist wohl gegen node14 gebaut, ich fahre node16 hier. npm i --production im Verzeichnis des Adapters reicht aber aus und auch der Adapter läuft dann wieder.

        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

        apollon77A 1 Antwort Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @apollon77

          alpha.73 startet hier sauber durch, skripte laufen (hab aber kein hm-rega laufen).
          Nur der iobroker.parcel-Adapter muss bei jedem update des controllers neugebaut werden. Der ist wohl gegen node14 gebaut, ich fahre node16 hier. npm i --production im Verzeichnis des Adapters reicht aber aus und auch der Adapter läuft dann wieder.

          apollon77A Offline
          apollon77A Offline
          apollon77
          schrieb am zuletzt editiert von
          #86

          @thomas-braun sagte in Alpha Test js-controller 4.0:

          Nur der iobroker.parcel-Adapter muss bei jedem update des controllers neugebaut werden.

          Das wäre aber interessant warum das so ist. Was bringt der als Fehler? Läuft der renbuild machenaismus an?

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

          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
          Thomas BraunT 2 Antworten Letzte Antwort
          0
          • apollon77A apollon77

            @thomas-braun sagte in Alpha Test js-controller 4.0:

            Nur der iobroker.parcel-Adapter muss bei jedem update des controllers neugebaut werden.

            Das wäre aber interessant warum das so ist. Was bringt der als Fehler? Läuft der renbuild machenaismus an?

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

            @apollon77

            Ich komme gerade nicht gescheit an das LogFile (bin nur mit dem Handy verbunden), sonst hätte ich es gepostet.
            Hol ich später nach. Rebuild wird gestartet, aber nach dem 3 vergeblichen Versuch wird abgebrochen und ich hol es manuell nach.

            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

            apollon77A 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @apollon77

              Ich komme gerade nicht gescheit an das LogFile (bin nur mit dem Handy verbunden), sonst hätte ich es gepostet.
              Hol ich später nach. Rebuild wird gestartet, aber nach dem 3 vergeblichen Versuch wird abgebrochen und ich hol es manuell nach.

              apollon77A Offline
              apollon77A Offline
              apollon77
              schrieb am zuletzt editiert von
              #88

              @thomas-braun Da wäre nochmal das log seeeeeeehr interessant (wenn du dazu kommst)

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

              • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
              • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
              F 1 Antwort Letzte Antwort
              0
              • apollon77A apollon77

                @thomas-braun Da wäre nochmal das log seeeeeeehr interessant (wenn du dazu kommst)

                F Offline
                F Offline
                Fortune95
                schrieb am zuletzt editiert von
                #89

                @apollon77
                Hab gerade auch das update gemacht. Lief problemlos durch nur 4 Adpater liefern Warnings:

                2022-02-03 16:36:44.783 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019CFA0#1.lights.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:44.784 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:44.791 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019CFA0#1.lights.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:44.791 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:44.806 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019CFA0#1.lights.Event1 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:44.807 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:44.817 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019CFA0#1.lights.Event2 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:44.817 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:44.905 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019CFA0#1.lights.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:44.905 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:44.905 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019CFA0#1.lights.Event1 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:44.906 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:44.921 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019CFA0#1.lights.Event2 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:44.921 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:45.399 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019CFA0#1.lights.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:45.399 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:46.449 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019E084#1.lights.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:46.449 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:46.467 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019E084#1.lights.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:46.467 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:46.474 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019E084#1.lights.Event1 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:46.474 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:46.491 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019E084#1.lights.Event2 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:46.491 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:46.528 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5433579#1.Relay0.Event is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:46.528 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:46.533 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5433579#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:46.533 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:46.545 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5433579#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:46.545 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:46.546 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5433579#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:46.546 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:46.658 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019E084#1.lights.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:46.658 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:46.659 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019E084#1.lights.Event1 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:46.659 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:46.702 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019E084#1.lights.Event2 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:46.702 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:46.705 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019E084#1.lights.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:46.705 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:46.719 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5433579#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:46.719 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:46.751 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5433579#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:46.751 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:46.756 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5433579#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:46.756 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:49.255 - warn: shelly.0 (2570) Object SHDM-2#E0980695A77B#1.lights.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:49.255 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:49.262 - warn: shelly.0 (2570) Object SHDM-2#E0980695A77B#1.lights.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:49.262 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:49.270 - warn: shelly.0 (2570) Object SHDM-2#E0980695A77B#1.lights.Event1 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:49.270 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:49.276 - warn: shelly.0 (2570) Object SHDM-2#E0980695A77B#1.lights.Event2 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:49.277 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:49.371 - warn: shelly.0 (2570) Object SHDM-2#E0980695A77B#1.lights.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:49.372 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:49.372 - warn: shelly.0 (2570) Object SHDM-2#E0980695A77B#1.lights.Event1 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:49.372 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:49.377 - warn: shelly.0 (2570) Object SHDM-2#E0980695A77B#1.lights.Event2 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:49.377 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:36:49.415 - warn: shelly.0 (2570) Object SHDM-2#E0980695A77B#1.lights.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:36:49.415 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:17.911 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_A_2_2 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:17.912 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:17.915 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_A_2_3 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:17.915 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:17.923 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_7 is invalid: Default value has to be type "string" but received type "boolean"
                2022-02-03 16:37:17.923 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:17.925 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_6 is invalid: Default value has to be type "string" but received type "boolean"
                2022-02-03 16:37:17.925 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:17.929 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_10_1 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:17.929 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:17.931 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_B_1 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:17.931 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:17.935 - warn: gruenbeck.0 (2712) Object gruenbeck.0.network.D_C_3_6_1 is invalid: Default value has to be type "string" but received type "boolean"
                2022-02-03 16:37:17.935 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:17.937 - warn: gruenbeck.0 (2712) Object gruenbeck.0.network.D_C_3_6_2 is invalid: Default value has to be type "string" but received type "boolean"
                2022-02-03 16:37:17.937 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:17.940 - warn: gruenbeck.0 (2712) Object gruenbeck.0.network.D_C_3_6_3 is invalid: Default value has to be type "string" but received type "boolean"
                2022-02-03 16:37:17.940 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:17.942 - warn: gruenbeck.0 (2712) Object gruenbeck.0.network.D_C_3_6_4 is invalid: Default value has to be type "string" but received type "boolean"
                2022-02-03 16:37:17.942 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:17.945 - warn: gruenbeck.0 (2712) Object gruenbeck.0.network.D_C_3_7_1 is invalid: Default value has to be type "string" but received type "boolean"
                2022-02-03 16:37:17.946 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:17.948 - warn: gruenbeck.0 (2712) Object gruenbeck.0.network.D_C_3_7_2 is invalid: Default value has to be type "string" but received type "boolean"
                2022-02-03 16:37:17.948 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:17.980 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_A_1_1 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:17.980 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:17.982 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_A_1_2 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:17.982 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:17.984 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_A_1_3 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:17.985 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:17.987 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_A_2_1 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:17.987 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:17.989 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_A_3_1 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:17.989 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:17.991 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_A_3_2 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:17.992 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.001 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.aktuellerWasserverbrauch is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.002 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.004 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Salzverbrauch is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.004 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.006 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Salzstand is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.006 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.009 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.SalzverbrauchGesamt is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.009 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.011 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.DatumSalzverbrauch is invalid: Default value has to be type "string" but received type "boolean"
                2022-02-03 16:37:18.011 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.013 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_1 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.013 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.015 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_1 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.016 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.018 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_1 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.018 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.020 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_2 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.020 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.023 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_2 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.023 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.025 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_2 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.026 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.028 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_3 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.028 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.031 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_3 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.031 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.033 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_3 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.033 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.035 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_4 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.035 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.037 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_4 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.037 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.040 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_4 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.040 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.043 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_5 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.043 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.046 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_5 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.046 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.049 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_5 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.049 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.052 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_6 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.052 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.054 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_6 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.055 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.057 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_6 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.057 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.060 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_7 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.060 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.063 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_7 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.063 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.065 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_7 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.066 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.068 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_8 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.068 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.070 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_8 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.070 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.073 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_8 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.073 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.075 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_9 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.075 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.079 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_9 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.079 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.082 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_9 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.082 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.084 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_10 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.084 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.087 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_10 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.088 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.090 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_10 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.090 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.098 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_11 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.098 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.100 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_11 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.100 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.102 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_11 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.102 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.104 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_12 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.105 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.107 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_12 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.107 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.109 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_12 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.110 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.112 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_13 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.112 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.114 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_13 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.114 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.116 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_13 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.117 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.119 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_14 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.119 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.121 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_14 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.121 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.123 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_14 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.124 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.126 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_K_1 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.126 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.128 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_K_2 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.128 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.130 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_K_3 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.130 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.133 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_K_4 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.133 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.138 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_K_7 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.138 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.140 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_K_8 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.141 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.143 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_K_9 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.143 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.146 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_F_5 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.146 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.148 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_F_6 is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.149 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.151 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Wasserzaehler is invalid: Default value has to be type "number" but received type "boolean"
                2022-02-03 16:37:18.151 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:18.154 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.DatumWasserzaehler is invalid: Default value has to be type "string" but received type "boolean"
                2022-02-03 16:37:18.154 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.117 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5437A2C#1.Relay0.Event is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.117 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.124 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5437A2C#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.124 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.133 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5437A2C#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.133 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.135 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5437A2C#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.135 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.236 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5437A2C#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.236 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.298 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5437A2C#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.298 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.301 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5437A2C#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.302 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.716 - warn: shelly.0 (2570) Object SHSW-1#A4CF12F42A41#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.716 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.721 - warn: shelly.0 (2570) Object SHSW-1#A4CF12F42A41#1.Relay0.Event is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.721 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.785 - warn: shelly.0 (2570) Object SHSW-1#A4CF12F42A41#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.785 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.793 - warn: shelly.0 (2570) Object SHSW-1#A4CF12F42A41#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.793 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.836 - warn: shelly.0 (2570) Object SHSW-1#BA22F5#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.836 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.837 - warn: shelly.0 (2570) Object SHSW-1#BA22F5#1.Relay0.Event is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.837 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.845 - warn: shelly.0 (2570) Object SHSW-1#BA22F5#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.845 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.846 - warn: shelly.0 (2570) Object SHSW-1#BA22F5#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.847 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.916 - warn: shelly.0 (2570) Object SHSW-1#A4CF12F42A41#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.916 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.942 - warn: shelly.0 (2570) Object SHSW-1#BA22F5#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.942 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.952 - warn: shelly.0 (2570) Object SHSW-1#A4CF12F42A41#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.952 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.952 - warn: shelly.0 (2570) Object SHSW-1#A4CF12F42A41#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.952 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.987 - warn: shelly.0 (2570) Object SHSW-1#BA22F5#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.987 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:33.989 - warn: shelly.0 (2570) Object SHSW-1#BA22F5#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:33.989 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:34.377 - warn: shelly.0 (2570) Object SHDM-2#E0980695A2CD#1.lights.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:34.377 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:34.384 - warn: shelly.0 (2570) Object SHDM-2#E0980695A2CD#1.lights.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:34.384 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:34.392 - warn: shelly.0 (2570) Object SHDM-2#E0980695A2CD#1.lights.Event1 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:34.392 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:34.401 - warn: shelly.0 (2570) Object SHDM-2#E0980695A2CD#1.lights.Event2 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:34.401 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:34.492 - warn: shelly.0 (2570) Object SHDM-2#E0980695A2CD#1.lights.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:34.492 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:34.492 - warn: shelly.0 (2570) Object SHDM-2#E0980695A2CD#1.lights.Event1 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:34.492 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:34.497 - warn: shelly.0 (2570) Object SHDM-2#E0980695A2CD#1.lights.Event2 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:34.497 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:34.530 - warn: shelly.0 (2570) Object SHDM-2#E0980695A2CD#1.lights.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:34.530 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:35.628 - warn: shelly.0 (2570) Object SHSW-1#BA263F#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:35.628 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:35.630 - warn: shelly.0 (2570) Object SHSW-1#BA263F#1.Relay0.Event is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:35.631 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:35.644 - warn: shelly.0 (2570) Object SHSW-1#BA263F#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:35.644 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:35.648 - warn: shelly.0 (2570) Object SHSW-1#BA263F#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:35.648 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:35.728 - warn: shelly.0 (2570) Object SHSW-1#BA263F#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:35.729 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:35.773 - warn: shelly.0 (2570) Object SHSW-1#BA263F#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:35.774 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:35.774 - warn: shelly.0 (2570) Object SHSW-1#BA263F#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:35.775 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:39.968 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB542EE6D#1.Relay0.Event is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:39.968 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:39.975 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB542EE6D#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:39.976 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:39.987 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB542EE6D#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:39.987 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:39.990 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB542EE6D#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:39.990 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.077 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB542EE6D#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.078 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.111 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB542EE6D#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.112 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.115 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB542EE6D#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.115 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.159 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.159 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.178 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.178 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.192 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay1.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.193 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.195 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay1.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.195 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.203 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay2.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.203 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.204 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay2.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.204 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.215 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay3.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.215 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.216 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay3.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.216 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.620 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5431D1E#1.Relay0.Event is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.620 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.626 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5431D1E#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.626 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.634 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5431D1E#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.634 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.636 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5431D1E#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.636 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.764 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5431D1E#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.764 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.775 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5431D1E#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.775 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.777 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5431D1E#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.777 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.782 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.782 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.785 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay1.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.785 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.787 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay2.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.787 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:40.796 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay3.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                2022-02-03 16:37:40.796 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:45.921 - warn: shuttercontrol.0 (3220) Object shuttercontrol.0.info.Elevation is invalid: Default value has to be type "number" but received type "string"
                2022-02-03 16:37:45.921 - warn: shuttercontrol.0 (3220) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:45.924 - warn: shuttercontrol.0 (3220) Object shuttercontrol.0.info.Azimut is invalid: Default value has to be type "number" but received type "string"
                2022-02-03 16:37:45.925 - warn: shuttercontrol.0 (3220) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.050 - warn: yamaha.0 (3265) Object yamaha.0.Commands.toggleMute is invalid: Default value has to be type "boolean" but received type "number"
                2022-02-03 16:37:58.051 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.059 - warn: yamaha.0 (3265) Object yamaha.0.mute is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.059 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.064 - warn: yamaha.0 (3265) Object yamaha.0.power is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.065 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.068 - warn: yamaha.0 (3265) Object yamaha.0.refresh is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.068 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.071 - warn: yamaha.0 (3265) Object yamaha.0.Commands.stop is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.072 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.074 - warn: yamaha.0 (3265) Object yamaha.0.Commands.pause is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.075 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.080 - warn: yamaha.0 (3265) Object yamaha.0.Commands.skip is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.080 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.083 - warn: yamaha.0 (3265) Object yamaha.0.Commands.rewind is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.083 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.086 - warn: yamaha.0 (3265) Object yamaha.0.Commands.skip is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.086 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.089 - warn: yamaha.0 (3265) Object yamaha.0.YPAOVolume is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.090 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.092 - warn: yamaha.0 (3265) Object yamaha.0.extraBass is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.092 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.095 - warn: yamaha.0 (3265) Object yamaha.0.adaptiveDRC is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.095 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.098 - warn: yamaha.0 (3265) Object yamaha.0.partyMode is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.098 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.101 - warn: yamaha.0 (3265) Object yamaha.0.Commands.partyModeVolumeUp is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.101 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.103 - warn: yamaha.0 (3265) Object yamaha.0.Commands.partyModeVolumeDown is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.104 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.106 - warn: yamaha.0 (3265) Object yamaha.0.hdmiOut1 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.106 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.109 - warn: yamaha.0 (3265) Object yamaha.0.hdmiOut2 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.109 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.111 - warn: yamaha.0 (3265) Object yamaha.0.pureDirect is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.112 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.132 - warn: yamaha.0 (3265) Object yamaha.0.zone1 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.132 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.135 - warn: yamaha.0 (3265) Object yamaha.0.zone2 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.135 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.137 - warn: yamaha.0 (3265) Object yamaha.0.zone3 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.138 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.145 - warn: yamaha.0 (3265) Object yamaha.0.zone4 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.145 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                2022-02-03 16:37:58.149 - warn: yamaha.0 (3265) Object yamaha.0.powerAllZones is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                2022-02-03 16:37:58.149 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                
                apollon77A 1 Antwort Letzte Antwort
                0
                • F Fortune95

                  @apollon77
                  Hab gerade auch das update gemacht. Lief problemlos durch nur 4 Adpater liefern Warnings:

                  2022-02-03 16:36:44.783 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019CFA0#1.lights.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:44.784 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:44.791 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019CFA0#1.lights.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:44.791 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:44.806 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019CFA0#1.lights.Event1 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:44.807 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:44.817 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019CFA0#1.lights.Event2 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:44.817 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:44.905 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019CFA0#1.lights.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:44.905 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:44.905 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019CFA0#1.lights.Event1 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:44.906 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:44.921 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019CFA0#1.lights.Event2 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:44.921 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:45.399 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019CFA0#1.lights.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:45.399 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:46.449 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019E084#1.lights.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:46.449 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:46.467 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019E084#1.lights.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:46.467 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:46.474 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019E084#1.lights.Event1 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:46.474 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:46.491 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019E084#1.lights.Event2 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:46.491 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:46.528 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5433579#1.Relay0.Event is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:46.528 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:46.533 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5433579#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:46.533 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:46.545 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5433579#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:46.545 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:46.546 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5433579#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:46.546 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:46.658 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019E084#1.lights.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:46.658 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:46.659 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019E084#1.lights.Event1 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:46.659 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:46.702 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019E084#1.lights.Event2 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:46.702 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:46.705 - warn: shelly.0 (2570) Object SHDM-2#D8BFC019E084#1.lights.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:46.705 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:46.719 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5433579#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:46.719 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:46.751 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5433579#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:46.751 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:46.756 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5433579#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:46.756 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:49.255 - warn: shelly.0 (2570) Object SHDM-2#E0980695A77B#1.lights.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:49.255 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:49.262 - warn: shelly.0 (2570) Object SHDM-2#E0980695A77B#1.lights.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:49.262 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:49.270 - warn: shelly.0 (2570) Object SHDM-2#E0980695A77B#1.lights.Event1 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:49.270 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:49.276 - warn: shelly.0 (2570) Object SHDM-2#E0980695A77B#1.lights.Event2 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:49.277 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:49.371 - warn: shelly.0 (2570) Object SHDM-2#E0980695A77B#1.lights.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:49.372 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:49.372 - warn: shelly.0 (2570) Object SHDM-2#E0980695A77B#1.lights.Event1 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:49.372 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:49.377 - warn: shelly.0 (2570) Object SHDM-2#E0980695A77B#1.lights.Event2 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:49.377 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:36:49.415 - warn: shelly.0 (2570) Object SHDM-2#E0980695A77B#1.lights.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:36:49.415 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:17.911 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_A_2_2 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:17.912 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:17.915 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_A_2_3 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:17.915 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:17.923 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_7 is invalid: Default value has to be type "string" but received type "boolean"
                  2022-02-03 16:37:17.923 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:17.925 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_6 is invalid: Default value has to be type "string" but received type "boolean"
                  2022-02-03 16:37:17.925 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:17.929 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_10_1 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:17.929 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:17.931 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_B_1 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:17.931 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:17.935 - warn: gruenbeck.0 (2712) Object gruenbeck.0.network.D_C_3_6_1 is invalid: Default value has to be type "string" but received type "boolean"
                  2022-02-03 16:37:17.935 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:17.937 - warn: gruenbeck.0 (2712) Object gruenbeck.0.network.D_C_3_6_2 is invalid: Default value has to be type "string" but received type "boolean"
                  2022-02-03 16:37:17.937 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:17.940 - warn: gruenbeck.0 (2712) Object gruenbeck.0.network.D_C_3_6_3 is invalid: Default value has to be type "string" but received type "boolean"
                  2022-02-03 16:37:17.940 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:17.942 - warn: gruenbeck.0 (2712) Object gruenbeck.0.network.D_C_3_6_4 is invalid: Default value has to be type "string" but received type "boolean"
                  2022-02-03 16:37:17.942 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:17.945 - warn: gruenbeck.0 (2712) Object gruenbeck.0.network.D_C_3_7_1 is invalid: Default value has to be type "string" but received type "boolean"
                  2022-02-03 16:37:17.946 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:17.948 - warn: gruenbeck.0 (2712) Object gruenbeck.0.network.D_C_3_7_2 is invalid: Default value has to be type "string" but received type "boolean"
                  2022-02-03 16:37:17.948 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:17.980 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_A_1_1 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:17.980 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:17.982 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_A_1_2 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:17.982 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:17.984 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_A_1_3 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:17.985 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:17.987 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_A_2_1 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:17.987 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:17.989 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_A_3_1 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:17.989 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:17.991 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_A_3_2 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:17.992 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.001 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.aktuellerWasserverbrauch is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.002 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.004 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Salzverbrauch is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.004 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.006 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Salzstand is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.006 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.009 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.SalzverbrauchGesamt is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.009 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.011 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.DatumSalzverbrauch is invalid: Default value has to be type "string" but received type "boolean"
                  2022-02-03 16:37:18.011 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.013 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_1 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.013 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.015 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_1 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.016 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.018 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_1 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.018 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.020 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_2 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.020 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.023 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_2 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.023 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.025 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_2 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.026 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.028 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_3 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.028 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.031 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_3 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.031 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.033 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_3 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.033 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.035 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_4 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.035 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.037 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_4 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.037 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.040 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_4 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.040 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.043 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_5 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.043 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.046 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_5 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.046 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.049 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_5 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.049 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.052 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_6 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.052 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.054 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_6 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.055 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.057 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_6 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.057 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.060 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_7 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.060 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.063 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_7 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.063 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.065 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_7 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.066 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.068 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_8 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.068 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.070 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_8 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.070 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.073 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_8 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.073 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.075 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_9 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.075 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.079 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_9 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.079 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.082 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_9 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.082 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.084 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_10 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.084 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.087 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_10 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.088 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.090 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_10 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.090 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.098 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_11 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.098 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.100 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_11 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.100 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.102 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_11 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.102 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.104 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_12 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.105 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.107 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_12 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.107 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.109 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_12 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.110 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.112 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_13 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.112 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.114 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_13 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.114 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.116 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_13 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.117 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.119 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_2_14 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.119 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.121 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Verschnittwasser_14 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.121 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.123 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_Y_4_14 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.124 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.126 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_K_1 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.126 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.128 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_K_2 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.128 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.130 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_K_3 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.130 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.133 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_K_4 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.133 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.138 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_K_7 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.138 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.140 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_K_8 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.141 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.143 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_K_9 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.143 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.146 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_F_5 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.146 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.148 - warn: gruenbeck.0 (2712) Object gruenbeck.0.info.D_F_6 is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.149 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.151 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.Wasserzaehler is invalid: Default value has to be type "number" but received type "boolean"
                  2022-02-03 16:37:18.151 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:18.154 - warn: gruenbeck.0 (2712) Object gruenbeck.0.calculated.DatumWasserzaehler is invalid: Default value has to be type "string" but received type "boolean"
                  2022-02-03 16:37:18.154 - warn: gruenbeck.0 (2712) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.117 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5437A2C#1.Relay0.Event is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.117 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.124 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5437A2C#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.124 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.133 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5437A2C#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.133 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.135 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5437A2C#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.135 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.236 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5437A2C#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.236 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.298 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5437A2C#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.298 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.301 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5437A2C#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.302 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.716 - warn: shelly.0 (2570) Object SHSW-1#A4CF12F42A41#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.716 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.721 - warn: shelly.0 (2570) Object SHSW-1#A4CF12F42A41#1.Relay0.Event is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.721 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.785 - warn: shelly.0 (2570) Object SHSW-1#A4CF12F42A41#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.785 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.793 - warn: shelly.0 (2570) Object SHSW-1#A4CF12F42A41#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.793 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.836 - warn: shelly.0 (2570) Object SHSW-1#BA22F5#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.836 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.837 - warn: shelly.0 (2570) Object SHSW-1#BA22F5#1.Relay0.Event is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.837 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.845 - warn: shelly.0 (2570) Object SHSW-1#BA22F5#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.845 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.846 - warn: shelly.0 (2570) Object SHSW-1#BA22F5#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.847 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.916 - warn: shelly.0 (2570) Object SHSW-1#A4CF12F42A41#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.916 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.942 - warn: shelly.0 (2570) Object SHSW-1#BA22F5#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.942 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.952 - warn: shelly.0 (2570) Object SHSW-1#A4CF12F42A41#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.952 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.952 - warn: shelly.0 (2570) Object SHSW-1#A4CF12F42A41#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.952 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.987 - warn: shelly.0 (2570) Object SHSW-1#BA22F5#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.987 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:33.989 - warn: shelly.0 (2570) Object SHSW-1#BA22F5#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:33.989 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:34.377 - warn: shelly.0 (2570) Object SHDM-2#E0980695A2CD#1.lights.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:34.377 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:34.384 - warn: shelly.0 (2570) Object SHDM-2#E0980695A2CD#1.lights.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:34.384 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:34.392 - warn: shelly.0 (2570) Object SHDM-2#E0980695A2CD#1.lights.Event1 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:34.392 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:34.401 - warn: shelly.0 (2570) Object SHDM-2#E0980695A2CD#1.lights.Event2 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:34.401 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:34.492 - warn: shelly.0 (2570) Object SHDM-2#E0980695A2CD#1.lights.mode is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:34.492 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:34.492 - warn: shelly.0 (2570) Object SHDM-2#E0980695A2CD#1.lights.Event1 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:34.492 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:34.497 - warn: shelly.0 (2570) Object SHDM-2#E0980695A2CD#1.lights.Event2 is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:34.497 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:34.530 - warn: shelly.0 (2570) Object SHDM-2#E0980695A2CD#1.lights.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:34.530 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:35.628 - warn: shelly.0 (2570) Object SHSW-1#BA263F#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:35.628 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:35.630 - warn: shelly.0 (2570) Object SHSW-1#BA263F#1.Relay0.Event is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:35.631 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:35.644 - warn: shelly.0 (2570) Object SHSW-1#BA263F#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:35.644 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:35.648 - warn: shelly.0 (2570) Object SHSW-1#BA263F#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:35.648 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:35.728 - warn: shelly.0 (2570) Object SHSW-1#BA263F#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:35.729 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:35.773 - warn: shelly.0 (2570) Object SHSW-1#BA263F#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:35.774 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:35.774 - warn: shelly.0 (2570) Object SHSW-1#BA263F#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:35.775 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:39.968 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB542EE6D#1.Relay0.Event is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:39.968 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:39.975 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB542EE6D#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:39.976 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:39.987 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB542EE6D#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:39.987 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:39.990 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB542EE6D#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:39.990 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.077 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB542EE6D#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.078 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.111 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB542EE6D#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.112 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.115 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB542EE6D#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.115 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.159 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.159 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.178 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.178 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.192 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay1.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.193 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.195 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay1.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.195 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.203 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay2.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.203 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.204 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay2.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.204 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.215 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay3.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.215 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.216 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay3.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.216 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.620 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5431D1E#1.Relay0.Event is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.620 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.626 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5431D1E#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.626 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.634 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5431D1E#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.634 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.636 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5431D1E#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.636 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.764 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5431D1E#1.Relay0.Input is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.764 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.775 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5431D1E#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.775 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.777 - warn: shelly.0 (2570) Object SHSW-PM#8CAAB5431D1E#1.Relay0.ButtonReverse is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.777 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.782 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay0.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.782 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.785 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay1.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.785 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.787 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay2.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.787 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:40.796 - warn: shelly.0 (2570) Object SHSW-44#0624E6#1.Relay3.ButtonType is invalid: obj.common.states has an invalid type! Expected "object", received "string"
                  2022-02-03 16:37:40.796 - warn: shelly.0 (2570) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:45.921 - warn: shuttercontrol.0 (3220) Object shuttercontrol.0.info.Elevation is invalid: Default value has to be type "number" but received type "string"
                  2022-02-03 16:37:45.921 - warn: shuttercontrol.0 (3220) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:45.924 - warn: shuttercontrol.0 (3220) Object shuttercontrol.0.info.Azimut is invalid: Default value has to be type "number" but received type "string"
                  2022-02-03 16:37:45.925 - warn: shuttercontrol.0 (3220) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.050 - warn: yamaha.0 (3265) Object yamaha.0.Commands.toggleMute is invalid: Default value has to be type "boolean" but received type "number"
                  2022-02-03 16:37:58.051 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.059 - warn: yamaha.0 (3265) Object yamaha.0.mute is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.059 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.064 - warn: yamaha.0 (3265) Object yamaha.0.power is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.065 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.068 - warn: yamaha.0 (3265) Object yamaha.0.refresh is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.068 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.071 - warn: yamaha.0 (3265) Object yamaha.0.Commands.stop is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.072 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.074 - warn: yamaha.0 (3265) Object yamaha.0.Commands.pause is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.075 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.080 - warn: yamaha.0 (3265) Object yamaha.0.Commands.skip is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.080 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.083 - warn: yamaha.0 (3265) Object yamaha.0.Commands.rewind is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.083 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.086 - warn: yamaha.0 (3265) Object yamaha.0.Commands.skip is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.086 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.089 - warn: yamaha.0 (3265) Object yamaha.0.YPAOVolume is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.090 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.092 - warn: yamaha.0 (3265) Object yamaha.0.extraBass is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.092 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.095 - warn: yamaha.0 (3265) Object yamaha.0.adaptiveDRC is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.095 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.098 - warn: yamaha.0 (3265) Object yamaha.0.partyMode is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.098 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.101 - warn: yamaha.0 (3265) Object yamaha.0.Commands.partyModeVolumeUp is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.101 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.103 - warn: yamaha.0 (3265) Object yamaha.0.Commands.partyModeVolumeDown is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.104 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.106 - warn: yamaha.0 (3265) Object yamaha.0.hdmiOut1 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.106 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.109 - warn: yamaha.0 (3265) Object yamaha.0.hdmiOut2 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.109 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.111 - warn: yamaha.0 (3265) Object yamaha.0.pureDirect is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.112 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.132 - warn: yamaha.0 (3265) Object yamaha.0.zone1 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.132 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.135 - warn: yamaha.0 (3265) Object yamaha.0.zone2 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.135 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.137 - warn: yamaha.0 (3265) Object yamaha.0.zone3 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.138 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.145 - warn: yamaha.0 (3265) Object yamaha.0.zone4 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.145 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  2022-02-03 16:37:58.149 - warn: yamaha.0 (3265) Object yamaha.0.powerAllZones is invalid: obj.common.min has an invalid type! Expected "number", received "boolean"
                  2022-02-03 16:37:58.149 - warn: yamaha.0 (3265) This object will not be created in future versions. Please report this to the developer.
                  
                  apollon77A Offline
                  apollon77A Offline
                  apollon77
                  schrieb am zuletzt editiert von
                  #90

                  @fortune95 Legst Du dann bitte 4 GitHub issues an? ;-)) (bzw 3 weil ich glaube shelly gibts schon)

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

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

                    Habe das bei der Installation auf dem Master bekommen:

                    mirko@iobroker:/opt/iobroker$ sudo npm i iobroker.js-controller@next
                    [sudo] password for mirko:
                    
                    > iobroker.js-controller@4.0.0-alpha.73-20220203-4ff5b7b6 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                    > node lib/preinstallCheck.js
                    
                    NPM version: 6.14.16
                    
                    > iobroker.js-controller@4.0.0-alpha.73-20220203-4ff5b7b6 install /opt/iobroker/node_modules/iobroker.js-controller
                    > node iobroker.js setup first
                    
                    Cannot delete file. Not critical: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../_service_iobroker.bat'
                    Cannot delete file. Not critical: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../iobroker.bat'
                    Cannot delete file. Not critical: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../iob.bat'
                    Uncaught Rejection: Error: EACCES: permission denied, mkdir '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../tmp'
                        at Object.mkdirSync (fs.js:1013:3)
                        at Setup.setup (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupSetup.js:1012:16)
                        at processCommand (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:567:23)
                        at Object.module.exports.execute (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3316:5)
                        at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:24)
                        at Module._compile (internal/modules/cjs/loader.js:1085:14)
                        at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
                        at Module.load (internal/modules/cjs/loader.js:950:32)
                        at Function.Module._load (internal/modules/cjs/loader.js:790:12)
                        at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12)
                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/iobroker.js2fs/node_modules/fsevents):
                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                    
                    npm ERR! code ELIFECYCLE
                    npm ERR! errno 6
                    npm ERR! iobroker.js-controller@4.0.0-alpha.73-20220203-4ff5b7b6 install: `node iobroker.js setup first`
                    npm ERR! Exit status 6
                    npm ERR!
                    npm ERR! Failed at the iobroker.js-controller@4.0.0-alpha.73-20220203-4ff5b7b6 install script.
                    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                    
                    npm ERR! A complete log of this run can be found in:
                    npm ERR!     /root/.npm/_logs/2022-02-03T15_47_09_558Z-debug.log
                    mirko@iobroker:/opt/iobroker$
                    

                    Hier noch das NPM log

                    2022-02-03T15_47_09_558Z-debug.log

                    IOB startet nicht mehr

                    Bitte keine Fragen per PN, die gehören ins Forum!

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

                    Thomas BraunT apollon77A 2 Antworten Letzte Antwort
                    0
                    • wendy2702W wendy2702

                      Habe das bei der Installation auf dem Master bekommen:

                      mirko@iobroker:/opt/iobroker$ sudo npm i iobroker.js-controller@next
                      [sudo] password for mirko:
                      
                      > iobroker.js-controller@4.0.0-alpha.73-20220203-4ff5b7b6 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                      > node lib/preinstallCheck.js
                      
                      NPM version: 6.14.16
                      
                      > iobroker.js-controller@4.0.0-alpha.73-20220203-4ff5b7b6 install /opt/iobroker/node_modules/iobroker.js-controller
                      > node iobroker.js setup first
                      
                      Cannot delete file. Not critical: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../_service_iobroker.bat'
                      Cannot delete file. Not critical: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../iobroker.bat'
                      Cannot delete file. Not critical: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../iob.bat'
                      Uncaught Rejection: Error: EACCES: permission denied, mkdir '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../tmp'
                          at Object.mkdirSync (fs.js:1013:3)
                          at Setup.setup (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupSetup.js:1012:16)
                          at processCommand (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:567:23)
                          at Object.module.exports.execute (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3316:5)
                          at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:24)
                          at Module._compile (internal/modules/cjs/loader.js:1085:14)
                          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
                          at Module.load (internal/modules/cjs/loader.js:950:32)
                          at Function.Module._load (internal/modules/cjs/loader.js:790:12)
                          at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12)
                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
                      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/iobroker.js2fs/node_modules/fsevents):
                      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                      
                      npm ERR! code ELIFECYCLE
                      npm ERR! errno 6
                      npm ERR! iobroker.js-controller@4.0.0-alpha.73-20220203-4ff5b7b6 install: `node iobroker.js setup first`
                      npm ERR! Exit status 6
                      npm ERR!
                      npm ERR! Failed at the iobroker.js-controller@4.0.0-alpha.73-20220203-4ff5b7b6 install script.
                      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                      
                      npm ERR! A complete log of this run can be found in:
                      npm ERR!     /root/.npm/_logs/2022-02-03T15_47_09_558Z-debug.log
                      mirko@iobroker:/opt/iobroker$
                      

                      Hier noch das NPM log

                      2022-02-03T15_47_09_558Z-debug.log

                      IOB startet nicht mehr

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

                      @wendy2702 sagte in Alpha Test js-controller 4.0:

                      sudo npm

                      Nich mit sudo rummachen an der Stelle.

                      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

                      wendy2702W 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @wendy2702 sagte in Alpha Test js-controller 4.0:

                        sudo npm

                        Nich mit sudo rummachen an der Stelle.

                        wendy2702W Offline
                        wendy2702W Offline
                        wendy2702
                        schrieb am zuletzt editiert von wendy2702
                        #93

                        @thomas-braun Beim ersten Versuch nur zugriffsrechte verweigert meldungen bekommen.
                        Deshalb der Versuch mit sudo.

                        Erstmal zurück auf JS3.3.22 ohne erfolg. Musste den JS mit

                        sudo -H -u iobroker npm install iobroker.js-controller 
                        

                        neu installieren.

                        Dann den fixer nochmal laufen lassen.

                        mirko@iobroker:/opt/iobroker$ iob fix
                        library: loaded
                        Library version=2021-12-27
                        
                        ==========================================================================
                        
                            Welcome to the ioBroker installation fixer!
                            Script version: 2021-12-27
                        
                            You might need to enter your password a couple of times.
                        
                        ==========================================================================
                        
                        
                        ==========================================================================
                            Installing prerequisites (1/3)
                        ==========================================================================
                        
                        Hit:1 http://security.debian.org buster/updates InRelease
                        Hit:2 http://ftp.debian.org/debian buster InRelease
                        Hit:3 http://ftp.debian.org/debian buster-updates InRelease
                        Hit:4 https://deb.nodesource.com/node_10.x buster InRelease
                        Hit:5 https://deb.nodesource.com/node_12.x buster InRelease
                        Hit:6 https://deb.nodesource.com/node_14.x buster InRelease
                        Reading package lists... Done
                        Installed gcc-c++
                        
                        ==========================================================================
                            Checking ioBroker user and directory permissions (2/3)
                        ==========================================================================
                        
                        Created /etc/sudoers.d/iobroker
                        Fixing directory permissions...
                        
                        ==========================================================================
                            Checking autostart (3/3)
                        ==========================================================================
                        
                        Enabling autostart...
                        Autostart enabled!
                        
                        ==========================================================================
                        
                            Your installation was fixed successfully
                            Run iobroker start to start ioBroker again!
                        
                        ==========================================================================
                        
                        mirko@iobroker:/opt/iobroker$
                        
                        

                        JS4 erneut versucht:

                        mirko@iobroker:/opt/iobroker$ npm i iobroker.js-controller@next
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@alcalzone/jsonl-db/node_modules/fs-extra
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-base/node_modules/fs-extra
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-objects-file/node_modules/fs-extra
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-objects-jsonl/node_modules/fs-extra
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/alcalzone-shared
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@alcalzone/jsonl-db
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@peter-murray/hue-bridge-model
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/caseless
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/tough-cookie
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/assert-plus
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/async
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/asynckit
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/aws-sign2
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/aws4
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/bottleneck
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/caseless
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/coffee-compiler
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/coffee-script
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/core-util-is
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/dashdash
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/delayed-stream
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/combined-stream
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/duplexer
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/extend
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/extsprintf
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/eyes
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/fast-deep-equal
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/fast-json-stable-stringify
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/forever-agent
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/fs
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/ftp-response-parser/node_modules/isarray
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/ftp-response-parser/node_modules/string_decoder
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/function-bind
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/getpass
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/har-schema
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/has
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/has-symbols
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/get-intrinsic
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/call-bind
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/inherits
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/ftp-response-parser/node_modules/readable-stream
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/ftp-response-parser
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/is-typedarray
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/isstream
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/jsbn
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/jsftp/node_modules/debug
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/json-schema
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/json-schema-traverse
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/json-stringify-safe
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/jsonata
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/long-timeout
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/luxon
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/mime-db
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/mime-types
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/form-data
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/request
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/minimist
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/nan
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-inspect
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/oauth-sign
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/object-keys
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/define-properties
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/parse-listing
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/performance-now
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/picocolors
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/psl
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/punycode
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/qs
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/request/node_modules/form-data
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/safe-buffer
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/safer-buffer
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/asn1
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/ecc-jsbn
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/sax
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/suncalc2
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/through
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/stream-combiner
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/tough-cookie
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/tr46
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/tunnel-agent
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/tweetnacl
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/bcrypt-pbkdf
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/ssh2
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/unorm
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/uri-js
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/ajv
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/har-validator
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/uuid
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/verror/node_modules/core-util-is
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/verror
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/jsprim
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/http-signature
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/request
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/virtual-tsc
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/vm2
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/wake_on_lan
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/webidl-conversions
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/whatwg-url
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-fetch
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/wrappy
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/once
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/jsftp
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/xmlbuilder
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/tr-064/node_modules/xml2js
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/tr-064
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/xml2js
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/xtend
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/simple-ssh
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/yallist
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.js-controller/node_modules/yargs-parser
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/logform/node_modules/safe-stable-stringify
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/ncp
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/node-forge
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/pidusage
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/safe-stable-stringify
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/seq-logging
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-base
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-objects-redis
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-objects-file
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-objects-jsonl
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-states-redis
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-states-file
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-states-jsonl
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.js-controller/node_modules/fs-extra
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.js-controller/node_modules/mime
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.js-controller/node_modules/yargs
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.js-controller
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@alcalzone/jsonl-db/node_modules
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@alcalzone
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-base/node_modules
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-objects-file/node_modules
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-objects-jsonl/node_modules
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@peter-murray
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/ftp-response-parser/node_modules
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/jsftp/node_modules
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/request/node_modules
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/verror/node_modules
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/tr-064/node_modules
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.js-controller/node_modules
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.js2fs/node_modules
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/logform/node_modules
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/winston/node_modules
                        npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/winston-seq-updated
                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                        
                        npm ERR! code EACCES
                        npm ERR! syscall access
                        npm ERR! path /opt/iobroker/node_modules/@alcalzone/jsonl-db/node_modules/fs-extra
                        npm ERR! errno -13
                        npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules/@alcalzone/jsonl-db/node_modules/fs-extra'
                        npm ERR!  [Error: EACCES: permission denied, access '/opt/iobroker/node_modules/@alcalzone/jsonl-db/node_modules/fs-extra'] {
                        npm ERR!   errno: -13,
                        npm ERR!   code: 'EACCES',
                        npm ERR!   syscall: 'access',
                        npm ERR!   path: '/opt/iobroker/node_modules/@alcalzone/jsonl-db/node_modules/fs-extra'
                        npm ERR! }
                        npm ERR!
                        npm ERR! The operation was rejected by your operating system.
                        npm ERR! It is likely you do not have the permissions to access this file as the current user
                        npm ERR!
                        npm ERR! If you believe this might be a permissions issue, please double-check the
                        npm ERR! permissions of the file and its containing directories, or try running
                        npm ERR! the command again as root/Administrator.
                        
                        npm ERR! A complete log of this run can be found in:
                        npm ERR!     /home/mirko/.npm/_logs/2022-02-03T16_17_51_143Z-debug.log
                        mirko@iobroker:/opt/iobroker$
                        
                        

                        Und jetzt?

                        Nach neustart von IOB sehe ich im Syslog davon tausende Einträge:

                        iobroker bash[4117]: Using TZID without Luxon available is unsupported. Returned times are in UTC, not the requested time zone
                        

                        Bitte keine Fragen per PN, die gehören ins Forum!

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

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • wendy2702W wendy2702

                          @thomas-braun Beim ersten Versuch nur zugriffsrechte verweigert meldungen bekommen.
                          Deshalb der Versuch mit sudo.

                          Erstmal zurück auf JS3.3.22 ohne erfolg. Musste den JS mit

                          sudo -H -u iobroker npm install iobroker.js-controller 
                          

                          neu installieren.

                          Dann den fixer nochmal laufen lassen.

                          mirko@iobroker:/opt/iobroker$ iob fix
                          library: loaded
                          Library version=2021-12-27
                          
                          ==========================================================================
                          
                              Welcome to the ioBroker installation fixer!
                              Script version: 2021-12-27
                          
                              You might need to enter your password a couple of times.
                          
                          ==========================================================================
                          
                          
                          ==========================================================================
                              Installing prerequisites (1/3)
                          ==========================================================================
                          
                          Hit:1 http://security.debian.org buster/updates InRelease
                          Hit:2 http://ftp.debian.org/debian buster InRelease
                          Hit:3 http://ftp.debian.org/debian buster-updates InRelease
                          Hit:4 https://deb.nodesource.com/node_10.x buster InRelease
                          Hit:5 https://deb.nodesource.com/node_12.x buster InRelease
                          Hit:6 https://deb.nodesource.com/node_14.x buster InRelease
                          Reading package lists... Done
                          Installed gcc-c++
                          
                          ==========================================================================
                              Checking ioBroker user and directory permissions (2/3)
                          ==========================================================================
                          
                          Created /etc/sudoers.d/iobroker
                          Fixing directory permissions...
                          
                          ==========================================================================
                              Checking autostart (3/3)
                          ==========================================================================
                          
                          Enabling autostart...
                          Autostart enabled!
                          
                          ==========================================================================
                          
                              Your installation was fixed successfully
                              Run iobroker start to start ioBroker again!
                          
                          ==========================================================================
                          
                          mirko@iobroker:/opt/iobroker$
                          
                          

                          JS4 erneut versucht:

                          mirko@iobroker:/opt/iobroker$ npm i iobroker.js-controller@next
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@alcalzone/jsonl-db/node_modules/fs-extra
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-base/node_modules/fs-extra
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-objects-file/node_modules/fs-extra
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-objects-jsonl/node_modules/fs-extra
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/alcalzone-shared
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@alcalzone/jsonl-db
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@peter-murray/hue-bridge-model
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/caseless
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/tough-cookie
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/assert-plus
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/async
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/asynckit
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/aws-sign2
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/aws4
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/bottleneck
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/caseless
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/coffee-compiler
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/coffee-script
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/core-util-is
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/dashdash
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/delayed-stream
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/combined-stream
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/duplexer
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/extend
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/extsprintf
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/eyes
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/fast-deep-equal
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/fast-json-stable-stringify
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/forever-agent
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/fs
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/ftp-response-parser/node_modules/isarray
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/ftp-response-parser/node_modules/string_decoder
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/function-bind
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/getpass
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/har-schema
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/has
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/has-symbols
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/get-intrinsic
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/call-bind
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/inherits
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/ftp-response-parser/node_modules/readable-stream
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/ftp-response-parser
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/is-typedarray
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/isstream
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/jsbn
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/jsftp/node_modules/debug
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/json-schema
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/json-schema-traverse
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/json-stringify-safe
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/jsonata
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/long-timeout
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/luxon
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/mime-db
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/mime-types
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/form-data
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/request
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/minimist
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/nan
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/cpu-features
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-inspect
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/oauth-sign
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/object-keys
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/define-properties
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/parse-listing
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/performance-now
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/picocolors
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/psl
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/punycode
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/qs
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/request/node_modules/form-data
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/safe-buffer
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/safer-buffer
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/asn1
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/ecc-jsbn
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/sax
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/suncalc2
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/through
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/stream-combiner
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/tough-cookie
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/tr46
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/tunnel-agent
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/tweetnacl
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/bcrypt-pbkdf
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/ssh2
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/typescript
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/unorm
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/uri-js
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/ajv
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/har-validator
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/uuid
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/verror/node_modules/core-util-is
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/verror
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/jsprim
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/http-signature
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/request
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/virtual-tsc
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/vm2
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/wake_on_lan
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/webidl-conversions
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/whatwg-url
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/node-fetch
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/wrappy
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/once
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/jsftp
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/xmlbuilder
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/tr-064/node_modules/xml2js
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/tr-064
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/xml2js
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/xtend
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/simple-ssh
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/yallist
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.js-controller/node_modules/yargs-parser
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/logform/node_modules/safe-stable-stringify
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/ncp
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/node-forge
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/pidusage
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/safe-stable-stringify
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/seq-logging
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-base
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-objects-redis
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-objects-file
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-objects-jsonl
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-states-redis
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-states-file
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-states-jsonl
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.js-controller/node_modules/fs-extra
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.js-controller/node_modules/mime
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.js-controller/node_modules/yargs
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.js-controller
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@alcalzone/jsonl-db/node_modules
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@alcalzone
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-base/node_modules
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-objects-file/node_modules
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker/db-objects-jsonl/node_modules
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@peter-murray
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/ftp-response-parser/node_modules
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/jsftp/node_modules
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/request/node_modules
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/verror/node_modules
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.javascript/node_modules/tr-064/node_modules
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.js-controller/node_modules
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/iobroker.js2fs/node_modules
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/logform/node_modules
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/@iobroker
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/winston/node_modules
                          npm WARN checkPermissions Missing write access to /opt/iobroker/node_modules/winston-seq-updated
                          npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
                          npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                          
                          npm ERR! code EACCES
                          npm ERR! syscall access
                          npm ERR! path /opt/iobroker/node_modules/@alcalzone/jsonl-db/node_modules/fs-extra
                          npm ERR! errno -13
                          npm ERR! Error: EACCES: permission denied, access '/opt/iobroker/node_modules/@alcalzone/jsonl-db/node_modules/fs-extra'
                          npm ERR!  [Error: EACCES: permission denied, access '/opt/iobroker/node_modules/@alcalzone/jsonl-db/node_modules/fs-extra'] {
                          npm ERR!   errno: -13,
                          npm ERR!   code: 'EACCES',
                          npm ERR!   syscall: 'access',
                          npm ERR!   path: '/opt/iobroker/node_modules/@alcalzone/jsonl-db/node_modules/fs-extra'
                          npm ERR! }
                          npm ERR!
                          npm ERR! The operation was rejected by your operating system.
                          npm ERR! It is likely you do not have the permissions to access this file as the current user
                          npm ERR!
                          npm ERR! If you believe this might be a permissions issue, please double-check the
                          npm ERR! permissions of the file and its containing directories, or try running
                          npm ERR! the command again as root/Administrator.
                          
                          npm ERR! A complete log of this run can be found in:
                          npm ERR!     /home/mirko/.npm/_logs/2022-02-03T16_17_51_143Z-debug.log
                          mirko@iobroker:/opt/iobroker$
                          
                          

                          Und jetzt?

                          Nach neustart von IOB sehe ich im Syslog davon tausende Einträge:

                          iobroker bash[4117]: Using TZID without Luxon available is unsupported. Returned times are in UTC, not the requested time zone
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von Thomas Braun
                          #94

                          @wendy2702 sagte in Alpha Test js-controller 4.0:

                          Beim ersten Versuch nur zugriffsrechte verweigert meldungen bekommen.
                          Deshalb der Versuch mit sudo.

                          Dann musst du schauen, warum da Rechte fehlen. Der mirko ist in der Gruppe iobroker drin?
                          Wie sehen die Rechte an den angemeckerten Verzeichnissen aus?
                          Dateisystem fit?

                          dmesg -T | grep -i ext4
                          

                          https://github.com/ioBroker/ioBroker.js-controller/issues/1528

                          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

                          wendy2702W 1 Antwort Letzte Antwort
                          -1
                          • Thomas BraunT Thomas Braun

                            @wendy2702 sagte in Alpha Test js-controller 4.0:

                            Beim ersten Versuch nur zugriffsrechte verweigert meldungen bekommen.
                            Deshalb der Versuch mit sudo.

                            Dann musst du schauen, warum da Rechte fehlen. Der mirko ist in der Gruppe iobroker drin?
                            Wie sehen die Rechte an den angemeckerten Verzeichnissen aus?
                            Dateisystem fit?

                            dmesg -T | grep -i ext4
                            

                            https://github.com/ioBroker/ioBroker.js-controller/issues/1528

                            wendy2702W Offline
                            wendy2702W Offline
                            wendy2702
                            schrieb am zuletzt editiert von wendy2702
                            #95

                            @thomas-braun Naja,

                            der mirko hat bisher immer die JS Controller Updates machen dürfen. :blush:

                            mirko@iobroker:/opt/iobroker$ cat /etc/group |grep iob
                            tty:x:5:iobroker
                            dialout:x:20:iobroker
                            audio:x:29:iobroker
                            video:x:44:iobroker
                            iobroker:x:1000:mirko
                            
                            mirko@iobroker:/opt/iobroker$ id mirko
                            uid=1001(mirko) gid=1001(mirko) groups=1001(mirko),27(sudo),1000(iobroker)
                            
                            drwxrwxr-x+ 979 iobroker iobroker  36864 Feb  3 17:07 node_modules
                            

                            Auch alle Unterverzeichnisse gehören iobroker.

                            Filesystem schaut gut aus:

                            mirko@iobroker:/opt/iobroker$ dmesg -T | grep -i ext4
                            [Wed Aug  4 10:04:27 2021] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 10:04:27 2021] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro
                            [Wed Aug  4 10:04:40 2021] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 10:04:43 2021] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 10:04:49 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 10:04:49 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 10:04:55 2021] EXT4-fs (dm-10): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 10:05:06 2021] EXT4-fs (dm-13): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 12:51:38 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 12:51:38 2021] EXT4-fs (dm-17): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 12:57:37 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 12:57:37 2021] EXT4-fs (dm-17): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 13:01:58 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 13:01:58 2021] EXT4-fs (dm-17): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 13:03:38 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 13:03:38 2021] EXT4-fs (dm-17): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 13:10:24 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 13:10:24 2021] EXT4-fs (dm-17): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 14:16:43 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 14:16:43 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 14:23:39 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 14:23:39 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 14:45:22 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 14:45:22 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 14:53:28 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 14:53:29 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 15:04:40 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 15:04:40 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 17:25:45 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 17:25:45 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 17:32:41 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug  4 17:32:41 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 19:24:50 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 19:24:50 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 19:36:55 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 19:36:55 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 20:56:55 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 20:58:11 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 21:05:56 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 21:05:56 2021] EXT4-fs (dm-17): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 21:08:02 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 21:08:02 2021] EXT4-fs (dm-17): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 21:08:41 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 21:08:41 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 21:12:36 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 21:18:56 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 21:24:56 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 21:26:31 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 21:27:59 2021] EXT4-fs (dm-17): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 21:28:57 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 21:28:57 2021] EXT4-fs (dm-17): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 21:36:21 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 21:44:17 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 21:48:09 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 16 21:48:09 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug 18 12:24:08 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug 18 12:34:10 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug 18 15:48:18 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Aug 18 16:15:41 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 23 08:42:39 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Mon Aug 23 08:55:55 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Dec 15 08:51:25 2021] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Dec 15 08:51:48 2021] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Dec 15 08:53:00 2021] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Dec 15 08:54:55 2021] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Dec 15 08:56:17 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Dec 15 09:10:03 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Dec 15 09:11:15 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Dec 15 09:36:36 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Dec 15 09:43:41 2021] EXT4-fs (dm-10): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Dec 15 09:44:47 2021] EXT4-fs (dm-10): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Dec 15 09:48:19 2021] EXT4-fs (dm-13): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Dec 15 09:48:48 2021] EXT4-fs (dm-13): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Dec 15 10:24:08 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Dec 15 10:35:12 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Dec 15 10:35:55 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Wed Dec 15 10:39:25 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                            [Thu Dec 16 14:21:32 2021] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null)
                            [Thu Jan 27 18:13:36 2022] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
                            [Sat Jan 29 15:05:48 2022] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
                            [Thu Feb  3 16:42:25 2022] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
                            [Thu Feb  3 16:43:57 2022] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
                            [Thu Feb  3 16:58:03 2022] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
                            mirko@iobroker:/opt/iobroker$
                            
                            

                            Noch eine Idee woran es liegen könnte?

                            Bitte keine Fragen per PN, die gehören ins Forum!

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

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • apollon77A apollon77

                              @fortune95 Legst Du dann bitte 4 GitHub issues an? ;-)) (bzw 3 weil ich glaube shelly gibts schon)

                              F Offline
                              F Offline
                              Fortune95
                              schrieb am zuletzt editiert von
                              #96

                              @apollon77 sagte in Alpha Test js-controller 4.0:

                              @fortune95 Legst Du dann bitte 4 GitHub issues an? ;-)) (bzw 3 weil ich glaube shelly gibts schon)

                              Done! :-)

                              1 Antwort Letzte Antwort
                              1
                              • wendy2702W wendy2702

                                @thomas-braun Naja,

                                der mirko hat bisher immer die JS Controller Updates machen dürfen. :blush:

                                mirko@iobroker:/opt/iobroker$ cat /etc/group |grep iob
                                tty:x:5:iobroker
                                dialout:x:20:iobroker
                                audio:x:29:iobroker
                                video:x:44:iobroker
                                iobroker:x:1000:mirko
                                
                                mirko@iobroker:/opt/iobroker$ id mirko
                                uid=1001(mirko) gid=1001(mirko) groups=1001(mirko),27(sudo),1000(iobroker)
                                
                                drwxrwxr-x+ 979 iobroker iobroker  36864 Feb  3 17:07 node_modules
                                

                                Auch alle Unterverzeichnisse gehören iobroker.

                                Filesystem schaut gut aus:

                                mirko@iobroker:/opt/iobroker$ dmesg -T | grep -i ext4
                                [Wed Aug  4 10:04:27 2021] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 10:04:27 2021] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro
                                [Wed Aug  4 10:04:40 2021] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 10:04:43 2021] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 10:04:49 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 10:04:49 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 10:04:55 2021] EXT4-fs (dm-10): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 10:05:06 2021] EXT4-fs (dm-13): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 12:51:38 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 12:51:38 2021] EXT4-fs (dm-17): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 12:57:37 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 12:57:37 2021] EXT4-fs (dm-17): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 13:01:58 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 13:01:58 2021] EXT4-fs (dm-17): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 13:03:38 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 13:03:38 2021] EXT4-fs (dm-17): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 13:10:24 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 13:10:24 2021] EXT4-fs (dm-17): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 14:16:43 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 14:16:43 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 14:23:39 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 14:23:39 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 14:45:22 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 14:45:22 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 14:53:28 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 14:53:29 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 15:04:40 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 15:04:40 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 17:25:45 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 17:25:45 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 17:32:41 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug  4 17:32:41 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 19:24:50 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 19:24:50 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 19:36:55 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 19:36:55 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 20:56:55 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 20:58:11 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 21:05:56 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 21:05:56 2021] EXT4-fs (dm-17): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 21:08:02 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 21:08:02 2021] EXT4-fs (dm-17): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 21:08:41 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 21:08:41 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 21:12:36 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 21:18:56 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 21:24:56 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 21:26:31 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 21:27:59 2021] EXT4-fs (dm-17): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 21:28:57 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 21:28:57 2021] EXT4-fs (dm-17): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 21:36:21 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 21:44:17 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 21:48:09 2021] EXT4-fs (dm-14): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 16 21:48:09 2021] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug 18 12:24:08 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug 18 12:34:10 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug 18 15:48:18 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Aug 18 16:15:41 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 23 08:42:39 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Mon Aug 23 08:55:55 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Dec 15 08:51:25 2021] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Dec 15 08:51:48 2021] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Dec 15 08:53:00 2021] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Dec 15 08:54:55 2021] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Dec 15 08:56:17 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Dec 15 09:10:03 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Dec 15 09:11:15 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Dec 15 09:36:36 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Dec 15 09:43:41 2021] EXT4-fs (dm-10): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Dec 15 09:44:47 2021] EXT4-fs (dm-10): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Dec 15 09:48:19 2021] EXT4-fs (dm-13): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Dec 15 09:48:48 2021] EXT4-fs (dm-13): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Dec 15 10:24:08 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Dec 15 10:35:12 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Dec 15 10:35:55 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Wed Dec 15 10:39:25 2021] EXT4-fs (dm-16): mounted filesystem with ordered data mode. Opts: (null)
                                [Thu Dec 16 14:21:32 2021] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: (null)
                                [Thu Jan 27 18:13:36 2022] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
                                [Sat Jan 29 15:05:48 2022] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
                                [Thu Feb  3 16:42:25 2022] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
                                [Thu Feb  3 16:43:57 2022] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
                                [Thu Feb  3 16:58:03 2022] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
                                mirko@iobroker:/opt/iobroker$
                                
                                

                                Noch eine Idee woran es liegen könnte?

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

                                @wendy2702 sagte in Alpha Test js-controller 4.0:

                                Noch eine Idee woran es liegen könnte?

                                An der Uptime... :-P
                                Der rennt seit 04. August durch?
                                Ist das was gedockertes? EXT4-fs (dm-6) schaut so ungewohnt aus.

                                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

                                wendy2702W 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @wendy2702 sagte in Alpha Test js-controller 4.0:

                                  Noch eine Idee woran es liegen könnte?

                                  An der Uptime... :-P
                                  Der rennt seit 04. August durch?
                                  Ist das was gedockertes? EXT4-fs (dm-6) schaut so ungewohnt aus.

                                  wendy2702W Offline
                                  wendy2702W Offline
                                  wendy2702
                                  schrieb am zuletzt editiert von
                                  #98

                                  @thomas-braun sagte in Alpha Test js-controller 4.0:

                                  An der Uptime...

                                  :-)

                                  Ja.... wie ein Käfer.... der läuft und läuft....

                                  Ist ein LXC im Proxmox

                                  Bitte keine Fragen per PN, die gehören ins Forum!

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

                                  1 Antwort Letzte Antwort
                                  0
                                  • wendy2702W wendy2702

                                    Habe das bei der Installation auf dem Master bekommen:

                                    mirko@iobroker:/opt/iobroker$ sudo npm i iobroker.js-controller@next
                                    [sudo] password for mirko:
                                    
                                    > iobroker.js-controller@4.0.0-alpha.73-20220203-4ff5b7b6 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                                    > node lib/preinstallCheck.js
                                    
                                    NPM version: 6.14.16
                                    
                                    > iobroker.js-controller@4.0.0-alpha.73-20220203-4ff5b7b6 install /opt/iobroker/node_modules/iobroker.js-controller
                                    > node iobroker.js setup first
                                    
                                    Cannot delete file. Not critical: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../_service_iobroker.bat'
                                    Cannot delete file. Not critical: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../iobroker.bat'
                                    Cannot delete file. Not critical: EACCES: permission denied, unlink '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../iob.bat'
                                    Uncaught Rejection: Error: EACCES: permission denied, mkdir '/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/../../tmp'
                                        at Object.mkdirSync (fs.js:1013:3)
                                        at Setup.setup (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupSetup.js:1012:16)
                                        at processCommand (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:567:23)
                                        at Object.module.exports.execute (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3316:5)
                                        at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js:1:24)
                                        at Module._compile (internal/modules/cjs/loader.js:1085:14)
                                        at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
                                        at Module.load (internal/modules/cjs/loader.js:950:32)
                                        at Function.Module._load (internal/modules/cjs/loader.js:790:12)
                                        at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12)
                                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
                                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/iobroker.js2fs/node_modules/fsevents):
                                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                                    
                                    npm ERR! code ELIFECYCLE
                                    npm ERR! errno 6
                                    npm ERR! iobroker.js-controller@4.0.0-alpha.73-20220203-4ff5b7b6 install: `node iobroker.js setup first`
                                    npm ERR! Exit status 6
                                    npm ERR!
                                    npm ERR! Failed at the iobroker.js-controller@4.0.0-alpha.73-20220203-4ff5b7b6 install script.
                                    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
                                    
                                    npm ERR! A complete log of this run can be found in:
                                    npm ERR!     /root/.npm/_logs/2022-02-03T15_47_09_558Z-debug.log
                                    mirko@iobroker:/opt/iobroker$
                                    

                                    Hier noch das NPM log

                                    2022-02-03T15_47_09_558Z-debug.log

                                    IOB startet nicht mehr

                                    apollon77A Offline
                                    apollon77A Offline
                                    apollon77
                                    schrieb am zuletzt editiert von
                                    #99

                                    @wendy2702 "iob fix" und ja ohne sudo :-) (eigentlich wie immer und wie es in der Anleitung steht gg)

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

                                    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                    wendy2702W 1 Antwort Letzte Antwort
                                    0
                                    • apollon77A apollon77

                                      @wendy2702 "iob fix" und ja ohne sudo :-) (eigentlich wie immer und wie es in der Anleitung steht gg)

                                      wendy2702W Offline
                                      wendy2702W Offline
                                      wendy2702
                                      schrieb am zuletzt editiert von
                                      #100

                                      @apollon77 Ja,

                                      genau das habe ich ja beim zweiten Versuch gemacht und hier beschrieben:

                                      https://forum.iobroker.net/post/755201

                                      ...

                                      hat aber trotzdem nicht geklappt.

                                      Bitte keine Fragen per PN, die gehören ins Forum!

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

                                      apollon77A 1 Antwort Letzte Antwort
                                      0
                                      • wendy2702W wendy2702

                                        @apollon77 Ja,

                                        genau das habe ich ja beim zweiten Versuch gemacht und hier beschrieben:

                                        https://forum.iobroker.net/post/755201

                                        ...

                                        hat aber trotzdem nicht geklappt.

                                        apollon77A Offline
                                        apollon77A Offline
                                        apollon77
                                        schrieb am zuletzt editiert von
                                        #101

                                        @wendy2702 Ja, hatte ich danach auch gesehen :-)) und das finde ich mega interessant weil "iob fix" an sich das alles glatt ziehen sollte. zeig mal "ls -la" von so einem der angemeckerten Verzeichnisse, vllt sieht man ja was.

                                        Ansonsten (wenn keinem sonst mehr was einfällt) wäre ich bei nem krassen neustart "node_modules löschen", controller manuell installieren, starten ... dann installiert der alle adapter neu

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

                                        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                        wendy2702W 2 Antworten Letzte Antwort
                                        0
                                        • apollon77A apollon77

                                          @wendy2702 Ja, hatte ich danach auch gesehen :-)) und das finde ich mega interessant weil "iob fix" an sich das alles glatt ziehen sollte. zeig mal "ls -la" von so einem der angemeckerten Verzeichnisse, vllt sieht man ja was.

                                          Ansonsten (wenn keinem sonst mehr was einfällt) wäre ich bei nem krassen neustart "node_modules löschen", controller manuell installieren, starten ... dann installiert der alle adapter neu

                                          wendy2702W Offline
                                          wendy2702W Offline
                                          wendy2702
                                          schrieb am zuletzt editiert von wendy2702
                                          #102

                                          @apollon77 Hier mal ein Beispiel:

                                          mirko@iobroker:/opt/iobroker$ ls -la /opt/iobroker/node_modules/iobroker.javascript/node_modules/@types/node
                                          total 836
                                          drwxrwxr-x+ 3 iobroker iobroker   4096 Feb  3 18:09 .
                                          drwxrwxr-x+ 4 iobroker iobroker   4096 Feb  3 18:09 ..
                                          -rwxr-xr-x+ 1 iobroker iobroker   1141 Feb  1 09:31 LICENSE
                                          -rwxr-xr-x+ 1 iobroker iobroker   2591 Feb  1 09:31 README.md
                                          -rwxr-xr-x+ 1 iobroker iobroker   5724 Feb  1 09:31 assert.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker   9784 Feb  1 09:31 async_hooks.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker   3097 Feb  1 09:31 buffer.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker  26012 Feb  1 09:31 child_process.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker  16301 Feb  1 09:31 cluster.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker   6218 Feb  1 09:31 console.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker    598 Feb  1 09:31 constants.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker  47240 Feb  1 09:31 crypto.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker   7371 Feb  1 09:31 dgram.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker  16763 Feb  1 09:31 dns.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker    778 Feb  1 09:31 domain.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker   3477 Feb  1 09:31 events.d.ts
                                          drwxr-xr-x+ 2 iobroker iobroker   4096 Feb  3 18:09 fs
                                          -rwxr-xr-x+ 1 iobroker iobroker 121480 Feb  1 09:31 fs.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker  25191 Feb  1 09:31 globals.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker     55 Feb  1 09:31 globals.global.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker  25681 Feb  1 09:31 http.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker  57454 Feb  1 09:31 http2.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker  11799 Feb  1 09:31 https.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker   4743 Feb  1 09:31 index.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker 123902 Feb  1 09:31 inspector.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker   1736 Feb  1 09:31 module.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker  13923 Feb  1 09:31 net.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker   8231 Feb  1 09:31 os.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker   5135 Feb  3 18:09 package.json
                                          -rwxr-xr-x+ 1 iobroker iobroker   6454 Feb  1 09:31 path.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker  10735 Feb  1 09:31 perf_hooks.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker  20658 Feb  1 09:31 process.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker   3535 Feb  1 09:31 punycode.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker   1157 Feb  1 09:31 querystring.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker   7599 Feb  1 09:31 readline.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker  18337 Feb  1 09:31 repl.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker  19743 Feb  1 09:31 stream.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker    270 Feb  1 09:31 string_decoder.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker    889 Feb  1 09:31 timers.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker  38658 Feb  1 09:31 tls.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker   2186 Feb  1 09:31 trace_events.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker   2497 Feb  1 09:31 tty.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker   5490 Feb  1 09:31 url.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker  13112 Feb  1 09:31 util.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker   6822 Feb  1 09:31 v8.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker   6508 Feb  1 09:31 vm.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker   3520 Feb  1 09:31 wasi.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker  11705 Feb  1 09:31 worker_threads.d.ts
                                          -rwxr-xr-x+ 1 iobroker iobroker  14576 Feb  1 09:31 zlib.d.ts
                                          mirko@iobroker:/opt/iobroker$
                                          
                                          

                                          Wenn sonst nichts einfällt wird es wohl der Holzhammer werden...

                                          Bitte keine Fragen per PN, die gehören ins Forum!

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

                                          apollon77A 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

                                          722

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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