signalk-ruuvitag-plugin

Signal K plugin to provide RuuviTag environmental data.

Usage no npm install needed!

<script type="module">
  import signalkRuuvitagPlugin from 'https://cdn.skypack.dev/signalk-ruuvitag-plugin';
</script>

README

Signal K Node server RuuviTag plugin

Signal K Node server plugin to provide RuuviTag environmental data:

  • Temperature
  • Humidity
  • Preassure

Also following sensor meta data is provided:

  • RSSI (signal strength)
  • Battery voltage (requires RuuviTag to run in raw mode)

Usage

  1. Running on linux: give node process permissions to scan BLE devices: sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)
  2. Install signalk-ruuvitag-plugin in Signal K Appstore and restart server
  3. Open the RuuviTag Plugin config and activate plugin
  4. Wait for few minutes and let the plugin to detect RuuviTag beacons
  5. Reopen the RuuviTag Plugin config
  6. Name your tags, set appropriate locations and enable Signal K data
  7. Signal K values should now be transmitted to selected location, for example environment.inside.mainCabin

Plugin config

License

MIT