Skip to content

Comments

Update ikea_e1743.yaml#960

Open
FabianGoebel wants to merge 1 commit intoEPMatt:mainfrom
FabianGoebel:main
Open

Update ikea_e1743.yaml#960
FabianGoebel wants to merge 1 commit intoEPMatt:mainfrom
FabianGoebel:main

Conversation

@FabianGoebel
Copy link

Proposed change*

This pull request updates the button_down_long action to include the move_MoveMode.Down_83_0_0 command:

Before:

button_down_long: [move_MoveMode.Down_83_bitmap8.0_bitmap8.0, move_1_83]

After:

button_down_long: [move_MoveMode.Down_83_bitmap8.0_bitmap8.0, move_1_83, move_MoveMode.Down_83_0_0]

Why

My remote only sends the move_MoveMode.Down_83_0_0 command during a long press and does not emit the other two commands expected by the blueprint. Because of this, the long-press action was not working correctly.

This PR closes #958.

Checklist*

  • I followed sections of the Contribution Guidelines relevant to changes I'm proposing.
  • I properly tested proposed changes on my system and confirm that they are working as expected.
  • I formatted files with Prettier using the command npm run format before submitting my Pull Request.

@github-actions
Copy link
Contributor

Hey @FabianGoebel, thank you so much for your contribution! 🚀

🔄 We're currently running a few checks to make sure that everything is great with your contribution.
If further actions need to be performed before your contribution can be reviewed, additional guidance will be provided to you in the next comment.

Results are coming soon, stay tuned!

@Jerther
Copy link

Jerther commented Dec 18, 2025

I applied the fix manually in the yaml file and I confirm it fixes the issue.

      button_down_long:
      - move_MoveMode.Down_83_bitmap8.0_bitmap8.0
      - move_1_83
      - move_MoveMode.Down_83_0_0

@napalmz
Copy link

napalmz commented Feb 5, 2026

Will someone merge and close this PR? I need this!
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug - Ikea 1743, Down button long press fail

3 participants