Closed KiLLie2k closed 3 years ago
Hi @KiLLie2k,
It looks like there is some information missing from this issue that is required to process it:
Please read this guide, especially the troubleshooting section.
If you have read this guide, please tick the box in your issue next to 'I have read the Get Help Guide'
* [x] I have read the Get Help Guide
If you didn't mean to ask for help, please make sure you used the right template - bugs and requests should have [Bug]
and [Request]
respectively in the title.
I'm just a bot 🤖, not a human being, so don't expect any replies from me :) Your ticket is read by humans too, I'm just not one of them.
Based on conversation on the OctoPrint discord, this is solved for now. Feel free to get back in contact if anything else goes wrong!
What do you need help with? Sorry to bother everyone here, but I have spent hours trying to figure out why GPIO10 might not be working to no avail and im pulling my hair out here. I have used rpi_ws281x on GPIO18 and my LEDS perform all the tests with flying colors. but even with rpi_ws281x I cannot get GPIO10 to do anything? I've checked the voltage of the pin and is seems to always have .3 volts on it and when trying to enable lights with it nothing changes, it is possible something else is using gpio10? in the logs from your plugin even with debugging enabled it shows nothing wrong, just on and off without errors.. I know this isn't related to your plugin but can you even point me in a somewhat of a direction on what to research to figure this out? I really don't want to force octopi to run as an admin to get some damned LEDS on my printer lol.
-->
Log files
Here are my log files:
octoprint.log
: -05-05 23:06:39,792 - octoprint.plugins.ws281x_led_status - INFO - Turning lights on 2021-05-05 23:06:42,329 - octoprint.plugins.ws281x_led_status - INFO - Turning light off 2021-05-05 23:06:45,036 - octoprint.plugins.ws281x_led_status - INFO - Turning lights on 2021-05-05 23:06:46,152 - octoprint.plugins.ws281x_led_status - INFO - Turning light off 2021-05-05 23:06:46,640 - octoprint.plugins.ws281x_led_status - INFO - Turning lights on 2021-05-05 23:06:47,047 - octoprint.plugins.ws281x_led_status - INFO - Turning light off 2021-05-05 23:06:56,233 - octoprint.plugins.camerasettings - INFO - Excluding camera bcm2835-isp-capture0 based on ^bcm2835-isp-\w+$ 2021-05-05 23:06:56,234 - octoprint.plugins.camerasettings - INFO - Excluding camera bcm2835-codec-isp based on ^bcm2835-codec-\w+$ 2021-05-05 23:06:56,269 - octoprint.plugins.camerasettings - INFO - Excluding camera bcm2835-codec-decode based on ^bcm2835-codec-\w+$ 2021-05-05 23:06:56,271 - octoprint.plugins.camerasettings - INFO - Excluding camera bcm2835-isp-capture1 based on ^bcm2835-isp-\w+$ 2021-05-05 23:06:56,272 - octoprint.plugins.camerasettings - INFO - Excluding camera bcm2835-isp-output0 based on ^bcm2835-isp-\w+$ 2021-05-05 23:06:56,273 - octoprint.plugins.camerasettings - INFO - Excluding camera bcm2835-codec-encode based on ^bcm2835-codec-\w+$ 2021-05-05 23:06:56,314 - octoprint.plugins.camerasettings - INFO - Excluding camera bcm2835-isp-stats2 based on ^bcm2835-isp-\w+$ 2021-05-05 23:07:05,709 - octoprint.plugins.ws281x_led_status - INFO - WS281x LED Status runner stopped 2021-05-05 23:07:05,710 - octoprint.plugins.ws281x_led_status - INFO - WS281x LED Status runner stopped 2021-05-05 23:07:05,737 - octoprint.plugins.ws281x_led_status - INFO - WS281x LED Status runner started 2021-05-05 23:07:09,128 - octoprint.plugins.ws281x_led_status - INFO - Turning lights onplugin_ws281x_led_status_debug.log
: [2021-05-05 23:11:44,303] INFO: Initialising LED strip [2021-05-05 23:11:44,306] INFO: Strip successfully initialised [2021-05-05 23:11:44,310] DEBUG: Current settings: | STRIP SETTINGS | - count: 300 | - pin: 10 | - freq_hz: 800000 | - dma: 10 | - invert: False | - channel: 0 | - reverse: False | - type: WS2812_STRIP | - brightness: 100 | - adjustment: {'R': 100, 'G': 100, 'B': 100} | - white_override: False | - white_brightness: 50 | EFFECT SETTINGS | startup | - enabled: True | - effect: Color Wipe | - color: #00ff00 | - delay: 75 | idle | - enabled: True | - effect: Color Wipe 2 | - color: #00ff00 | - delay: 75 | - timeout: 0 | disconnected | - enabled: True | - effect: Rainbow Cycle | - color: #000000 | - delay: 25 | failed | - enabled: True | - effect: Pulse | - color: #ff0000 | - delay: 10 | success | - enabled: True | - effect: Rainbow | - color: #000000 | - delay: 25 | - return_to_idle: 0 | paused | - enabled: True | - effect: Bounce | - color: #0000ff | - delay: 40 | printing | - enabled: False | - effect: Solid Color | - color: #ffffff | - delay: 1 | torch | - enabled: True | - effect: Solid Color | - color: #ffffff | - delay: 1 | - toggle: False | - timer: 15 | - auto_on_webcam: True | progress_print | - enabled: True | - base: #000000 | - color: #00ff00 | - effect: Progress Bar | progress_heatup | - enabled: True | - base: #0000ff | - color: #ff0000 | - tool_enabled: True | - bed_enabled: True | - tool_key: 0 | - effect: Progress Bar | progress_cooling | - enabled: True | - base: #0000ff | - color: #ff0000 | - bed_or_tool: tool | - threshold: 40 | - effect: Progress Bar | ACTIVE TIMES | - enabled: False | - start: 09:00 | - end: 21:00 [2021-05-05 23:11:44,311] DEBUG: Parsed new M150: M150 R255 G255 B255 (brightness: 255 [2021-05-05 23:11:44,350] INFO: Off message received, turning off LEDs (fade: True) [2021-05-05 23:11:47,727] INFO: On message received, turning on LEDs to M150 [2021-05-05 23:11:48,858] INFO: Off message received, turning off LEDs (fade: True) [2021-05-05 23:13:15,127] INFO: On message received, turning on LEDs to M150 [2021-05-05 23:13:18,029] INFO: Off message received, turning off LEDs (fade: True) [2021-05-05 23:14:05,228] INFO: Kill message recieved, all effects stopped. Bye! [2021-05-05 23:14:05,315] INFO: Initialising LED strip [2021-05-05 23:14:05,317] INFO: Strip successfully initialised [2021-05-05 23:14:05,321] DEBUG: Current settings: | STRIP SETTINGS | - count: 300 | - pin: 10 | - freq_hz: 800000 | - dma: 10 | - invert: False | - channel: 0 | - reverse: False | - type: SK6812_STRIP | - brightness: 100 | - adjustment: {'R': 100, 'G': 100, 'B': 100} | - white_override: False | - white_brightness: 50 | EFFECT SETTINGS | startup | - enabled: True | - effect: Color Wipe | - color: #00ff00 | - delay: 75 | idle | - enabled: True | - effect: Color Wipe 2 | - color: #00ff00 | - delay: 75 | - timeout: 0 | disconnected | - enabled: True | - effect: Rainbow Cycle | - color: #000000 | - delay: 25 | failed | - enabled: True | - effect: Pulse | - color: #ff0000 | - delay: 10 | success | - enabled: True | - effect: Rainbow | - color: #000000 | - delay: 25 | - return_to_idle: 0 | paused | - enabled: True | - effect: Bounce | - color: #0000ff | - delay: 40 | printing | - enabled: False | - effect: Solid Color | - color: #ffffff | - delay: 1 | torch | - enabled: True | - effect: Solid Color | - color: #ffffff | - delay: 1 | - toggle: False | - timer: 15 | - auto_on_webcam: True | progress_print | - enabled: True | - base: #000000 | - color: #00ff00 | - effect: Progress Bar | progress_heatup | - enabled: True | - base: #0000ff | - color: #ff0000 | - tool_enabled: True | - bed_enabled: True | - tool_key: 0 | - effect: Progress Bar | progress_cooling | - enabled: True | - base: #0000ff | - color: #ff0000 | - bed_or_tool: tool | - threshold: 40 | - effect: Progress Bar | ACTIVE TIMES | - enabled: False | - start: 09:00 | - end: 21:00 [2021-05-05 23:14:05,323] DEBUG: Parsed new M150: M150 R255 G255 B255 (brightness: 255 [2021-05-05 23:14:05,361] INFO: Off message received, turning off LEDs (fade: True) [2021-05-05 23:14:08,725] INFO: On message received, turning on LEDs to M150 [2021-05-05 23:14:11,888] INFO: Off message received, turning off LEDs (fade: True) [2021-05-05 23:14:40,681] INFO: Kill message recieved, all effects stopped. Bye! [2021-05-05 23:14:40,781] INFO: Initialising LED strip [2021-05-05 23:14:40,783] INFO: Strip successfully initialised [2021-05-05 23:14:40,786] DEBUG: Current settings: | STRIP SETTINGS | - count: 300 | - pin: 10 | - freq_hz: 800000 | - dma: 10 | - invert: False | - channel: 0 | - reverse: False | - type: WS2811_STRIP_GRB | - brightness: 100 | - adjustment: {'R': 100, 'G': 100, 'B': 100} | - white_override: False | - white_brightness: 50 | EFFECT SETTINGS | startup | - enabled: True | - effect: Color Wipe | - color: #00ff00 | - delay: 75 | idle | - enabled: True | - effect: Color Wipe 2 | - color: #00ff00 | - delay: 75 | - timeout: 0 | disconnected | - enabled: True | - effect: Rainbow Cycle | - color: #000000 | - delay: 25 | failed | - enabled: True | - effect: Pulse | - color: #ff0000 | - delay: 10 | success | - enabled: True | - effect: Rainbow | - color: #000000 | - delay: 25 | - return_to_idle: 0 | paused | - enabled: True | - effect: Bounce | - color: #0000ff | - delay: 40 | printing | - enabled: False | - effect: Solid Color | - color: #ffffff | - delay: 1 | torch | - enabled: True | - effect: Solid Color | - color: #ffffff | - delay: 1 | - toggle: False | - timer: 15 | - auto_on_webcam: True | progress_print | - enabled: True | - base: #000000 | - color: #00ff00 | - effect: Progress Bar | progress_heatup | - enabled: True | - base: #0000ff | - color: #ff0000 | - tool_enabled: True | - bed_enabled: True | - tool_key: 0 | - effect: Progress Bar | progress_cooling | - enabled: True | - base: #0000ff | - color: #ff0000 | - bed_or_tool: tool | - threshold: 40 | - effect: Progress Bar | ACTIVE TIMES | - enabled: False | - start: 09:00 | - end: 21:00 [2021-05-05 23:14:40,786] DEBUG: Parsed new M150: M150 R255 G255 B255 (brightness: 255 [2021-05-05 23:14:40,823] INFO: Off message received, turning off LEDs (fade: True) [2021-05-05 23:14:44,451] INFO: On message received, turning on LEDs to M150 [2021-05-05 23:14:47,201] INFO: Off message received, turning off LEDs (fade: True) [2021-05-05 23:21:18,441] INFO: On message received, turning on LEDs to M150 [2021-05-05 23:21:20,863] INFO: Off message received, turning off LEDs (fade: True) [2021-05-05 23:21:21,533] INFO: On message received, turning on LEDs to M150 [2021-05-05 23:21:22,375] INFO: Off message received, turning off LEDs (fade: True) [2021-05-05 23:21:36,165] DEBUG: Parsed new M150: M150 R0 G0 B255 (brightness: 255 [2021-05-05 23:21:37,424] DEBUG: Parsed new M150: M150 R0 G255 B0 (brightness: 255 [2021-05-05 23:21:38,158] DEBUG: Parsed new M150: M150 R255 G0 B0 (brightness: 255 [2021-05-05 23:27:12,593] DEBUG: Changing effect to disconnectedhttps://cp2004.gitbook.io/ws281x-led-status/guides/get-help-guide