aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-05-12Fix broken frontend link to popper.jsHEADmasterJames Barnett1-1/+1
2019-05-12Merge pull request #37 from mdavey/better-discoveryJames Barnett1-3/+15
Discover devices on all local interfaces
2019-04-26start discovery for devices on all interfacesMatthew Davey1-3/+15
2019-02-23Merge pull request #23 from leac-mit/commafixJames Barnett1-1/+1
random comma breaks sitegit add public/javascripts/dash.js !
2019-01-26Merge branch 'master' of https://github.com/jamesbarnett91/tplink-energy-monitorJames Barnett1-1/+1
2019-01-26Add Dockerfiles for ARM32v6 and v7 archJames Barnett2-0/+12
2019-01-26Update README.mdJames Barnett1-1/+1
2019-01-26Include default config in release binariesv0.8James Barnett1-1/+5
2019-01-26Fix sync write error handlingJames Barnett3-28/+42
2019-01-26Merge pull request #19 from polsar88/log-path-supportJames Barnett4-16/+43
Added support for custom logger config and log directory paths.
2019-01-21random comma breaks sitegit add public/javascripts/dash.js !Your Name1-1/+1
2018-12-17Update README.mdJames Barnett1-1/+1
2018-12-14- Added support to specify logger config file on command line.Peter Olsar4-16/+43
- Added support to specify log directory path in logger config.
2018-11-18Merge pull request #12 from jamesbarnett91/bugfixesv0.7James Barnett2-10/+29
Fix voltage reading and exclude unsupported devices from search
2018-11-18Exclude devices without monitoring API e.g hs100bugfixesJames Barnett1-5/+12
Fixes #7
2018-11-18Skip RMS voltage calc for newer firmware versionsJames Barnett1-5/+17
Fixes #7
2018-10-30Update README.mdJames Barnett1-1/+5
2018-10-21Update README.mdJames Barnett1-2/+3
2018-10-21Update README.mdJames Barnett1-1/+2
2018-10-21Update README.mdJames Barnett1-1/+16
2018-10-21Change default log interval to 60sv0.6James Barnett1-1/+1
2018-10-21Merge pull request #9 from jamesbarnett91/log-realtime-usageJames Barnett10-203/+427
Log realtime usage
2018-10-21Add configurable log interval and max log limitlog-realtime-usageJames Barnett4-37/+76
2018-10-16Update README.mdJames Barnett1-3/+2
2018-10-07Basic logging functionality. Logs every 60s.James Barnett9-203/+388
Needs log rotation/management to avoid huge logfiles.
2018-08-06Merge pull request #4 from wildstray/masterv0.5James Barnett1-2/+2
Fix typo that prevented power state to updates
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
Updated dash.js with bug fix for "millis"
2018-08-02Update dash.jsWild Stray1-26/+26
2018-08-02Updated dash.js with bug fix for "millis"Wild Stray1-27/+29
Values could be returned byt the plug in mV/mA/mW instead of V/A/W.
2018-04-15Merge pull request #2 from sydeslyde/masterv0.3James Barnett3-3/+25
Added meaningful page when no devices discovered
2018-04-14added meaningful page when no devices discoveredsydeslyde3-3/+25
2018-04-08Merge pull request #1 from jamesbarnett91/websocketsv0.2James Barnett14-419/+552
Switch from http polling to websockets
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