dustindclark / homebridge-globalcache-itach

MIT License
12 stars 3 forks source link

Errors in log #12

Open lyleberman opened 2 years ago

lyleberman commented 2 years ago

Thanks for this! I'm using it to control my NAD C 356 BEE amp using an IP2IR. It does work, but I'm getting lots of errors in my homebridge log:

[4/23/2022, 10:14:09 AM] [homebridge-globalcache-itach] Characteristic 'On': SET handler returned write response value, though the characteristic doesn't support write response. See https://git.io/JtMGR for more info. [4/23/2022, 10:14:09 AM] [homebridge-globalcache-itach] Error: at On.Characteristic.characteristicWarning (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:2142:105) at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1756:22 at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/util/once.ts:10:18 at ItachAccessory. (/usr/local/lib/node_modules/homebridge-globalcache-itach/index.js:216:9) at /usr/local/lib/node_modules/homebridge-globalcache-itach/index.js:227:13 at ItachAccessory. (/usr/local/lib/node_modules/homebridge-globalcache-itach/index.js:264:21) at Socket. (/usr/local/lib/node_modules/homebridge-globalcache-itach/index.js:340:9) at Socket.emit (node:events:526:28) at addChunk (node:internal/streams/readable:315:12) at readableAddChunk (node:internal/streams/readable:289:9)

Here's my JSON if that helps:

{ "platform": "GlobalCacheItach", "name": "Global Cache Itach", "devices": [ { "name": "IP2IR", "host": "10.0.1.6", "enableLearnLogging": true, "ports": [ { "name": "NAD", "port": "1", "commands": { "PowerOn": "1,38000,1,69,343,171,21,64,21,64,21,64,21,22,21,21,22,21,22,21,21,64,21,21,22,21,22,63,22,63,22,63,22,63,22,63,22,21,21,64,21,21,22,63,22,21,22,21,21,64,21,21,22,21,22,21,22,63,22,21,21,64,21,64,21,21,22,63,22,63,22,1488,342,85,22,1488", "PowerOff": "1,38000,1,69,343,172,21,64,21,64,21,64,21,21,22,21,22,21,21,22,21,65,21,21,22,21,22,63,22,63,22,63,22,63,22,63,22,22,21,21,22,21,22,21,21,64,21,21,22,21,22,63,22,63,22,63,22,63,22,63,22,21,21,64,21,64,21,21,22,21,22,1487,342,85,22,1487", "DSC": "1,38000,1,69,342,172,22,64,22,64,22,63,22,21,22,21,21,21,22,21,22,63,22,21,21,21,22,64,22,64,22,63,22,64,22,64,22,21,22,63,22,21,22,21,21,65,21,21,22,21,22,22,21,65,21,22,22,64,22,64,22,21,22,64,22,63,22,63,22,21,21,1490,343,85,22,1490", "AUX": "1,38000,1,69,343,171,21,64,21,64,21,64,21,21,22,21,22,21,22,21,21,64,21,21,22,21,22,63,22,63,22,63,22,63,22,63,22,21,21,64,21,64,21,21,22,63,22,63,22,21,22,21,21,64,21,21,22,21,22,64,22,21,21,22,21,63,22,63,22,21,22,1489,342,86,22,1489", "VolUp": "1,38000,1,69,343,171,22,63,22,63,22,63,22,21,21,21,22,21,22,21,21,64,21,22,21,21,22,63,22,63,22,63,22,63,22,63,22,21,22,21,21,21,22,21,22,63,22,21,21,21,22,21,22,63,22,63,22,63,22,63,22,21,21,64,21,64,21,64,21,21,22,1488,342,85,21,3656", "VolDown": "1,38000,1,69,343,171,22,63,22,63,22,63,22,21,21,21,22,21,22,21,21,64,21,21,22,21,22,63,22,63,22,63,22,63,22,63,22,21,21,21,22,21,22,63,22,63,22,21,21,22,21,21,22,63,22,63,22,63,22,21,22,21,21,64,21,64,21,64,21,21,22,1488,342,85,21,3655" } }, { "disable": true }, { "disable": true } ] } ] }`