cyrils / renogy-bt

Python library to read Renogy compatible BT-1 or BT-2 bluetooth modules using Raspberry Pi.
GNU General Public License v3.0
76 stars 27 forks source link

Add google sheet logging and other features #27

Closed tbarmann closed 10 months ago

tbarmann commented 10 months ago

This adds the ability to log to Google Sheets. It uses the gspread library, which is a Python wrapper around the Google sheet API. The library explains the process of creating a credential file needed to use it.

Additionally, it adds a config option to display temperatures in Fahrenheit, and another config option to log a specified set of fields, rather than all of them.

cyrils commented 10 months ago

Thanks for the PR, I'll look into it sometime over he weekend.

cyrils commented 10 months ago

Can you recreate this PR against branch gsheet? I would like to make some refactoring before merging to master.

tbarmann commented 10 months ago

Replaced by https://github.com/cyrils/renogy-bt/pull/29