-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serial Number Error #137
Comments
weird, the serial number is set based on the deviceId provided by bond. If you re-boot homebridge does this still happen? |
Yes, I can confirm I get the same error. I have rebooted several times in the last few days and it always comes back. |
Would you mind providing logs? Preferably in debug mode: https://github.com/aarons22/homebridge-bond/wiki/Enabling-Debug-Mode |
Bond Error In Debug mode: [31/03/2021, 21:46:14] [homebridge-bond] Error: |
Ahhhh I think I see the issue. Your device id is This should be fixed in 3.2.6 |
I'm going to consider this closed since I was able to replicate the issue and then fix in 3.2.6! |
Describe the bug
Suddenly showed up after the update, the error does not cause issues with the usability of the plugin. just wanted to know if there is anything i or dev can do to fix the error.
Information (please complete the following information):
Logs
[22/02/2021, 10:22:51] [homebridge-bond] This plugin threw an error from the characteristic 'Serial Number': Error: [Serial Number] characteristic must have a length of more than 1 character otherwise HomeKit will reject this accessory. Ignoring new value.
at SerialNumber.Characteristic.validateUserInput (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1991:38)
at SerialNumber.Characteristic.setValue (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1257:20)
at AccessoryInformation.Service.setCharacteristic (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Service.ts:459:35)
at Object.create (/usr/local/lib/node_modules/homebridge-bond/dist/platformAccessory.js:17:14)
at BondPlatform.create (/usr/local/lib/node_modules/homebridge-bond/dist/platform.js:173:65)
at Timeout._onTimeout (/usr/local/lib/node_modules/homebridge-bond/dist/platform.js:155:26)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7) See https://git.io/JtMGR for more info.
The text was updated successfully, but these errors were encountered: