zwave-js/.config-db/devices/0x0084/fts05p.json

125 lines
4.3 KiB
JSON
Raw Permalink Normal View History

2025-01-10 22:05:04 -08:00
{
"manufacturer": "FortrezZ LLC",
"manufacturerId": "0x0084",
"label": "FTS05P",
"description": "FTS05P Flood and Temperature Sensor",
"devices": [
{
"productType": "0x00a3",
"productId": "0x020a",
"zwaveAllianceId": 2458
},
{
"productType": "0x00a3",
"productId": "0x020e"
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "LifeLine",
"maxNodes": 2,
"isLifeline": true
},
"2": {
"label": "Water Alarm",
"maxNodes": 2
},
"3": {
"label": "High Temperature Alarm",
"maxNodes": 2
},
"4": {
"label": "Low Temperature Alarm",
"maxNodes": 2
},
"5": {
"label": "Temperature Report When Changed",
"maxNodes": 2
},
"6": {
"label": "Temperature Report Every 5 minutes",
"maxNodes": 2
},
"7": {
"label": "Temperature Report Every 20 minutes",
"maxNodes": 2
},
"8": {
"label": "Temperature Report Every 60 minutes",
"maxNodes": 2
}
},
"paramInformation": [
{
"#": "1",
"label": "Temperature Low Threshold",
"description": "Use this to change the low temperature alarm threshold. Set the range between -10 and 69 deg C.Note: The user configuration value is a positive decimal integer 0 through 255, but the device interprets the value as 8-bit Two's complement. Examples: -10 in Two's complement is 246 decimal (0xF6). -2 in Two's complement is 254 decimal (xFE) -1 in Two's complement is 255 decimal (xFF) 0 in Two's complement is 0 decimal (0x00). 69 in Two's complement is 69 decimal (0x45). Thus the valid range the user may enter is 0-69 and 246-255.",
"valueSize": 1,
"unit": "°C",
"minValue": 0,
"maxValue": 255,
"defaultValue": 4,
"unsigned": true
},
{
"#": "2",
"label": "Temperature High Threshold",
"description": "Use this to change the high temperature alarm threshold. Set the range between -9 and 70 deg C.Note: The user configuration value is a positive decimal integer 0 through 255, but the device interprets the value as 8-bit Two's complement. Examples: -9 in Two's complement is 247 decimal (0xF7). -2 in Two's complement is 254 decimal (xFE) -1 in Two's complement is 255 decimal (xFF) 0 in Two's complement is 0 decimal (0x00). 70 in Two's complement is 70 decimal (0x46). Thus the valid range the user may enter is 0-70 and 247-255.",
"valueSize": 1,
"unit": "°C",
"minValue": 0,
"maxValue": 255,
"defaultValue": 70,
"unsigned": true
},
{
"#": "3",
"label": "Normally Wet Vs Normally Dry",
"description": "Default is set as a Normally DRY sensor. Use this to switch to Normally WET sensor.",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Normally dry",
"value": 0
},
{
"label": "Normally wet",
"value": 240
}
]
},
{
"#": "4",
"label": "Water Alarm Association Mode",
"description": "Use this to send basic set ON or Basic Set OFF when an alarm is detected.",
"valueSize": 1,
"defaultValue": 240,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
"label": "Send Basic Set off",
"value": 0
},
{
"label": "Send Basic Set on",
"value": 240
}
]
}
],
"metadata": {
"inclusion": "1) Set up the Add/Inclusion mode at the controller; 2) Briefly press the switch once and the controller will indicate the unit has been added into the network. Also, the LED will blink 2 quick blinks when complete.",
"exclusion": "1) Set up the Remove/Exclusion mode at the controller; 2) Press and hold the switch for approx. 2 seconds and then release. The controller will indicates the unit has been removed from the network. The LED will blink 4 quick blinks when complete",
"reset": "Reset the device to factory Defaults - Press and hold the program button for longer than 15 seconds. When complete, the LED will flash approx. 30 times. This can be done while the device is either in or out of a network. Please use this procedure only when the network primary controller is missing or otherwise inoperable. Caution When this is done in-network, the device will no longer be in the network and all configurations and associations will be set to default.",
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2458/User%20Manual%20FTS05-FTS05P.pdf"
}
}