Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juergenhoetzel/gth_exporter
- Owner: juergenhoetzel
- License: mit
- Created: 2024-10-19T17:31:12.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-14T20:33:42.000Z (about 2 months ago)
- Last Synced: 2024-11-14T21:28:24.011Z (about 2 months ago)
- Topics: bluetooth, bluez, gdbus, gio, graphite
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```