A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/crankyoldgit/IRremoteESP8266/issues/484 below:

Coolix proto possible structure · Issue #484 · crankyoldgit/IRremoteESP8266 · GitHub

I'm detect some signals from RG57K7(B)/BGEF remote control for Beko BINR 070/071 split-type air conditioner and try to parse possible binary structure (only set on/off timer signals detected as unknown, I'm don't try to parse this type of code). Can anyone check these signals with other devices with coolix proto?

0b1011 0010 0001 1111 0000 1000 - 17 C, auto
0b1011 0010 0001 1111 0000 0000 - 17 C, cool (fan auto)
0b1011 0010 1001 1111 0000 0000 - 17 C, cool (fan min)
0b1011 0010 0001 1111 0000 0100 - 17 C, dry
0b1011 0010 1011 1111 0000 1100 - 17 C, heat

0b1011 0010 1011 1111 1110 0100 - fan mode, fan auto
0b1011 0010 1001 1111 1110 0100 - fan mode, fan min
0b1011 0010 0101 1111 1110 0100 - fan mode, fan med
0b1011 0010 0011 1111 1110 0100 - fan mode, fan max

Fixed signals:
{
0b1011 0010 0111 1011 1110 0000 - off
0b1011 0010 0110 1011 1110 0000 - swing
0b1011 0010 1110 0000 0000 0011 - sleep mode

0b1011 0101 1111 0101 1010 0010 - turbo
0b1011 0101 1111 0101 1010 0101 - led
0b1011 0101 1111 0101 1010 1010 - self clean
}

0b1011 1010 0101 1010 xxxx 1010 - zone follow 26
0b1011 1010 1101 1010 xxxx 1010 - zone follow 26 current zone temp
0b1011 1010 0101 1001 xxxx 1010 - zone follow 25
0b1011 1010 1101 1001 xxxx 1010 - zone follow 25 current zone temp
0b1011 1010 1101 1000 xxxx 1010 - zone follow 24 current zone temp
0b1011 1010 0101 1011 xxxx 1010 - zone follow 27
                 1100           - 28
                 1101           - 29


Possible structure:
prefix | zf | op   | fan speed | x | current temp | temp  | mode | unknown
0b1011 | 0  | 010  | 000       | 1 | 1111         | 0000  | 10   | 00

mode:
00 - cool
01 - dry, fan mode with temp 1110 (can't use with zone follow)
10 - auto
11 - heat

zf (zone follow mode):
0 - off
1 - on

op:
010 - normal mode, off, swing, sleep
101 - turbo, led on/off, self clean, zone follow

fan speed:
001 - max
010 - medium (in zone follow mode: periodically send current temp, sound signal disabled)
100 - min
101 - auto
110 - with zone follow mode op: enable zone follow (with normal beep)
111 - fixed for modes: sleep, turbo, led, self clean

x:
0 - swing, sleep
1 - other modes

current temp (from remote control sensor for zone follow):
... (not checked)
1000 - 24 C
1001 - 25 C
1010 - 26 C
1011 - 27 C
1100 - 28 C
1101 - 29 C
...(not checked)
1111 - unknown, normal mode

temp:
0000 - 17 C
0001 - 18 C
0011 - 19 C
0010 - 20 C
0110 - 21 C
0111 - 22 C
0101 - 23 C
0100 - 24 C
1100 - 25 C
1101 - 26 C
1001 - 27 C
1000 - 28 C
1010 - 29 C
1011 - 30 C
1110 - fan mode


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4