Hello everyone
Raspberry Pi 5 8GB +SSD 128GB + Raspberry Pi OS 64bits
I installed Pironman5 without any problem. The pironman5 command works with sudo :
pi@raspberrypi:~ $ sudo pironman5 restart
24/07/16 11:33:49.481 [DEBUG] Initializing OLED
24/07/16 11:33:49.568 [DEBUG] OLED initialized
24/07/16 11:33:49.568 [DEBUG] Update LED count: 4
24/07/16 11:33:49.569 [DEBUG] Update RGB enable: True
24/07/16 11:33:49.569 [DEBUG] Update RGB color: [0, 170, 187]
24/07/16 11:33:49.569 [DEBUG] Update RGB brightness: 75
24/07/16 11:33:49.569 [DEBUG] Update RGB speed: 50
24/07/16 11:33:49.569 [DEBUG] Update RGB style: solid
24/07/16 11:33:49.582 [DEBUG] WS2812 initialized
24/07/16 11:33:49.583 [DEBUG] FanControl init
24/07/16 11:33:49.584 [DEBUG] Init GPIO Fan with pin: 6
24/07/16 11:33:49.617 [DEBUG] Init PWM Fan
24/07/16 11:33:49.634 [DEBUG] Update LED count: 4
24/07/16 11:33:49.634 [DEBUG] Update RGB enable: True
24/07/16 11:33:49.634 [DEBUG] Update RGB color: [0, 170, 187]
24/07/16 11:33:49.634 [DEBUG] Update RGB brightness: 75
24/07/16 11:33:49.634 [DEBUG] Update RGB speed: 50
24/07/16 11:33:49.635 [DEBUG] Update RGB style: solid
24/07/16 11:33:49.768 [DEBUG] OLED Close
24/07/16 11:33:50.584 [DEBUG] WS2812 Stop
24/07/16 11:33:50.585 [DEBUG] FanControl closed
24/07/16 11:33:50.585 [INFO] PM Auto Stop
24/07/16 11:33:50.585 [INFO] Dashboard Server stopped
pi@raspberrypi:~ $
but when I run a command to turn off the LEDs or to change the colour, modify the operation of the fans, nothing happens even though the system does not return an error.
pi@raspberrypi:~ $ sudo pironman5 -re false
pi@raspberrypi:~ $ sudo pironman5 -rc ff0000
pi@raspberrypi:~ $ sudo pironman5 -rc 00aabb
pi@raspberrypi:~ $
nothing happens…
Modifications from the web dashboard work perfectly.
Does anyone have any ideas?