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): import config files from zwa #7117

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
9 changes: 8 additions & 1 deletion packages/config/config/devices/0x026f/zht-630.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"manufacturer": "Sprue Safety Products Ltd.",
"manufacturer": "Sprue Safety Products, Ltd.",
"manufacturerId": "0x026f",
"label": "ZHT-630",
"description": "Thermistek Heat Alarm/Detector",
Expand All @@ -14,6 +14,13 @@
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Group 1",
"maxNodes": 5,
"isLifeline": true
}
},
"metadata": {
"inclusion": "‘ADDING’ YOUR Z-WAVE UNITS\nDo not attempt to add your Z-Wave Module unless you are familiar with the operation of your Z-Wave Controller.\n1. Read the instructions for your Z-Wave Controller regarding adding new devices. Then initiate the inclusion function from your Z-Wave Controller.\n2. Triple-press the add button once the Z-Wave Module is on the device. The LED will show a quick blink once per second while the module is being added. This process may take as long as 30 seconds, but typically is much quicker. If you triple-press too quickly or too slowly, inclusion will not start. In this case wait a few seconds and then try again.\n3. Upon successful inclusion, the Z-Wave Module LED will flash 3 times. If inclusion fails, the LED will simply stop its blink pattern.\n4. If inclusion does not succeed, restart at step 1.\n5. If successful, place the alarm on its base and wait at least 30 seconds.\n6. Press the alarm’s test button and verify the Z-Wave Controller receives Notification Reports.\n7. After the Z-Wave Module is included, you may define association groups or perform other configuration operations from the Z-Wave Controller.",
"exclusion": "‘REMOVING’ YOUR Z-WAVE UNITS\n1. Read the instructions on your Z-Wave Controller regarding removing devices. Note that a device can be removed using any Z-Wave Controller, not just the Controller that was used to add the Module. Initiate the removal process at your Controller.\n2. Triple-press the button on the Z-Wave Module. The LED will show a quick double-blink once per second while the module is being removed. This process may take up to 30 seconds. If you triple-press too quickly or too slowly the removing function will not start. In this case you must wait a few seconds and then try again.\n3. Upon successful removal, the Z-Wave Module LED will flash 5 times. If removal fails, the LED will simply stop its blink pattern.\n4. If the removal operation does not succeed, restart at step 1.\n5. After removing, either a) add the Z-Wave Module into a different Z-Wave Controller, or b) remove the battery from the Z-Wave Module.\n\nNOTE: The effective range of the wireless module may be reduced by walls and other obstructions in the building. It is recommended not to exceed 40m as the maximum distance between smoke alarms and the Controller.",
Expand Down
Loading