Skip to content

chrisdotm/433weather_to_influx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

433weather_to_influx

Sending weather data from acurite sensors to influxdb

To run this project you'll need

  • influxdb
  • something to view the influxdb data, I use grafana

Build the docker image

docker build -t 433weather_to_influx:latest ./

To run the image you'll need to pass in a couple environment vars and shared your 433MHz usb scanning device.

docker run -d --device /dev/bus/usb -e influxdb_host=http://some.host -e influxdb_port=8086 433weather_to_influx:latest

About

Sending weather data from acurite sensors to influxdb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published