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

Handle more notifications #512

Open
xibriz opened this issue Sep 16, 2020 · 1 comment
Open

Handle more notifications #512

xibriz opened this issue Sep 16, 2020 · 1 comment

Comments

@xibriz
Copy link

xibriz commented Sep 16, 2020

// we handle only few Notification Types

How do you stand on adding more notifications?

Notification parameter in COMMAND_CLASS_NOTIFICATION_V4

Events (0x06):
- Manual Unlock Operation (0x02)
- Manual Lock Operation (0x01)
- PIN Unlock Operation (0x06)
- RFID Unlock Operation (0x04)
- Unlock Request by Unknown PIN or RFID (0x14)

Events (0x07):
- Forced Open Alarm (0x03)
- High temperature Alarm (0x0A)

Ref: https://products.z-wavealliance.org/products/2780

@PoltoS
Copy link
Member

PoltoS commented Sep 16, 2020

That is pretty easy to add, but we have no device to test it. So either we need a sample of this lock or somebody to test it.

Basically it is only about adding events names to translations/Alarms.xml (send us your changes once done) and adding few more lines to modules/ZWave/index.js (can be done here on GitHub in develop branch)

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

No branches or pull requests

2 participants