ToniA / arduino-heatpumpir

An Arduino library to control split-unit heatpumps over Infrared
GNU General Public License v2.0
389 stars 141 forks source link

Timing constant for Fujitsu AR-RY3 #37

Open Djangonote opened 7 years ago

Djangonote commented 7 years ago

First of all thank you for the work you have done, I would like to know if you knew the time constants for the remote control AR-RY3 for a fujitsu air conditioning? I have tested with the Fujitsu Nocria (AWYZ14) (remote control P / N AR-PZ2) constants this does not seem to work. Best regards

ToniA commented 7 years ago

Sorry, I can't do much without having a possibility to use the remote controller. All the work is based on reverse-engineering, by using software like this: https://github.com/ToniA/Raw-IR-decoder-for-Arduino

Djangonote commented 7 years ago

Thanks for your quick reply I also tried your tool but I have the impression that times change `Select model to decode (this affects the IR signal timings detection):

Enter choice: 1

Ready to decode IR for choice '1'

Number of symbols: 131 Symbols: Hh00101000110001100000000000001000000010000111111110010000000011001000001000000000000000000000000000000000000000000000010011110110 Bytes: 14,63,00,10,10,FE,09,30,41,00,00,00,00,00,20,6F Timings (in us): PAUSE SPACE: 0 HEADER MARK: 3420 HEADER SPACE: 1580 BIT MARK: 397 ZERO SPACE: 311 ONE SPACE: 1159 Decoding known protocols... Looks like a Fujitsu protocol Checksum matches POWER ON Temperature: 20 MODE AUTO FAN AUTO VANE: STILL Time: 0 ECONOMY: OFF

Number of symbols: 59 Symbols: Hh00101000110001100000000000001000000010000100000010111111 Bytes: 14,63,00,10,10,02,FD Timings (in us): PAUSE SPACE: 0 HEADER MARK: 3420 HEADER SPACE: 1560 BIT MARK: 400 ZERO SPACE: 323 ONE SPACE: 1171 Decoding known protocols... Looks like a Fujitsu protocol Checksum matches POWER OFF

Number of symbols: 131 Symbols: Hh00101000110001100000000000001000000010000111111110010000000011001000001000000000000000000000000000000000000000000000010011110110 Bytes: 14,63,00,10,10,FE,09,30,41,00,00,00,00,00,20,6F Timings (in us): PAUSE SPACE: 0 HEADER MARK: 3500 HEADER SPACE: 1480 BIT MARK: 410 ZERO SPACE: 267 ONE SPACE: 1137 Decoding known protocols... Looks like a Fujitsu protocol Checksum matches POWER ON Temperature: 20 MODE AUTO FAN AUTO VANE: STILL Time: 0 ECONOMY: OFF

Number of symbols: 59 Symbols: Hh00101000110001100000000000001000000010000100000010111111 Bytes: 14,63,00,10,10,02,FD Timings (in us): PAUSE SPACE: 0 HEADER MARK: 3440 HEADER SPACE: 1560 BIT MARK: 406 ZERO SPACE: 319 ONE SPACE: 1173 Decoding known protocols... Looks like a Fujitsu protocol Checksum matches POWER OFF

Number of symbols: 131 Symbols: Hh00101000110001100000000000001000000010000111111110010000000011001000001000000000000000000000000000000000000000000000010011110110 Bytes: 14,63,00,10,10,FE,09,30,41,00,00,00,00,00,20,6F Timings (in us): PAUSE SPACE: 0 HEADER MARK: 3420 HEADER SPACE: 1560 BIT MARK: 412 ZERO SPACE: 291 ONE SPACE: 1168 Decoding known protocols... Looks like a Fujitsu protocol Checksum matches POWER ON Temperature: 20 MODE AUTO FAN AUTO VANE: STILL Time: 0 ECONOMY: OFF

Number of symbols: 59 Symbols: Hh00101000110001100000000000001000000010000100000010111111 Bytes: 14,63,00,10,10,02,FD Timings (in us): PAUSE SPACE: 0 HEADER MARK: 3440 HEADER SPACE: 1560 BIT MARK: 400 ZERO SPACE: 330 ONE SPACE: 1172 Decoding known protocols... Looks like a Fujitsu protocol Checksum matches POWER OFF

Number of symbols: 131 Symbols: Hh00101000110001100000000000001000000010000111111110010000000011001000001000000000000000000000000000000000000000000000010011110110 Bytes: 14,63,00,10,10,FE,09,30,41,00,00,00,00,00,20,6F Timings (in us): PAUSE SPACE: 0 HEADER MARK: 3440 HEADER SPACE: 1580 BIT MARK: 417 ZERO SPACE: 274 ONE SPACE: 1160 Decoding known protocols... Looks like a Fujitsu protocol Checksum matches POWER ON Temperature: 20 MODE AUTO FAN AUTO VANE: STILL Time: 0 ECONOMY: OFF

Number of symbols: 59 Symbols: Hh00101000110001100000000000001000000010000100000010111111 Bytes: 14,63,00,10,10,02,FD Timings (in us): PAUSE SPACE: 0 HEADER MARK: 3420 HEADER SPACE: 1560 BIT MARK: 400 ZERO SPACE: 333 ONE SPACE: 1176 Decoding known protocols... Looks like a Fujitsu protocol Checksum matches POWER OFF

Number of symbols: 131 Symbols: Hh00101000110001100000000000001000000010000111111110010000000011001000001000000000000000000000000000000000000000000000010011110110 Bytes: 14,63,00,10,10,FE,09,30,41,00,00,00,00,00,20,6F Timings (in us): PAUSE SPACE: 0 HEADER MARK: 3460 HEADER SPACE: 1540 BIT MARK: 407 ZERO SPACE: 292 ONE SPACE: 1153 Decoding known protocols... Looks like a Fujitsu protocol Checksum matches POWER ON Temperature: 20 MODE AUTO FAN AUTO VANE: STILL Time: 0 ECONOMY: OFF `