Light Turns on when you send print doesn't turn off

Is a firmware related problem something that can be fixed by BBL if BBL wants it fixed?

Chiming in here that I noticed this behavior as well. I couldn’t find a way to change the behavior on the printer itself, so I just set up a Home Assistant automation to handle it. Shouldn’t be necessary, but relatively easy to implement and does the trick:

1 Like

I was here to say this but you beat me to it :smile:
I did it a bit differently tought.
As trigger I put :

  • If p1 change to any state
  • every 30 minutes
    As condition I used :
  • If p1 is stopped
    And as trigger of course :
  • P1’s Light turn off

The never-ending beauty of Home Assistant is how it provides so many options for solving problems in the way that works best for you!

2 Likes