rascal999 / pcsensor_temper2

Script which pushes temperature sensor data to spreadsheet. https://bit.ly/2GljKuH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pcsensor_temper2

Script which pushes temperature sensor data to Google spreadsheet

Getting Started

  1. Connect your sensor and find out what input it is (xinput)

  2. Run spreadsheet push every 15 minutes with:

./temp_gather.py --device-id event12 --spreadsheet-id 1TipIc59G52RlfTNR6NqBsMeh_i48_-ITg8fm0bW9qAI --interval 900

You will need the credentials.json file, which you can generate from https://developers.google.com/sheets/api/quickstart/python

Installing

git clone https://github.com/rascal999/pcsensor_temper2
cd pcsensor_temper2
pip install -r requirements.txt
./temp_gather.py --help

You should see something like:

usage: temp_gather.py [-h] --device-id DEVICE_ID --spreadsheet-id
                      SPREADSHEET_ID [--interval INTERVAL]

Take temperature from HID and push to Drive spreadsheet

optional arguments:
  -h, --help            show this help message and exit
  --device-id DEVICE_ID
                        Device input to read (e.g. input1)
  --spreadsheet-id SPREADSHEET_ID
                        Spreadsheet ID to push data to
  --interval INTERVAL   How often to push data to spreadsheet (seconds)

Built With

  • Python3 - Python Programming Language.

Contributing

Subtmit a PR for consideration.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration

About

Script which pushes temperature sensor data to spreadsheet. https://bit.ly/2GljKuH

License:MIT License


Languages

Language:Python 100.0%