Replies: 3 comments 3 replies
-
|
I have done some testing, but I can't switch the speed per HA itself. None of the settings on the device page are working. I will try a complete remove and new configuration. |
Beta Was this translation helpful? Give feedback.
-
|
" but I can't switch the speed per HA itself. " - you're probably falling foul of bambu's anti-competitor lock down of the printers. Their first attempt was for the P1 series to break the 3rd party lcd screen addon - a cloud connected printer will fail all local mqtt commands. When that wasn't sufficient to fully break that screen they added mqtt encryption and the only way to turn that off an allow this integration to control the printer is to switch it to developer lan mode. |
Beta Was this translation helpful? Give feedback.
-
|
You need to be in developer lan mode to get past Bambus block. Lan mode alone is not sufficient. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I have created an automation, based on the layers of printing to set the speed. So when the layer get over zero 0, speed gets set to silent, if the layer is over 10 it get set to normal or fast or so. The layer change is registered and the automation is triggerd, but does not change the printing speed.
trace automation.bambu_schichten 2025-10-29T15_37_53.875711+00_00.json
The automation has worked with 2.1.x and does not with 2.2.x. Sadly I don't know the latest version.
Any ideas who I can find the problem?
`
alias: Bambu_Schichten
description: ""
triggers:
entity_id:
above: 0
id: "1"
entity_id:
above: 10
id: "20"
entity_id:
above: 35
id: "35"
conditions: []
actions:
id:
then:
domain: select
entity_id: 4387d9bf94ed317756d726c5d7bb6317
type: select_option
option: silent
alias: speed zu leise
alias: Leise
if:
id:
then:
device_id: dd3b01bbe8670e6cf10a217840757a43
domain: select
entity_id: 4387d9bf94ed317756d726c5d7bb6317
type: select_option
option: standard
if:
id:
then:
device_id: dd3b01bbe8670e6cf10a217840757a43
domain: select
entity_id: 4387d9bf94ed317756d726c5d7bb6317
type: select_option
option: sport
enabled: false
mode: single
`
The file includes the automation trace. Printer is a Bambulab A1 with AMS lite.
thanks Micha
Beta Was this translation helpful? Give feedback.
All reactions