Get measurements from RuuviTag(s) and save them to InfluxDB 2.0.
- Clone this repository
- Run
yarn install
- Copy
.env.example
as.env
and add your InfluxDB details. - Start collecting by running
yarn start
Optionally you can define aliases for your RuuviTags. This will add a tag called alies
to all data points in InfluxDB
that you can also use in your queries. Start by copying aliases.json.example
as aliases.json
. Define aliases for
your RuuviTag(s) as key-pair values where key is your tag's address and value is the alias.
{
"ab:cd:ef:12:34:56": "My RuuviTag",
"ab:cd:ef:12:34:89": "Another RuuviTag"
}