Difference between revisions of "Protocol decoder:Easymatic"
Line 162: | Line 162: | ||
| 05 | | 05 | ||
| Boiler | | Boiler | ||
| Boiler bits command *** | | Boiler bits command ** *** | ||
| ? | | ? | ||
| ? | | ? | ||
Line 171: | Line 171: | ||
| 06 | | 06 | ||
| Easymatic | | Easymatic | ||
| Boiler bits command *** | | Boiler bits command ** *** | ||
| ? | | ? | ||
| ? | | ? | ||
| ? | | ? | ||
| ? | | ? | ||
| ***order ? | | ***order ? | ||
|- | |- | ||
Line 208: | Line 208: | ||
|} | |} | ||
** bits signification ? : Boiler pump/Hydraulic valve Close//Hydraulic valve Open/Burner 1,2/Burner 1,1 | |||
== Resources == | == Resources == |
Revision as of 15:12, 21 November 2017
File:Easymatic.jpg | |
Name | EASYMATIC |
---|---|
Description | Asynchronous, serial bus, differential |
Status | planned |
License | GPLv2+ |
Source code | decoders/uart |
Input | logic |
Output | Easymatic protocol |
Probes | — |
Optional probes | Thermostat, Boiler |
Options | invert_thermostat, invert_boiler |
The easymatic protocol decoder can decode the thermostat Easymatic bus protocol used by De Dietrich.
Hardware
Differential link
The easymatic is linked to the boiler with two wires. This link can feed power to the easymatic. Easymatic can have two R4 accu in order to save data if the power cut. Boiler power is a 24V modulated with communication power.
Communication is always working.
[To be confirmed]
The hardware is similar to OpenTherm Specifications : - differential link - about 24V - tension modulation for boiler - intensity modulation for thermostat (easymatic) ?
In order to link with a logic analyzer Saleae Logic an interface must be done.
Electrical coding
[To be define]
Idle state
[To be define]
Protocol
Uart based
Whereas OpenTherm use Manchester code, the easymatic seems to be based on Universal Asynchronous Receiver Transmitter (UART). It's a : - 1200 bauds communication. - 8 bits of data - no parity - one stop bit
The bit order of the 8 data bits is LSB-first.
details
[To be discovered and detailed]
Frames are repeated twice
To be define : how an order is send
All frame are composed by 6 bytes Boiler frames begin with a byte in 01, 03, 05, 07, 09, 0B, 0D Thermostat frames begin with a "boiler beginning frame +1" : 02, 04, 06, 08, 0A, 0C, 0E
Frame description
Frame (first byte) | Equipement | 2sd byte | 3th byte | 4th byte | 5th byte | 6th byte | Comments |
---|---|---|---|---|---|---|---|
0A | Easymatic | ? | ? | ? | ? | ? | |
0B | Boiler | ? | ? | ? | T°C exterior | example : 70,0°C = 0700DEC = 02BCHEX | |
0C | Easymatic | 00? | T°C max boiler | Set point frost protection T°C exterior | |||
0D | Boiler | 00? | 00? | 00? | T°C exterior | ||
0E | Easymatic | Hour | Day | Minutes | FF? | FF? | |
01 | Boiler | 40? | T°C drink water | T°C boiler water | |||
02 | Easymatic | C1? | Set point room T°C day | Set point room T°C night | |||
03 | Boiler | 00? | ? | ? | ? | ? | |
04 | Easymatic | 05? | Set point frost protection room T°C | Set point T°C drink water | |||
05 | Boiler | Boiler bits command ** *** | ? | ? | exterior T°C | ***confirmation received order ? | |
06 | Easymatic | Boiler bits command ** *** | ? | ? | ? | ? | ***order ? |
07 | Boiler | ? | ? | ? | exterior T°C | ||
08 | Easymatic | 00? | ? | ? | ? | ? |
|
09 | Boiler | 00? | ? | ? | exterior T°C |
- bits signification ? : Boiler pump/Hydraulic valve Close//Hydraulic valve Open/Burner 1,2/Burner 1,1