Home AMX User Forum NetLinx Studio

Daikin IR code

Hi,

I tried to control the Daikin split without success, I just could turn on and off the split ... but coulnd't change the temperature. The IR on AMX database didn't work, so I tried the special mode in IRIS and the commands didn't work too.

Someone help me?

Thanks!

Comments

  • aksyalaksyal Posts: 21
    same with me.... I have control daikin too but your tragedy it happen to me....T_T

    the solution is change the air con with new one.. hehehe.....

    I just wanna say daikin is worst to use if we want integrated system in building

    huf* no flag for daikin.... stupid things for daikin..

    if we want to control we must buy bugs net module... it's so expensive.......

    ck ck ck ck ck http://www.amxforums.com/images/icons/icon13.gif
  • Mostly HVAC manufacturer IR Remote for temperature control they are using Level state Like if level state is 16 Pulse [AC,16] , if level state 17 pulse [AC,17]in AMX database if you see IRL file for Daikin channel number 19 to 35 these all channels for thermostat temperature set point pulse. Before using IR remote file you must need to understand how manufacture design the IR remote. If you want learn more about ac IR remotes try to capture your Daikin AC remote by AMX IRIS Unit. When you will capture temperature Button first you will capture Temp Up button when you will press this same button again for verify this remote will give you different pulse and your Capturing unit will give you error. You have to do when you will capture one Button UP for 16 temp now for verify this button again press one time temp down Button away from capturing unit and then press temp up button again front of capturing unit for verify this pulse you will see you will be able to capture it. Like that you can capture all IR pulse state 16 temp to 32 temp.
    In you TP create Multistate Bar graph and set the state limit 16 to 32 . and write your code in netlinx
    If (lev=16)
    {
    Pulse [ac,16]
    }
    If (lev=17)
    {
    Pulse [ac,17]
    }
    If (lev=18)
    {
    Pulse [ac,18]
    }
    ????
    I hope you will be get the idea for this prblem. I have before same problem with Mitsubashi Split AC
Sign In or Register to comment.