Skip to content

Releases: jneilliii/OctoPrint-TPLinkSmartplug

2.0.0rc7

02 Sep 06:09

Choose a tag to compare

2.0.0rc7 Pre-release
Pre-release

What's Changed

  • fix python-kasa module version comparison in last rc version

Full Changelog: 2.0.0rc6...2.0.0rc7

2.0.0rc6

02 Sep 05:25

Choose a tag to compare

2.0.0rc6 Pre-release
Pre-release

What's Changed

  • initial device discovery implementation
  • possible fix for credentials loading issue (needs more testing)

Full Changelog: 2.0.0rc5...2.0.0rc6

2.0.0rc5

01 Sep 23:44

Choose a tag to compare

2.0.0rc5 Pre-release
Pre-release

What's Changed

  • update plotly.js to version 3.1.0
  • adjust hovermode settings to graph
  • fix missing axis definition for cost, was being put on same subplot as Total, #350

Full Changelog: 2.0.0rc4...2.0.0rc5

2.0.0rc4

01 Sep 22:35

Choose a tag to compare

2.0.0rc4 Pre-release
Pre-release

What's Changed

  • switch to using date range for graphing, #354

Full Changelog: 2.0.0rc3...2.0.0rc4

2.0.0rc3

01 Sep 21:37

Choose a tag to compare

2.0.0rc3 Pre-release
Pre-release

What's Changed

  • added theme support
  • fixed some logging related errors

Full Changelog: 2.0.0rc2...2.0.0rc3

2.0.0rc2

17 Aug 20:14

Choose a tag to compare

2.0.0rc2 Pre-release
Pre-release

What's Changed

  • add M150 and M355 gcode support for supported light devices

2.0.0rc1

17 Aug 01:42

Choose a tag to compare

2.0.0rc1 Pre-release
Pre-release

Warning

In order to support more TP-Link devices like Tapo smart plugs the plugin was refactored using the python-kasa module. As a result, the Countdown timer options had to be removed. I felt like the increased device support outweighed the only good reason for using Countdown timers (pi clean shutdown).

What's Changed

Full Changelog: 1.0.4...2.0.0rc1

1.0.4

14 Aug 04:03
17d16bd

Choose a tag to compare

What's Changed

  • track timers in order to cancel delayed off triggered by gcode when an on trigger is sent within the delay period, #335
  • add ignored heaters setting for idle timer, workaround for Prusa MK4, #336
  • Fixes modified: octoprint_tplinksmartplug/init.py by @puterboy in #352
  • Fix rounding in Total Cost trace by @puterboy in #353
  • Add auto connect option when Octoprint 'Connects' by @puterboy in #356 (no UI in settings yet)
  • Jjk addgrandtotal - fixed bug in how self.total_correction is updated by @puterboy in #358
  • remove spaces in comma separated ignore inputs, #361
  • adjust for missing energy data and add some init variables, #363
  • add last_row_entered to init to hopefully resolve #364

New Contributors

Full Changelog: 1.0.3...1.0.4

1.0.4rc7

24 May 12:49

Choose a tag to compare

1.0.4rc7 Pre-release
Pre-release
  • add last_row_entered to init to hopefully resolve #364

1.0.4rc6

15 Mar 03:16

Choose a tag to compare

1.0.4rc6 Pre-release
Pre-release
  • adjust for missing energy data and add some init variables, #363