-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Home Assistant Version
Installation method Home Assistant OS Core 2025.10.4 Supervisor 2025.11.2 Operating System 16.3 Frontend 20251001.4
Bambu Lab Integration Version
Version 2.2.12
Describe the bug
I get an error from the binary sensor on every single print near the start. Wondering if its the first layer scan...not sure where to find what exactly the error was as its not present on the printer assistant on the printer screen
alias: X1C error notifier
description: ""
triggers:
- device_id: redacted
domain: bambu_lab
type: event_print_error
trigger: device
- trigger: state
entity_id:
- binary_sensor.x1c_00m09d542800744_hms_errors
conditions: []
actions:
- device_id: redacted
domain: mobile_app
type: notify
title: X1C issue detected
message: >-
Bambu X1C Print Error -
{{states('binary_sensor.x1c_00m09d542800744_hms_errors') }}
data:
actions:
- action: URI
title: See possible solutions on Bambu Lab Wiki
uri: |
{{ state_attr('binary_sensor.x1c_hms_errors', '1-Wiki') }}
mode: single
To Reproduce
start any print on x1c look at binary sensor entity see error lasting 2 minutes that goes away
Expected Behaviour
No error reported
What device are you using?
X1C
Diagnostic Output
No response
Log Extracts
No response
Other Information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working