NEWS
Warn und Error beim Start von iobroker
-
Hallo,
wenn ich iob neu starte kommt folgendes im log:javascript.1 2022-03-12 03:11:57.377 error In file included from ../src/binding.cc:1: /home/iobroker/.cache/node-gyp/14.19.0/include/node/node.h:793:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /home/iobroker/.cache/node-gyp/14.19.0/include/node/node.h:827:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../src/binding.cc:153:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(cpufeatures, init) ^~~~~~~~~~~ info.0 2022-03-12 03:11:53.274 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 03:11:53.273 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadIrq is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 03:11:53.259 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 03:11:53.258 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadIdle is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 03:11:53.243 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 03:11:53.242 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadNice is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 03:11:53.225 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 03:11:53.224 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadSystem is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 03:11:53.074 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 03:11:53.073 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadUser is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 03:11:53.015 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 03:11:53.011 warn Object info.0.sysinfo.cpu.currentLoad.currentLoad is invalid: obj.common.min has an invalid type! Expected "number", received "string" mqtt.2 2022-03-12 03:11:31.570 warn This object will not be created in future versions. Please report this to the developer. mqtt.2 2022-03-12 03:11:31.568 warn Object mqtt.2.info.connection is invalid: Default value has to be type "string" but received type "boolean"Es läuft aber alles (zumindest fällt mir nichts auf).
Die warn sind ja nur Hinweise.
Kann ich die error ignorieren ?
mfg
Dieter -
Hallo,
wenn ich iob neu starte kommt folgendes im log:javascript.1 2022-03-12 03:11:57.377 error In file included from ../src/binding.cc:1: /home/iobroker/.cache/node-gyp/14.19.0/include/node/node.h:793:43: warning: cast between incompatible function types from ‘void (*)(Nan::ADDON_REGISTER_FUNCTION_ARGS_TYPE)’ {aka ‘void (*)(v8::Local<v8::Object>)’} to ‘node::addon_register_func’ {aka ‘void (*)(v8::Local<v8::Object>, v8::Local<v8::Value>, void*)’} [-Wcast-function-type] (node::addon_register_func) (regfunc), \ ^ /home/iobroker/.cache/node-gyp/14.19.0/include/node/node.h:827:3: note: in expansion of macro ‘NODE_MODULE_X’ NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) ^~~~~~~~~~~~~ ../src/binding.cc:153:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(cpufeatures, init) ^~~~~~~~~~~ info.0 2022-03-12 03:11:53.274 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 03:11:53.273 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadIrq is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 03:11:53.259 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 03:11:53.258 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadIdle is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 03:11:53.243 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 03:11:53.242 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadNice is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 03:11:53.225 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 03:11:53.224 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadSystem is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 03:11:53.074 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 03:11:53.073 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadUser is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 03:11:53.015 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 03:11:53.011 warn Object info.0.sysinfo.cpu.currentLoad.currentLoad is invalid: obj.common.min has an invalid type! Expected "number", received "string" mqtt.2 2022-03-12 03:11:31.570 warn This object will not be created in future versions. Please report this to the developer. mqtt.2 2022-03-12 03:11:31.568 warn Object mqtt.2.info.connection is invalid: Default value has to be type "string" but received type "boolean"Es läuft aber alles (zumindest fällt mir nichts auf).
Die warn sind ja nur Hinweise.
Kann ich die error ignorieren ?
mfg
Dieter@bahnuhr eventuell mal den cache löschen
-
@crunchip sagte in Warn und Error beim Start von iobroker:
@bahnuhr eventuell mal den cache löschen

meinst du da ?
-
-
@crunchip sagte in Warn und Error beim Start von iobroker:
@bahnuhr ja
sudo -u iobroker npm cache clean --forcesollte das bereinigen
So, hab ich mal gemacht.
Die zahlreichen mp3 Dateien sind aber immer noch drin.Folgende Warn/error kommen noch:
mqtt
mqtt.2 2022-03-12 10:34:36.422 warn This object will not be created in future versions. Please report this to the developer. mqtt.2 2022-03-12 10:34:36.421 warn Object mqtt.2.info.connection is invalid: Default value has to be type "string" but received type "boolean"info:
info.0 2022-03-12 10:34:55.098 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 10:34:55.097 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadIrq is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 10:34:55.074 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 10:34:55.073 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadIdle is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 10:34:55.044 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 10:34:55.043 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadNice is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 10:34:55.021 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 10:34:55.020 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadSystem is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 10:34:54.996 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 10:34:54.995 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadUser is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 10:34:54.920 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 10:34:54.914 warn Object info.0.sysinfo.cpu.currentLoad.currentLoad is invalid: obj.common.min has an invalid type! Expected "number", received "string"yamaha:
yamaha.0 2022-03-12 10:36:39.277 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:39.276 warn Object yamaha.0.powerAllZones is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:39.193 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:39.192 warn Object yamaha.0.zone4 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:39.117 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:39.116 warn Object yamaha.0.zone3 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:39.039 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:39.039 warn Object yamaha.0.zone2 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:38.950 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:38.949 warn Object yamaha.0.zone1 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:38.109 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:38.108 warn Object yamaha.0.pureDirect is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:38.030 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:38.029 warn Object yamaha.0.hdmiOut2 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:37.929 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:37.928 warn Object yamaha.0.hdmiOut1 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:37.844 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:37.844 warn Object yamaha.0.Commands.partyModeVolumeDown is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:37.753 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:37.752 warn Object yamaha.0.Commands.partyModeVolumeUp is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:37.533 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:37.532 warn Object yamaha.0.partyMode is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:37.442 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:37.441 warn Object yamaha.0.adaptiveDRC is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:37.270 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:37.269 warn Object yamaha.0.extraBass is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:37.133 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:37.132 warn Object yamaha.0.YPAOVolume is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:37.063 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:37.062 warn Object yamaha.0.Commands.skip is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:36.936 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:36.936 warn Object yamaha.0.Commands.rewind is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:36.812 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:36.812 warn Object yamaha.0.Commands.skip is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:36.437 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:36.436 warn Object yamaha.0.Commands.pause is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:36.353 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:36.352 warn Object yamaha.0.Commands.stop is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:36.277 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:36.276 warn Object yamaha.0.refresh is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:36.209 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:36.208 warn Object yamaha.0.power is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:36.120 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:36.120 warn Object yamaha.0.mute is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:35.964 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:35.960 warn Object yamaha.0.Commands.toggleMute is invalid: Default value has to be type "boolean" but received type "number"Aber der Error kam nicht mehr.
Danke schön. -
@crunchip sagte in Warn und Error beim Start von iobroker:
@bahnuhr eventuell mal den cache löschen

meinst du da ?
@bahnuhr
Nein, der npm cacache ist gemeint. Und den nicht per Filemanager anpacken sondern über ein Terminal.Und weil das der npm cache ist beobachtest du auch:
Die zahlreichen mp3 Dateien sind aber immer noch drin.
npm hat nix mit mp3-Dateien zu tun.
-
@bahnuhr
Nein, der npm cacache ist gemeint. Und den nicht per Filemanager anpacken sondern über ein Terminal.Und weil das der npm cache ist beobachtest du auch:
Die zahlreichen mp3 Dateien sind aber immer noch drin.
npm hat nix mit mp3-Dateien zu tun.
@thomas-braun sagte in Warn und Error beim Start von iobroker:
@bahnuhr
Nein, der npm cacache ist gemeint. Und den nicht per Filemanager anpacken sondern über ein Terminal.Danke für die Erläuterung.
hat ja auch einwandfrei geklappt.Error kam nicht mehr.
-
@crunchip sagte in Warn und Error beim Start von iobroker:
@bahnuhr ja
sudo -u iobroker npm cache clean --forcesollte das bereinigen
So, hab ich mal gemacht.
Die zahlreichen mp3 Dateien sind aber immer noch drin.Folgende Warn/error kommen noch:
mqtt
mqtt.2 2022-03-12 10:34:36.422 warn This object will not be created in future versions. Please report this to the developer. mqtt.2 2022-03-12 10:34:36.421 warn Object mqtt.2.info.connection is invalid: Default value has to be type "string" but received type "boolean"info:
info.0 2022-03-12 10:34:55.098 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 10:34:55.097 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadIrq is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 10:34:55.074 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 10:34:55.073 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadIdle is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 10:34:55.044 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 10:34:55.043 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadNice is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 10:34:55.021 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 10:34:55.020 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadSystem is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 10:34:54.996 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 10:34:54.995 warn Object info.0.sysinfo.cpu.currentLoad.currentLoadUser is invalid: obj.common.min has an invalid type! Expected "number", received "string" info.0 2022-03-12 10:34:54.920 warn This object will not be created in future versions. Please report this to the developer. info.0 2022-03-12 10:34:54.914 warn Object info.0.sysinfo.cpu.currentLoad.currentLoad is invalid: obj.common.min has an invalid type! Expected "number", received "string"yamaha:
yamaha.0 2022-03-12 10:36:39.277 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:39.276 warn Object yamaha.0.powerAllZones is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:39.193 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:39.192 warn Object yamaha.0.zone4 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:39.117 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:39.116 warn Object yamaha.0.zone3 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:39.039 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:39.039 warn Object yamaha.0.zone2 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:38.950 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:38.949 warn Object yamaha.0.zone1 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:38.109 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:38.108 warn Object yamaha.0.pureDirect is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:38.030 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:38.029 warn Object yamaha.0.hdmiOut2 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:37.929 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:37.928 warn Object yamaha.0.hdmiOut1 is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:37.844 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:37.844 warn Object yamaha.0.Commands.partyModeVolumeDown is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:37.753 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:37.752 warn Object yamaha.0.Commands.partyModeVolumeUp is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:37.533 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:37.532 warn Object yamaha.0.partyMode is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:37.442 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:37.441 warn Object yamaha.0.adaptiveDRC is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:37.270 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:37.269 warn Object yamaha.0.extraBass is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:37.133 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:37.132 warn Object yamaha.0.YPAOVolume is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:37.063 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:37.062 warn Object yamaha.0.Commands.skip is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:36.936 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:36.936 warn Object yamaha.0.Commands.rewind is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:36.812 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:36.812 warn Object yamaha.0.Commands.skip is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:36.437 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:36.436 warn Object yamaha.0.Commands.pause is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:36.353 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:36.352 warn Object yamaha.0.Commands.stop is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:36.277 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:36.276 warn Object yamaha.0.refresh is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:36.209 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:36.208 warn Object yamaha.0.power is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:36.120 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:36.120 warn Object yamaha.0.mute is invalid: obj.common.min has an invalid type! Expected "number", received "boolean" yamaha.0 2022-03-12 10:36:35.964 warn This object will not be created in future versions. Please report this to the developer. yamaha.0 2022-03-12 10:36:35.960 warn Object yamaha.0.Commands.toggleMute is invalid: Default value has to be type "boolean" but received type "number"Aber der Error kam nicht mehr.
Danke schön.@bahnuhr sagte in Warn und Error beim Start von iobroker:
is invalid: Default value has to be type "string" but received type "boolean
alt bekannt, falls es gefixt wurde, entsprechende Datenpunkte löschen, wenn weg, ok, wenn nicht, issue beim jeweiligen Adapter