homebridge-nukiio
homebridge-nukiio copied to clipboard
Disable log entries?!
Hi, How can I limit or minimize the messages displayed in the log?
Regards Tobi
Not yet possible. Feel free to open a pull request.
Yes, please move the log-entires to the Homebridge Debug Mode.
+1
It's terrible.
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);