pradeepmouli / homebridge-isy-js

Homebridge platform plugin for the ISY series of home controllers from Universal Devices.
MIT License
28 stars 9 forks source link

This plugin generated a warning #40

Open MF-Bra opened 3 years ago

MF-Bra commented 3 years ago

With the latest version of home bridge I started to have these warnings

[homebridge-isy] This plugin generated a warning from the characteristic 'Firmware Revision': characteristic was supplied illegal value: number instead of string, supplying illegal values will throw errors in the future. See https://git.io/JtMGR for more info. [homebridge-isy] Error: at ISYRelayAccessory.setupServices (/usr/lib/node_modules/homebridge-isy/src/ISYAccessory.ts:88:78) at ISYRelayAccessory.setupServices (/usr/lib/node_modules/homebridge-isy/src/ISYRelayAccessory.ts:37:9) at ISYRelayAccessory.configure (/usr/lib/node_modules/homebridge-isy/src/ISYAccessory.ts:76:8) at /usr/lib/node_modules/homebridge-isy/src/ISYPlatform.ts:327:20 at ISYPlatform.createAccessories (/usr/lib/node_modules/homebridge-isy/src/ISYPlatform.ts:236:3)

[homebridge-isy] This plugin generated a warning from the characteristic 'Motion Detected': characteristic value expected boolean and received undefined. See https://git.io/JtMGR for more info. [homebridge-isy] Error: at Characteristic.cfunc (/usr/lib/node_modules/homebridge-isy/src/utils.ts:202:3) [homebridge-isy] This plugin generated a warning from the characteristic 'Current Temperature': characteristic was expected valid number and received NaN. See https://git.io/JtMGR for more info. [homebridge-isy] Error: at Characteristic.cfunc (/usr/lib/node_modules/homebridge-isy/src/utils.ts:202:3) [homebridge-isy] This plugin generated a warning from the characteristic 'Battery Level': characteristic value expected number and received undefined. See https://git.io/JtMGR for more info. [homebridge-isy] Error: at Characteristic.cfunc (/usr/lib/node_modules/homebridge-isy/src/utils.ts:202:3) [homebridge-isy] This plugin generated a warning from the characteristic 'Current Ambient Light Level': characteristic value expected float and received undefined. See https://git.io/JtMGR for more info. [homebridge-isy] Error: at Characteristic.cfunc (/usr/lib/node_modules/homebridge-isy/src/utils.ts:202:3) [homebridge-isy] This plugin generated a warning from the characteristic 'Motion Detected': characteristic value expected boolean and received undefined. See https://git.io/JtMGR for more info. [homebridge-isy] Error: at Characteristic.cfunc (/usr/lib/node_modules/homebridge-isy/src/utils.ts:202:3)

Thanks in advance