Solar Array and home energy dashboard.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
John-Mark Gurney eca6eff75b remove end of line white space.. 5 years ago
root remove end of line white space.. 5 years ago
solardash we aren't testing this code.. 5 years ago
.gitignore ignore the timzeone data.. 5 years ago
LICENSE.txt add license.. 5 years ago
Makefile this makes timezones work.. why this exact same code didn't work earlier 5 years ago
NOTES.md add link to range series to use.. 5 years ago
README.md the testing is in the jspp file, NOT the js file. oops.. 5 years ago
cmds.txt add another useful command.. 5 years ago
fakedata.py make sure that there's a zero data point... 5 years ago
requirements.txt bring in the start of the python daemon side of things 5 years ago
setup.py add start of daemon to push data to the client 5 years ago

README.md

Solar Dashboard

This is a solar dashboard for displaying information about a solar install.

Structure

Frontend

The front end is located in root. The meat of the logic is in js/solardash.base.js. The testing infrastructure is in js/solardash.file.jspp as if you are launching the page from a file url, there is no way to make a url to access the backend.