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

Samsung Air Conditioner
Goto page Previous  1, 2, 3, 4, 5, 6  Next
 
Post new topic   Reply to topic    JP1 Remotes Forum Index -> JP1 - Protocol Decodes
View previous topic :: View next topic  
Author Message
yesok



Joined: 25 Aug 2006
Posts: 136

                    
PostPosted: Fri Apr 06, 2007 5:03 pm    Post subject: Re: Power Off working! Reply with quote

Hello Johnsfine,

johnsfine wrote:
The power off button on your original remote sends two commands. The second command turns it off. If I understand correctly, you don't know what (if anything) the first command does.


You are right! I do not now what the 1st command does.

Quote:
I hope it is safe to use just the second. Maybe the first does some sort of prepare_to_turn_off function that avoids stopping it in a bad state and/or turning off two many parts at once (causing a power surge).


I understand.

Yesok
Back to top
View user's profile Send private message Send e-mail
yesok



Joined: 25 Aug 2006
Posts: 136

                    
PostPosted: Fri Apr 06, 2007 5:06 pm    Post subject: Temp up and temp down code Reply with quote

Hello Robman,

The Robman wrote:
Try these hex codes for the 2 temp buttons...

temp up
45 7F 8D 49 D8 0F

temp down
4D 7F 8D 41 D8 0F


I will test them tomorrow ant let you know the result.

Yesok
Back to top
View user's profile Send private message Send e-mail
yesok



Joined: 25 Aug 2006
Posts: 136

                    
PostPosted: Sun Apr 08, 2007 7:31 am    Post subject: Test Result - Temp Up/Down Button codes Reply with quote

Hello Robman,

The Robman wrote:
Try these hex codes for the 2 temp buttons...

temp up
45 7F 8D 49 D8 0F

temp down
4D 7F 8D 41 D8 0F


They do not work as expected. They are effective for only a single up(from 24 to 25) or down(from 25 to 24), all the time, whether a single key press or multiple key presses, same result.

Yesok
Back to top
View user's profile Send private message Send e-mail
The Robman
Site Owner


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

                    
PostPosted: Sun Apr 08, 2007 8:59 am    Post subject: Reply with quote

Here are the hex codes for all 10 temp buttons that you captured using CaptureIR...

temp up
80 4D 7F 84 C9 D8 0F
80 45 7F 8D 49 D8 0F
80 45 7F 8D 49 D8 0F
80 45 7F 8D 49 D8 0F
80 45 7F 8D 49 D8 0F
80 45 7F 8D 49 D8 0F

temp down
80 43 7F 84 C1 D8 0F
80 4D 7F 8D 41 D8 0F
80 4D 7F 8D 41 D8 0F
80 4D 7F 8D 41 D8 0F
80 4D 7F 8D 41 D8 0F
80 4D 7F 8D 41 D8 0F

As you can see, the first capture of each was different to the rest. Maybe that first code puts the unit into a mode ready for the 2nd code in the set. So try creating 2 buttons for each function, then press the part1 button first and then press the part2 button to keep changing the temp.

temp up
4D 7F 84 C9 D8 0F - part1
45 7F 8D 49 D8 0F - part2

temp down
43 7F 84 C1 D8 0F - part1
4D 7F 8D 41 D8 0F - part2
_________________
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
The Robman
Site Owner


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

                    
PostPosted: Sun Apr 08, 2007 9:14 am    Post subject: Reply with quote

Maybe the temp is controlled using discrete codes also, here are the 12 unique temp codes that you have posted so far...

43 7F 84 C1 D8 0F down
45 7F 84 CB D8 0F down
45 7F 84 CD D8 0F up
45 7F 8D 43 D8 0F down
45 7F 8D 45 D8 0F down
45 7F 8D 49 D8 0F up
49 7F 8D 47 D8 0F up
49 7F 8D 4B D8 0F up
49 7F 8D 4D D8 0F down
4D 7F 84 C3 D8 0F up
4D 7F 84 C9 D8 0F up
4D 7F 8D 41 D8 0F down

Try creating buttons for each of these and then test them to see what happens.
_________________
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
yesok



Joined: 25 Aug 2006
Posts: 136

                    
PostPosted: Mon Apr 09, 2007 7:15 am    Post subject: Test result - temp up/down codes Reply with quote

Hello Robman,

The Robman wrote:

temp up
4D 7F 84 C9 D8 0F - part1
45 7F 8D 49 D8 0F - part2

temp down
43 7F 84 C1 D8 0F - part1
4D 7F 8D 41 D8 0F - part2


Both of them give same result as before - only single up or down.

Yesok
Back to top
View user's profile Send private message Send e-mail
yesok



Joined: 25 Aug 2006
Posts: 136

                    
PostPosted: Mon Apr 09, 2007 7:19 am    Post subject: Test result - temp up/down codes - discretes Reply with quote

Hello Robman,

The Robman wrote:
Maybe the temp is controlled using discrete codes also, here are the 12 unique temp codes that you have posted so far...

43 7F 84 C1 D8 0F down
45 7F 84 CB D8 0F down
45 7F 84 CD D8 0F up
45 7F 8D 43 D8 0F down
45 7F 8D 45 D8 0F down
45 7F 8D 49 D8 0F up
49 7F 8D 47 D8 0F up
49 7F 8D 4B D8 0F up
49 7F 8D 4D D8 0F down
4D 7F 84 C3 D8 0F up
4D 7F 84 C9 D8 0F up
4D 7F 8D 41 D8 0F down

Try creating buttons for each of these and then test them to see what happens.


All of them shows the same result as before - only signle up or down.

What would you suggest to try next?

Yesok
Back to top
View user's profile Send private message Send e-mail
The Robman
Site Owner


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

                    
PostPosted: Mon Apr 09, 2007 7:40 am    Post subject: Re: Test result - temp up/down codes - discretes Reply with quote

yesok wrote:
All of them shows the same result as before - only signle up or down.

That's what I was expecting when I suggested that they were discrete codes, in other words, each of them will advance you to a single temperature. Does your unit display the temp setting numerically, and if so, how many different temp settings are there?

Try this, set the unit to the lowest possible temp setting, then start learning the temp up buttons from the remote, learn the button as many times as there are temp settings. Then repeat the process learning the temp-down button.

When you're done, try using the learned signals, remembering to press them in the same order that you learned them.
_________________
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
yesok



Joined: 25 Aug 2006
Posts: 136

                    
PostPosted: Mon Apr 09, 2007 8:39 am    Post subject: IR files - learned signals for temp ups and temp downs Reply with quote

Hello Robman,

The Robman wrote:
That's what I was expecting when I suggested that they were discrete codes, in other words, each of them will advance you to a single temperature. Does your unit display the temp setting numerically, and if so, how many different temp settings are there?


Yes. from 18(the lowest) to 30(the highest) settings.

Quote:
Try this, set the unit to the lowest possible temp setting, then start learning the temp up buttons from the remote, learn the button as many times as there are temp settings. Then repeat the process learning the temp-down button.


I have uploaded 2 files - one for temp ups(see http://www.hifi-remote.com/forums/dload.php?action=file&file_id=4435) and one for temp downs(see http://www.hifi-remote.com/forums/dload.php?action=file&file_id=4436)


Quote:
When you're done, try using the learned signals, remembering to press them in the same order that you learned them.


I will do that tomorrow, and let you know the result.

Yesok
Back to top
View user's profile Send private message Send e-mail
The Robman
Site Owner


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

                    
PostPosted: Mon Apr 09, 2007 11:00 am    Post subject: Reply with quote

Here are the hex codes from those learns...

45 7F 84 CC D8 2F = 18 (lowest setting) -> 19
4D 7F 84 C2 D8 2F = 19 -> 20
49 7F 8E 4A D8 2F = 20 -> 21
49 7F 8E 46 D8 2F = 21 -> 22
41 7F 8E 4E D8 2F = 22 -> 23
45 7F 8E 41 D8 2F = 23 -> 24
49 7F 8E 49 D8 2F = 24 -> 25
49 7F 8E 45 D8 2F = 25 -> 26
41 7F 8E 4D D8 2F = 26 -> 27
49 7F 8E 43 D8 2F = 27 -> 28
41 7F 8E 4B D8 2F = 28 -> 29
41 7F 8E 47 D8 2F = 29 -> 30(highest setting)

49 7F 84 CB D8 2F = 30(highest setting) -> 29
45 7F 84 C3 D8 2F = 29 -> 28
49 7F 84 CD D8 2F = 28 -> 27
45 7F 84 C5 D8 2F = 27 -> 26
49 7F 8D 49 D8 2F = 26 -> 25
4D 7F 84 C1 D8 2F = 25 -> 24
49 7F 84 CE D8 2F = 24 -> 23
45 7F 84 C6 D8 2F = 23 -> 22
45 7F 84 CA D8 2F = 22 -> 21
4D 7F 84 C2 D8 2F = 21 -> 20
45 7F 84 CC D8 2F = 20 -> 19
4D 7F 84 C4 D8 2F = 19 -> 18(lowest setting)
_________________
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
yesok



Joined: 25 Aug 2006
Posts: 136

                    
PostPosted: Wed Apr 11, 2007 7:51 am    Post subject: All temp buttons working! Reply with quote

Hello Robman,

The Robman wrote:
Here are the hex codes from those learns...

45 7F 84 CC D8 2F = 18 (lowest setting) -> 19
4D 7F 84 C2 D8 2F = 19 -> 20
49 7F 8E 4A D8 2F = 20 -> 21
49 7F 8E 46 D8 2F = 21 -> 22
41 7F 8E 4E D8 2F = 22 -> 23
45 7F 8E 41 D8 2F = 23 -> 24
49 7F 8E 49 D8 2F = 24 -> 25
49 7F 8E 45 D8 2F = 25 -> 26
41 7F 8E 4D D8 2F = 26 -> 27
49 7F 8E 43 D8 2F = 27 -> 28
41 7F 8E 4B D8 2F = 28 -> 29
41 7F 8E 47 D8 2F = 29 -> 30(highest setting)

49 7F 84 CB D8 2F = 30(highest setting) -> 29
45 7F 84 C3 D8 2F = 29 -> 28
49 7F 84 CD D8 2F = 28 -> 27
45 7F 84 C5 D8 2F = 27 -> 26
49 7F 8D 49 D8 2F = 26 -> 25
4D 7F 84 C1 D8 2F = 25 -> 24
49 7F 84 CE D8 2F = 24 -> 23
45 7F 84 C6 D8 2F = 23 -> 22
45 7F 84 CA D8 2F = 22 -> 21
4D 7F 84 C2 D8 2F = 21 -> 20
45 7F 84 CC D8 2F = 20 -> 19
4D 7F 84 C4 D8 2F = 19 -> 18(lowest setting)


All temp up and down buttons are working!

One problem is I am unable to save KM upgrade file. Maybe Korean version of Win XP SP2 is responsible. I have uploaded complete KM v9.08 (see http://www.hifi-remote.com/forums/dload.php?action=file&file_id=4444) with discrete temp up and down buttons. Could you save the upgrade and post it?

Now the question is how to reduce the number of buttons for temp up and down control.

Thanks again for your valuable support.

Yesok
Back to top
View user's profile Send private message Send e-mail
The Robman
Site Owner


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

                    
PostPosted: Wed Apr 11, 2007 9:00 am    Post subject: Re: All temp buttons working! Reply with quote

yesok wrote:
All temp up and down buttons are working!

That's good.

yesok wrote:
One problem is I am unable to save KM upgrade file. Could you save the upgrade and post it?

Sure

yesok wrote:
Now the question is how to reduce the number of buttons for temp up and down control.

Do the temp buttons each only work as "UP only" or "DOWN only" buttons? In other words, if the temp is current set to 20, would the "22>21" code work to change the temp to 21 instead of the "20>21" code? If so, that would reduce the number of temp buttons in half. In fact, I notice that some of the "down" codes are the same as the "up" codes, so I'm guessing that this is the case. Try these codes...

4D 7F 84 C4 D8 2F - temp 18
45 7F 84 CC D8 2F - temp 19
4D 7F 84 C2 D8 2F - temp 20
45 7F 84 CA D8 2F - temp 21
45 7F 84 C6 D8 2F - temp 22
49 7F 84 CE D8 2F - temp 23
45 7F 84 C9 D8 2F - temp 25 *
4D 7F 84 C1 D8 2F - temp 24
45 7F 84 C5 D8 2F - temp 26
49 7F 84 CD D8 2F - temp 27
45 7F 84 C3 D8 2F - temp 28
49 7F 84 CB D8 2F - temp 29
49 7F 84 C7 D8 2F - temp 30 *

(* the codes flagged with an asterisk are experimental codes)

yesok wrote:
Thanks again for your valuable support.

You're welcome.
_________________
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
The Robman
Site Owner


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

                    
PostPosted: Wed Apr 11, 2007 11:34 am    Post subject: Reply with quote

Here's a couple more experimental codes for you to try...

4D 7F 84 C7 88 2F Air Clean - On
43 7F 84 C7 88 0F Air Clean - Off
43 7F 84 C7 D8 2F power on

Also, if you get the chance, could you re-learn several samples of the following buttons for me please...

Deflector Left/Right On
Deflector Up/Down On
Cool Mode - Far
Cool Mode - Turbo
Timer Cancel
Timer Set
Timer Set
_________________
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
yesok



Joined: 25 Aug 2006
Posts: 136

                    
PostPosted: Thu Apr 12, 2007 8:00 am    Post subject: Learned IR files Reply with quote

Hello Robman,

The Robman wrote:
Here's a couple more experimental codes for you to try...

4D 7F 84 C7 88 2F Air Clean - On
43 7F 84 C7 88 0F Air Clean - Off
43 7F 84 C7 D8 2F power on


I will test them tomorrow, with the previous ones, and let you know the result.


The Robman wrote:
Also, if you get the chance, could you re-learn several samples of the following buttons for me please..

Deflector Left/Right On
Deflector Up/Down On
Cool Mode - Far
Cool Mode - Turbo
Timer Cancel
Timer Set
Timer Set

Please find the uploaded zip file(see http://www.hifi-remote.com/forums/dload.php?action=file&file_id=4447).

Yesok
Back to top
View user's profile Send private message Send e-mail
The Robman
Site Owner


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

                    
PostPosted: Thu Apr 12, 2007 10:27 am    Post subject: Reply with quote

Thanks for the extra learns, they clarified some things. When you test the other codes that I posted, could you test the codes listed below to verify that they perform the deflector tasks listed. It appears that the "off" code for left/right and up/down is the same.

4D 7F 84 C7 A8 0F - L/R & up/down off
43 7D 84 C7 A8 0F - L/R on
47 73 84 C4 D8 0F - L/R on
4B 75 84 C7 A8 0F - up/down on
47 75 84 C4 D8 0F - up/down on

The following codes are probably duplicates of the ones above, but please test them anyway...

45 7F 8D 47 A8 0F - L/R & up/down off
4D 7D 8D 47 A8 0F - L/R on
4B 73 8E 44 D8 0F - L/R on
43 75 8D 47 A8 0F - up/down on
4B 75 8E 44 D8 0F - up/down on

I'm seeing 4 unique codes for "Timer Set", could you test whether test all do exactly the same thing or whether some of them perform a slightly different function...

4D F0 80 00 20 00
4D F1 00 00 20 00
45 FC 00 00 20 00
49 FD 00 00 20 00
_________________
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 -> JP1 - Protocol Decodes All times are GMT - 5 Hours
Goto page Previous  1, 2, 3, 4, 5, 6  Next
Page 4 of 6

 
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