Closed nzrutman closed 4 weeks ago
Turned on higher debug level:
024-09-09 18:48:14.977 INFO (MainThread) [homeassistant.components.camera] Setting up bambu_lab.camera
2024-09-09 18:48:14.978 DEBUG (MainThread) [custom_components.bambu_lab] CAMERA::async_setup_entry
2024-09-09 18:48:14.978 DEBUG (MainThread) [custom_components.bambu_lab] FAN::async_setup_entry
...
2024-09-09 18:48:14.984 DEBUG (MainThread) [custom_components.bambu_lab] FAN::async_setup_entry DONE
2024-09-09 18:48:14.990 DEBUG (MainThread) [custom_components.bambu_lab] IMAGE::async_setup_entry
2024-09-09 18:48:14.992 DEBUG (MainThread) [custom_components.bambu_lab] SELECT::async_setup_entry
2024-09-09 18:48:15.035 DEBUG (MainThread) [custom_components.bambu_lab] SWITCH::async_setup_entry
2024-09-09 18:48:15.035 DEBUG (MainThread) [custom_components.bambu_lab] async_setup_entry Complete
2024-09-09 18:48:15.036 DEBUG (MainThread) [custom_components.bambu_lab] Starting MQTT
2024-09-09 18:48:15.168 DEBUG (MainThread) [custom_components.bambu_lab] Starting listen()
2024-09-09 18:48:15.187 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to load_default_certs with args (<ssl.SSLContext object at 0x7f49888e50>,) inside the event loop by custom integration 'bambu_lab' at custom_components/bambu_lab/pybambu/bambu_client.py, line 332: self.client.tls_set(tls_version=ssl.PROTOCOL_TLS, cert_reqs=ssl.CERT_NONE) (offender: /usr/local/lib/python3.12/site-packages/paho/mqtt/client.py, line 806: context.load_default_certs()), please create a bug report at https://github.com/greghesp/ha-bambulab/issues
...
2024-09-09 18:48:15.223 DEBUG (MainThread) [custom_components.bambu_lab.pybambu] Starting MQTT listener thread
2024-09-09 18:48:15.224 INFO (UNKNOWN-Mqtt-67) [custom_components.bambu_lab.pybambu] MQTT listener thread started.
...
2024-09-09 18:48:16.493 DEBUG (UNKNOWN-Mqtt-67) [custom_components.bambu_lab.pybambu] Starting watchdog thread
2024-09-09 18:48:16.516 INFO (UNKNOWN-Watchdog-175) [custom_components.bambu_lab.pybambu] Watchdog thread started.
2024-09-09 18:48:16.646 DEBUG (UNKNOWN-Mqtt-67) [custom_components.bambu_lab.pybambu] Got Version Data
2024-09-09 18:48:16.647 DEBUG (UNKNOWN-Mqtt-67) [custom_components.bambu_lab.pybambu] UNKNOWN DEVICE: hw_ver='AP07' / project_name='N1'
2024-09-09 18:48:16.647 DEBUG (UNKNOWN-Mqtt-67) [custom_components.bambu_lab.pybambu] Device is UNKNOWN
2024-09-09 18:48:16.653 DEBUG (UNKNOWN-Mqtt-67) [custom_components.bambu_lab.pybambu] UNKNOWN DEVICE: hw_ver='AP07' / project_name='N1'
Nothing much else of interest that I see.
I do not see the expected LOGGER.debug("Starting Chamber Image thread")
self.info.device_type == UNKNOWN explains missing Features.CAMERA_IMAGE
Fixed in latest dev release.
Describe the bug
Device is discovered as "UNKNOWN". All sensors are labelled as ".unknown_..."
All sensors except camera/image seem to be present and working.
To Reproduce
Expected Behaviour
Printer would be detected as A1 Mini, sensors would be named something like ".a1mini_..." (Note I'm just assuming here -- maybe all printers are discovered as "UNKNOWN".)
Camera/image would be available/shown on integration page.
What device are you using?
A1 Mini
Diagnostic Output
Log Extracts
Other Information
No response