Commit 6434814
committed
fix(tion): fix heating detection
To be sure that heating is on we should check that:
* heater is on (breezer may heat)
* out_temp > in_temp (something heat air)
* in_temp is more thant 3 degree awy from target temperature (some internal breezer logic may be missed here, it may be not only one condition)
Fix #321 parent eddd985 commit 6434814
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments