Releases: jamesbarnett91/tplink-energy-monitor
Releases · jamesbarnett91/tplink-energy-monitor
v0.8: Bugfixes
- 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
- 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
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
Fix typo that prevented power state to updates
v0.4: Merge pull request #3 from wildstray/patch-1
Updated dash.js with bug fix for "millis"
v0.3: Merge pull request #2 from sydeslyde/master
Added meaningful page when no devices discovered
v0.2: Merge pull request #1 from jamesbarnett91/websockets
Switch from http polling to websockets
v0.1
Remove master branch filter, so tags are included