Skip to content

Sends data recieved by rtl-sdr dongle on 433.9 MHz into Elasticsearch

Notifications You must be signed in to change notification settings

AlexanderZobkov/rtl433_elasticsearch

Repository files navigation

rtl433 to Elasticsearch

1. Start rtl_433 to send data

docker-compose -f rtl433_syslog-compose.yml up

or setup https://github.com/merbanan/rtl_433 manually and start as:

rtl_433 -G -F syslog:127.0.0.1:1514

2. Start ELK stack:

docker-compose -f elk-compose.yml up

3. Goto Kibana and create an index pattern

4. Visualize data

For example temperature from a temperature sensor with timelion

.es(index=rtl_433-*,metric="avg:rtl_433.temperature_C"), .es(index=rtl_433-*,metric="avg:rtl_433.temperature_C").trend(mode=liner)

About

Sends data recieved by rtl-sdr dongle on 433.9 MHz into Elasticsearch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages