Skip to content

[Bug] <X1C error near start of every print> #1698

@dasb00ter

Description

@dasb00ter

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

Image
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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions