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 midea.rst #4324

Merged
merged 2 commits into from
Oct 9, 2024
Merged
Changes from 1 commit
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
9 changes: 9 additions & 0 deletions components/climate/midea.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ The ``midea`` component creates a Midea air conditioner climate device.

Control is possible with a custom dongle. Example of hardware implementation is `IoT Uni Dongle <https://github.com/dudanov/iot-uni-dongle>`_ or `Midea SLWF-01pro <https://smartlight.me/smart-home-devices/wifi-devices/wifi-dongle-air-conditioners-midea-idea-electrolux-for-home-assistant>`_ (`CloudFree <https://cloudfree.shop/product/ductless-hvac-wi-fi-module/>`_, `Tindie <https://www.tindie.com/products/smartlightme/wifi-dongle-for-air-conditioners-midea-electrolux>`_).

The Midea air conditioner requires UART communication at **5V logic levels**. It is **not compatible with 3.3V logic levels**. Use a logic level shifter if building your own dongle.

.. code-block:: yaml

uart:
tx_pin: GPIO16 # TX Pin for sending data (Serial 2 on ESP32)
rx_pin: GPIO17 # RX Pin for receiving data (Serial 2 on ESP32)
baud_rate: 9600 # Communication baud rate
kbx81 marked this conversation as resolved.
Show resolved Hide resolved

.. code-block:: yaml

# Example configuration entry
Expand Down