You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i don't understand why my printer's data isn't showing up; I've installed both the prism-bambu and ha-bambulab packages, and I've also added my printer's ID to the YAML file. But all I see are the default values, which are always the same and don't change. Basically a static image? Am I doing something wrong? Is this YAML code sufficient if the data inside is filled in correctly? I’d really appreciate some help—you’ve built a really nice dashboard there.
**- type: custom:prism-bambu
printer: <device_id> # Bambu Lab printer device
ams_device: <ams_device_id> # Optional: AMS device (if multiple AMS present)
name: Bambu Lab Printer
camera_entity: camera.x1c_1_kamera # Optional: Camera Entity
camera_live_stream: true # Optional: Enable live camera stream
show_cover_image: true # Optional: Show 3D model preview with build-up effect
cover_image_entity: image.x1c_1_titelbild # Optional: Entity for 3D model preview
image: /local/custom-components/images/prism-bambu-pic.png # Optional: .png or .jpg
enable_notifications: true
notification_target:
device_id:
<device_id_1> # First mobile device
<device_id_2> # Second mobile device
<device_id_3> # Third mobile device
notify_on_complete: true
notify_on_pause: true
notify_on_failed: true
notify_on_filament_change: true**
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi i don't understand why my printer's data isn't showing up; I've installed both the prism-bambu and ha-bambulab packages, and I've also added my printer's ID to the YAML file. But all I see are the default values, which are always the same and don't change. Basically a static image? Am I doing something wrong? Is this YAML code sufficient if the data inside is filled in correctly? I’d really appreciate some help—you’ve built a really nice dashboard there.
**- type: custom:prism-bambu
printer: <device_id> # Bambu Lab printer device
ams_device: <ams_device_id> # Optional: AMS device (if multiple AMS present)
name: Bambu Lab Printer
camera_entity: camera.x1c_1_kamera # Optional: Camera Entity
camera_live_stream: true # Optional: Enable live camera stream
show_cover_image: true # Optional: Show 3D model preview with build-up effect
cover_image_entity: image.x1c_1_titelbild # Optional: Entity for 3D model preview
image: /local/custom-components/images/prism-bambu-pic.png # Optional: .png or .jpg
enable_notifications: true
notification_target:
device_id:
notify_on_complete: true
notify_on_pause: true
notify_on_failed: true
notify_on_filament_change: true**
All reactions