|
|
@@ -97,15 +97,15 @@ entities:
|
|
|
- id: 45
|
|
|
type: bitfield
|
|
|
name: fault_code
|
|
|
- # Each timer can set the 1st and 2nd bytes for time, and the 3rd
|
|
|
- # and 4th bytes for temperature; 6 timers per "day";
|
|
|
- # 3 "days": Mon-Fri, Sat, Sun
|
|
|
- # defaults
|
|
|
- # 06:00 20°C; 08:00 15°C; 11:30 15°C; 13:30 15°C; 17:00 22°C; 22:00 15°C;
|
|
|
- # each section occupies 4 bytes, if the temperature has decimals,
|
|
|
- # the data must be expanded 10 times, if it does not have decimals,
|
|
|
- # it is transmitted normally, 06:00 35.0 is transmitted as 06 00 01 5e;
|
|
|
- # 6*4*3=72 bytes encoded as base64
|
|
|
+ # Each timer can set the 1st and 2nd bytes for time, and the 3rd
|
|
|
+ # and 4th bytes for temperature; 6 timers per "day";
|
|
|
+ # 3 "days": Mon-Fri, Sat, Sun
|
|
|
+ # defaults
|
|
|
+ # 06:00 20°C; 08:00 15°C; 11:30 15°C; 13:30 15°C; 17:00 22°C; 22:00 15°C;
|
|
|
+ # each section occupies 4 bytes, if the temperature has decimals,
|
|
|
+ # the data must be expanded 10 times, if it does not have decimals,
|
|
|
+ # it is transmitted normally, 06:00 35.0 is transmitted as 06 00 01 5e;
|
|
|
+ # 6*4*3=72 bytes encoded as base64
|
|
|
- entity: text
|
|
|
category: config
|
|
|
icon: "mdi:calendar-clock"
|