aboutsummaryrefslogtreecommitdiff
path: root/routes
AgeCommit message (Collapse)AuthorFilesLines
2018-10-21Add configurable log interval and max log limitlog-realtime-usageJames Barnett1-1/+1
2018-10-07Basic logging functionality. Logs every 60s.James Barnett1-1/+6
Needs log rotation/management to avoid huge logfiles.
2018-04-14added meaningful page when no devices discoveredsydeslyde1-2/+8
2018-04-07Add support for switching between multiple plugsJames Barnett2-8/+27
2018-04-07Switch from http polling to data push via websocketsJames Barnett3-189/+25
2018-04-01Show total and average usage for current day and monthJames Barnett1-2/+2
2018-03-31fillMissingDays now fills the previous month correctlyJames Barnett1-2/+10
2018-03-31Add plug state and uptime. Placeholder tiles for averagesJames Barnett2-1/+23
2018-03-31Add monthly usage graphJames Barnett1-3/+70
2018-03-31Add daily kWH usage total for last 30 daysJames Barnett1-2/+69
2018-03-30Poll for realtime usage updatesJames Barnett2-23/+30
2018-03-30Initial functionality. Static realtime usage for a single deviceJames Barnett1-0/+33