https://github.com/rodrigosetti/open-scale-influxdb-reader
Reads from OpenScale serial port, and writes to InfluxDB
https://github.com/rodrigosetti/open-scale-influxdb-reader
arduino iot python3 sparkfun-projects
Last synced: about 1 year ago
JSON representation
Reads from OpenScale serial port, and writes to InfluxDB
- Host: GitHub
- URL: https://github.com/rodrigosetti/open-scale-influxdb-reader
- Owner: rodrigosetti
- Created: 2017-03-27T01:58:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T01:58:37.000Z (about 9 years ago)
- Last Synced: 2025-02-08T20:47:38.500Z (over 1 year ago)
- Topics: arduino, iot, python3, sparkfun-projects
- Language: Python
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
open-scale-influxdb-reader
================================
Reads data from [Open-Scale device](https://github.com/sparkfun/OpenScale)
connected to a serial port, and writes it into
an [InfluxDB database](https://github.com/influxdata/influxdb).
Requirements
---------------
### Sofware
* Python 3
* [pyserial](https://github.com/pyserial/pyserial)
### Hardware
* A Scale (_e.g._ cheap kitchen scale)
* [Sparkfun OpenScale](https://www.sparkfun.com/products/13261) or anything that
will output the same serial data (Arduino + Temperature Sensor), as specified
by [the firmware](https://github.com/sparkfun/OpenScale).