Skip to content

lordthorzonus/oura-api-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oura API exporter

This is a simple exporter for the Oura API V2. It exports the data to InfluxDB and MQTT.

Currently supported data:

  • Heart rate
  • Sleep
  • HRV

Example configuration.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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages