Foddy / node-red-contrib-huemagic

Philips Hue node to control bridges, lights, groups, motion sensors, temperature sensors and Lux sensors using Node-RED.
https://flows.nodered.org/node/node-red-contrib-huemagic
Apache License 2.0
201 stars 67 forks source link

Suppress "Checking for Hue Bridge firmware updates…" in node-red-log #271

Closed djiwondee closed 2 years ago

djiwondee commented 2 years ago

Thank you very much for the recent update 4.x. Migration to this went smooth in my setup!

After running this for a while I've found out there is an info message written to the node-red-log each five minutes:

...
12 Jan 12:24:57 - [info] [hue-bridge:Philips hue II] Checking for Hue Bridge firmware updates…
12 Jan 12:29:58 - [info] [hue-bridge:Philips hue II] Checking for Hue Bridge firmware updates…
12 Jan 12:34:58 - [info] [hue-bridge:Philips hue II] Checking for Hue Bridge firmware updates…
...

Describe the solution you'd like I have recognized there is a checkbox in the bridge node configuration property dialog

image

Guess the intention is, if this is switched off, the check for update shouldn't be performed.

Please suppress the info msg mentioned above, at least in case this property is switched off. We all know which update cadence is provided be Philips. So it is not really helpful having so much useless information documented in the log.

Additional context I'm running a rsyslog service and the log size increases over the time to much witch less meaningful information.

Foddy commented 2 years ago

Hi, this was indeed an error and has been fixed with the latest update.

Foddy commented 2 years ago

You are right, I will suppress this information completely in the next version. For now what I meant with fixed is, that HueMagic will not output this message that frequently as on the versions before.