aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-06Merge pull request #4 from wildstray/masterv0.5James Barnett1-2/+2
2018-08-04Fix typo that prevented power state to updatesWild Stray1-2/+2
2018-08-02Merge pull request #3 from wildstray/patch-1v0.4James Barnett1-10/+12
2018-08-02Update dash.jsWild Stray1-26/+26
2018-08-02Updated dash.js with bug fix for "millis"Wild Stray1-27/+29
2018-04-15Merge pull request #2 from sydeslyde/masterv0.3James Barnett3-3/+25
2018-04-14added meaningful page when no devices discoveredsydeslyde3-3/+25
2018-04-08Merge pull request #1 from jamesbarnett91/websocketsv0.2James Barnett14-419/+552
2018-04-08Add missing ws dependencywebsocketsJames Barnett1-1/+2
2018-04-08Improve layout on mobile devices and tabletsJames Barnett5-14/+90
2018-04-07Try to re-establish lost websocket connectionsJames Barnett3-4/+23
2018-04-07Add support for switching between multiple plugsJames Barnett7-144/+224
2018-04-07Switch from http polling to data push via websocketsJames Barnett9-261/+218
2018-04-04Update README.mdJames Barnett1-4/+4
2018-04-03Add dockerfile and update readmeJames Barnett2-11/+44
2018-04-02Remove master branch filter, so tags are includedv0.1James Barnett1-4/+0
2018-04-02Push Travis builds to repo releasesJames Barnett1-1/+11
2018-04-02Add TravisCI and SonarQube integrationJames Barnett6-2/+1063
2018-04-02Update readmeJames Barnett1-2/+33
2018-04-01Show total and average usage for current day and monthJames Barnett4-31/+87
2018-03-31fillMissingDays now fills the previous month correctlyJames Barnett1-2/+10
2018-03-31Add plug state and uptime. Placeholder tiles for averagesJames Barnett6-13/+166
2018-03-31Add monthly usage graphJames Barnett3-5/+146
2018-03-31Add daily kWH usage total for last 30 daysJames Barnett5-6/+159
2018-03-31Add realtime usage trend graphJames Barnett3-54/+93
2018-03-30Poll for realtime usage updatesJames Barnett8-37/+177
2018-03-30Initial functionality. Static realtime usage for a single deviceJames Barnett9-0/+1018
2018-03-30Initial commitJames Barnett3-0/+735