Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debsahu/hassio-rtlamr-addon
Idea is to read data from meters (water/gas/electric) and import data into InfluxDB database.
https://github.com/debsahu/hassio-rtlamr-addon
hassio-addons rtl sdr
Last synced: about 1 month ago
JSON representation
Idea is to read data from meters (water/gas/electric) and import data into InfluxDB database.
- Host: GitHub
- URL: https://github.com/debsahu/hassio-rtlamr-addon
- Owner: debsahu
- License: mit
- Created: 2021-12-06T16:27:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T16:28:55.000Z (4 months ago)
- Last Synced: 2024-09-09T20:28:40.491Z (4 months ago)
- Topics: hassio-addons, rtl, sdr
- Language: Shell
- Homepage:
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hassio-rtlamr-addon
A HASSIO addon to run [RTLAMR](https://github.com/bemasher/rtlamr) and [RTLAMR_COLLECT](https://github.com/bemasher/rtlamr-collect) on RTL-SDR dongles (RTL2832U). Idea is to read data from meters (water/gas/electric) and import data into InfluxDB database.
## 1. Plug RTL-SDR (RTL2832U) into USB
- Plug RTL-SDR (RTL2832U) dongle into USB port
## 2. Run RTLAMR & RTLAMR-collect Add-on
- Goto "Supervisor" -> "Add-ons Store" -> "Menu (top left)" -> "Repositories" -> "Add"
- Add this add-on repository:```
https://github.com/debsahu/hassio-rtlamr-addon
```- Add appropiate values to config and run this add on
Example Add-on configuration:
```yaml
RTLAMR_MSGTYPE: r900
RTLAMR_CENTERFREQ: 917000000
COLLECT_INFLUXDB_HOSTNAME: http://a0d7b954-influxdb:8086/
COLLECT_INFLUXDB_DATABASE: rtlamr
COLLECT_INFLUXDB_TOKEN: rtlamr:rtlamr
COLLECT_INFLUXDB_ORG: doesnotmeananything
COLLECT_INFLUXDB_BUCKET: rtlamr
COLLECT_INFLUXDB_MEASUREMENT: rtlamr
COLLECT_STRICTIDM: 1
```