Closed crom1e closed 5 years ago
Hi, Sure I can, but what's next? There are a ton of possible errors. The doc tells you what you should send.
I do think there were other issues in play, I were not been able to reproduce the error after a few restarts of Homebridge.
Now it behaves as it should - ignores the undefined values without crashing homebride..
Sorry. And - thanks for a great module!
Regards me
I had some hardware errors on a temp-sensor, that ended up generating payloads with null values, like the one below
{"name":"esp_2142759","characteristic":"CurrentTemperature","value":null}
This thew an exception;
I will of course prevent this from happening in my end, but it might be handled better server side as well.