Skip to content

Releases: greghesp/ha-bambulab

Fix stability issue with newer home assistant versions

16 Apr 16:10
4bcb61f
Compare
Choose a tag to compare

What's Changed

  • added source_url to allow the blueprint to be updated when/if changes… by @dreed47 in #474
  • Fix threading bug causing severe instability for some folk with newer home assistant versions.

Full Changelog: v2.0.15...v2.0.16

Various small updates and fixes.

22 Feb 17:01
e72e343
Compare
Choose a tag to compare

What's Changed

  • [feat] Update subtask_name and gcode_file icons based on the files origin by @ZeldoKavira in #463
  • Make manual refresh mode persistent by @AdrianGarside in #464
  • Add ams weight data to weight sensor by @AdrianGarside in #470
  • Add ams length data to length sensor
  • [feat] Add Print Type entity by @ZeldoKavira in #465
  • Various fixes to improve accuracy of tracked total usage hours

New Contributors

Full Changelog: v2.0.14...v2.0.15

Better handling of offline/unreachable printer from chamber image thread.

21 Jan 23:58
00cd21f
Compare
Choose a tag to compare

Now report unreachable host as debug logging instead of error logging. And all outer exceptions now respect the max 12 attempt limit before giving up.

Experimental: Add A1 prompt sound control switch

21 Jan 00:55
Compare
Choose a tag to compare

Experimental: Add A1 prompt sound control switch

Fix reconnect if printer connection drops + fix manual refresh mode

20 Jan 03:49
b09062f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.12...v2.0.13

Fix repetitive exception when HMS errors are active.

19 Jan 03:51
acb3c98
Compare
Choose a tag to compare

What's Changed

  • Fixed typo and some Markdown formatting changes by @fmeus in #436
  • Updated list of build plates by @fmeus in #440
  • Fix repetitive exception when HMS error(s) are active.
  • Tentative fix for incorrectly adding > 24 hours to total usage shortly after print start + extra logging to help prove fix or better identify root cause.

Full Changelog: v2.0.11...v2.0.12

Add new total usage hours sensor

15 Jan 23:31
481391f
Compare
Choose a tag to compare

Adds a new sensor that tracks usage hours of the printer. The sensor starting value can be set during initial setup or later by the configuration flow to reset it for an already configured printer or to adjust its value if/when it has drifted over time vs what the printer says.

What's Changed

Full Changelog: v2.0.10...v2.0.11

Fully fix A1 Mini missing Chamber Image

12 Jan 09:01
5ebfa48
Compare
Choose a tag to compare
Merge pull request #426 from greghesp/develop

Fix release notes and version

Fix printer power off/on when connect to bambu cloud mqtt

10 Jan 09:12
d9e20ea
Compare
Choose a tag to compare

We did not restart the chamber image thread.

Fix missing chamber image camera on A1 Mini

10 Jan 04:57
0a0f0fe
Compare
Choose a tag to compare

The changes to detect the printer model type automatically led to a mismatched case sensitive string comparison causing features that should be enabled for the A1 Mini not to be.

What's Changed

New Contributors

Full Changelog: v2.0.7...v2.0.8