vectronic / homebridge-nut

Homebridge plugin for NUT (Network UPS Tools) Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serial Number': [Serial Number] characteristic must have a length of more than 1 character otherwise HomeKit will reject this accessory, ignoring new value.

Ademarchis opened this issue · comments

I have this error in my Homebridge log:
Serial Number': [Serial Number] characteristic must have a length of more than 1 character otherwise HomeKit will reject this accessory, ignoring new value. Is possible resolve the error?

Yes - I should be able to fix that. Give me a week or so...

Try v2.4.4 - I am checking for empty strings on some of the characteristic values now...

You should already be getting these details in homekit. See the logic here:

https://github.com/vectronic/homebridge-nut/blob/master/src/platform.ts#L159

and a screenshot here:

F46603F8-A56B-40E3-A58F-7ADF0622B51B

if you think you should be seeing temperature (my ups does not provide it) check that you actually get it from nut client first and maybe send me debug logs from homebridge.

Closing this. Open another one for anything else.