This project displays a simple dashboard of the production and consumption of electricity from an Enphase Envoy device.
To use the dashboard, serve it from a web server. To test locally you can run npm run serve
.
The dashboard will not get data from the Envoy device unless you can add an CORS header to the response from the device. I used HAProxy to achieve this.
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:unit