Added tool to read the smart_plug_mini.py generated csv files and write a summary for each device to a separate Google spreadsheet #2
ZuinigeRijder
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Simple Python3 script to read the smart_plug_mini.py generated csv files and write a summary for each device to a separate Google spreadsheet.
Note: you need to install the package gspread and configure gspread
Usage:
INPUTFILES:
Standard output:
OUTPUT SPREADSHEET:
So the smart_plug_mini.py tool runs on my Raspberry Pi server, but I want to look at the results, without having to login to my server. So another tool has been made, which copies a summary to a google spreadsheet for each device: csv_to_google_sheet.py
The Google spreadsheet contains kWh usage, including nice diagrams, when you import the example Badkamer.SP.xlsx spreadsheet in Google Spreadsheet:
A short video of how it can look on an Android phone, can be found here.
Of course you can also view the Google Spreadsheet on your computer or tablet, e.g. Windows or Mac.
This discussion was created from the release Added tool to read the smart_plug_mini.py generated csv files and write a summary for each device to a separate Google spreadsheet.
Beta Was this translation helpful? Give feedback.
All reactions