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

doc: Add MDDP-50DEN7 to extended compatibility list #33

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
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,17 @@ This list contains all tested and known-working dehumidifiers:
* Midea Cube 35 ([#29](https://github.com/Hypfer/esp8266-midea-dehumidifier/issues/29))
* Midea Cube 50 ([#27](https://github.com/Hypfer/esp8266-midea-dehumidifier/issues/27))

Additionally, there are models that technically also work but have some issues:
### Extended compatibility list
Additionally, there are models that technically also work with some limitations.

* Comfee MDDF-20DEN7 - lacks Wi-Fi Button and USB port. The guide below doesn't fully apply! ([#24](https://github.com/Hypfer/esp8266-midea-dehumidifier/pull/24))
#### Devices without Wi-Fi Button and USB port, but with Wi-Fi headers
These devices lack a dedicated Wi-Fi button, so resetting the Wi-Fi is only possible by reflashing.
Furthermore these devices lack a USB port, instead the `WiFi` header on the PCB needs to be used.
Upper (right) pin of the `WiFi` header is `Gnd`, lower (left) pin is `Vcc`, the `Rx` and `Tx` are between these two.
See [#24](https://github.com/Hypfer/esp8266-midea-dehumidifier/pull/24) for further info.

* Comfee MDDF-20DEN7
* Comfee MDDP-50DEN7

## Health and Safety
Please note that some of the supported dehumidifiers such as the Comfee MDDF-20DEN7-WF use R290 as its coolant which - [while having a much lower global warming potential than other coolants](https://en.wikipedia.org/wiki/Refrigerant#Environmental_issues) -
Expand Down