Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lordthorzonus/oura-api-exporter
https://github.com/lordthorzonus/oura-api-exporter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lordthorzonus/oura-api-exporter
- Owner: lordthorzonus
- License: mit
- Created: 2023-03-23T22:07:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T09:23:14.000Z (6 months ago)
- Last Synced: 2024-06-27T10:47:44.786Z (6 months ago)
- Language: Rust
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oura API exporter
This is a simple exporter for the [Oura API V2](https://cloud.ouraring.com/docs/). It exports the data to InfluxDB and MQTT.
Currently supported data:
- Heart rate
- Sleep
- HRV## Example configuration.yaml
```yaml
persons:
- name: John Doe
access_token: oura-personal-access-token
poller_interval: 120 # seconds
influxdb:
url: https://influxdb.lan.fi
bucket: oura-data
organization: homelab
token: influxdb-access-token
```