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).
- Host: GitHub
- URL: https://github.com/devdavidkarlsson/grafana-airthings-datasource
- Owner: devdavidkarlsson
- License: other
- Created: 2020-03-31T20:41:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T02:07:36.000Z (over 3 years ago)
- Last Synced: 2023-05-06T16:55:31.722Z (about 3 years ago)
- Language: TypeScript
- Homepage:
- Size: 6.53 MB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.

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.