vojtamolda / homebridge-ecobee3-sensors

Homebridge plugin that exposes Ecobee 3 sensors as HomeKit accessories.
https://www.npmjs.com/package/homebridge-ecobee3-sensors
MIT License
26 stars 15 forks source link

add a config option to reduce logging verbosity #42

Closed asolochek closed 1 year ago

asolochek commented 1 year ago

Currently my homebridge log gets about a dozen lines from the ecobee every 30 seconds. This makes it tricky to find the actual useful information in the log. It would be nice if I could set the plugin to only log errors.

vojtamolda commented 1 year ago

That would certainly be nice! Thanks for the tip. I don't have time to work on this but a PR that implements the change would be welcom.

tcatlas commented 10 months ago

There is an issue with this, it seems the setup code log message is classified as level 3, whereas it should probably output regardless of the user's log level setting (as well as the waiting for user every 30 seconds messages).