The other end is just a USB cable (it’s one of the window units that uses a regular USB female) but I removed the electrical tape so you can see which wire is soldered to what.
The YAML file is here:
esphome:
name: mideatest1
platform: ESP32
board: featheresp32
wifi:
ssid: "NERV24"
password: "[redacted]"
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Mideatest1 Fallback Hotspot"
password: "DLlwng3yji0R"
captive_portal:
# Enable Home Assistant API
api:
ota:
# Example configuration entry
# Disable logging over UART (required)
logger:
# UART settings for Midea dongle (required)
uart:
tx_pin: GPIO17
rx_pin: GPIO16
baud_rate: 9600
# Optional (if you want modify settings)
midea_dongle:
strength_icon: true
# Main settings
climate:
- platform: midea_ac
name: "My Midea AC"
visual:
min_temperature: 18 °C
max_temperature: 25 °C
temperature_step: 0.1 °C
beeper: false
swing_horizontal: true
swing_both: true
outdoor_temperature:
name: "Temp"
power_usage:
name: "Power"
humidity_setpoint:
name: "Hum"