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

Set horizontal and vertical blade angles #243

Closed
v1k70rk4 opened this issue Jul 25, 2023 · 15 comments
Closed

Set horizontal and vertical blade angles #243

v1k70rk4 opened this issue Jul 25, 2023 · 15 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@v1k70rk4
Copy link
Contributor

v1k70rk4 commented Jul 25, 2023

This is more of a feature request than a bug.
In the new mSmart app, you can already set horizontal and vertical blade angles. Could this somehow be integrated?
Or does anyone have a manual on what commands to give?
I currently solve this with infrared transmission.

The types of my air conditioners:

  • midea xtreme save pro
  • midea breezless+

Thank you in advance for your help.

@Viss
Copy link

Viss commented Jul 25, 2023

+1 for this!
I bought two new units - a midea duo 14k btu ac + heat heatpump, and an additional midea 14k btu heatpump ac unit.

Both can set the vent angles in the app, and after checking the entity in HA I can't see any attribute anywhere for the vent settings. It would be SUPER AMAZING to be able to use HA to change the angle of the vents (I never turn on swing, I aim them at the respective ceiling fans in each room), and when these things are powered down and then up again the vent defaults to "straight up", so I always have to manually go adjust them

image

@georgezhao2010 georgezhao2010 added the enhancement New feature or request label Aug 10, 2023
@Viss
Copy link

Viss commented Aug 11, 2023

If there's something I can do to help out here, please let me know!

@v1k70rk4
Copy link
Contributor Author

Both can set the vent angles in the app, and after checking the entity in HA I can't see any attribute anywhere for the vent settings. It would be SUPER AMAZING to be able to use HA to change the angle of the vents (I never turn on swing, I aim them at the respective ceiling fans in each room), and when these things are powered down and then up again the vent defaults to "straight up", so I always have to manually go adjust them

Hello,

There's a trick for this :) If your air conditioner supports the "Indirect Wind" feature, then when you turn it on, the blade will point upwards at fan speed 1. Wait for two seconds and then invoke the "Midea AC LAN: Set AC fan speed" and set it to auto or your desired speed.

Unfortunately, my Breezless doesn't support this, but it works on the other one.

@Viss
Copy link

Viss commented Aug 17, 2023

Thats sort of the opposite of what im going for, I need to aim it more or less straight forward. the units I have aim the vent at basically a 45 degree angle or so when i set it to 'forward', so I aim it into a ceiling fan and it circulates throughout a large room. it works very well too - but until the support to move the vents gets added to this integration, i still have to use the phone app to manually change the vent direction every time the unit is powered down and back up again

@georgezhao2010 georgezhao2010 added the need more info Need more info to understand label Sep 6, 2023
@georgezhao2010
Copy link
Owner

I’m sorry, but I believe this feature is unnecessary for most peoples and I don’t foresee myself investing effort into it.

@georgezhao2010 georgezhao2010 added wontfix This will not be worked on and removed need more info Need more info to understand labels Sep 22, 2023
@Viss
Copy link

Viss commented Sep 22, 2023 via email

@georgezhao2010
Copy link
Owner

can you please give me some pointers for how I can do it myself? I use it every day

Could you please provide the model of your device? You can find this information in Settings -> Devices & Services -> Midea AC LAN -> Devices -> Device Info. Once I have that, I’ll give you a lua script specifically for your device.

@Viss
Copy link

Viss commented Sep 22, 2023 via email

@georgezhao2010
Copy link
Owner

I think this is it: Air Conditioner 00000Q18

Perhaps you might find what you’re looking for in this LUA script.

T_0000_AC_75.zip

@georgezhao2010 georgezhao2010 closed this as not planned Won't fix, can't repro, duplicate, stale Sep 22, 2023
@v1k70rk4
Copy link
Contributor Author

v1k70rk4 commented Sep 23, 2023

I think this is it: Air Conditioner 00000Q18

Perhaps you might find what you’re looking for in this LUA script.

T_0000_AC_75.zip

Can you possibly send me such a LUA script as well? The model number of my air conditioners is:
00000Q19
00000Q11

because I found this in it:
local module = require("smart_air_conditioner")
module.setSwingLR(45)
module.setSwingUD(90)
local swingLR = module.getSwingLR()
local swingUD = module.getSwingUD()
print("Horizontal angle:", swingLR)
print("Vertical angle:", swingUD)

@Viss
Copy link

Viss commented Sep 23, 2023 via email

@georgezhao2010
Copy link
Owner

georgezhao2010 commented Sep 30, 2023

@v1k70rk4 @Viss

There are the LUA scripts for your appliances

AC_00000Q18.zip
AC_00000Q19.zip
AC_00000Q11.zip

@Viss
Copy link

Viss commented Sep 30, 2023 via email

@wisse-smit
Copy link

Hello all, reading this discussion with great interest. I have the same option in the Carrier app and am also looking for a way to set the blade direction in an automation to a specific level rather than turning on the swing function which I never use. In the afternoon I want to heat a specific place in the room more downwarss for lunch with direct air, and in the evening the flow should be more upwards. I have couple of carrier 42QHG009D8S models. I have looked everywhere for more information but couldn't find anything. If you figured anything out in the meantime @Viss I would love to know! If this would be available in some way that would be perfect!

@Viss
Copy link

Viss commented Oct 17, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants