Skip to content

Releases: greghesp/ha-bambulab

Re-enable custom filament loading

23 Oct 16:03
be9aa28
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v2.0.24...v2.0.25-dev1

Disable custom filament retrieval as it's hitting access denied error.

23 Oct 07:15
20a2d0a
Compare
Choose a tag to compare

A change on the Bambu side has caused the API we call to retrieve slicer settings (that includes the custom filament details) to consistently fail with access denied (403). This error is not handled gracefully and takes down the integration. Until/if we can resolve this that code has been disabled.

Update to fix recent connection issues.

22 Oct 21:01
147e69c
Compare
Choose a tag to compare

Major changes in this update are:

  • An update to the minimum Home Assistant version to 2024.8.1. This was required to address warnings and errors the newer version of home assistant was flagging against the integration as the required fixes also needed the newer version.
  • A CRITICAL fix from @TheDuffman85 for the connection issues that started in the last 24-48 hours since CloudFlare protection was added to the Bambu sites requiring that HTTP 2.0 be used. Many thanks for his rapid diagnosis and fix for the blocking problem for so many folk.
  • A long-requested fix to make the A1/P1 'camera' images an actual camera. Many thanks to @jawilson for working out how to do this after I failed. NOTE THIS IS A BREAKING CHANGE FOR DASHBOARDS. The image entity is gone and the camera entity replaces it. I found that in order to continue to show 'live' video in my dashboard inside a Picture-Elements, I had to apply a workaround to contain the camera image instead a custom layout card as picture-elements didn't natively support the camera card. It hear it will also be a breaking change for anyone that has fed the images into a spaghetti detection plugin - I don't do that myself so I can't comment on what the necessary fix would be for that case.
     

What's Changed

New Contributors

Full Changelog: v2.0.22...v2.0.23

v2.0.22

22 Aug 03:36
ef42cad
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.11...v2.0.22

Fix syntax error redacting RTSP URL in logs.

27 Apr 18:53
a92d167
Compare
Choose a tag to compare

What's Changed

  • Fix syntax error redacting RTSP URL in logs.

Full Changelog: v2.0.20...v2.0.21

Fix start/end times on X1 printers due to removal change in latest firmware

25 Apr 03:55
197803c
Compare
Choose a tag to compare

What's Changed

  • Redact RTSP URL in debug logs.
  • Fix missing start/end time for X1 printers.
  • Add Bambu PLA Galaxy filament - thanks @meishild
  • Improve README for X1 camera notes - thanks @tubalainen

Full Changelog: v2.0.19...v2.0.20

v2.0.19

24 Apr 05:06
8d681e4
Compare
Choose a tag to compare

What's Changed

Fix a syntax error when polling fallback fires.

Full Changelog: v2.0.18...v2.0.19

v2.0.18

20 Apr 17:37
e1676d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.17...v2.0.18

v2.0.17

20 Apr 16:12
f65b08e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.16...v2.0.17

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