JP1 Remotes Forum Index JP1 Remotes


FAQFAQ SearchSearch 7 days of topics7 Days MemberlistMemberlist UsergroupsUsergroups RegisterRegister
ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in

Need help for a lirc for nowtv

 
Post new topic   Reply to topic    JP1 Remotes Forum Index -> Non-JP1
View previous topic :: View next topic  
Author Message
tomj.runner



Joined: 04 Feb 2011
Posts: 4

                    
PostPosted: Fri Feb 04, 2011 9:39 am    Post subject: Need help for a lirc for nowtv Reply with quote

Hi all,

I'm using a CommandIR III trying to use the transmitter with a NowTV box in Hong Kong. One of the 2 box is the YX-5218A and the remote works for the second box too.

I struggle with irrecord to generate my lircd.conf, but without complete success.
- Standard "learning", succeeds to generate some headers, but fails to register keys codes.
- Raw data "learning", has better success as it generates a file which make the box reacts. But the results are random on the transmitter. Sometimes it works, sometimes not. The registered code do not send the proper command (ie press 3 send 9).
- Available files in lirc database are not working either.

I've seen some files which seems to be working for the JP1 or Slingbox. I saw also, someone "converting" JP1 to lirc file (The Robman if I'm not wrong). Could anyone tell me how to do this conversion. I would like to test if I've better luck with those ones.

I do not post my current lircd.conf as the data are not reliable, but if needed I can.

Thank you
Back to top
View user's profile Send private message
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21271
Location: Chicago, IL

                    
PostPosted: Fri Feb 04, 2011 12:13 pm    Post subject: Reply with quote

If this box uses the same signals as the NowTV HD YX-6911H, I can see why it's difficult to capture them. The NowTV HD YX-6911H uses the XMP protocol which is notoriously difficult to capture.

If your lirc learns work some of the time, it would be useful to see the file as we could at least confirm if they look similar to the NowTV HD YX-6911H learns.

The NowTV HD YX-6911H file is here:
http://www.hifi-remote.com/forums/dload.php?action=file&file_id=6869
_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
tomj.runner



Joined: 04 Feb 2011
Posts: 4

                    
PostPosted: Fri Feb 04, 2011 8:07 pm    Post subject: Reply with quote

I will upload the capture file, but only the raw data one works.

Regarding XMP, I tried to generate one starting from the standard template. The capture works, but the generate file has no reaction on the box.
I guess it's header issue, but don't want to change.
I'll post it too just in case.

How can I "convert" the rmdu file in a lirc one ?

Thanks
Edit: File copy added


Quote:
# brand: xmp.conf
# model no. of remote control:
# devices being controlled by this remote:
#

begin remote

name xmp.conf
bits 24
flags XMP
eps 20
aeps 300

one 0 137
zero 250 710
ptrail 250
pre_data_bits 32
pre_data 0x170F443E
post_data_bits 8
post_data 0x0
pre 250 12921
gap 81698
toggle_bit_mask 0x0

begin codes
4 0x170152 0x1F8152
5 0x160153 0x1E8153
6 0x150154 0x1D8154
end codes

end remote



The raw file, "name 2" results in "2", "4"
Quote:
# brand: now11
# model no. of remote control:
# devices being controlled by this remote:
#

begin remote

name now11
flags RAW_CODES
eps 30
aeps 100
min_repeat 4
gap 81787

begin raw_codes


name 2
224 878 223 2134 224 879
224 2830 224 1297 224 1297
224 1297 224 1991 224 12965
224 879 223 2412 224 739
223 879 224 739 223 1018
224 740 223 738 223

name 3
223 879 223 2134 223 879
223 2831 224 1297 223 1297
224 1297 224 1992 224 12964
224 879 223 1715 224 740
223 879 224 1436 224 1018
224 739 223 737 223

name 4
224 893 224 2167 187 904
254 2839 188 1346 224 1309
225 1309 225 2011 225 13739
225 893 224 1725 224 763
224 893 225 1439 225 1022
225 763 224 763 186

name 5
224 879 223 2134 224 879
224 2830 225 1296 224 1296
224 1296 224 1991 224 12964
225 878 224 1296 225 739
224 878 224 1436 225 1435
225 738 225 736 224

name 6
224 877 224 2133 225 877
225 2830 225 1296 225 1296
225 1296 225 1991 225 12964
225 877 225 1156 225 739
224 878 224 1435 225 1575
225 739 224 736 225

name 7
225 878 224 2133 225 878
224 2830 224 1296 224 1296
225 1296 225 1991 226 12963
225 878 224 1017 225 739
224 878 224 1436 225 1714
225 738 224 737 224

name new7
224 894 223 2168 186 931
186 2881 223 1309 224 1309
224 1309 224 2011 224 13739
224 893 224 1309 224 763
224 893 224 1439 224 1465
186 775 224 764 185

end raw_codes

end remote
Back to top
View user's profile Send private message
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21271
Location: Chicago, IL

                    
PostPosted: Fri Feb 04, 2011 9:33 pm    Post subject: Reply with quote

The "pre_data 0x170F443E" line implies XMP device code 62, sub-device 16, which is the same as the codes used by the following devices (in case you have lirc files for them):

Cisco (Comcast) RNG 100 & 150
Cisco (Comcast) RNG 150
Cisco RNG200

Pace DC50X DTA (Comcast)
Comcast DTA 100

Thomson DCI-1011
Thomson DTA DCI1101 (Comcast)

However, the file for the NowTV HD YX-6911H uses XMP with device code 73 and sub-device 17 (ie, "pre_data 0x1A1F4449")
_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
tomj.runner



Joined: 04 Feb 2011
Posts: 4

                    
PostPosted: Fri Feb 04, 2011 9:47 pm    Post subject: Reply with quote

Thanks, I will try that.
How do you make the conversion form code 73/17 to pre_data 0x1A1....

As the box might be YX-5218A, for which there is also a file on the site, I might have to try this one too.

I've tried to find a document explaining a little bit the various parameters and how to play with them, but with no good results.
Back to top
View user's profile Send private message
tomj.runner



Joined: 04 Feb 2011
Posts: 4

                    
PostPosted: Fri Feb 04, 2011 9:59 pm    Post subject: Reply with quote

I could not resist and tried with the new pre-Data. Well it works .... I just tried a few code but they all work and each time I'm sending the command.

I'll do the rest later (have to go out now). I'll confirm if everything is working well.

Thank you very much for the quick and efficient help.
Back to top
View user's profile Send private message
The Robman
Site Owner


Joined: 01 Aug 2003
Posts: 21271
Location: Chicago, IL

                    
PostPosted: Sat Feb 05, 2011 12:50 am    Post subject: Reply with quote

Very glad it worked for you.
_________________
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic       JP1 Remotes Forum Index -> Non-JP1 All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

Powered by phpBB © 2001, 2005 phpBB Group
Top 7 Advantages of Playing Online Slots The Evolution of Remote Control