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.
The following parameters have to be set trought environment variables (OS or local .env file):
VITE_INFLUX_DB_HOST
: The Influx DBVITE_LOCATION_ELEVATION
: The elevation of the measurement locationVITE_LOCATION_LATITUDE
: The latitude of the measurement locationVITE_LOCATION_LONGITUDE
: The longitude of the measurement location
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 .
Icons made by Those Icons from www.flaticon.com