AlCalzone
AlCalzone
Regarding ``` logger.silly(that.namespace, ...arguments); ``` we could just use ``` logger.silly.apply(logger, [that.namespace].concat(arguments)); ```
Fix: Disable Supervision CC for this device.
Yeah that's something I have to do in Z-Wave JS.
@zwave-js-bot add compat flag to `0x0060:0x0012:0x0001` ```jsonc "commandClasses": { "remove": { // The device does not support Supervision correctly "Supervision": { "endpoints": "*" }, } } ```
Did you re-interview the device after updating?
Warte... Läuft iobroker als admin oder nicht? Wenn ja, sollte eigentlich das sudo weggelassen werden.
Hmm dann müssen wir nochmal recherchieren wie man den admin auf Mac erkennt
This is a bug in openzwave then. We don't have any information about devices in the adapter.
``` cd /opt/iobroker/node_modules/iobroker.zwave/node_modules/openzwave-shared npm install --production ``` sollte helfen.
Ok das klingt mir schwer danach, dass zwei unterschiedliche Node-Versionen installiert sind. Dieser Fall ist im Forum zu Genüge behandelt, bitte mal dort nach der Lösung suchen.