Skip to content

Commit 19d17fc

Browse files
committed
remove Badkamer.SP.xlsx and add link to Badkamer.SP Google spreadsheet example, which can be copied
1 parent 85fb6ff commit 19d17fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ OUTPUT SPREADSHEET:
222222

223223
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
224224

225-
The Google spreadsheet contains kWh usage, including nice diagrams, when you [import the example Badkamer.SP.xlsx spreadsheet in Google Spreadsheet](https://raw.githubusercontent.com/ZuinigeRijder/python-broadlink-smart-plug-mini/main/examples/Badkamer.SP.xlsx):
225+
The Google spreadsheet contains kWh usage, including nice diagrams, when you [copy the example Google spreadsheet Room.SP and rename it to DEVICE_NAME.SP](https://docs.google.com/spreadsheets/d/1SwFmaei27NlpJ6eP104U_PIEgxJK9A3VBEeYZHahY4g/edit?usp=sharing)):
226226
- last written Date, Time, kWh, Hour, Day, Week, Month, Year
227227
- last 48 hours
228228
- last 32 days
@@ -259,7 +259,7 @@ Follow the steps in this link above, here is the summary of these steps:
259259
- - Remember the path to the downloaded credentials json file. Also, in the next step you will need the value of client_email from this file.
260260
- - Move the downloaded json file to ~/.config/gspread/service_account.json. Windows users should put this file to %APPDATA%\gspread\service_account.json.
261261
- Setup a Google Spreasheet to be updated by csv_to_google_sheet.py (for each device one google spreadsheet)
262-
- - In Google Spreadsheet, create an empty Google Spreadsheet with the name: DEVICE_NAME.SP (or [import the example Badkamer.SP.xlsx spreadsheet in Google Spreadsheet and rename it to DEVICE_NAME.SP](https://raw.githubusercontent.com/ZuinigeRijder/python-broadlink-smart-plug-mini/main/examples/Badkamer.SP.xlsx))
262+
- - In Google Spreadsheet, create an empty Google Spreadsheet with the name: DEVICE_NAME.SP or [copy the example Google spreadsheet Room.SP and rename it to DEVICE_NAME.SP](https://docs.google.com/spreadsheets/d/1SwFmaei27NlpJ6eP104U_PIEgxJK9A3VBEeYZHahY4g/edit?usp=sharing))
263263
- - Go to your spreadsheet and share it with the client_email from the step above (inside service_account.json)
264264
- run "python csv_to_google_sheet.py" and if everything is correct, the DEVICE_NAME.SP will be updated with a summary of the .csv files
265265
- configure to run "python csv_to_google_sheet.py" regularly, after having run "python smart_plug_mini.py"

examples/Badkamer.SP.xlsx

-30.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)