homebridge-nukiio icon indicating copy to clipboard operation
homebridge-nukiio copied to clipboard

Disable log entries?!

Open tobihoby opened this issue 3 years ago • 4 comments

Hi, How can I limit or minimize the messages displayed in the log?

Regards Tobi

tobihoby avatar Feb 06 '22 07:02 tobihoby

Not yet possible. Feel free to open a pull request.

benzman81 avatar Feb 06 '22 10:02 benzman81

Yes, please move the log-entires to the Homebridge Debug Mode.

solbadguy2010 avatar Apr 17 '22 21:04 solbadguy2010

+1

It's terrible.

jenstheclown avatar May 09 '23 19:05 jenstheclown

To solve this issue, I edited the javascript to disable the cached logging which was keep showing up. I have configured with "lock_state_mode": 1

sudo nano +69 /var/lib/homebridge/node_modules/homebridge-nukiio/src/nuki/NukiLock.js Add // to this line, so it shows like this: //this.log("Cached lock state is isLocked = '%s'.", cachedIsLocked);

madcat-nl avatar Nov 07 '23 15:11 madcat-nl