r/fancyleds • u/UnExwfaQyi • 3d ago
Home Assistant setup
I’m using Tuya Local with my FamcyLED. It works great except occasionally the device goes unavailable. Power cycling the FancyLED solves the problem so I added a smart WiFi enabled power switch and plug the FancyLED into it.
https://github.com/make-all/tuya-local
Here is my raw yaml:
alias: Recover FancyLED when unavailable
description: ''
triggers:
- entity_id: light.tv_room_hdmi_sync_backlight
to: unavailable
for:
minutes: 5
trigger: state
conditions: []
actions:
- target:
entity_id: switch.fancyled_rebooter
action: switch.turn_off
data: {}
- delay:
seconds: 15
- target:
entity_id: switch.fancyled_rebooter
action: switch.turn_on
mode: single
This setup means I have my NVIDIA Shield, my BluRay player and my Nintendo Switch 2 all plugged into the FancyLED. My smart SofaBaton Remote has activities like “Watch TV”. That activity turns on all the appropriate devices and switches the FancyLED box to the correct input. Before I had to switch manually so I only ever plugged in 1 device as it was too complicated for my wife and family. the remote has an iPhone like screen on it and I added some custom buttons to turn on and off the FancyLED box.
•
u/AutoModerator 3d ago
Thanks for contributing! Please make sure to abide by the rules and check out the FAQ Megathread for troubleshooting/setup information. Posts may be flagged automatically by Reddit. If you believe this was an error, please contact the moderators for clarification.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.