-
Notifications
You must be signed in to change notification settings - Fork 2
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
[FR]: software button on GUI? #9
Comments
If I understand correctly, the issue regarding light controls on the Octoprint GUI has resolved itself? Regarding the automated control of the light values; Currently this plugin only supports As this LightControls plugin exposes some form of API that could be used to set the light values using the scripting part of the OctoLapse plugin. As you indicate you're not a programmer however, this could be quite a cumbersome task. Let me know if you're able to get this implemented based on API calls to this plugin. If not, I could probably add some custom @-commands to this plugin that would make it easier for e.g. Octolapse to control the light values. It's been a while since I've worked on this plugin though, and I'm not actively using it anymore so it could be some time before I could get changes implemented. |
Hi, |
I'm not 3D printing that much anymore these days and currently run Octoprint containerized on a mini pc that also runs HomeAssistant, which I've used to automate a different set of lights around my printer. Its not as integrated with Octoprint anymore, but usable enough and easier to maintain all (smart-) devices through HomeAssistant for me. |
I've had some time to look at other plugins that parse As I'm no longer actively using this plugin myself I've not been able to fully test these changes, other than in a simulated environment. The changes are currently released as a Release Candidate / pre-release. Could you check out these changes by switching release channels to The use of these newly added commands are documented here. |
Some small first tests by sending the @LightControl commands manually work perfectly. Tnx so much for the work! |
This issue has been automatically marked as stale because it has not had activity in 31 days. It will be closed if no further activity occurs in 14 days. |
No issues found since RC. |
Hi, first of all thanks for the work performed with regards to hardware PWM for the RPI.
I have a 12V ledstrip controlled with a pwm module that wasn't very usefull due to the flickering of the software pwm signal on the RPI 3b. This should make it much more useful.
I was wondering how I could use it with someting like a software button in the GUI to turn on/off the light. And another question, how could I use this together with octolapse to turn on full brightness for the camera snapshot and revert to lower brightness in between.
I am not a developer myself, and haven't yet unraveled how I could have octolapse control the LED's via lightcontrols so that the hardware PWM is used.
I don't think currently it is able to listen to gcode commands that could be used to control the PWM signal? That might also be a nice feature request for the future.
Tnx!
*Edit
OK, nevermind the software button question.. I guess my octoprint wasn't reloaded properly because i do see a lights section in the control tab.
The text was updated successfully, but these errors were encountered: