-
-
Notifications
You must be signed in to change notification settings - Fork 137
Description
DESCRIPTION
I believe I have decoded a telegram used for storing heating (also used for DHW in AUTO) timers in CR50 Thermostat.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
- Searched the issue in issues
- Searched the issue in discussions
- Searched the issue in the docs
- Searched the issue in the chat
- Provide the System information in the area below, taken from
http://<IP>/api/system
Thermostat: CR50/RC200, CW100, CR120, CR50 (DeviceID:0x18, ProductID:157, Version:43.02) (53)
Received telegram type IDs: 0x06 0xA2 0x31D
Fetched telegram type IDs: 0x2A5 0x2B9 0x2AF 0x29B 0x291 0x2F5 0x23A 0x241 0x43F
Pending telegram type IDs: 0xA3 0x12 0x13 0x471 0x2A6 0x2BA 0x2B0 0x29C 0x472 0x2A7 0x2BB 0x2B1 0x29D 0x473 0x2A8 0x2BC 0x2B2 0x29E 0x474 0x2A9 0x2BD 0x2B3 0x29F 0x475 0x2AA 0x2BE 0x2B4 0x2A0 0x476 0x2AB 0x2BF 0x2B5 0x2A1 0x477 0x2AC 0x2C0 0x2B6 0x2A2 0x478 0x2CC 0x467 0x2CE 0x468 0x292 0x2D0 0x469 0x293 0x2D2 0x46A 0x294 0x2F6 0x31B 0x31E 0x267 0xBB 0x23E 0x16E
Ignored telegram type IDs: 0xBF 0x1C 0x04 0x16 0x18 0x19 0x34 0x33 0x14 0x15 0x29 0x1A 0x05 0x0A 0x17 0x1D 0x23 0x25 0x26 0x27 0x2A 0x2C3
DETAILS
I believe I have decoded a telegram used for storing heating (also used for DHW in AUTO) timers in CR50 Thermostat.
I believe they are all saved in one long telegram only (0x02C3).
`
The whole telegram:
0x02C3 (offset 00) 03 14 01 48 03 FF 01 FF 03 FF 01 FF means MO, H, 05:00, S, 18:00
0x02C3 (offset 12) 03 14 01 48 03 FF 01 FF 03 FF 01 FF means TU, H, 05:00, S, 18:00
0x02C3 (offset 24) 03 14 01 48 03 FF 01 FF 03 FF 01 FF means WE, H, 05:00, S, 18:00
0x02C3 (offset 36) 03 14 01 48 03 FF 01 FF 03 FF 01 FF means TH, H, 05:00, S, 18:00
0x02C3 (offset 48) 03 14 01 48 03 FF 01 FF 03 FF 01 FF means FR, H, 05:00, S, 18:00
0x02C3 (offset 60) 03 14 01 48 03 FF 01 FF 03 FF 01 FF means SA, H, 05:00, S, 18:00
0x02C3 (offset 72) 03 14 01 48 03 FF 01 FF 03 FF 01 FF means SU, H, 05:00, S, 18:00
Structure of one day:
03 - H (heating temp starts - temp selected elsewhere, not sure why 03 here - emsesp calls it comfort)
14 - time in count of 15 mins increments from midnight (i.e. 0x14x15=300 min, so 05:00) for first heating period of the day
01 - S (setback temp starts - temp selected elsewhere, not sure why 01 here - emsesp calls it eco)
48 - time in count of 15 mins increments from midnight (i.e. 0x48x15=1080 min, so 18:00) for first setback period of the day
03 - next heating starts
FF - not set
01 - next setback starts
FF - not set
03 - next heating
FF - not set
01 - next setback
FF - not set
`
SCREENSHOTS
ADDITIONAL CONTEXT
Add any other context about the issue here.
(Please remember to close the issue when it has been addressed)
