Подключение wifi кондиционера midea

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

reneklootwijk/mideahvac-dongle

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

This repository contains the hardware design of a WiFi dongle for Midea-like airconditioners and humidifiers. Midea provides a WiFi dongle (SK102/SK103), either as optional feature or built-in, to control the appliances via a mobile application. This dongle uses and is dependent on the Midea cloud which does not expose a publically available API. The protocol used by the dongle has been reverse engineered, but newer version still require the cloud to obtain an encryption key or require an addition server simulating the Midea cloud. This means integration in an existing home automation system is not straight forward.

Besides the protocol the dongle uses to commumicate with the mobile app and the cloud, also the protocol that is used between the dongle and the appliances has been reverse engineered (at least the most important parts). This means the original dongle can be replaced by a custom dongle making it independent on any cloud.

Besides Midea itself other vendors of these type of appliances are also using the Midea cloud and dongle to support control via a mobile app. Examples of these vendors are:

This design of a custom dongle can be used to replace the orignal dongle with a type A USB connector. The version with with a JST-XH connector needs a slight modification.

The design of the dongle is based on an ESP-12 which provides the WiFi interface and microcontroller to communicate with the appliance. Because the interface of the appliance is a 5V TTL serial port (UART) and the ESP-12 uses 3.3V and is not 5V tolerant, we need level shifters for the communication and a power regulator in order to power the dongle from the appliance.

Читайте также:  IPhone плохо ловит wifi

The design has been made in KiCad and all files can be found in the KiCad directory.

Note: The resulting PCB including the ESP-12 turned out to be 1 mm to long to fit into the location of the original dongle (in my Artel airconditioner). It was easy to locate it somewhere else, but pay attention whether the PCB would fit in your appliance. The dimensions of the dongle are: 55mmx20mm (l*w) without casing.

Ordering and manufacturing

The PCB can be ordered by the manufacturer of your choosing. I had it manufactured and partly assembled by JLCPCB. The files required to order the PCB including the SMT assembly of all components except the ESP-12 and USB connector can be found in the JLCPCB directory.

The JLCPCB directory contains the following files:

  • Gerber-Midea WiFi Dongle v1.zip, this zip contains all gerber files and the drill file.
  • BOM-Midea WiFi Dongle.csv, this is the Bill Of Material file.
  • CPL-Midea WiFi Dongle.csv, this is the Pick and Place file

Note: The ESP-12 and USB connector are not part of the BOM and need to be ordered somewhere else, JLCPCB could not deliver them. This also means you have to solder them yourself.

I also designed a case that can printed on a 3d printer. The .STL file is part of this repository.

At this moment there are several options:

  • Sören Beye created firmware to integrate dehumidifiers with Home Assistant: https://github.com/Hypfer/esp8266-midea-dehumidifier.
  • Sergey V. Dudanov created an extension for ESPHome integrating aircondititioners with Home Assistant: https://github.com/dudanov/esphome.
  • I created a node.js module to integrate airconditioners with anything you like, but you need to program: https://github.com/reneklootwijk/node-mideahvac. The firmware required on the dongle is esplink, a serial bridge: https://github.com/jeelabs/esp-link.
  • To reverse engineer the protocol the original dongle is using to communicate with your appliance, you can use this custom dongle to capture this communication. See https://github.com/reneklootwijk/midea-uartsniffer.

Источник

Управление кондиционером в Home Assistant

Пришло время подключить NodeMCU на базе esp8266 к моему Electrolux EACS/I-07HAT/N3.

Как я писал ранее, мой сплит поддерживает wifi донглы платформы Midea, и это стало ключевым фактором в выборе кондиционера для спальни.

На этой неделе я занялся этим спонтанно, поэтому не предусмотрел все заранее, но на данный момент все работает — я управляю своим кондиционером из Home Assistant и вижу его статус, даже если буду включать с ИК пульта.

В карточке дополнительно показана текущая температура в спальне, согласно внутреннего датчика температуры.

Читайте также:  Все телевизор со встроенным вай фай

Пару лет назад вот такая uart реализация, да еще и недорогая, была только пределом мечтаний. По крайней мере у меня точно. Теперь и выбор сплит систем на этой платформе большой, и прошивка уже написана. Покупай, прошивай и управляй. Красота.

Я еще в прошлом году все спланировал (как оказалось не до конца), когда шерстил форумы. Вот тут большущая ветка на эту тему. Основной источник вдохновения она и страница на сайте esphome.

Для реализации задуманного, помимо нужного кондиционера, нужен модуль с esp8266, который как минимум будет оснащен всем необходимым для связи по uart с мозгами сплит системы, а именно конвертером для этого самого uart. Насколько я понял,из-за того, что у еспшки логика на 3.3в, а у кондея 5в. Изучая вышеописанную ветку форума, я находил варианты подключения wemos d1 mini через такие конвертеры, но это все громоздко и выглядит не очень. Да и нет у меня этого конвертера.

Есть уже готовые, разработанные энтузиастами, донглы для самостоятельного заказа у китайцев, останется только прошить и вставить в свой кондей. Например iot-uni-dongle и midea-mini-dongle. Оба проекта выглядят круто и по одному из них я и хотел заказать у китайцев плату, но долго хотел, видимо. Сейчас неизвестно что с доставкой, поэтому стал делать из того, что доступно. На страничке midea-mini-dongle есть раздел, в котором разработчик этого донгла проводил опыты, и там я нашел для себя то, что мне подходит — недорого, функционально и идеально садится в родной паз wifi модуля. Вот такая плата:

Это плата с уже распаянным модулем esp12f, но у меня этих еспшек есть достаточное количество, поэтому я нашел плату без esp8266, вот такую:

Судя по фоткам на гитхаб, плата должна идеально зайти в пазы посадочного места для донгла, а пока что я сделал временный вариант с NodeMCU, подглядев на форуме возможность подключения пина 5в от сплит системы к 3.3в еспшки. Таких модулей у меня много, спалить NodeMCU было не жалко и я рискнул.

На удивление, белый дым из есп не вышел, и она работает. Естественно, предварительно я ее прошил по старинке, через ESPHome Flasher.

Сначала прошил пустой конфиг с базовыми настройками:

esphome: name: bedroom_electrolux_ac esp8266: board: esp01_1m # Disable logging over UART (required) logger: baud_rate: 0 # Enable Home Assistant API api: ota: wifi: ssid: !secret wifi_ssid password: !secret wifi_password

Затем добавил в него компонент midea и обновил через OTA. Итоговый конфиг выглядит следующим образом:

esphome: name: bedroom_electrolux_ac esp8266: board: esp01_1m # Disable logging over UART (required) logger: baud_rate: 0 # Enable Home Assistant API api: ota: wifi: ssid: !secret wifi_ssid password: !secret wifi_password # UART settings for Midea dongle (required) uart: tx_pin: 1 # hardware dependant rx_pin: 3 # hardware dependant baud_rate: 9600 # Main settings climate: - platform: midea name: bedroom electrolux ac # Use a unique name. # transmitter_id: # Optional. Add this option to use IR transmitter. period: 1s # Optional timeout: 2s # Optional num_attempts: 3 # Optional autoconf: true # Autoconfigure most options. beeper: true # Beep on commands. visual: # Optional. Example of visual settings override. min_temperature: 17 °C # min: 17 max_temperature: 30 °C # max: 30 temperature_step: 1 °C # min: 0.5 supported_modes: # All capabilities in this section detected by autoconf. - FAN_ONLY # This capability is always used. - HEAT_COOL - COOL - HEAT - DRY custom_fan_modes: - SILENT - TURBO supported_presets: # All capabilities in this section detected by autoconf. - ECO - BOOST - SLEEP # This capability is always used. custom_presets: # All capabilities in this section detected by autoconf. - FREEZE_PROTECTION supported_swing_modes: - VERTICAL # This capability is always used. - HORIZONTAL - BOTH

Как я показывал выше, теперь есть возможность управлять кондиционером и видеть его реальный статус. Один пункт из желаний по автоматизации можно вычеркнуть. Пока что расположил есп за пределами корпуса для wifi донгла, в свободном месте для забора воздуха.

Читайте также:  Wi fi устройство broadcom

P.S. Когда придет плата-адаптер для esp сделаю обновление этой статьи.

Адаптер для esp-01 успешно трудится вместо NodeMCU, которой 5в, видимо, не совсем нравились.

Источник

Midea wifi модуль в Москве

Сплит-система Midea MA-09N1D0

Описание товара Сплит система Midea MA-09N1D0-I / MA-09N1D0-O Blanc Inverter — это идея дизайна, навеянная движением морских волн и дуновением легкого бриза. Оригинальная боковая поверхность. Читать далее

Настенный кондиционер Midea MA-09N1D0-I/MA-09N1D0-O

Настенный внутренний блок мульти-сплит системы Midea MA-18N1D0-I

Midea MA-09N1D0-I/MA-09N1D0-O

Midea MA-18N1D0-I

Midea MA-09N1D0-IX

Настенный внутренний блок Midea MA-18N1D0-I белый

Кондиционер настенный инверторный Midea Paramount inverter MSAG1-24N8D0-I/MSAG1-24N8D0-O , белый

Кондиционер Midea MA-09N1D0-I/MA-09N1D0-O

Настенный внутренний блок Midea MA-09N1D0-IX

Отзывы

Видео

Wi-Fi модуль Midea kit SK-102 для кондиционеров Midea

PT6M58S true

Wi-Fi модуль Midea kit SK-102 для кондиционеров Midea

Установка Wi-Fi модуля в кондиционер

PT6M58S true

Как самому подключить wifi модуль к кондиционеру?

PT6M58S true

Как самому подключить wifi модуль к кондиционеру?

Кондиционер с WiFi. Модуль с AliExpress. AC Freedom.

PT6M58S true

Настройка установка Wi Fi Кондиционер Midea Mission MSMB smart wifi connection

PT6M58S true

Настройка установка Wi Fi Кондиционер Midea Mission MSMB smart wifi connection

Установка Wi-Fi модуля для кондиционера IDEA Pro

PT6M58S true

Установка Wi-Fi модуля для кондиционера IDEA Pro

Смотрите также

Города

Midea wifi модуль на маркетплейсе «midea-store.ru» представлены в максимальном ассортименте. Сколько стоит? Цены начинаются от 14 930 ₽. На страницах товаров указаны подробные технические характеристики ( и другие), отзывы, сертификаты соответствия, инструкция применения, условия покупки, гарантии и условия доставки в Москве. Midea wifi модуль легко купить онлайн на нашем сайте, добавив товар в корзину, и заказать с доставкой по указанному адресу или оформить самовывоз со складов наших продавцов. Некоторые товары доступны только по предзаказу, узнать их стоимость, а также оптовые цены удобнее по телефону.

Midea-store.ru — каталог описаний и цен на Духовой шкаф, Вытяжка, Посудомоечная машина, Сплит-система . Наша задача — помочь подобрать и купить Сплит-система по лучшей цене в интернет-магазинах — от бюджетных до премиум. В каталоге можно найти всю необходимую для выбора информацию — сравнение Сплит-система , подбор моделей по параметрам, подробные описания, поиск товара по названию, отзывы пользователей, фотогалереи товаров, глоссарий терминов, обзоры, инструкции, рейтинг товаров, рекомендации экспертов, каталог брендов и многое другое. Перепечатка любых материалов разрешена только с письменного согласия редакции.

Сайт midea-store.ru не является интернет-магазином.
Телефон для связи: 8 (495) 114-44-44.
E-mail: moskva@ midea-store.ru .
Информация размещенная на сайте, не является публичной офертой

Источник

Оцените статью
Adblock
detector