konnected-io / homebridge-konnected

A Homebridge plugin for Konnected Alarm Panel devices
MIT License
35 stars 12 forks source link

Temp/Humidity sensor returns characteristic errors #10

Open lox opened 1 year ago

lox commented 1 year ago

I have a temp/humidity sensor connected to a Konnected zone and I am getting the following error:

[5/7/2023, 11:08:45 AM] [homebridge-konnected] This plugin generated a warning from the characteristic 'Current Relative Humidity': characteristic was supplied illegal value: number -17 exceeded minimum of 0. See https://homebridge.io/w/JtMGR for more info.
[5/7/2023, 11:08:45 AM] [homebridge-konnected] Error: 
    at CurrentRelativeHumidity.Characteristic.characteristicWarning (/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:3011:105)
    at CurrentRelativeHumidity.Characteristic.validateUserInput (/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2923:14)
    at CurrentRelativeHumidity.<anonymous> (/homebridge/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2405:24)
    at step (/homebridge/node_modules/homebridge/node_modules/tslib/tslib.js:193:27)
    at Object.next (/homebridge/node_modules/homebridge/node_modules/tslib/tslib.js:174:57)
    at fulfilled (/homebridge/node_modules/homebridge/node_modules/tslib/tslib.js:164:62)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Any tips on how to proceed?