-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LED integration #230
Comments
FWIW the Bambu plugin does this very well. |
For my Creality K1, the LED is exposed as a pin output and I can control it by adjusting the number similar how I do the fans. `light:
|
I also would like to vote for this one: it would be great if it could be treated as a light entity for the purposes of automation of the room and such! |
I use wled and an esp32. Tons of colors, and effects that can follow printer states. |
We're talking about the LEDs built into the printers, not adding extra ones. |
I got that, but I've yet to see factory lighting that was bright enough or configurable. Well I can turn mine off via a moonraker button entity, but that's it. |
I personally dont have these lights, so I would need someone with the hardware to develop it |
a simple esp32 + led strip and your are done https://randomnerdtutorials.com/esp32-esp8266-rgb-led-strip-web-server/ |
I'm not sure why people keep posting this - that's just not the request. The question isn't "how can I light up my 3d printer" it's "how do I control the built-in lights" |
easy : 1/ read the tuto and note you can controle the led by a simple url call but this is offtopic ;) |
I doubt your reply was in good faith, but let's assume it was: I should have added "via this integration". |
Hi all, I will be locking this conversation as it is unnecessarily heated. I understand the ask for supporting printer that have led built-in in the unit that are natively controlled by Moonraker. I, personally, don't have this type of printer, so I can't develop this feature. But if someone has it and wants to develop it, please do so and open a pr. You can also join us on our Slack channel |
I would love for the LED lights in my printer to be accessible from Home Assistant.
For now, you can control the lights to an extent using macros, but Home Assistant is so good at controlling lights, so a native integration would be much better.
Any lights in the config should be exposed to HA as a typical Light bulb. That way, you can match the colors with the other lights in your room, control them with Siri through HomeKit etc. As with anything HA, your imagination is the limit…
The text was updated successfully, but these errors were encountered: