Dashboard

I’ve started work on a very simple dashboard in Meteor JS.
The current features include:

  • Pulls sensor definitions from a database including node token, type, and port so you can monitor sensors across nodes.
  • Does not expose the node token to the client so you can share sensor data without sharing your token.
  • Very quick updates.

Planned features include:

  • Gauges for analog sensors
  • Ability to set a custom Wio data server.
  • A form to add sensors.
  • Event alerts using websockets.