NEWS
Alpha Test js-controller 4.0
-
@malleralle Welche DB läuft bei dir für objects
-
Current configuration: - Objects database: - Type: jsonl - Host/Unix Socket: 0.0.0.0 - Port: 9001 - States database: - Type: jsonl - Host/Unix Socket: 0.0.0.0 - Port: 9000 - Data Directory: ../../iobroker-data/
-
@malleralle thx
-
Was wird eigentlich "migriert", wenn man bereits eine Redis-Konfiguration (States und Objects) hatte?
-
@ofbeqnpolkkl6mby5e13 Nichts. Es wird nur das was "file" ist auf "jsonl" umgestellt ... Redis bleibt Redis. Bei Redis kommen nur ein paar interne neue Datenstrukturen dazu
-
@apollon77
Okay, nur weil die Meldung angezeigt wurde, dass die Objekte migriert wurden. -
@ofbeqnpolkkl6mby5e13 Meinst du das "... States migrated to Redis Sets"? Das ist genau die Initialisierung der neuen Datenstrukturen
-
@apollon77
Mist, dass ich mir das nicht gespeichert habe. Aber die Meldung sah eher so aus: 23.047 Objekte migriert. Soweit ich mich erinnere... -
@malleralle sagte in Alpha Test js-controller 4.0:
Mit dem js-controller 4 habe ich Probleme mit dem hm-rega Adapter.
Variablen Datenpunkte lassen sich nicht mehr korrekt schalten.@foxriver76
Hatte ich noch gar nicht bemerkt, scheint aber bei mir auch so zu sein:
Ich ändere in der VIS Oberfläche einen Wert, der hm-rega-Datenpunkt im iobroker wird geändert aber in der homematic kommt die Änderung nicht an:hm-rega 3.0.35
homematic 2.61.7iobroker setup:
Current configuration: - Objects database: - Type: jsonl - Host/Unix Socket: 0.0.0.0 - Port: 9001 - States database: - Type: jsonl - Host/Unix Socket: 0.0.0.0 - Port: 9000 - Data Directory: ../../iobroker-data/
-
Ja fix kommt nachher
-
-
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
-
@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.
-
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. -
@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?
-
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. -
@thomas-braun Da wäre nochmal das log seeeeeeehr interessant (wenn du dazu kommst)
-
@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.
-
@fortune95 Legst Du dann bitte 4 GitHub issues an? ;-)) (bzw 3 weil ich glaube shelly gibts schon)
-
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