michaelahern / homebridge-airthings

A Homebridge plugin for Airthings air quality monitors via the Airthings Consumer API.
ISC License
38 stars 6 forks source link

Log Level #33

Closed jaredmoody closed 1 year ago

jaredmoody commented 1 year ago

This plugin seems to be especially noisy, logging each read every couple minutes:

[5/7/2023, 3:30:44 PM] [Basement] {"battery":100,"co2":460,"humidity":49,"pm1":0,"pm25":0,"pressure":1014.1,"radonShortTermAvg":0,"temp":19.5,"time":1683498562,"voc":59,"relayDeviceType":"hub"}
[5/7/2023, 3:33:14 PM] [Basement] {"battery":100,"co2":464,"humidity":49,"pm1":1,"pm25":1,"pressure":1014.1,"radonShortTermAvg":0,"temp":19.5,"time":1683498709,"voc":59,"relayDeviceType":"hub"}
[5/7/2023, 3:35:44 PM] [Basement] {"battery":100,"co2":466,"humidity":47,"pm1":0,"pm25":0,"pressure":1014.1,"radonShortTermAvg":0,"temp":19.5,"time":1683498862,"voc":72,"relayDeviceType":"hub"}
[5/7/2023, 3:38:14 PM] [Basement] {"battery":100,"co2":462,"humidity":48,"pm1":0,"pm25":0,"pressure":1014.1,"radonShortTermAvg":0,"temp":19.5,"time":1683499009,"voc":72,"relayDeviceType":"hub"}
[5/7/2023, 3:40:44 PM] [Basement] {"battery":100,"co2":454,"humidity":49,"pm1":0,"pm25":0,"pressure":1014,"radonShortTermAvg":0,"temp":19.5,"time":1683499164,"voc":50,"relayDeviceType":"hub"}

Would you consider dialing it back and/or allowing configuring the log level?

michaelahern commented 1 year ago

Now configurable in v1.0.0!