webpowermon
v1.2.4
Published
Power monitoring firebase app using ina219 with i2c-bus compatible board
Downloads
7
Readme
webpowermon
Webpowermon is a firebase app which uses INA219 with i2c-bus compatible board to provide web-based power monitoring. Configuration for firebase should be modified according to the deployment environment.
##How to use
var webpowermon = require('webpowermon');
var mon = new webpowermon(1,"serviceAccount.json","area-X",60);
mon.discoverDevices();
mon.beginMonitor();