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

feature(AC): manually set vertical vent angle on midea ac / midea ac duo #79

Open
Viss opened this issue Jun 8, 2024 · 7 comments
Open
Labels
add_new_feature enhancement New feature or request midea-local library Issue/enanchement in midea-local library

Comments

@Viss
Copy link

Viss commented Jun 8, 2024

设备类型及型号 (或SN)

midea ac duo

新功能的描述

This is a continuation of this issue from last year: georgezhao2010/midea_ac_lan#243

in the midea app, it is possible to manually set the angle of the vertical vent on the midea 12k btu ac unit and the midea duo (i have both). I would love it if it was possible to manually set the vent direction in home assistant, as I am currently having to do it maually using the midea app.

happy to help troubleshoot or debug or run test code!

@Viss Viss added the enhancement New feature or request label Jun 8, 2024
@kuailezhiyuan
Copy link

我也非常希望有这个功能

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


I also really hope to have this function

@rokam rokam added the midea-local library Issue/enanchement in midea-local library label Jul 12, 2024
@rokam
Copy link
Collaborator

rokam commented Jul 12, 2024

Can you please provide the device serial number?

You can install midea-local python package and midealocal discover should show that number.

@rokam rokam added the needs-more-information Asked user to provide more information label Jul 12, 2024
@Kyesarri
Copy link

Hey @rokam - not OP however I have the same features in the Midea Air app and would love to see them in midea_air_ac

Looking at my home assistant ./storage/midea_air_ac/ dir i've got two .json which look to be serial / identifier numbers for both my units.

Their details are as follows:
Brand: Carrier
Model Name: Carrier Allure Split System Inverter Hi Wall 3.5kW
Model Number: 42QHG035N8 / 38QHG035N8 (outdoor)

These are both using official carrier / midea usb wifi dongles.

The .json have the following with some details removed:
{
"name": "removed",
"device_id": removed,
"type": 172,
"protocol": 3,
"ip_address": "removed",
"port": 6444,
"model": "00000Q1A",
"subtype": 8,
"token": "removed",
"key": "removed"
}

If you require the device id / other details please let me know.

@rokam
Copy link
Collaborator

rokam commented Jul 22, 2024

I need the serial number to get the lua protocol file. This can be archived with midealocal discover -d command. Or you can use midealocal download --host <ip_address> and share the lua file here.

@Kyesarri
Copy link

Kyesarri commented Jul 23, 2024

Had to install a virtual environment under nixos, eventually got there.

Serial for both units is:
000000P0000000Q1A8407D879EB70000

Using the command:
midealocal discover -d --host ac.ip.address.here

@rokam rokam removed the needs-more-information Asked user to provide more information label Jul 23, 2024
@jshatch
Copy link

jshatch commented Jul 29, 2024

I have a unit like this as well, however the serial on mine is different (I don't know what the SN is in this context but it doesn't seem to be the unit's unique production identifier, correct? Certainly not the same number as is printed on the label)

Here's mine in case it helps out.

{
   "150633093838574": {
      "device_id": 150633093838574,
      "type": 172,
      "ip_address": "192.168.10.199",
      "port": 6444,
      "model": "00000Q15",
      "sn": "000000P0000000Q154B874448EC00000",
      "protocol": 3
   }
}

@wuwentao wuwentao changed the title Feature request: manually set vertical vent angle on midea ac / midea ac duo feature(AC): manually set vertical vent angle on midea ac / midea ac duo Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add_new_feature enhancement New feature or request midea-local library Issue/enanchement in midea-local library
Projects
None yet
Development

No branches or pull requests

7 participants