Releases: jneilliii/OctoPrint-Tasmota
Releases · jneilliii/OctoPrint-Tasmota
1.1.2
- fix bug introduced in version 1.1.1 that prevented adding new devices, #177
1.1.1
- Fix issues related to TouchUI, css implementation of #170 to avoid issues with default interface
- add hide option for sensor only devices, #166
- add
@TASMOTAIDLEOFF
and @TASMOTAIDLEON
command support to be able to disable the idle timeouts via gcode, helpful for OctoDash custom action for example
1.1.1rc3
- add @TASMOTAIDLEOFF and @TASMOTAIDLEON command support to be able to disable the idle timeouts via gcode, helpful for OctoDash custom action for example
1.1.1rc2
- add hide option for sensor only devices, #166
1.1.1rc1
- Fix issues related to TouchUI, css implementation of #170 to avoid issues with default interface.
1.1.0
- make waiting for timelapse optional, #147
- don't open abort popup when all plugs off, #148, #151
- update documentation and fix some typos in settings, #52
- add optional upload power on and auto start print, #115
- adjust auto start/on connect related code, #149
- fix sensor data extraction for popup, #144
- when status polling and idle timeout are both enabled, if a plug is detected as on start idle timer if not already started, #160
1.1.0rc2
- fix sensor data extraction for popup, #144
- when status polling and idle timeout are both enabled, if a plug is detected as on start idle timer if not already started, #160
1.1.0rc1
- make waiting for timelapse optional, #147
- don't open abort popup when all plugs off, #148, #151
- update documentation and fix some typos in settings, #52
- add optional upload power on and auto start print, #115
- adjust auto start/on connect related code, #149
1.0.4
- fix bug with M150 command not having I parameter causing the command to get lost in the queue, #143
- make request timeout configurable in settings, #142
- add numeric StatusSTS messages for chk values, #150
- account for energy data with multiple relay device, #155
- M118 support for LED commands for more real-time control based on what's happening on the printer (ie waiting for heat up). The function is similar to the M150 support but you will need to use the command
M118 TASMOTA_M150 I192.168.0.105 R### G### B### W### P###
1.0.4rc5
- account for energy data with multiple relay device, #155