homebridge-xiaomi-air-purifier3
homebridge-xiaomi-air-purifier3 copied to clipboard
Log output control
Can you please add option to disable/limit log output? Running 2 purifiers my log gets really noisy very fast.
Thanks!
was looking for the same thing. log files are flooding with purifier data
Would love to see this function/option realized as well! Information is just needed in the beginning for debug purposes, but is unnecessary in the log output afterwards
I think this plugin is not maintained anymore. anyway, in index.js There is (line 66)
setInterval(function() { try { that.log('Polling properties') that.miotPurifier.pollProperties(); } catch (e) { that.log(e); } }, 30000); }
It needs to log to communicate/update with Home I presume, however, who has an option to simply block it from outputing to homebridge log?