ebaauw / homebridge-hue

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

Identifying problem device #1082

Closed ghdbwise closed 2 years ago

ghdbwise commented 2 years ago

in log i find:

[17.1.2022, 13:02:56] [HUE Device] heartbeat 584011, drift 281

But i cannot identify which is the problem device or bridge.

ebaauw commented 2 years ago

That message has nothing to do with any bridge nor device. It indicates the NodeJS triggered the heartbeat 281ms late. If this happens occasionally, especially during Homebridge startup, you can ignore the message. If you see these messages structurally, and with larger drift values, it might indicate a problem with overall system load, or another plugin blocking NodeJS (e.g by doing synchronous I/O).