-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bug - zha don't work with IKEA E1812 TRÅDFRI Shortcut button [dru] #23
Comments
Hi, thanks for reporting. @drublin - may be of interest to you |
I can test it only next week. (after 21st oct) Upd: i, indeed, didn't update the blueprint for zha, only for z2m, because i don't have zha to test. |
I think the reason could be the same: original blueprint (also _dru with Zha) still "calculates" the double pressaction. Later the button started sending a separate payload for the double_press. |
Hi. zha: Added the changes to the ikea_e1812 here and tested it, works as it should. For some reason I could not use exactly this in patch for ikea_e1812_dru but does not matter since the extra is for the old version. Mvh Kent |
The @drublin blueprint (_dru) is modified from the core blueprint used elsewhere. @KentGitIvar If you've tested these changed for a while and they're still working I'm happy to pull those in. |
I have been using those changes for several month now and for me they work well. |
I intend to update the Blueprint with this change, as soon as I find a spare moment. |
#27 Has been created ready for testing, if you can please. |
Merged the mapping changes. We need to look into the double press issue still, I understand. |
Blueprint name
ikea_e1812/ikea_e1812_dru.yaml
Home Assistant Core Version
2024.9.3
Home Assistant Installation Type
Home Assistant Operating System
Description
The shortcut does not get all actions when used with zha. Change actions mapping for zha to:
zha:
button_short:
- "on"
button_long:
- "move_with_on_off_MoveMode.Up_83"
button_release:
- "stop_with_on_off"
button_double:
- "off"
Solved it for me.
Automation YAML config
To Reproduce
Expected behavior
Action long_press and button_dubble should do the action programmed.
Actual Behaviour
Since mapping from shortcut is not correct the action for button_long, button_release don't work.
Also button_double is missing for zha.
Additional Details
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: