I want to use this plugin, but I'm unable to figure out why I'm not able to get anything working on my rpi4B. I'm using Neopixels WS2812B and I'm able to get strandtest.py working when using pin 18 (GPIO 24). When I try to use 18 on the plugin, it doesn't work. If I try to use 19 as the instructions say, I get an error in side strandtest.py saying "Gpio19 is illegal for LED channel 0".
Logging file is attached, but I'm getting "Selected GPIO not possible" and "failed with code -5 (mmap() failed)".
Maybe an enhancement request - I'm confused as to whether I should be putting in the GPIO number or the pin number in the settings. I've tried both and neither work. I know the RPI is seeing the strip as the test works beautifully. That gives me hope I can overcome this problem. Please assist!
[2021-07-23 23:19:30,231] INFO: Initialising LED strip
[2021-07-23 23:19:30,234] INFO: Strip successfully initialised
[2021-07-23 23:19:30,235] INFO: Debug logging not enabled, if you are reporting issues please enable it under 'Features' in the settings page.
[2021-07-23 23:19:30,242] INFO: On message received, turning on LEDs to idle
[2021-07-23 23:19:30,397] INFO: On message received, turning on LEDs to idle
[2021-07-23 23:19:58,220] INFO: Kill message recieved, all effects stopped. Bye!
[2021-07-23 23:19:58,293] INFO: Initialising LED strip
[2021-07-23 23:19:58,295] ERROR: RuntimeError('ws2811_init failed with code -11 (Selected GPIO not possible)',)
[2021-07-23 23:19:58,296] ERROR: Strip failed to initialize, no effects will be run.
[2021-07-23 23:19:58,296] INFO: No strip initialised, exiting the effect process.
[2021-07-23 23:22:46,629] INFO: Initialising LED strip
[2021-07-23 23:22:46,632] ERROR: RuntimeError('ws2811_init failed with code -11 (Selected GPIO not possible)',)
[2021-07-23 23:22:46,633] ERROR: Strip failed to initialize, no effects will be run.
[2021-07-23 23:22:46,633] INFO: No strip initialised, exiting the effect process.
[2021-07-23 23:23:26,932] INFO: Initialising LED strip
[2021-07-23 23:23:26,935] ERROR: RuntimeError('ws2811_init failed with code -5 (mmap() failed)',)
[2021-07-23 23:23:26,936] ERROR: Strip failed to initialize, no effects will be run.
[2021-07-23 23:23:26,936] INFO: No strip initialised, exiting the effect process.
[2021-07-23 23:32:57,781] INFO: Initialising LED strip
[2021-07-23 23:32:57,788] ERROR: RuntimeError('ws2811_init failed with code -5 (mmap() failed)',)
[2021-07-23 23:32:57,788] ERROR: Strip failed to initialize, no effects will be run.
[2021-07-23 23:32:57,789] INFO: No strip initialised, exiting the effect process.