Here's some debug logs of turning the light off:
dev:1692026-04-26 08:29:50.054 PM debug [BambuPrinter] System response: command=ledctrl, result=success
dev:1692026-04-26 08:29:50.053 PM debug [BambuPrinter] Payload: {"system":{"command":"ledctrl","interval_time":0,"led_mode":"off","led_node":"chamber_light","led_off_time":500,"led_on_time":500,"loop_times":0,"reason":"","result":"success","sequence_id":"30"}}
dev:1692026-04-26 08:29:50.052 PM debug [BambuPrinter] Message received on device/22E8BJ620200769/report
dev:1692026-04-26 08:29:50.012 PM info [BambuPrinter] Publishing to device/22E8BJ620200769/request: {"system":{"sequence_id":"30","command":"ledctrl","led_node":"chamber_light","led_mode":"off","led_on_time":500,"led_off_time":500,"loop_times":0,"interval_time":0}}
And here's what I see when I try to pause:
dev:1692026-04-26 08:32:26.117 PM debug [BambuPrinter] Payload: {"print":{"command":"pause","err_code":84033543,"is_from_mqtt":true,"param":"","reason":"mqtt message verify failed","result":"failed","sequence_id":"34","user_id":"0"}}
dev:1692026-04-26 08:32:26.116 PM debug [BambuPrinter] Message received on device/22E8BJ620200769/report
dev:1692026-04-26 08:32:26.080 PM info [BambuPrinter] Publishing to device/22E8BJ620200769/request: {"print":{"sequence_id":"34","command":"pause","param":"","user_id":"0"}}
I told Claude that you have problems with the lights, it thinks that there's a problem with the params in the lightOn and lightOff methods. Try making this change?
- loop_times: 0,
- interval_time: 0
+ loop_times: 1,
+ interval_time: 1000