Hi everyone,
I recently set up a Hyperion container with Dockge using this compose file:
services:
hyperion:
image: foorschtbar/hyperion
container_name: hyperion
network_mode: host
# privileged: true # for PWM
ports:
- 8090:8090
- 8092:8092
- 19400:19400
- 19444:19444
- 19445:19445
volumes:
- /mnt/test/apps/hyperion:/root/.hyperion
#devices:
# - /dev/video0:/dev/video0
# - /dev/spidev0.0:/dev/spidev0.0 # for SPI
restart: unless-stopped
networks: {}
Display More
I mounted some WLED WS2811 LEDs behind the TV and created a Hyperion instance that controls them over the network. I also installed Hyperion Screen Grabber on my Nvidia Shield. This part of the setup is working flawlessly.
Now I’ve installed my Twinkly lights on the Christmas tree, and I noticed I could set up another instance in Hyperion using the Home Assistant driver over the network. I selected my Twinkly lights in the configuration, but I’m having an issue with playback.
For about 30 seconds the Twinkly lights update along with the WLED strips, showing the predominant color from the screen (with a slight delay), but then they stopped working. The Twinkly lights only update when I press pause on the Nvidia Shield, while WLED continues to work fine.
Does anyone have any idea why this might happen?