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

feat(config): add Lockly Secure Plus #7382

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions packages/config/config/devices/0x043d/pgd728f_zpu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"manufacturer": "Lockly",
"manufacturerId": "0x043d",
"label": "PGD728F ZPU",
"description": "Smart Lock - Secure Plus",
"devices": [
{
"productType": "0x0003",
"productId": "0x0001",
"zwaveAllianceId": [
4689,
4712
]
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 5,
"isLifeline": true
}
},
"paramInformation": [
{
"#": "1",
"$import": "templates/lockly_template.json#secure_plus_lock_fp_sensor",
"label": "Activated or Deactivated Fp Module"
}
],
"metadata": {
"inclusion": "1. Bring the DoorLock within direct range of your controller.\n2. Carefully remove the battery compartment cover. \n3. Put your Z-Wave controller into inclusion mode. \n4. Simply press the Program button to enter programming mode.\n5. Select “2HB” to enter hub action menu.\n6. Select “AD” and wait doorlock to finish the inclusion",
"exclusion": "1. Make sure the DoorLock is powered on and located within direct\n range of your Z-Wave gateway controller .\n2. Put your Z-Wave controller into exclusion mode .\n3. Simply press the Program button to enter programming mode.\n4. Select “2HB” to enter hub action menu.\n5. Select “DE” and wait doorlock to finish the exclusion",
"reset": "When your network’s primary controller is missing or otherwise \ninoperable, you may need to reset the device to factory settings \nmanually. Tocomplete \nthe process, make sure your doorlock has not been synced tothe \nsmart phone, then press and hold the reset button at least 3 sec to \nreset the doorlock and Z-Wave module. Also, you can restore the \nlock to factory default settings while the lock is synching with the \nsmartphone.\nWhen executing factory reset, Z-Wave module will issue the following \ninstructions to smart home controller.\nGroup:\"LIFELINE\" group\nInstruction: DEVICE_RESET_LOCALLY_NOTIFICATION"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"secure_plus_lock_fp_sensor": {
"description": "Whether the fingerprint sensor is enabled",
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 0,
"options": [
{
"label": "Activated fp module",
"value": 0 // This seems flipped but this is from the product manual
},
{
"label": "Deactivated fp module",
"value": 1
}
]
}
}
Loading