Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
The documentation for WS281x LED Status!
sudo adduser pi gpiohttps://github.com/cp2004/OctoPrint-WS281x_LED_Status/releases/latest/download/release.zipUsing OctoPrint in a docker container? You need to do some slightly different config.
volumes:
- octoprint:/octoprint
- /boot/config.txt:/boot/config.txt
- /boot/cmdline.txt:/boot/cmdline.txtprivileged: trueThere are common defaults set in the plugin, here is an explanation of those you should change to match your setup.
The plugin reacts to a number of @ commands, this will tell you the details.
Describes how to use the torch effect to simulate a flash for OctoLapse.
@WS_LIGHTSON
@WS_TORCH_ON@WS_TORCH_OFF
@WS_LIGHTOFF; (Optional) Turn the lights off afterwardsNeed help using the plugin? Read this page first.


Detailed descriptions of the LED Strip Configuration dialog.
http://octopi.local/api/plugin/ws281x_led_status{
"lights_on": false,
"
WS281x LED Status will intercept M150 commands to control the LEDs.
{
"lights_on": false,
"torch_on": false
}
M150 R255 G255 # Sets LEDs to yellow
M150 G238 B255 # Sets to light-ish blue
M150 W100 # Sets to white, at 100 intensity
M150 R255 P200 # Sets LEDs to red, at 200 brightness





This page aims to list common problems people have with the plugin. Please read it before opening issues.
ws2811_init failed with code -13 (Unable to initialize SPI)



