An open API service indexing awesome lists of open source software.

https://github.com/devdavidkarlsson/grafana-airthings-datasource

A data source for getting Airthings sensor data from Airthings for Business clients into Grafana (without having to use any additional time series DB).
https://github.com/devdavidkarlsson/grafana-airthings-datasource

Last synced: 12 months ago
JSON representation

A data source for getting Airthings sensor data from Airthings for Business clients into Grafana (without having to use any additional time series DB).

Awesome Lists containing this project

README

          

# Airthings datasource for Grafana dashboard

## 🧟‍♀️ THIS IS NO LONGER MAINTAINED
It is not working with recent version of Grafana, do develop a new plugin please refer to grafanas own documentation.

### Visualize your air with Grafana 6.

![Airthings Datasource](docs/img/dashboard-example.png)

Features:

- Query Airthings sensor data and present as a time series data.
- Currently supporting Grafana 6.

### Installation

See [installation](https://github.com/devdavidkarlsson/grafana-airthings-datasource/blob/master/docs/installation.md) docs.

### Quick start

Before you start grafana server, mount a persistent folder in /var/lib/grafana/airthings.
This required for storing obtained refresh tokens, that are used to maintain access to the API when the access token expires.

Note: Airthings API is currently only available for use with Airthings for Business API-clients and devices.

### Configuration

See [configuration](https://github.com/devdavidkarlsson/grafana-airthings-datasource/blob/master/docs/configuration.md) docs.

#### Original source code
This plugin is based on the code in the [strava-datasource](https://github.com/grafana/strava-datasource).
I am in no way affiliated with Grafana.