Hey everyone,
I’ve been running Hyperion on a Raspberry Pi 3 with APA102 LEDs for about 4 years without any issues. Everything was working great until recently. I accidentally wiggled around the TV setup when I installed new speakers and since then the LEDs don’t react to Hyperion anymore.
What happens now:
- As soon as the LED power is on, they just stay white.
- Sometimes the first LED lights up yellow, the rest stay white.
- Hyperion service itself is running fine (checked with systemctl status hyperion).
- The USB grabber was throwing errors at first (/dev/video0 not found), but that was because I plugged it into a different USB port. After fixing that, no more errors.
- I can see multiple /dev/video* devices (video10–16). Using v4l2-ctl --list-formats-ext -d /dev/video10 shows valid formats up to 1920x1920, so the grabber seems recognized.
- Checked wiring: 5V and GND are stable, tested with a multimeter. Found a loose connection earlier, fixed it, now power is stable.
- Restarted Hyperion service and the Pi multiple times – no change.
- LED config in Hyperion is still set to APA102 on /dev/spidev0.0.
So the Pi + Hyperion seem fine, the grabber is detected, and power is good, but the LEDs don’t react to any Hyperion effects, just white (or first yellow, then white).
Any idea what could be wrong or what else I could test to figure this out?
Thanks in advance