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

IKEA SOMRIG Shortcut Button support #7511

Merged
merged 5 commits into from
Jan 22, 2024

Conversation

noud-github
Copy link
Contributor

@noud-github noud-github commented Jan 3, 2024

created the DDF file and added buttons to the buttons_maps.json

see #7450 for context,
(just copied most of the code from there ;-))

I changed the buttons mapping to mimic the one dot and two dots button from the symfonisk gen2 remote as that alsofeatures a one dot and two dots buttons

@SwoopX SwoopX linked an issue Jan 6, 2024 that may be closed by this pull request
1 task
@SwoopX SwoopX added this to the v2.25.2 milestone Jan 6, 2024
Copy link
Collaborator

@SwoopX SwoopX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess the suggested DDF should be good to go. Maybe the latest suggestions in the referenced issue should be considered.

@ebaauw
Copy link
Collaborator

ebaauw commented Jan 7, 2024

You might want to do the FC80 bindings first as the switch won’t wake on button press without these.

@Smanar
Copy link
Collaborator

Smanar commented Jan 7, 2024

You might want to do the FC80 bindings first as the switch won’t wake on button press without these.

You mean before the bind on the cluster 0x0001 ?
The order matter on the DDF ?

@ebaauw
Copy link
Collaborator

ebaauw commented Jan 7, 2024

I think deCONZ tries to add the bindings in the order they’re specified.

@manup
Copy link
Member

manup commented Jan 15, 2024

Yes the order of bindings and reporting configuration is as given in respective JSON arrays.

@Smanar
Copy link
Collaborator

Smanar commented Jan 15, 2024

Ha good to know, in my mind deconz make the second bind without waiting a positive return for the first one.

@noud-github Can you put the binding for the cluster 0x0001 in last pls ? (after the 2 one for the cluster 0xFC80), on the last part of the DDF. The bigger after the 2 smalls.

@noud-github
Copy link
Contributor Author

@Smanar ^^ Like this?

@Smanar
Copy link
Collaborator

Smanar commented Jan 15, 2024

Yep ^^. If I have understand, it's that.

@manup manup merged commit f72c9ef into dresden-elektronik:master Jan 22, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IKEA SOMRIG Shortcut Button support
5 participants