Skip to content

rootix/Roomio

Repository files navigation

Roomio

Roomio is a environmental data dashboard which displays data collected by Ruuvi Tags and stored in an InfluxDB.

I build it for my own purpose and it supports only this Database and the data structure generated by RuuviCollector.

Local development

The following parameters have to be set trought environment variables (OS or local .env file):

  • REACT_APP_INFLUX_DB_HOST: The Influx DB
  • REACT_APP_LOCATION_ELEVATION: The elevation of the measurement location
  • REACT_APP_LOCATION_LATITUDE: The latitude of the measurement location
  • REACT_APP_LOCATION_LONGITUDE: The longitude of the measurement location

Build Docker image

Within the root folder run: docker build -f Dockerfile --build-arg DB_HOST=<protocol://host:port> --build-arg LOCATION_ELEVATION=<elevation> --build-arg LOCATION_LATITUDE=<latitude> --build-arg LOCATION_LONGITUDE=<longitude> -t roomio:latest .

Credits

Icons made by Those Icons from www.flaticon.com

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages