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 8a06e9cb1b limit ourselves to ints for W.. don't need sub-nanowatt precision.. 4 years ago
root make the underlying lines easier to see, when we add proper grid 4 years ago
solardash we aren't testing this code.. 5 years ago
.gitignore ignore the timzeone data.. 4 years ago
LICENSE.txt add license.. 5 years ago
Makefile this makes timezones work.. why this exact same code didn't work earlier 4 years ago
NOTES.md add link to range series to use.. 4 years ago
README.md the testing is in the jspp file, NOT the js file. oops.. 4 years ago
cmds.txt add another useful command.. 4 years ago
fakedata.py limit ourselves to ints for W.. don't need sub-nanowatt precision.. 4 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.