Closed Chreece closed 2 weeks ago
The 'print_error' key is 0 in the diagnostics
Hi
Since the update the printer error for me in home assistant stays as "problem" no matter what i do, i was using this in a automation to control led's over the printers so they turn red on a problem to highlight the printer but now they just turn red all the time. i think this is simular to the problem you have?
Yes there were some changes on the print_error handling but I'm not sure what is the problem
You can make some reverse changes to the custom_components/bambu_lab/pybambu/models.py:
line 1195, change to: self._error = None
line 1205, change to: errors = None
I'm not even sure if this is the right approach and why did @AdrianGarside change it to {} but for me it works...
That was just a mistake. I started changing thing to address a bug and then realized that the bug was elsewhere and failed to reverse those changes and they got missed alongside other changes to the file. Fix coming.
Fixed in v2.0.26
Describe the bug
Since the v2.0.25 version update. I don't have any errors showing on my display, the AMS errors are also clean. The binary sensor stays always on even after powering off/on the printer. Is it a coincidence?
FW: X1Plus 2.0
To Reproduce
Update to 2.0.25
Expected Behaviour
Since there are no errors on the printer should stay off
What device are you using?
X1C
Diagnostic Output