Skip to content

Instantly share code, notes, and snippets.

@serrj-sv
Last active November 24, 2020 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save serrj-sv/964d390139534754b6ea22f628b33c61 to your computer and use it in GitHub Desktop.
Save serrj-sv/964d390139534754b6ea22f628b33c61 to your computer and use it in GitHub Desktop.
TZE200_fhn3negr sniffer data
== TZE200_fhn3negr sniffer data From Device -> to Gateway ==
1-byte data:
00 | 6a | 6a | 01 | 00 | 01 | 01 - Rapid Heat mode Start
00 | 6a | 6a | 01 | 00 | 01 | 00 - Rapid Heat mode Stop
00 | 02 | 02 | 04 | 00 | 01 | 00 - mode: Auto
00 | 02 | 02 | 04 | 00 | 01 | 01 - mode: Manual
00 | 02 | 02 | 04 | 00 | 01 | 02 - mode: VAcation
4-byte data:
00 | 69 | 69 | 02 | 00 | 04 | 00 00 00 2a - Set Target Temp. in "Auto" mode ( 01~3b = 0 ~ 30 deg, 00=OFF, 3C = ON)
00 | 10 | 10 | 02 | 00 | 04 | 00 00 00 22 - Set Target Temp. in "Manual" mode ( 01~3b = 0 ~ 30 deg, 00=OFF, 3C = ON)
00 | 18 | 18 | 02 | 00 | 04 | 00 00 00 c8 - Current Temperature (i.e. 0xc8 = 20.0 deg)
00 | 22 | 22 | 02 | 00 | 04 | 00 00 00 93 - Battery (170+value, i.e. [0x93 = 147] + 170 = 317 (3.17v))
00 | 76 | 76 | 02 | 00 | 04 | 00 00 03 77 - Rapid Heat mode countdown timer (0x377 ~ 0x0, sent every second with -1 decrement)
00 | 74 | 74 | 02 | 00 | 04 | 00 00 00 1f - set "Open Window" Temp (data: 01~3b = 0.5 ~ 29.5 deg)
00 | 75 | 75 | 02 | 00 | 04 | 00 00 00 3c - set "Open Window" Time (data: 00~3c = 0 ~ 60 min)
00 | 68 | 68 | 02 | 00 | 04 | 00 00 00 01 - set "Drift" Temp (data: ffffffc9~37 = -5.5 ~ 5.5 deg)
00 | 65 | 65 | 02 | 00 | 04 | 00 00 00 29 - set "Comfort" temp (data: 01~3b = 0.5 ~ 29.5 deg)
00 | 66 | 66 | 02 | 00 | 04 | 00 00 00 23 - set "Energy Save" temp (data: 01~3b = 0.5 ~ 29.5 deg)
8-byte data:
00 | 67 | 67 | 00 | 00 | 08 | 14 0b 19 0c 03 22 08 e8 - Set Holiday Period and Temperature
0 - Start Year (0x00 = 2000)
1 - Start Month
2 - Start Day
3 - Start Hour
4 - Start Minute
5 - Temperature (01~3b = 0.5 ~ 29.5 deg)
6-7 - Duration in Hours (max: 0x960 = 2400 hours = 100 days)
18-byte data
00 | 31 | 6d | 00 | 00 | 12 | 01 22 18 2a 24 22 44 2a 5c 22 60 2a 60 22 60 2a 60 22 - Program weekly temperature
0 - Day of Week (0~7 = Mon ~ Sun)
1 - 1st period Temperature (01~3b = 0 ~ 30 deg)
2 - 1st period end time (0x1~0x60 = 0:15 ~ 24:00 (15 min increment, i.e. 0x2 = 0:30, 0x3 = 0:45, ...))
3 - 2nd period Temperature
4 - 2nd period end time
5 - 3rd period Temperature
6 - 3rd period end time
7 - 4th period Temperature
8 - 4th period end time
9 - 5th period Temperature
10 - 5th period end time
11 - 6th period Temperature
12 - 6th period end time
13 - 7th period Temperature
14 - 7th period end time
15 - 8th period Temperature
16 - 8th period end time
17 - 9th period Temperature
* 1st period start time is always 00:00
* 9th period = 8 perion end time ~ 24:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment