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

[Bug] Stateless Programmable Switch IKEA Somrig incorrect action mapping #932

Open
1 task done
galliangg opened this issue Sep 26, 2024 · 0 comments
Open
1 task done
Labels
bug Something isn't working

Comments

@galliangg
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

I have an IKEA SOMRIG shortcut button connected to zigbee2mqtt

https://www.zigbee2mqtt.io/devices/E2213.html

The mapping of the actions to buttons is incorrect. Every time the button is used 1_initial_press is sent. The sequence of actions is as follows:

Short Press:
1_initial_press > 1_short_release

Long Press:
1_initial_press > 1_long_press > 1_long_release

Double Press:
1_initial_press > 1_double_press

This should be changed to
Short Press: 1_short_release
Long Press: 1_long_press
Double Press: 1_double_press

Related devices

No response

Related Devices

No response

Steps To Reproduce

No response

Expected behavior

No response

Device entry

No response

Status update

No response

Messages from this plugin

No response

This plugin

v1.11.0-beta.6 & v1.9.3

Homebridge

v1.8.4

Zigbee2MQTT

1.40.1

Homebridge Config UI X (if applicable)

v4.58.0

@galliangg galliangg added the bug Something isn't working label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant