ha-bambulab

A Home Assistant Integration for Bambu Lab Printers

Stars
575
Committers
27

Bot releases are hidden (Show)

ha-bambulab - Fix syntax error redacting RTSP URL in logs. Latest Release

Published by AdrianGarside 6 months ago

What's Changed

  • Fix syntax error redacting RTSP URL in logs.

Full Changelog: https://github.com/greghesp/ha-bambulab/compare/v2.0.20...v2.0.21

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

Published by AdrianGarside 6 months ago

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: https://github.com/greghesp/ha-bambulab/compare/v2.0.19...v2.0.20

ha-bambulab - v2.0.19

Published by AdrianGarside 6 months ago

What's Changed

Fix a syntax error when polling fallback fires.

Full Changelog: https://github.com/greghesp/ha-bambulab/compare/v2.0.18...v2.0.19

ha-bambulab - v2.0.18

Published by AdrianGarside 6 months ago

What's Changed

Full Changelog: https://github.com/greghesp/ha-bambulab/compare/v2.0.17...v2.0.18

ha-bambulab - v2.0.17

Published by AdrianGarside 6 months ago

What's Changed

Full Changelog: https://github.com/greghesp/ha-bambulab/compare/v2.0.16...v2.0.17

ha-bambulab - Fix stability issue with newer home assistant versions

Published by AdrianGarside 6 months ago

What's Changed

Full Changelog: https://github.com/greghesp/ha-bambulab/compare/v2.0.15...v2.0.16

ha-bambulab - Fix main threading issue

Published by AdrianGarside 6 months ago

A threading issue was called out by HA core devs while investigating reports of automations stopping working with recent updates to the Core. The root cause was the threading issue. This fixes the main called out problem while I investigate if the single fix I made addresses all the threading concerns they called out.

ha-bambulab - Add some more logging around P1 camera image updates

Published by AdrianGarside 7 months ago

Add some extra logging around P1 camera data updates.
Explicitly copy the data when handing off to home assistant.

ha-bambulab - Add some more logging around HMS error list

Published by AdrianGarside 7 months ago

To see if this can prove this data is involved in the reported crashes.

ha-bambulab - v2.0.16-dev1

Published by AdrianGarside 7 months ago

Add HA shutdown detection to cleanly close the connections to the printer without errors before they get shutdown from under the integration.

ha-bambulab - Various small updates and fixes.

Published by AdrianGarside 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/greghesp/ha-bambulab/compare/v2.0.14...v2.0.15

ha-bambulab - Add AMS print lengths as extra attributes to print length sensor.

Published by AdrianGarside 8 months ago

Add AMS print lengths as extra attributes to print length sensor.

What's Changed

Full Changelog: https://github.com/greghesp/ha-bambulab/compare/v2.0.15-dev4...v2.0.15-dev5

ha-bambulab - Improve logging for usage hours

Published by AdrianGarside 9 months ago

Need to be able to work out which is for which of my printers more easily to track down mishandling of hours.

ha-bambulab - Usage hours fixes

Published by AdrianGarside 9 months ago

  • Fix to stop completed cloud prints being re-added to usage hours got orphaned in an A1 prototype feature branch. Adding it to main develop branch.
  • Fix missed usage hours paused at print end if the AMS fails to retract
ha-bambulab - Lost fix for usage hours

Published by AdrianGarside 9 months ago

Fix to stop completed cloud prints being re-added to usage hours got orphaned in an A1 prototype feature branch. Adding it to main develop branch.

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

Published by AdrianGarside 9 months ago

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.

ha-bambulab - Possible fix for errors during reconfiguration

Published by AdrianGarside 9 months ago

Possible fix for error during reconfiguration

ha-bambulab - Experimental: Add A1 prompt sound control switch

Published by AdrianGarside 9 months ago

Experimental: Add A1 prompt sound control switch

ha-bambulab - Fix reconnect if printer connection drops + fix manual refresh mode

Published by AdrianGarside 9 months ago

What's Changed

Full Changelog: https://github.com/greghesp/ha-bambulab/compare/v2.0.12...v2.0.13