Releases: jneilliii/OctoPrint-TPLinkSmartplug
Releases · jneilliii/OctoPrint-TPLinkSmartplug
2.0.0rc7
What's Changed
- fix python-kasa module version comparison in last rc version
Full Changelog: 2.0.0rc6...2.0.0rc7
2.0.0rc6
What's Changed
- initial device discovery implementation
- possible fix for credentials loading issue (needs more testing)
Full Changelog: 2.0.0rc5...2.0.0rc6
2.0.0rc5
2.0.0rc4
2.0.0rc3
What's Changed
- added theme support
- fixed some logging related errors
Full Changelog: 2.0.0rc2...2.0.0rc3
2.0.0rc2
2.0.0rc1
Warning
In order to support more TP-Link devices like Tapo smart plugs the plugin was refactored using the python-kasa module. As a result, the Countdown timer options had to be removed. I felt like the increased device support outweighed the only good reason for using Countdown timers (pi clean shutdown).
What's Changed
- refactor to use python-kasa module in order to support more devices, ie Tapo smart plugs, #131,#135,#195,#251,#293,#299,#308,#331,#365
- simplify settings and adjust event monitoring process logic,
- add template autoescaping, #368
Full Changelog: 1.0.4...2.0.0rc1
1.0.4
What's Changed
- track timers in order to cancel delayed off triggered by gcode when an on trigger is sent within the delay period, #335
- add ignored heaters setting for idle timer, workaround for Prusa MK4, #336
- Fixes modified: octoprint_tplinksmartplug/init.py by @puterboy in #352
- Fix rounding in Total Cost trace by @puterboy in #353
- Add auto connect option when Octoprint 'Connects' by @puterboy in #356 (no UI in settings yet)
- Jjk addgrandtotal - fixed bug in how self.total_correction is updated by @puterboy in #358
- remove spaces in comma separated ignore inputs, #361
- adjust for missing energy data and add some init variables, #363
- add last_row_entered to init to hopefully resolve #364
New Contributors
Full Changelog: 1.0.3...1.0.4