thenewzerov / power-monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enphase Monitor

This application will poll an Enphase Controller ever second and display the results. It's run through a simple Nginx Docker Container

Installation

Clone the repository

git clone git@github.com:thenewzerov/power-monitor.git

Change into the directory

cd power-monitor

Update the ip in the nginx.conf file

Inside the nginx.conf file, replace {enphase_controller_ip} to the ip address of the Enphase Controller

Build the Docker image

docker build -t enphase-monitor .

Run The Docker Container

Run the Docker container

docker run -d -p 80:80 enphase-monitor

Open a browser and navigate to

http://localhost

About


Languages

Language:JavaScript 81.4%Language:CSS 9.6%Language:HTML 5.4%Language:Dockerfile 3.6%