colinbendell / homebridge-blink-for-home

Blink For Home Camera Homebridge plugin
MIT License
88 stars 27 forks source link

Characteristic 'Current Temperature': characteristic was supplied illegal value: null! #55

Closed mtressl closed 3 years ago

mtressl commented 3 years ago

Since HB 1.3.0 I get the following warning in my logs:

[homebridge-blink-for-home] This plugin generated a warning from the characteristic 'Current Temperature': characteristic was supplied illegal value: null! Home App will reject null for Apple defined characteristics See https://git.io/JtMGR for more info.

Is that something that can be fixed? It's quite annoying since it spams my logs several times per Minute.

mtressl commented 3 years ago

Nevermind. After several HB restarts the warming disappeared. Seems like the Blink API did not return a temperature value before, now it does. Maybe a more graceful timeout would help in such cases.