Set fan swing #97

Closed
opened 2023-07-19 23:32:21 +02:00 by developerGM · 3 comments
developerGM commented 2023-07-19 23:32:21 +02:00 (Migrated from github.com)

Hi, I am using this fantastic custom component for my Haier Air Conditionair and I thing that need the last icing on the cake permitting to set the fan direction

Using hOn app mobile I can set 2 swing type, vertical and horizontal.
In particolar for vertical I can set 'swing' (movement) or fixed position (there are 4 fixed position)
And for horizontal swing I can set 'swing' or 5 fixed position.

If you need some screen or something test I can support you.

Hi, I am using this fantastic custom component for my Haier Air Conditionair and I thing that need the last icing on the cake permitting to set the fan direction Using hOn app mobile I can set 2 swing type, vertical and horizontal. In particolar for vertical I can set 'swing' (movement) or fixed position (there are 4 fixed position) And for horizontal swing I can set 'swing' or 5 fixed position. If you need some screen or something test I can support you.
developerGM commented 2023-07-21 15:30:31 +02:00 (Migrated from github.com)

I am checking on log and probably the params that you should use to set are there
'windDirectionHorizontal
'windDirectionVertical

Debugging this function using hOn app mobile, I see these values:

VERTICAL SWING MODE

  • SWING: 8
  • POSITION_FIXED_1: 2
  • POSITION_FIXED_2: 4
  • POSITION_FIXED_3: 5
  • POSITION_FIXED_4: 6
  • POSITION_FIXED_5: 7
    image

HOTIZONTAL SWING MODE
SWING: 7
POSITION_FIXED_1: 0
POSITION_FIXED_2: 3
POSITION_FIXED_3: 4
POSITION_FIXED_4: 5
POSITION_FIXED_5: 6
image

I am checking on log and probably the params that you should use to set are there `'windDirectionHorizontal` `'windDirectionVertical` Debugging this function using hOn app mobile, I see these values: **VERTICAL SWING MODE** - SWING: 8 - POSITION_FIXED_1: 2 - POSITION_FIXED_2: 4 - POSITION_FIXED_3: 5 - POSITION_FIXED_4: 6 - POSITION_FIXED_5: 7 ![image](https://github.com/Andre0512/hon/assets/9252653/5ecf6377-0ca8-41d0-beff-dc6892b735ea) **HOTIZONTAL SWING MODE** SWING: 7 POSITION_FIXED_1: 0 POSITION_FIXED_2: 3 POSITION_FIXED_3: 4 POSITION_FIXED_4: 5 POSITION_FIXED_5: 6 ![image](https://github.com/Andre0512/hon/assets/9252653/37547d97-97e2-4e83-9f55-69325687140f)
Andre0512 commented 2023-10-03 02:12:49 +02:00 (Migrated from github.com)

Hi, sorry it took a while 😅
Should now work with version v0.10.0

Hi, sorry it took a while :sweat_smile: Should now work with version [`v0.10.0`](https://github.com/Andre0512/hon/releases/tag/v0.10.0)
developerGM commented 2023-10-03 09:36:35 +02:00 (Migrated from github.com)

@Andre0512 TOP!

@Andre0512 TOP!
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xiconfjs/hon#97
No description provided.