Skip to content

Releases: jneilliii/OctoPrint-TPLinkSmartplug

0.8.0

29 Jan 04:56
769296b
Compare
Choose a tag to compare

Added

  • Status polling of all configured plugs. After enabling, you must restart the browser once to start the polling loop.

0.7.3

22 Dec 04:39
c727bda
Compare
Choose a tag to compare

Changed

  • Moved all command processing to server side to resolve gcode processing issues when web front-end wasn't loaded. Resolves #31.

0.7.2

24 Oct 18:24
Compare
Choose a tag to compare

Fixed

  • Thanks to Gina, really fix the issue with software upgrade where viewmodel binding was breaking.

0.7.1

22 Oct 21:30
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release

Fixed

  • Issue with software upgrade where viewmodel binding was breaking. Hopefully will resolve issues like #19.

0.7.0

22 Oct 05:55
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

Added

  • Warning while printing, disable in settings (right checkbox in Warn column).
  • Settings versioning
  • Clear smartplug array on upgrade to account for data structure changes (crude hack until future data structure improvements).

Changed

  • Settings dialog for additional warning setting.
  • Toggle off function changed to escape special characters required for jquery selectors.

Fixed

  • Toggle off issue when using ip address and warning prompt due to jquery selectors.

0.5.0

22 Sep 19:46
Compare
Choose a tag to compare

Changes

  • Modified encrypt function to work with HS100 AU firmware, and potentially fixing issue #3.

0.4.0

16 Sep 04:55
Compare
Choose a tag to compare

Added

  • Added system command options on power on and off.

Changed

  • Modified settings dialog for above additions.
  • Converted settings dialog to tabbed interface.
  • Updated screenshots.
  • Updated readme to add additional settings screenshots.

0.3.1

13 Sep 18:53
Compare
Choose a tag to compare

Added

  • Added missing import reference to flask.make_response.

0.3.0

13 Sep 00:22
Compare
Choose a tag to compare

Added

  • Incorporated hostname support. You can now use ip address or hostname.
  • Additional debugging logged to separate log file.
  • Added processing of M80 and M81 gcode commands.
  • Added changelog.md.

Changed

  • Settings dialog updated for additional hostname support and M80/M81 gcode processing.
  • Settings screenshot updated for above additions and changes.
  • error notification reference on connection error to include hostname in description.
  • Increment version in setup.py.

Removed

  • Took out unused css references created by cookiecutter.

0.2.0

07 Sep 04:07
Compare
Choose a tag to compare

Added error popup on unknown status, typically meaning the ip address is incorrect.

image