Skip to content

Instantly share code, notes, and snippets.

@mattmattmatt
Last active May 4, 2023 01:08
Show Gist options
  • Save mattmattmatt/f2b94cbfcd14e955d9af3e7305d9c533 to your computer and use it in GitHub Desktop.
Save mattmattmatt/f2b94cbfcd14e955d9af3e7305d9c533 to your computer and use it in GitHub Desktop.
Control Pioneer amplifier VSX-824 remotely for home automation via Telnet on port 8102.

Telnet in:

telnet 192.168.1.128 8102 Use cmd + alt + 6 to stop transmission, q(uit) to exit telnet.

Telnet and exit:

telnet 192.168.1.128 8102 >> EOF
PO
EOF
Command Function
PO  Power On
PF  Power Off
?P  Query power status
VD  Volume Up
VU  Volume Down
?V  Query volume status
MO  Mute On
MF  Mute Off
?M  Query mute status
25FN  BD input
06FN  Cable input
49FN  Game input

More info

http://raymondjulin.com/blog/remote-control-your-pioneer-vsx-receiver-over-telnet
https://arnowelzel.de/en/control-av-receivers-by-pioneer-over-the-network

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment