Skip to content

Instantly share code, notes, and snippets.

@colin-nolan
Created September 20, 2022 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colin-nolan/d48f3017ea6e4f245da839385ae9131c to your computer and use it in GitHub Desktop.
Save colin-nolan/d48f3017ea6e4f245da839385ae9131c to your computer and use it in GitHub Desktop.
TV CEC Investigation
# CEC Byte lookup: https://www.cec-o-matic.com/
# HDMI 2 (Firestick)
echo "tx 4F:82:20:00" | cec-client -s -d 1
# HDMI 3 (rpi)
echo "tx 4F:82:30:00" | cec-client -s -d 1
# On TV (device 0)
echo "on 0" | cec-client -d 1 -s
# Seems to be broken on Samsung LE26A456 TV
# 01:00:36:04 - feature abort, standby refused (marking opcode 'standby' as unsupported feature for device 'TV')
echo "standby 0" | cec-client -d 1 -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment