-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
[Bug]: Neopixel Ring not working correctly #202
Comments
Please, upload the |
plugin_ws281x_led_status_debug.log I enabled debug logging at [2022-11-07 17:53:09,982] |
Any update on this issue? |
Really sorry this issue was missed - I have had a couple that went missing that it seems I wasn't notified about. The good news is that I can see the issue exactly as you described from reading the log files, the plugin is switching the lights on/off but there is no effect running at that moment point in time so nothing is being displayed by the looks of it.
This is because you have all the effects disabled except for the 'Pause' effect. There is nothing to run on the script, so it doesn't do anything. Once the printer has paused and this effect is triggered, I would expect that the on/off toggle would work effectively. Does that make sense? There is a high chance that there could be some actual bugs when disabling a lot of effects, as the code logic that processes this is not that good. I intend to rewrite it at some point to be more robust - issues #204, #199, #195 are all related to this idea. Again, sorry for the really really long delay in replying, I was very busy in November and then didn't manage to catch up on the notifications properly. I hope to be working on this plugin to add segment control & fix some of the bugs in the near future. |
Description of the bug
Device info: NeoPixel Ring - 16 x 5050 RGBW LEDs w/ Integrated Drivers - Cool White https://www.adafruit.com/product/2856
I have the above ring LED light connected directly to a Pi 4B, GPIO pin 10. WS281x_LED_Status can only use it correctly only if I use SK6812_STRIP_GRBW, when it should be WS2812_STRIP that is also GRBW, which is not available. Most other Strip Types do not work, only work for RBG or the color buttons light the wrong color LEDs.
The main issues is that the dashboard/top bar button does not work after every reboot, unless I go in the WS281x_LED_Status and press one of the Test light buttons.
Steps to reproduce
No response
What happened instead?
The dashboard bar button does not work after reboots.
Plugin version
0.8.1
OctoPrint version
1.8.6
(if relevant) OctoPi version
Version 0.18.0, running on Raspberry Pi 4 Model B Rev 1.4
Log Files & Screenshots
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: