Skip to content

Releases: jneilliii/OctoPrint-TPLinkSmartplug

0.9.21

19 Jun 00:44
fbb327d
Compare
Choose a tag to compare
  • use threading.timer for print progress status checks
  • added error classes for ip address entry errors
  • fix unexpected idle power off
  • auto power on when file is uploaded if enabled
  • UI tweaks

0.9.20

02 May 17:46
c8687b6
Compare
Choose a tag to compare

Fixed @TPLINKON and @TPLINKOFF commands that were broken in last update

0.9.19

15 Mar 07:56
00f8aa0
Compare
Choose a tag to compare

Hide tab if there are no energy monitoring capable plugs configured
Fix countdown related issues
Fix gcode processing related issues
Abort power off now clears countdown timers
Polling moved to server side code
Added German translations
Changed automatic power off option to an idle timeout
Added cooldown option
Added calculated cost per print job, highly experimental, and possibly inaccurate

0.9.18

10 Feb 17:40
b2448f3
Compare
Choose a tag to compare

Added

  • cost estimation, may need to re-evaluate
  • automatic power off toggle in sidebar with cancel timer
  • custom command options
  • new fontawesome 5.5 icon support with picker

Updated

  • list of known plug models the plugin works with
  • strip whitespace when identifying plug
  • status update logic and knockout bindings
  • energy graph now includes a legend display toggle

0.9.17

22 Oct 02:52
40ed69a
Compare
Choose a tag to compare

Added

  • Error and Disconnect event monitoring.
  • Python 3 compatibility.

Fixed

  • Countdown timers for multiple plug devices like the HS300.
  • Energy monitoring pull-down list now reflects newly added plugs.
  • Sidebar not displaying multiple plug devices.

0.9.16

11 May 14:14
aa9a379
Compare
Choose a tag to compare

Added

  • Added HS107 and HS300 multiple plug support.
  • Energy data logging and graphing via new tab.
  • Temperature runaway protection.

Fixed

  • Change socket receive to grab 1024 chunks until full response is received.
  • Fixed settings migration issue.
  • CSS changes to integrate better with TouchUI.
  • Check current state of plugs on settings save if plug list changes in anyway.
  • Status checks no longer saves the settings in favor of real-time updates to current state.

0.9.13

17 Feb 03:45
Compare
Choose a tag to compare

Update button status when gcode is used to trigger on/off commands.

0.9.12

11 Feb 05:01
86d657c
Compare
Choose a tag to compare

Fixed

  • Issue introduced in previous version prevented fresh installs from working properly.

0.9.11

09 Feb 17:23
Compare
Choose a tag to compare

Fixed

  • Energy monitoring sidebar not displaying consistently.

0.9.10

25 Nov 17:51
Compare
Choose a tag to compare

Changed

  • Energy monitoring sidebar text controlled via css style instead of inline element styles to allow control via Themeify.