Skip to content

Instantly share code, notes, and snippets.

@innateessence
Created October 29, 2024 03:30
Show Gist options
  • Select an option

  • Save innateessence/24239d48ef671f4da9227a883e831350 to your computer and use it in GitHub Desktop.

Select an option

Save innateessence/24239d48ef671f4da9227a883e831350 to your computer and use it in GitHub Desktop.
fix-ir-remote-on-apple-tv.sh
#!/bin/bash
# Resource: https://pimylifeup.com/raspberrypi-hdmi-cec/
# This will list all commands
# echo 'h' | cec-client -s -d 1
echo 'triggering a HDMI-CEC scan to force the TV to properly identify all devices...'
echo 'scan' | cec-client -s -d 1
echo
echo 'now, use vera-tools -> vera-link on your remote to select the proper device to fix the remote'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment