Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md: Add DPs Inkbird IHC-200 #1802

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 30 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,20 +163,36 @@ hard to find a common DP mapping. Below are a table of DP to product mapping
which are currently seen working. Use it as a guide for your own mapping and
please contribute to the list if you have the possibility.

| DP | Moes BHT 002 | Qlima WMS S + SC52 (AB;AF) | Avatto |
|-----|---------------------------------------------------------|---------------------------------------------------------|--------------------------------------------|
| 1 | ID: On/Off<br>{true, false} | ID: On/Off<br>{true, false} | ID: On/Off<br>{true, false} |
| 2 | Target temperature<br>Integer, scaling: 0.5 | Target temperature<br>Integer, scaling 1 | Target temperature<br>Integer, scaling 1 |
| 3 | Current temperature<br>Integer, scaling: 0.5 | Current temperature<br>Integer, scaling: 1 | Current temperature<br>Integer, scaling: 1 |
| 4 | Mode<br>{0, 1} | Mode<br>{"hot", "wind", "wet", "cold", "auto"} | ? |
| 5 | Eco mode<br>? | Fan mode<br>{"strong", "high", "middle", "low", "auto"} | ? |
| 15 | Not supported | Supported, unknown<br>{true, false} | ? |
| 19 | Not supported | Temperature unit<br>{"c", "f"} | ? |
| 23 | Not supported | Supported, unknown<br>Integer, eg. 68 | ? |
| 24 | Not supported | Supported, unknown<br>Integer, eg. 64 | ? |
| 101 | Not supported | Outdoor temperature<br>Integer. Scaling: 1 | ? |
| 102 | Temperature of external sensor<br>Integer, scaling: 0.5 | Supported, unknown<br>Integer, eg. 34 | ? |
| 104 | Supported, unknown<br>{true, false(?)} | Not supported | ? |
| DP | Moes BHT 002 | Qlima WMS S + SC52 (AB;AF) | Avatto | Inkbird IHC-200 WiFi |
|-----|---------------------------------------------------------|---------------------------------------------------------|--------------------------------------------|---------------------------------------------------------------------|
| 1 | ID: On/Off<br>{true, false} | ID: On/Off<br>{true, false} | ID: On/Off<br>{true, false} | Not supported |
| 2 | Target temperature<br>Integer, scaling: 0.5 | Target temperature<br>Integer, scaling 1 | Target temperature<br>Integer, scaling 1 | Not supported |
| 3 | Current temperature<br>Integer, scaling: 0.5 | Current temperature<br>Integer, scaling: 1 | Current temperature<br>Integer, scaling: 1 | Not supported |
| 4 | Mode<br>{0, 1} | Mode<br>{"hot", "wind", "wet", "cold", "auto"} | ? | Not supported |
| 5 | Eco mode<br>? | Fan mode<br>{"strong", "high", "middle", "low", "auto"} | ? | Not supported |
| 12 | | | | Supported, unknown<br>Integer, eg. 0 |
| 15 | Not supported | Supported, unknown<br>{true, false} | ? | Not supported |
| 19 | Not supported | Temperature unit<br>{"c", "f"} | ? | Not supported |
| 23 | Not supported | Supported, unknown<br>Integer, eg. 68 | ? | Not supported |
| 24 | Not supported | Supported, unknown<br>Integer, eg. 64 | ? | Not supported |
| 101 | Not supported | Outdoor temperature<br>Integer. Scaling: 1 | ? | Not supported |
| 102 | Temperature of external sensor<br>Integer, scaling: 0.5 | Supported, unknown<br>Integer, eg. 34 | ? | Humidity Calibration<br>Integer, eg. 30, scaling: 0.1 |
| 104 | Supported, unknown<br>{true, false(?)} | Not supported | ? | PV (current humidity)<br>Integer, eg. 640, scaling: 0.1 |
| 105 | | | | Not supported |
| 106 | | | | SV (target humidity)<br>Integer, eg. 750, scaling: 0.1 |
| 107 | | | | Not supported |
| 108 | | | | Dehumidification Delay Time<br>Integer, eg. 3 |
| 109 | | | | Alarm High Humidity Limit<br>Integer, eg. 950, scaling: 0.1 |
| 110 | | | | Alarm Low Humidity Limit<br>Integer, eg. 50, scaling: 0.1 |
| 111 | | | | Supported, unknown<br>Boolean, eg. False |
| 112 | | | | Supported, unknown<br>Boolean, eg. False |
| 113 | | | | Supported, unknown<br>Boolean, eg. False |
| 114 | | | | Not supported |
| 115 | | | | Mode<br>Integer<br>{1: "Work2", 2: "OFF", 3: "Work1"} |
| 116 | | | | Not supported |
| 117 | | | | Humidification Diferential Value<br>Integer, eg. 20, scaling: 0.1 |
| 118 | | | | Dehumidification Diferential Value<br>Integer, eg. 30, scaling: 0.1 |
| 119 | | | | Supported, unknown<br>Boolean, eg. False |

[Moes BHT 002](https://community.home-assistant.io/t/moes-bht-002-thermostat-local-control-tuya-based/151953/47)
[Avatto thermostat](https://pl.aliexpress.com/item/1005001605377377.html?gatewayAdapt=glo2pol)
Expand Down