rxseger / homebridge-bme280

BME280 temperature/humidity/pressure sensor bridge for Homebridge: https://github.com/nfarina/homebridge
MIT License
15 stars 14 forks source link

[Feature Request] Configurable Google Sheets logging interval #9

Open nick-chieng opened 5 years ago

nick-chieng commented 5 years ago

Would it be possible to configure the recording frequency for the Google Sheets logging?

NorthernMan54 commented 5 years ago

In the code, it updates the spreadsheet every 60 refreshes, so knowing that you could change the refresh config option to match what your looking for. I would not change it to a low number as it may have issues.

https://github.com/rxseger/homebridge-bme280/blob/a46eb6a57202b13b3c189ed4aa1a04ed23d1a320/sensor.js#L106