Skip to content

Releases: jneilliii/OctoPrint-TasmotaMQTT

1.0.0rc1

12 Jul 06:02
Compare
Choose a tag to compare
1.0.0rc1 Pre-release
Pre-release
  • watch for changes to relays and full topic on save to synchronize subscriptions, #64
    still needs a little work to not always resubscribe due to changes to cached currentstate.

0.3.9

23 Oct 03:30
281164c
Compare
Choose a tag to compare
  • Auto on on connect attempt and off on disconnect
  • Added configuration settings for on/off on (dis)connect
  • Added configurable UI entities for Sidebar and Navbar
  • Remove | when not in use, #59
  • Added label option to relay for title hover and warning prompts, #61.
  • Added inverted logic option for relays for specific normally closed devices, #17
  • Added custom @ command TASMOTAMQTT to allow for controlling devices via gcode without effecting M81 for printers that support that, #62, #37. Includes support for both OFF and ON commands to be sent.

In order to use the command you would use @TASMOTAMQTT <topic> <relay#> <ON | OFF>, for example for the setting below the command would be @TASMOTAMQTT living_room 4 OFF to power off the relay and @TASMOTAMQTT living_room 4 ON to power on the relay.

0.3.9rc5

09 Oct 02:42
Compare
Choose a tag to compare
0.3.9rc5 Pre-release
Pre-release
  • added inverted logic option for relays for specific normally closed devices, #17

0.3.9rc4

08 Oct 23:44
Compare
Choose a tag to compare
0.3.9rc4 Pre-release
Pre-release
  • added label option to relay for title hover and warning prompts.

0.3.9rc3

08 Oct 22:13
Compare
Choose a tag to compare
0.3.9rc3 Pre-release
Pre-release
  • Added custom @ command TASMOTAMQTT to allow for controlling devices via gcode without effecting M81 for printers that support that, #62, #37. Includes support for both OFF and ON commands to be sent.

In order to use the command you would use @TASMOTAMQTT <topic> <relay#> <ON | OFF>, for example for the setting below the command would be @TASMOTAMQTT living_room 4 OFF to power off the relay and @TASMOTAMQTT living_room 4 ON to power on the relay.

0.3.9rc2

13 Jun 05:30
ad628de
Compare
Choose a tag to compare
0.3.9rc2 Pre-release
Pre-release
  • Auto on on connect attempt and off on disconnect
  • Added configuration settings for on/off on (dis)connect
  • Added configurable UI entities for Sidebar and Navbar
  • Remove | when not in use

0.3.9rc1

30 Mar 00:37
dcf8312
Compare
Choose a tag to compare
0.3.9rc1 Pre-release
Pre-release
  • Auto on on connect attempt and off on disconnect
  • Added configuration settings for on/off on (dis)connect
  • Added configurable UI entities for Sidebar and Navbar

0.3.8

22 Nov 18:19
bfdf6c9
Compare
Choose a tag to compare

Added

  • startup event monitoring
  • upload event monitoring if print is flagged to start automatically
  • new access control permissions to replace deprecated user_permission
  • idle timer reset/restart if relay is powered on outside of OctoPrint
  • release channels for OctoPrint 1.5.0+ for future rc testing, similar to OctoPrint as described here

Updated

  • knockout sortable library for OctoPrint 1.5.0 compatibility

Fixed

  • issues with startup and idle timer

0.3.8rc3

21 Nov 09:12
Compare
Choose a tag to compare
0.3.8rc3 Pre-release
Pre-release
  • reset idle timer if relay is powered on outside of OctoPrint

0.3.8rc2

21 Nov 07:15
Compare
Choose a tag to compare
0.3.8rc2 Pre-release
Pre-release
  • add uptime to resolve issues with startup and idle timer
  • move startup idle time to on_after_startup method override
  • add startup event monitoring
  • add upload event monitoring if print is flagged to start automatically
  • add new access control permissions to replace deprecated user_permission