Releases: jneilliii/OctoPrint-TasmotaMQTT
Releases · jneilliii/OctoPrint-TasmotaMQTT
1.0.0rc1
0.3.9
- 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
0.3.9rc4
0.3.9rc3
- 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
0.3.9rc1
0.3.8
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
0.3.8rc2
- 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