SMIT GB620-IPTV (Nextvod) remote for slingbox

Need help adding new codes to your Slingbox, this is the place to ask. You're welcome to ask general Slingbox questions here, but be aware that most of us are not Slingbox experts.

Moderator: Moderators

jimdunn
Posts: 543
Joined: Tue Jun 29, 2004 3:15 am
Location: NSW, Australia

Post by jimdunn »

Gemma wrote: Power :
62D68F70 --> Click 1st time
18B5A3DC --> Click 2nd time
Home:
62D70EF0 --> Click 1st time
18B5C3BC --> Click 2nd time
Mute:
62D77E80 --> Click 1st time
18B5DFA0 --> Click 2nd time
If it's easy for you to post a full set of these codes, then I think it might be possible to get "somewhere" with these.

It's beyond me, I'm afraid, to actually convert these to a protocol and commands, but I think I can can see enough to recognise there are patterns that may make that possible for our resident geniuses, perhaps with some experimentation on your part.

If you can post a full set, we should maybe move this to the "Protocol Decodes" section to seek wider help (but you don't need to worry about that - just post the codes here :))

Also, and I'm posting this not specifically to you, but as a general note to anyone here who looks at this - in case it helps, from the Chinese stuff you linked, I think I saw an implication that this device you are using may be a clone/compatible with WinLirc compatible capture device(s). I honestly don't know if that helps at all, but I'm dropping the note here just in case it does...
Gemma
Posts: 9
Joined: Sun Feb 27, 2011 1:30 am
Location: Taiwan

Post by Gemma »

jimdunn wrote: Also, and I'm posting this not specifically to you, but as a general note to anyone here who looks at this - in case it helps, from the Chinese stuff you linked, I think I saw an implication that this device you are using may be a clone/compatible with WinLirc compatible capture device(s). I honestly don't know if that helps at all, but I'm dropping the note here just in case it does...
You are really a expert.
Yes. IRCtrl is like WinLirc. I tried WinLirc, too. Here is the result I tested the button 'Power' of my remote. Analysis failed. This remote is probably only supported in raw mode. I searched all the topics in the forum and didn't find the way to covert the RAW data to the format which Remote Master understand.


#
# this config file was automatically generated
# using WinLIRC 0.6.5 (LIRC 0.6.1pre3) on Mon Feb 28 03:31:40 2011
#
# contributed by
#
# brand: Nextvod
# model:
# supported devices:
#

begin remote

name Nextvod
flags RAW_CODES
eps 25
aeps 100

ptrail 300
repeat 300 2678
gap 48452


begin raw_codes

name Power
300 4886 300 2124 300 2143
300 1040 300 997 300 2159
300 2153 300 2139 300 1015
300 2160 300 990 300 1000
300 2135 300 1067 300 2104
300 1044 300 1021 300 2148
300 939 300 2178 300 2185
300 2141 300 996 300 1011
300 1037 300 1013 300 2112
300 1100 300 943 300 1023
300 2138 300 2133 300 2148
300

end raw_codes

end remote
jimdunn
Posts: 543
Joined: Tue Jun 29, 2004 3:15 am
Location: NSW, Australia

Post by jimdunn »

Gemma wrote:You are really a expert.
No.
I'm really not.

I have maybe, possibly, perhaps above average Google Fu, and I've been hanging around here, on and off, for a while...

but it's the real experts who will solve this for you - I'll just be cheering from the sidelines and throwing in my 2 cents. :)
3FG
Expert
Posts: 3434
Joined: Mon May 18, 2009 11:48 pm

Post by 3FG »

We can work with the LIRC stuff. Please capture all the functions, and combine them into one text file. Upload the file to the Diagnosis area of the File Section, and post a link to that file in this thread.

I think we only need the part that starts "flags RAW_CODES".

Thanks
ETA: the above code could be
{38k,300}<1,-3|1,-7>(1,-16,D:8,S:8,F:8,~F:8,1,-160) which bears a passing resemblance to Denon/Sharp or Mitsubishi.

But I'm suspicious of the the non-varying 300 for on times, considering the off times seem to have resolution of a few microseconds.

{38k,600}<1,-1|1,-3>(1,-8,D:8,S:8,F:8,~F:8,1,-78)+
is very close to NEC2 or NECx2 if we doubt the 300 usec is correct
If so the IR protocol would be NECx2 (or NEC2) Device 115.41 function 29.
Gemma
Posts: 9
Joined: Sun Feb 27, 2011 1:30 am
Location: Taiwan

Post by Gemma »

Thank all experts.
I will capture all the function by WinLIRC and IRCtrl both.
Then upload the file to the Diagnosis area of the File Section. It need some time.
3FG
Expert
Posts: 3434
Joined: Mon May 18, 2009 11:48 pm

Post by 3FG »

The WinLIRC files are the important ones-- they contain the timing information that we need to identify the IR protocol. So please start with the WinLIRC files.
bless071
Posts: 3
Joined: Wed Sep 28, 2011 7:37 pm
Location: Taiwan

Post by bless071 »

Excuse me, if someone can help ?!
I have the some problem with my Nextvod remote for slingbox.
did this problem solve ?
eferz
Expert
Posts: 1078
Joined: Thu Jun 03, 2010 1:25 am
Location: Austin, Texas

Post by eferz »

bless071 wrote:Excuse me, if someone can help ?!
I have the some problem with my Nextvod remote for slingbox.
did this problem solve ?
This is all I could find regarding this box.
http://www.nextvod.com.tw/tw/img/home/stb.jpg
Remotes; JP1.2: Comcast URC-1067, JP1.3: Insignia NS-RC02U-10A, JP1.4 OARI06G, JP2.1: Cox URC-8820-MOTO (still trying to figure out how to make them self-aware.)
vickyg2003
Site Admin
Posts: 7104
Joined: Sat Mar 20, 2004 12:19 pm
Location: Florida
Contact:

Post by vickyg2003 »

I think 3FG was right in being suspicious of the 300 timings. I found another LIRC file for nextvod here that is clearly a nec1 command like 3fg suspected.

https://gist.github.com/831517 (archived copy here)

This Lirc file shows

power 0xB847
3fg wrote:38k,600}<1,-1|1,-3>(1,-8,D:8,S:8,F:8,~F:8,1,-78)+
is very close to NEC2 or NECx2 if we doubt the 300 usec is correct
If so the IR protocol would be NECx2 (or NEC2) Device 115.41 function 29.
B8 read lsb = 29, so I think this is the file we need to work on.
Remember to provide feedback to let us know how the problem was solved and share your upgrades.

Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.
vickyg2003
Site Admin
Posts: 7104
Joined: Sat Mar 20, 2004 12:19 pm
Location: Florida
Contact:

Post by vickyg2003 »

I didn't know what this was so I stuck it in the digital set top boxes folder.

Note I used the standard Nec1 signal I don't have the slingbox non-repeating nec version in my protocols ini.


http://www.hifi-remote.com/forums/dload ... le_id=9977
Remember to provide feedback to let us know how the problem was solved and share your upgrades.

Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.
eferz
Expert
Posts: 1078
Joined: Thu Jun 03, 2010 1:25 am
Location: Austin, Texas

Post by eferz »

vickyg2003 wrote:I didn't know what this was so I stuck it in the digital set top boxes folder.
Hopefully, it isn't a big headed Asian man from 7-11 who wears a pleather blazer with leopard print lapels and a sequenced vest
vickyg2003 wrote:Note I used the standard Nec1 signal I don't have the slingbox non-repeating nec version in my protocols ini.

http://www.hifi-remote.com/forums/dload ... le_id=9977
I created those bin files as requested. All that was necessary was giving it a setup code and assigning the unassociated functions to custom 10-17 then exporting them to the respective Slingbox PL and RV remotes. Customization instructions
Remotes; JP1.2: Comcast URC-1067, JP1.3: Insignia NS-RC02U-10A, JP1.4 OARI06G, JP2.1: Cox URC-8820-MOTO (still trying to figure out how to make them self-aware.)
vickyg2003
Site Admin
Posts: 7104
Joined: Sat Mar 20, 2004 12:19 pm
Location: Florida
Contact:

Post by vickyg2003 »

eferz wrote:
vickyg2003 wrote:I didn't know what this was so I stuck it in the digital set top boxes folder.
Hopefully, it isn't a big headed Asian man from 7-11 who wears a pleather blazer with leopard print lapels and a sequenced vest
hahah :lol: , now that the image has been turned to a link, I wonder how many people are going to get this. You are funny.
eferz
Expert
Posts: 1078
Joined: Thu Jun 03, 2010 1:25 am
Location: Austin, Texas

Post by eferz »

eferz wrote:
bless071 wrote:Excuse me, if someone can help ?!
I have the some problem with my Nextvod remote for slingbox.
did this problem solve ?
This is all I could find regarding this box.
http://www.nextvod.com.tw/tw/img/home/stb.jpg
Ahh, here is some more information: http://wwww.smit.com.cn/English/proDeta ... InfoId=160 It is not much but at least we know the manufacturer, "Shenzhen State Micro Technology Co., Ltd., (SMiT)", and the Model, "IPTV STB GB620". Neither of which appears on the Logitech Harmony Database though.
Remotes; JP1.2: Comcast URC-1067, JP1.3: Insignia NS-RC02U-10A, JP1.4 OARI06G, JP2.1: Cox URC-8820-MOTO (still trying to figure out how to make them self-aware.)
eferz
Expert
Posts: 1078
Joined: Thu Jun 03, 2010 1:25 am
Location: Austin, Texas

Post by eferz »

eferz wrote:
eferz wrote:
bless071 wrote:Excuse me, if someone can help ?!
I have the some problem with my Nextvod remote for slingbox.
did this problem solve ?
This is all I could find regarding this box.
http://www.nextvod.com.tw/tw/img/home/stb.jpg
Ahh, here is some more information: http://wwww.smit.com.cn/English/proDeta ... InfoId=160 It is not much but at least we know the manufacturer, "Shenzhen State Micro Technology Co., Ltd., (SMiT)", and the Model, "IPTV STB GB620". Neither of which appears on the Logitech Harmony Database though.
Here's another link (http://www.smit.com.cn/index.php?option ... 89&lang=en) to the box, on the remote I can almost make out the word "Olevia".
Remotes; JP1.2: Comcast URC-1067, JP1.3: Insignia NS-RC02U-10A, JP1.4 OARI06G, JP2.1: Cox URC-8820-MOTO (still trying to figure out how to make them self-aware.)
Post Reply