Skip to content

Commit

Permalink
feat(config): add Alloy (Zipato) devices (#6331)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominic Griesel <[email protected]>
  • Loading branch information
apella12 and AlCalzone authored Oct 11, 2023
1 parent 9880b25 commit a9f409e
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 3 deletions.
161 changes: 161 additions & 0 deletions packages/config/config/devices/0x0131/ah-nas-pd07u1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
{
"manufacturer": "Alloy",
"manufacturerId": "0x0131",
"label": "AH-NAS-PD07U1",
"description": "5 in 1 PIR Motion Sensor",
"devices": [
{
"productType": "0x0004",
"productId": "0x1123"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 5,
"isLifeline": true
},
"2": {
"label": "Basic Set",
"maxNodes": 5
}
},
"paramInformation": [
{
"#": "1",
"$import": "~/templates/master_template.json#enable_led_indicator",
"defaultValue": 1
},
{
"#": "2",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Motion Enable",
"defaultValue": 1
},
{
"#": "3",
"$import": "../0x0258/templates/shenzhen_neo_template.json#motion_prevent_retrigger"
},
{
"#": "4",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Require Luminance Change for Basic Sets on Motion",
"description": "If enabled, a Basic Set will be sent if the ambient light is below the level defined in Parameter 14"
},
{
"#": "5",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Binary Sensor Report Enable"
},
{
"#": "6",
"label": "Temperature Offset Value",
"valueSize": 1,
"unit": "0.1 °C/F",
"minValue": -120,
"maxValue": 120,
"defaultValue": 0,
"unsigned": false
},
{
"#": "7",
"label": "Humidity Offset Value",
"valueSize": 1,
"unit": "0.1 %",
"minValue": -120,
"maxValue": 120,
"defaultValue": 0,
"unsigned": false
},
{
"#": "8",
"label": "Temperature Change Report Threshold",
"valueSize": 1,
"unit": "0.1 °C/F",
"minValue": 0,
"maxValue": 100,
"defaultValue": 10
},
{
"#": "9",
"label": "Humidity Change Report Threshold",
"valueSize": 1,
"unit": "0.1 %",
"minValue": 0,
"maxValue": 100,
"defaultValue": 20
},
{
"#": "10",
"label": "Luminance Change Report Threshold",
"valueSize": 1,
"unit": "lux",
"minValue": 0,
"maxValue": 120,
"defaultValue": 50
},
{
"#": "11",
"label": "Association Group 2: Basic Set Level",
"valueSize": 1,
"minValue": 0,
"maxValue": 100,
"defaultValue": 100,
"options": [
{
"label": "On (255)",
"value": 100
}
]
},
{
"#": "12",
"label": "Basic Set Off Delay Time",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 30000,
"defaultValue": 30
},
{
"#": "13",
"label": "Motion Clear Time",
"valueSize": 2,
"unit": "seconds",
"minValue": 1,
"maxValue": 30000,
"defaultValue": 30
},
{
"#": "14",
"label": "Luminance Threshold for Basic Sets",
"valueSize": 2,
"unit": "lux",
"minValue": 0,
"maxValue": 1000,
"defaultValue": 50
},
{
"#": "15",
"label": "Sensor Report Interval",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 30000,
"defaultValue": 180
},
{
"#": "99",
"label": "Light Intensity Offset Value",
"description": "See manual for details",
"valueSize": 2,
"minValue": 1,
"maxValue": 32767,
"defaultValue": 450
}
]
}
124 changes: 124 additions & 0 deletions packages/config/config/devices/0x0131/ah-neo-ds07z.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
{
"manufacturer": "Alloy",
"manufacturerId": "0x0131",
"label": "AH-NEO-DS07Z",
"description": "Contact Sensor 2",
"devices": [
{
"productType": "0x0004",
"productId": "0x1118"
}
],
"firmwareVersion": {
"min": "2.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 5,
"isLifeline": true
},
"2": {
"label": "Basic Set",
"maxNodes": 5
}
},
"paramInformation": [
{
"#": "1",
"$import": "~/templates/master_template.json#enable_led_indicator",
"defaultValue": 1
},
{
"#": "2",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Binary Sensor Report"
},
{
"#": "3",
"label": "Temperature Calibration",
"valueSize": 1,
"unit": "0.1 (°C/°F)",
"minValue": -120,
"maxValue": 120,
"defaultValue": 0,
"unsigned": false
},
{
"#": "4",
"label": "Humidity Calibration",
"valueSize": 1,
"unit": "0.1 %rH",
"minValue": -120,
"maxValue": 120,
"defaultValue": 0,
"unsigned": false
},
{
"#": "5",
"label": "Temperature Change Report Threshold",
"valueSize": 1,
"unit": "0.1 (°C/°F)",
"minValue": 0,
"maxValue": 100,
"defaultValue": 10
},
{
"#": "6",
"label": "Humidity Change Report Threshold",
"valueSize": 1,
"unit": "0.1 %rH",
"minValue": 0,
"maxValue": 100,
"defaultValue": 20
},
{
"#": "7",
"label": "Association Group 2: Basic Set Value (Open)",
"valueSize": 1,
"minValue": 0,
"maxValue": 100,
"defaultValue": 100,
"options": [
{
"label": "Off (0x00)",
"value": 0
},
{
"label": "On (0xff)",
"value": 100
}
]
},
{
"#": "8",
"label": "Association Group 2: Basic Set Off Delay Time (Close)",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 30000,
"defaultValue": 30
},
{
"#": "9",
"label": "Sensor Measuring Interval",
"valueSize": 2,
"unit": "seconds",
"minValue": 0,
"maxValue": 30000,
"defaultValue": 180,
"options": [
{
"label": "Disable",
"value": 0
}
]
}
],
"metadata": {
"inclusion": "1. Power Up The Device.\n2. Set Z-Wave Controller Into Inclusion Mode\n3. Press And Hold The Button For 5s Until White Led Lights Is On, Then Release The Button Before Led Turn Off.\nBlue Led Will Blink With 1s Interval Until Inclusion Successful.",
"exclusion": "1. Power Up The Device.\n2. Set Z-Wave Controller Into Exclusion Mode\n3. Press And Hold The Button For 5s Until White Led Lights Is On, Then Release The Button Before Led Turn Off.\nBlue Led Will Blink With 0.5sinterval Until Exclusion Successful.",
"reset": "1. Power Up The Device.\n2. Press And Hold The Button For 10s Until Pink Led Lights Is On, Then Release The Button Before Led Turn Off."
}
}
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0258/nas-pd07u1.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"#": "4",
"$import": "~/templates/master_template.json#base_enable_disable",
"label": "Require Luminance Change for Basic Sets on Motion",
"description": "If enabled, a Basic Set will be set if the ambient light is below the level defined in Parameter 16"
"description": "If enabled, a Basic Set will be sent if the ambient light is below the level defined in Parameter 16"
},
{
"#": "5",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/config/devices/0x0258/neo-ds07z.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
{
"#": "4",
"label": "Humidity Offset Value",
"label": "Humidity Calibration",
"valueSize": 1,
"unit": "0.1 (RH%)",
"unit": "0.1 %rH",
"minValue": -120,
"maxValue": 120,
"defaultValue": 0,
Expand Down

0 comments on commit a9f409e

Please sign in to comment.