-
Notifications
You must be signed in to change notification settings - Fork 54
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
Request: set vertical airflow in Haier airconditioning #147
Comments
There is an action called: "hOn: Set wind direction vertical" that will allow to select the vertical airflow direction. Could you please try? |
Probably, I was not clear enough in defining the problem. ====== Get all settings ('auto') Parameters: screenDisplayStatus: [0 - 1] - Default: 1 service: hon.update_settings Get all settings ('vertical') Parameters: screenDisplayStatus: [0 - 1] - Default: 1 service: hon.update_settings ====== Perhaps useful information |
Thanks for the details. I will check soon |
This is strange, the possible values for the vertical swing for your AC device are
Can you active the position through the hOn mobile app ? |
No, you can't set it in the 180 degree vertical position using the hOn mobile app. I have in the past also contacted Haier with this issue, I found it strange that the mobile app cannot control all functionalities of the device, especially such an important one. |
Your message was really clear and unfortunately we might be limited here. The only think we can do :
(the "get Settings" do not send back the actual values, just default ones) |
Is that a request to me, or something that you intend to do yourself? If a request to me, please give me some detailed instructions what I have to do and where to fetch the information you need. As said, I am still a novice in the home assistant environment. It would save me quite some time searching the manual if you would give me such more detailed instructions as to how to activate the debug mode on HA for the hOn integration and where to fetch the debug information. |
@ggieling , the request is for you :)
You will see after a log every 30 sec with all details about your device. Ideally you should look at a dump before activating the option and 30 sec later to check if something is different |
I have added to configuration.yaml
restarted home assistant waited one minute after restarting and did some operations with the airco using the home assistant interface. I do not see anything appearing in the log file [settings]/[logs]/[load full logs].
If I go to the logbook in the user interface, I see the logbook reporting that the airco was switched on or of or changed operating mode (ventilator only / cooling / heating). The logbook does not report if I change anything with ventilator speed or vertical airflow. Despite seeing some events in the logbook, the log file is completely silent about anything happening with the airconditioner. |
I'm really sorry ! the level should be set to 'debug', not 'warning' or 'info' |
Silly, I could have thought that myself. I have extracted the log information and included the raw log file below. The sequence used was: In checking the context parameters I see two essential differences: In some occasions you'll see operationSource 1 linked to windDirectionVertical value 2. In that case, the context dump to the log file was exactly between the two remote control toggles. The 180 degrees vertical position is in our device linked to 'windDirectionVertical' value of '3', which in the Home Assistant interface is linked to 'Health high'. Since the parameter used to set the device in 180 degrees vertical position seems to be the common windDirectionVertical parameter. I tried using the [Developer tools] [services] page to run through all possible vertical position values (1-8). For two of these this produced the below error:
The complete log is included below Question: Hope this helps |
Wow, thank you for all these details! To test, you can use the action "hOn: Send custom request" I don't filter any values so it will be sent to the server :) |
We have a Haier airconditioning that allows choosing the vertical airflow direction in a few steps between horizontal (0 degrees) and vertical (downward, -90 degrees). I do not find an option to choose the vertical airflow direction. I see an option to choose vertical and or horizontal swing, but not an option to choose the vertical airflow position.
Am I overlooking some option? Or is it not present as an option?
If not present, would it be possible to add such an option? If that requires additional information from my side, I will be happy to provide it. However, I am a novice with respect to Home Assistant, so I do need quite specific instructions on how to retrieve the required infromation.
Regards,
Gerben
The text was updated successfully, but these errors were encountered: