Need long press key command to POWER on

This is the JP1 beginners forum. There's no such thing as a stupid question in here, so post away, but this forum is just for JP1 users and people considering JP1, non-JP1 users please use the appropriate forum above!

Moderator: Moderators

Post Reply
Kirkenes_99
Posts: 8
Joined: Mon Mar 27, 2006 3:23 pm
Location: Gelenau, GER

Need long press key command to POWER on

Post by Kirkenes_99 »

Hi,

My Panasonic TV need a command to power on for 2 secs with a single
press. When I create a macro for turning on my system (Dreambox 7000,
Yamaha RXV-795 and Panasonic TX29-AT1) the TV doesn't turn on, because the power on command is to briefly.
I'm using the "Panasonic_TX-21AT1_TV.txt" Device Code from the JP1
File Section (Panasonic Multi-Device Hacked, Protocol ID 0042).
Is there a way to modify this Protocol for repeating the power on command.
My Remote is a URC-39730-B02-00 Dreambox V3.
The discrete On/Off commands for Panasonic On=EFC 022 Off=EFC 026
doesn't work on my TV. Only the EFC 024 is working.

Best Regards
Mary
zhezhang
Posts: 16
Joined: Mon Sep 22, 2003 9:01 am

Post by zhezhang »

I have a 4 year old Panasonic plasma. The ON command only works if I send 4-5 in a row (very quickly, in a Macro). If I don't do that the TV will turn on then switch back off, and will be not responsive to the remote anymore until I turn off and on the power at the TV. Maybe this will work for you too.

Good luck
Kirkenes_99
Posts: 8
Joined: Mon Mar 27, 2006 3:23 pm
Location: Gelenau, GER

Post by Kirkenes_99 »

Done!

I used the Panasonic Combo Upgrade Protocol:

Upgrade protocol 0 = 00 cd (S3C80) Panasonic Combo
45 91 32 8b 12 8f 45 08 08 00 da 00 c6 00 da 02
7b 90 c9 06 d0 03 54 e4 05 08 b4 06 08 b4 07 08
20 11 8d 01 33
End

and inserted the followed bytes: E6 0D 05 to this:

Upgrade protocol 0 = 00 cd (S3C80) Panasonic Combo
45 91 32 8b 12 8f 45 08 08 00 da 00 c6 00 da 02
7b 90 c9 06 d0 03 54 e4 05 08 b4 06 08 b4 07 08
20 11 E6 0D 05 8d 01 33
End

the bytes E6 0D 05 means the send IR-command Repeat Value: 5x times (05); Type: Forced; Hold: Yes ( E6 0D ).

I learned this by using Procol Builder-V3.12

sorry for my bad english

Best Regards
Mary
Post Reply