Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akhenakh/acurite_to_graph
Import Acurite sensor devices to influx or prometheus
https://github.com/akhenakh/acurite_to_graph
Last synced: 24 days ago
JSON representation
Import Acurite sensor devices to influx or prometheus
- Host: GitHub
- URL: https://github.com/akhenakh/acurite_to_graph
- Owner: akhenakh
- License: mit
- Created: 2016-10-25T21:46:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T22:06:08.000Z (over 4 years ago)
- Last Synced: 2023-03-16T13:05:18.852Z (over 1 year ago)
- Language: Go
- Size: 54.7 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
acurite_to_graph
================Graph your temperature & humidity sensors (AcuRite 06002RM, AcuRite 06044M ...).
It parses the JSON output from `rtl_443` command and expose it to Prometheus.
You can pass a flag to add a `name` label matching a specific id like:
```
acurite_to_graph -nameFields 8831=bedroom,15466=livingroom -debug
2016/10/27 17:45:38 {Acurite tower sensor 15466 A 17.5 52 OK livingroom}
2016/10/27 17:45:41 {Acurite tower sensor 8831 B 17.1 54 OK bedroom}
```A mini website with your live temperatures is also accessible at http://localhost:44010
![example webpage](https://github.com/akhenakh/acurite_to_graph/raw/master/img/web.png)
Here is a [blogpost](http://blog.nobugware.com/post/2017/Hacking_temperature_radio_sensors_and_graphing_with_prometheus/) about it.