Skip to content

Releases: marcolivierarsenault/moonraker-home-assistant

0.9.2

20 Jul 00:45
ca5c81f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.1...0.9.2

0.9.1

03 Jul 18:48
57241fc
Compare
Choose a tag to compare

Notable changes

  • Now all macros are available, new one will be disabled by default but can be added from HomeAssistant UI
  • Adding generic_fan
  • Change documentation theme to Furo
  • Update various dependencies

What's Changed

Full Changelog: 0.9.0...0.9.1

0.9.0

28 Apr 02:15
6372076
Compare
Choose a tag to compare

New Features

  • New control for features/output pin

Bugs

  • Added empty value when not printing
  • Fix broken thumbnail on gcode in subfolders
  • Default value for missing value in Gcode file

Misc

  • Add coloured logs on dev side
  • Update dependencies
  • Update doc

What's Changed

Full Changelog: 0.8.0...0.9.0

0.8.0

11 Apr 02:56
f61c4ee
Compare
Choose a tag to compare

New Feature

  • Add Slicer estimated printing times
  • Add Switch to turn printer on/off

Bug Fixes

  • Allow to connect to printer with port 1-1024

Support

New Contributors

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0

02 Apr 23:24
Compare
Choose a tag to compare

New Features

  • Add runout sensor
  • Add Klipper control (Start, pause, stop)
  • Add total and current Layer info
  • Add head position (x, y, z)

Bug fixes

  • Fix rounding issue for the fan displaying 10 digit precision, now rounding to 2.

Misc

  • Better testing setup

What's Changed

Full Changelog: 0.6.1...0.7.0

0.6.1

29 Mar 14:06
Compare
Choose a tag to compare

Bug Fix

Converted the fan sensor as optional sensor. This is fixing the application to load 0 sensors when the fan sensor was missing.

Full Changelog: 0.6.0...0.6.1

0.6.0

26 Mar 18:43
fad7cf0
Compare
Choose a tag to compare

Features

  • Add historical sensor
  • Add Print State Enum to facilitate building automation in HA

Bug Fixes

  • Fix duplicate sensor
  • Update the async loading to await all entity before continuing setup

Misc

  • Add dependabot to update librairies (bump 3 GH actions)
  • Update Integration documentation

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

18 Mar 00:21
56a869f
Compare
Choose a tag to compare

New Entities

  • Added support for Macros (with default/no parameters)
  • Added support for fan sensors
  • Added support for optional temperature sensor
  • Added support for Emergency Stop

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0

10 Mar 13:44
68754c4
Compare
Choose a tag to compare

SENSOR CHANGE

This release include sensor change, we recommend fully deleting all your printer devices and reloading them from scratch, this will ensure new names get picked properly. Detail here: https://github.com/marcolivierarsenault/moonraker-home-assistant/wiki#full-reload-of-the-integration

New Features

  • Sensor to show display message sent with command M117
  • New Better ETA/Print duration. Copying Mainsail logic
    • ETA: Timestamp at which the print should be finished
    • Estimated total print duration: Total duration of the print, based on new time estimated logic.
    • Estimated print time left: Remaining amount of time left to the print, based on new time estimated logic.

Bug Fixes

  • Handle automatically disconnected printer when HA start up.

What's Changed

Full Changelog: 0.3.2...0.4.0

0.3.2

06 Mar 03:47
f6b35e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2