Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Generic LG TV codes from a PDF #597

Open
stek29 opened this issue Oct 15, 2023 · 2 comments
Open

Request: Generic LG TV codes from a PDF #597

stek29 opened this issue Oct 15, 2023 · 2 comments
Labels
Request Request for missing remote

Comments

@stek29
Copy link

stek29 commented Oct 15, 2023

this PDF has a lot of Generic LG TV codes, including one I needed and haven't found in this repo -- one to start service mode.
http://www.proaudioinc.com/Dealer_Area/RS232.pdf

see ALL GENERIC LG IR HEX CODES FOR TELEVISION AND MONITORS
complete hex code 04FB 08F7 -> address: 04 command: FB

@UberGuidoZ UberGuidoZ added the Request Request for missing remote label Oct 28, 2023
@nortakales
Copy link
Contributor

I don't see "service mode" in that PDF when searching, but do see "service menu". Looks like the command for that is FB though, not 08. 08 is the Power command. I am currently working on files for two separate LG remotes I have, and will also have files for any other commands I can find (which this PDF helps with) that aren't on the remotes. For now though, give this a try:

#
name: Service Menu
type: parsed
protocol: NEC
address: 04 00 00 00
command: FB 00 00 00

@stek29
Copy link
Author

stek29 commented Mar 7, 2024

@nortakales I have just filled this issue so it's not lost and LG remote is created in this repo, I have got it working long time ago manually using this file

Filetype: IR signals file
Version: 1
#
name: ServiceMenu_Start
type: parsed
protocol: NEC
address: 04 00 00 00
command: FB 00 00 00
#
name: ServiceMenu_Adj
type: parsed
protocol: NEC
address: 04 00 00 00
command: FF 00 00 00
#
name: ServiceMenu_Stop
type: parsed
protocol: NEC
address: 04 00 00 00
command: FA 00 00 00

so you're correct, it's FB and not 08

UberGuidoZ added a commit that referenced this issue Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Request Request for missing remote
Projects
None yet
Development

No branches or pull requests

3 participants