Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juergenhoetzel/gth_exporter

GoveeLife Bluetooth Thermometer Hygrometer Exporter
https://github.com/juergenhoetzel/gth_exporter

bluetooth bluez gdbus gio graphite

Last synced: about 2 months ago
JSON representation

GoveeLife Bluetooth Thermometer Hygrometer Exporter

Awesome Lists containing this project

README

        

GoveeLife Bluetooth Thermometer Hygrometer Exporter
====================================================

# Export targets

* JSON
* [Grafana Graphite metrics](https://grafana.com/docs/grafana-cloud/send-data/metrics/metrics-graphite/)
* [Prometheus pushgateway](https://github.com/prometheus/pushgateway)

# Tested Devices

* H5105

# Example Usage

Push to Graphite

```bash
gth_exporter -l DEBUG -a CE:39:33:30:33:05=living_room -a D8:35:33:33:6A:5C=kitchen -t 60 -g "https://graphite-prod-13-prod-us-east-0.grafana.net/graphite/metrics" -b hci1
```
Push to Prometheus pushgateway

```bash
gth_exporter -l DEBUG -a CE:39:33:30:33:05=living_room -a D8:35:33:33:6A:5C=kitchen -t 120 -b hci1 -p http://localhost:9091/metrics/job/gth
```