homebridge-envisalink icon indicating copy to clipboard operation
homebridge-envisalink copied to clipboard

Envisalink stopped responding

Open xtian1234 opened this issue 2 years ago • 0 comments

error log below. please advise.

[7/14/2022, 7:13:25 AM] [Envisalink] Caught error in zoneUpdate. Data: { "evtType": "zoneUpdate", "zone": 1, "code": "610", "status": "openrestore", "zoneLabel": "Zone-1" } AssertionError [ERR_ASSERTION]: Accessories must be created with a non-empty displayName. at new Accessory (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:421:11) at new PlatformAccessory (/usr/local/lib/node_modules/homebridge/src/platformAccessory.ts:70:9) at EnvisalinkHomebridgePlatform.updateZoneAccessory (/usr/local/lib/node_modules/homebridge-envisalink/src/platform.ts:216:25) at EnvisalinkHomebridgePlatform.zoneUpdate (/usr/local/lib/node_modules/homebridge-envisalink/src/platform.ts:338:18) at EventEmitter.emit (node:events:527:28) at updatezone (/usr/local/lib/node_modules/homebridge-envisalink/node_modules/nodealarmproxy/nodealarmproxy.js:160:18) at Socket. (/usr/local/lib/node_modules/homebridge-envisalink/node_modules/nodealarmproxy/nodealarmproxy.js:294:8) at Socket.emit (node:events:527:28) at addChunk (node:internal/streams/readable:315:12) at readableAddChunk (node:internal/streams/readable:289:9) at Socket.Readable.push (node:internal/streams/readable:228:10) at TCP.onStreamRead (node:internal/stream_base_commons:190:23) { generatedMessage: false, code: 'ERR_ASSERTION', actual: undefined, expected: true, operator: '==' }

xtian1234 avatar Jul 14 '22 11:07 xtian1234