Skip to content

Releases: jamesbarnett91/tplink-energy-monitor

v0.8: Bugfixes

26 Jan 12:02
Compare
Choose a tag to compare
  • Packaged releases now include the required config files.
  • Directory in which logs are stored can now be specified in the logger-config file (defaults to '.')
  • Log writes now happen synchronously which fixes a log corruption issue.

v0.7: Bugfixes

18 Nov 13:16
82d0398
Compare
Choose a tag to compare
  • Don't apply the RMS voltage calculation for devices with newer firmware, as they now supply the voltage data measured as RMS already.
  • When scanning and registering plugs to monitor, skip any which do not support the energy monitoring API. Previously any HS100 devices found would get registered and subsequent energy usage data requests would continuously fail.

v0.6: Add logging functionality

21 Oct 18:43
Compare
Choose a tag to compare

The app will now log the real-time usage of each plug at a configurable rate and store up to a configurable maximum number of entries.
By default the usage will be logged every minute for a rolling 24 hour period, but this can be changed in logger-config.json

v0.5: Merge pull request #4 from wildstray/master

06 Aug 17:34
1693f6f
Compare
Choose a tag to compare
Fix typo that prevented power state to updates

v0.4: Merge pull request #3 from wildstray/patch-1

02 Aug 22:09
052b34e
Compare
Choose a tag to compare
Updated dash.js with bug fix for "millis"

v0.3: Merge pull request #2 from sydeslyde/master

15 Apr 19:31
158e5a4
Compare
Choose a tag to compare
Added meaningful page when no devices discovered

v0.2: Merge pull request #1 from jamesbarnett91/websockets

08 Apr 16:29
531964e
Compare
Choose a tag to compare
Switch from http polling to websockets

v0.1

02 Apr 18:21
Compare
Choose a tag to compare
Remove master branch filter, so tags are included