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

Fix : change state/action for keypad Develco/Frient #6189

Merged
merged 2 commits into from Jul 16, 2022

Conversation

Smanar
Copy link
Collaborator

@Smanar Smanar commented Jul 11, 2022

Concern devices

  • Develco Products A/S
  • frient A/S

Add the support for "state/seconds_remaining"

Else the keypad can't work because of code

            ResourceItem *panel = r->item(RStatePanel);
            ResourceItem *secondsRemaining = r->item(RStateSecondsRemaining);

            if (!panel || !secondsRemaining) { continue; }

@manup manup added this to the v2.18.0-beta milestone Jul 12, 2022
@manup manup merged commit 28ceeb2 into dresden-elektronik:master Jul 16, 2022
@Gw3n4
Copy link

Gw3n4 commented Jul 19, 2022

I performed a clean installation of my setup today, and when I integrated the frient keypad, the panel & seconds remaining were not updated when arming/disarming the alarmsystem (it was on my previous installation though... weird).

I modified the kepzb-110_keypad.json file and created the state_seconds_remaining_item.json file according to this fix and it now works perfectly well.

@Smanar
Copy link
Collaborator Author

Smanar commented Jul 20, 2022

Yep, it will be in next deconz version.
I will try to set the status to "Gold" too if I don't forget.

@Smanar Smanar mentioned this pull request Jan 20, 2023
@Smanar Smanar deleted the keypad_9 branch April 30, 2024 15:12
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.

None yet

3 participants