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

Aqara Button DTH [BETA] v1.3.5b #129

Closed
wants to merge 3 commits into from
Closed

Conversation

veeceeoh
Copy link
Collaborator

Changes

  • added support for new revision of the model WXKG11LM Aqara Button, which appears as ZigBee model lumi.remote.b1acn01
  • added support for 1-button Aqara Wireless Smart Light Switch (model WXKG03LM) hold and double-click functionality
  • added new function call to determine model of Aqara button when paired, display it in live logging, and set correct number of buttons for SmartThings SmartApps to make use of
  • minor formatting and comment text revisions

**Changes**
* added support for new revision of the model WXKG11LM Aqara Button, which appears as ZigBee model `lumi.remote.b1acn01`
* added support for 1-button Aqara Wireless Smart Light Switch (model WXKG03LM) hold and double-click functionality
* added new function call to determine model of Aqara button when paired, display it in live logging, and set correct number of buttons for SmartThings SmartApps to make use of
* minor formatting and comment text revisions
**Changes**
* added custom attributes `lastHeld` (with human-readable date/time stamp) and `lastHeldCoRE` (with UNIX Epoch date/time stamp) which can be utilized in WebCoRE
* added comments in header section related to original/new revisions of 1-button Aqara Wireless Smart Wall Switch model WXKG03LM, and the 2-button WXKG02LM
* added comments specific to new revision of WXKG03LM in button press parsing function
* other minor fixes
@veeceeoh veeceeoh changed the title Aqara Button DTH [BETA] v1.3b Aqara Button DTH [BETA] v1.3.2b Nov 19, 2018
@veeceeoh veeceeoh changed the title Aqara Button DTH [BETA] v1.3.2b Aqara Button DTH [BETA] v1.3.5b Nov 19, 2018
Changes:
* pressing the virtual app button now correctly creates a `button 1 - pressed` event
* added a check for unknown button model in `init()` which result in `numberOfButtons` being set to 3 to accommodate all possible button types.
* edited compatibility notes in header section of DTH for clarity
* added fingerprints for new revisions of models WXKG03LM (ZigBee model `lumi.remote.b186acn01`) and WXKG02LM (ZigBee product ID `lumi.remote.b286acn01`)
* added UNTESTED support for new revision of 2-button Aqara Wireless Remote Switch WXKG03LM (product ID `lumi.remote.b286acn01`) with single-press, double-press, and hold functions, although both buttons are only recognized as _one_ button due to a limitation in SmartThings
* edited code comments for clarity on functions of different models
@veeceeoh
Copy link
Collaborator Author

veeceeoh commented Apr 3, 2019

Closing pull request because it has been superseded with newer update.

@veeceeoh veeceeoh closed this Apr 3, 2019
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.

1 participant