You are reading a single comment by @Ossama and its replies. Click here to read the full conversation.
  • Hi,

    I have tried using the IR on the Puck.js to operate a Fujitsu Air conditioner, it seems that the IR learning does not do anything to the Unit. so i tried searching for the Pronto Hex codes. i did find the following but again no luck.

    http://files.remotecentral.com/ftp/irshe­ets/fujitsu-ac-arry16.zip
    http://www.remotecentral.com/cgi-bin/mbo­ard/rc-discrete/thread.cgi?4894,3

    here is the code i am using

    var prontoHex = "0000 006D 0000 0082 007D 003F 0010 0011 0010 0011 0010 0030 0010 0011 0010 0030 0010 0011 0010  0011 0010 0011 0010 0030 0010 0030 0010 0011 0010 0011 0010 0011 0010 0030 0010 0030 0010 0010 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0030 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0030 0010 0011 0010 0011 0010 0011 0010 0011 0010 0030 0010 0030 0010 0030 0010 0030 0010 0030 0010 0030 0010 0030 0010 0030 0010 0011 0010 0011 0010 0030 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0030 0010 0030 0010 0011 0010 0011 0010 0030 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0030 0010 0030 0010 0011 0010 0010 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0011 0010 0030 0010 0030 0010 0030 0010 0011 0010 0011 0010 0011 0010 0030 0010 0030 0010 0011 0010 0011 0010 0011 0010 0011 0010 0030 0010 0F92";
    var pulseTimes = require("pronto").decode(prontoHex);
    Puck.IR(pulseTimes);
    

    Any help will be appreciated.

    Thanks

About

Avatar for Ossama @Ossama started