https://github.com/kripton/rtl_433_accumulate
Remembers the latest value per sensor and makes them available via HTTP
https://github.com/kripton/rtl_433_accumulate
Last synced: 3 months ago
JSON representation
Remembers the latest value per sensor and makes them available via HTTP
- Host: GitHub
- URL: https://github.com/kripton/rtl_433_accumulate
- Owner: kripton
- License: gpl-2.0
- Created: 2018-04-15T18:52:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T21:13:05.000Z (about 7 years ago)
- Last Synced: 2025-01-16T00:39:06.758Z (4 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rtl_433_accumulate
==================Remembers the latest value per sensor and makes them available via HTTP
Install
-------
Make sure you have NodeJS and NPM installed. Then clone the repo, cd into the directory and run:npm install
to install the dependencies.
How to run
----------
Just pipe the JSON-formatted input of [merbanan/rtl_433](https://github.com/merbanan/rtl_433) into this script:rtl_433 -F json -C si | ~/git/rtl_433_accumulate/index.js
The webserver will be available on 127.0.0.1:3005 by default. This can be changed using the environment Variables HOST and PORT