ebaauw / homebridge-hue

Homebridge plugin for Philips Hue
Apache License 2.0
898 stars 91 forks source link

This plugin generated a warning from the characteristic 'Last Activation': characteristic value expected valid finite number and received "NaN" #1086

Closed Nastras closed 2 years ago

Nastras commented 2 years ago

Issue

Since the update to Homebridge 1.4.0 I get this message displayed in Log. I have not been able to detect any negative effects so far.

Log Messages

This plugin generated a warning from the characteristic 'Last Activation': characteristic value expected valid finite number and received "NaN"

Debug Files

651AC624-CEDD-4710-B437-300694477414

ebaauw commented 2 years ago

That’s usually an issue with the history, as Last Activation is computed using the history timestamp. I don’t think it’s related to Homebridge v1.4.0.

Best stop Homebridge, delete the history file for this sensor, and restart Homebridge.

Nastras commented 2 years ago

You were right 💪. I deleted the file and now the error is gone. Thanks for the help again! Have a nice weekend!