Printer keeps showing offline in home assistant. No model picture is showing. Started 15/10/24.
Following is present in logs
Error doing job: Exception in callback BambuDataUpdateCoordinator.event_handler_internal('event_print_error') (None)
Traceback (most recent call last):
File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/config/custom_components/bambu_lab/coordinator.py", line 109, in event_handler_internal
self._update_print_error()
File "/config/custom_components/bambu_lab/coordinator.py", line 194, in _update_print_error
if 'Code' in device.print_error.errors:
^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'PrintErrorList' object has no attribute 'errors'. Did you mean: 'error'?
I have deleted and readded, still same issue. I have added an IP address.
Describe the bug
Printer keeps showing offline in home assistant. No model picture is showing. Started 15/10/24. Following is present in logs Error doing job: Exception in callback BambuDataUpdateCoordinator.event_handler_internal('event_print_error') (None) Traceback (most recent call last): File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/config/custom_components/bambu_lab/coordinator.py", line 109, in event_handler_internal self._update_print_error() File "/config/custom_components/bambu_lab/coordinator.py", line 194, in _update_print_error if 'Code' in device.print_error.errors: ^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'PrintErrorList' object has no attribute 'errors'. Did you mean: 'error'?
I have deleted and readded, still same issue. I have added an IP address.
To Reproduce
Unknown
Expected Behaviour
Printer stays online
What device are you using?
P1S
Diagnostic Output
Log Extracts
Other Information
No response