-
Notifications
You must be signed in to change notification settings - Fork 0
/
decode.txt
54 lines (40 loc) · 2.61 KB
/
decode.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
This is a WIP decoder for the binary GMG grill comm data structure.
_LOW = Low Pellet Mode
_DFT = Desired Food Temp
_DGT = Desired Grill Temp
_CFT = Current Food Temp
_CGT = Current Grill Temp
_OOF = On/Off/Fan
# new?
_C2T = Current Food probe 2 temp
_C2T = Current Food probe 2 temp
0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 - ID
_CMD _CGT _CFT _DGT ???? ???? ???? ???? _C2T _D2T ???? ???? _LOW ???? _DFT _OOF ???? ???? - Key
---------------------------------------------------------------------------------------------------------------
5552 6000 2d02 9600 0101 1432 1919 0000 0000 0000 ffff ffff 0000 0000 0000 0200 0400 0000 -@
5552 5f00 2d02 9600 0101 1432 1919 0000 0000 0000 ffff ffff 0000 0000 0000 0200 0419 0000 -A
5552 5b00 2d02 9600 0101 1432 1919 0000 0000 0000 ffff ffff 0000 0000 0000 0200 0432 0000 -C-FanActive/GrillOff
5552 5a00 2d02 9600 0101 1432 1919 0000 0000 0000 ffff ffff 0000 0000 0000 0000 044b 0000 -D-FanOff/GrillOff
5552 5900 2d02 9600 0101 1432 1919 0000 0000 0000 ffff ffff 0000 0000 0000 0200 0400 0000 -FanActive/GrillOff
5552 5a00 2d02 9600 0101 1432 1919 0000 0000 0000 ffff ffff 0000 0000 0000 0000 0100 0000 -FanOff/GrillOff
5552 4501 5000 4501 0101 1432 1919 0000 0000 0000 ffff ffff 0000 0000 a800 0100 0364 0000
5552 4501 5500 4501 0101 1432 1919 0000 0000 0000 ffff ffff 0000 0000 a800 0100 0364 0000
5552 4501 5e00 4501 0101 1432 1919 0000 0000 0000 ffff ffff 0000 0000 a800 0100 0364 0000
5552 a100 2d02 9600 0101 1432 1919 0000 0000 0000 ffff ffff 0000 0000 ab00 0100 0364 0000
5552 4501 5e00 4501 0101 1432 1919 0000 0000 0000 ffff ffff 0000 0000 a800 0100 0364 0000
0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 - ID
_CMD _CGT _CFT _DGT ???? ???? ???? ???? ???? ???? ???? ???? _LOW ???? _DFT _OOF ???? ???? - Key
---------------------------------------------------------------------------------------------------------------
5552 4700 2d02 9600 0101 1432 1919 0000 0000 0000 ffff ffff 0000 0000 0000 0000 0100 0000 - Normal
5552 4900 2d02 9600 0101 1432 1919 0000 0000 0000 ffff ffff 8000 0000 0000 0000 0100 0000 - Low Pellet On
5552 4700 2d02 9600 0101 1432 1919 0000 0000 0000 ffff ffff 8000 0000 0000 0000 0100 0000 - Low Pellet On
------
5543050b02322020202021 = pizza mode off
5543052b02322020202021 = pizza mode on
5543052b14322020202021 = pizza mode on with grill temp adjust 0, 0
current status
55529700600296000 52b143220202020 60020000ffffffff000000000000010003640003
50b14322020202
55524200600296000 50b14322020202060020000ffffffff000000000000000001000003
charAt(17), 31
splice(17, 14)