Skip to content

Commit f07e6d9

Browse files
chore(docs): AC device power_analysis_method info updated and extended (#759)
* Update AC.md - power_analysis_method info corrected and extended * chore(pre-commit.ci): auto fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f31bd44 commit f07e6d9

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

doc/AC.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,31 @@
1717

1818
## Customize
1919

20-
- Set the temperature step of AC (0.5 by default).
20+
### Temperature setting step of AC
21+
22+
Default step: 0.5
2123

2224
```json
2325
{ "temperature_step": 1 }
2426
```
2527

26-
- Power consumption analysis method (1 by default)
28+
### Power consumption analysis method
29+
30+
There are 4 different methods to decode the consumption of an AC, but we don’t know which is right for your device.
31+
If the power and/or energy consumption data looks incorrect, try another method and see if they are correct.
32+
The options are 1 (binary), 2 (BCD), 3 (base/radix 100) and 12 (BCD like #2, but with an additional /10 divider for the energy values).
2733

28-
There are 3 different methods to analyze the power consumption of an AC, but I don’t know which is right for your device.
29-
If the power consumption data looks incorrect, try another method and see if they are correct.
30-
The options include 1, 2, and 3.
34+
Default mode: 1
3135

3236
```json
3337
{ "power_analysis_method": 2 }
3438
```
3539

40+
Known settings:
41+
| Device | Mode |
42+
| :------------------------------- | ---: |
43+
| Midea PortaSplit | 12 |
44+
3645
## Entities
3746

3847
### Default entity

0 commit comments

Comments
 (0)