@ncd-io/node-red-enterprise-sensors 1.6.4 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/WirelessGateway.js +2331 -4547
- package/lib/sensors/1.js +230 -0
- package/lib/sensors/103.js +1039 -0
- package/lib/sensors/110.js +1320 -0
- package/lib/sensors/111.js +1621 -0
- package/lib/sensors/114.js +1388 -0
- package/lib/sensors/125.js +631 -0
- package/lib/sensors/126.js +695 -0
- package/lib/sensors/128.js +281 -0
- package/lib/sensors/33.js +581 -0
- package/lib/sensors/554.js +247 -0
- package/lib/sensors/93.js +257 -0
- package/lib/utils.js +27 -0
- package/package.json +44 -41
- package/wireless.html +480 -82
- package/wireless.js +916 -219
package/wireless.html
CHANGED
|
@@ -581,9 +581,9 @@
|
|
|
581
581
|
|
|
582
582
|
push_notification_108_active:{value: ""},
|
|
583
583
|
push_notification_108: {value: 0},
|
|
584
|
-
push_notification_33_active:{value: ""},
|
|
585
|
-
push_notification_33:{value: 0},
|
|
586
|
-
clear_counter_33:{value:0},
|
|
584
|
+
// push_notification_33_active:{value: ""},
|
|
585
|
+
// push_notification_33:{value: 0},
|
|
586
|
+
// clear_counter_33:{value:0},
|
|
587
587
|
input_two_33:{value:1},
|
|
588
588
|
input_two_33_active:{value:""},
|
|
589
589
|
|
|
@@ -773,7 +773,7 @@
|
|
|
773
773
|
adxl_fsr_103_active: {value: ""},
|
|
774
774
|
adxl_fsr_103: {value: 0},
|
|
775
775
|
sampling_duration_103_active: {value: ""},
|
|
776
|
-
sampling_duration_103: {value: 20, validate: NCD_validators.number_range(1,
|
|
776
|
+
sampling_duration_103: {value: 20, validate: NCD_validators.number_range(1, 255)},
|
|
777
777
|
debounce_time_123: {value:10, validate: NCD_validators.number_range(10, 65000)},
|
|
778
778
|
debounce_time_123_active: {value:""},
|
|
779
779
|
debounce_time_v10_108: {value:10, validate: NCD_validators.number_range(10, 65000)},
|
|
@@ -798,8 +798,8 @@
|
|
|
798
798
|
|
|
799
799
|
push_notification_123_active: {value: ""},
|
|
800
800
|
push_notification_123: {value:0},
|
|
801
|
-
clear_timers_123_active: {value: ""},
|
|
802
|
-
clear_timers_123: {value:7},
|
|
801
|
+
// clear_timers_123_active: {value: ""},
|
|
802
|
+
// clear_timers_123: {value:7},
|
|
803
803
|
input_one_123_active: {value: ""},
|
|
804
804
|
input_one_123: {value:1},
|
|
805
805
|
input_two_123_active: {value: ""},
|
|
@@ -970,7 +970,39 @@
|
|
|
970
970
|
factory_reset_sensor_99_active: {value:""},
|
|
971
971
|
|
|
972
972
|
calibration_factor_217_active: {value:""},
|
|
973
|
-
calibration_factor_217: {value: 135, validate: NCD_validators.number_range(0, 500000)}
|
|
973
|
+
calibration_factor_217: {value: 135, validate: NCD_validators.number_range(0, 500000)},
|
|
974
|
+
|
|
975
|
+
clear_timers_35:{value:0},
|
|
976
|
+
push_notification_35_active:{value:""},
|
|
977
|
+
push_notification_35:{value: 0},
|
|
978
|
+
interrupt_timeout_35_active:{value:""},
|
|
979
|
+
interrupt_timeout_35:{value: 0, validate: NCD_validators.number_range(0, 65535)},
|
|
980
|
+
counter_threshold_35_gen2_active:{value:""},
|
|
981
|
+
counter_threshold_35_gen2:{value: 0, validate: NCD_validators.number_range(0, 65535)},
|
|
982
|
+
|
|
983
|
+
push_notification_125_active:{value:""},
|
|
984
|
+
push_notification_125:{value: 0},
|
|
985
|
+
probe_one_126_active:{value:""},
|
|
986
|
+
probe_one_126:{value: 0},
|
|
987
|
+
probe_two_126_active:{value:""},
|
|
988
|
+
probe_two_126:{value: 0},
|
|
989
|
+
probe_three_126_active:{value:""},
|
|
990
|
+
probe_three_126:{value: 0},
|
|
991
|
+
threshold_probe_one_126_active:{value:""},
|
|
992
|
+
threshold_probe_one_126:{value: 3, validate: NCD_validators.number_range(0, 65535)},
|
|
993
|
+
threshold_probe_two_126_active:{value:""},
|
|
994
|
+
threshold_probe_two_126:{value: 3, validate: NCD_validators.number_range(0, 65535)},
|
|
995
|
+
threshold_probe_three_126_active:{value:""},
|
|
996
|
+
threshold_probe_three_126:{value: 3, validate: NCD_validators.number_range(0, 65535)},
|
|
997
|
+
|
|
998
|
+
send_raw_on_motion_only_103_active:{value:""},
|
|
999
|
+
send_raw_on_motion_only_103:{value: 0},
|
|
1000
|
+
|
|
1001
|
+
adc_threshold_128_active:{value:""},
|
|
1002
|
+
adc_threshold_128:{value: 3, validate: NCD_validators.number_range(0, 65535)},
|
|
1003
|
+
auto_check_interval_128_active:{value:""},
|
|
1004
|
+
auto_check_interval_128:{value: 0, validate: NCD_validators.number_range(0, 255)},
|
|
1005
|
+
auto_calibration_128:{value:0}
|
|
974
1006
|
},
|
|
975
1007
|
inputs: 0,
|
|
976
1008
|
outputs: 1,
|
|
@@ -1037,7 +1069,7 @@
|
|
|
1037
1069
|
"60": "60 - Air Velocity, Pressure, & Temperature Sensor",
|
|
1038
1070
|
"61": "61 - pH Temperature Sensor",
|
|
1039
1071
|
"62": "62 - ORP Temperature Sensor",
|
|
1040
|
-
"63": "63 - pH and
|
|
1072
|
+
"63": "63 - pH and ORP Temperature Sensor",
|
|
1041
1073
|
"64": "64 - EC Salinity TDS and Temperature Sensor",
|
|
1042
1074
|
"65": "65 - DO and Temperature Sensor",
|
|
1043
1075
|
"66": "66 - DO EC Salinity TDS and Temperature Sensor",
|
|
@@ -1062,6 +1094,7 @@
|
|
|
1062
1094
|
"90": "90 - DC Current Sensor",
|
|
1063
1095
|
"91": "91 - Wireless Air Velocity Sensor HVAC",
|
|
1064
1096
|
"92": "92 - Sound Sensor",
|
|
1097
|
+
"93": "93 - Oil Temperature and Moisture Sensor",
|
|
1065
1098
|
"95": "95 - 16-Bit 1-Channel 0-24VDC Receiver",
|
|
1066
1099
|
"96": "96 - 16-Bit 1-Channel 0-48VDC Receiver",
|
|
1067
1100
|
"97": "97 - One channel Dynamic Ultrasound vibration Sensor",
|
|
@@ -1087,6 +1120,9 @@
|
|
|
1087
1120
|
"122": "122 - Wireless 4-20mA Current Splitter",
|
|
1088
1121
|
"123": "123 - 3 Channel Production Counter",
|
|
1089
1122
|
"124": "124 - Wireless EH Flow Sensor",
|
|
1123
|
+
"125": "125 - 2 Channel OEE AC Current Production Monitor Sensor",
|
|
1124
|
+
"126": "126 - 3 Channel OEE AC Current Production Monitor Sensor",
|
|
1125
|
+
"128": "128 - Wireless Water Detect Sensor",
|
|
1090
1126
|
"180": "180 - C1D2 One Channel Vibration Plus",
|
|
1091
1127
|
"181": "181 - C1D2 Two Channel Vibration Plus",
|
|
1092
1128
|
"200": "200 - 4-20mA Pass Through",
|
|
@@ -1116,6 +1152,7 @@
|
|
|
1116
1152
|
"542": "542 - Custom LWGY Flow Sensor",
|
|
1117
1153
|
"543": "543 - Custom Seismic Vibration Sensor",
|
|
1118
1154
|
"545": "545 - Fox Thermal Flow Sensor",
|
|
1155
|
+
"554": "554 - Custom 400-50,000 PPM CO2 Sensor",
|
|
1119
1156
|
"1010": "1010 - RS232 Wireless Converter 1010",
|
|
1120
1157
|
"1011": "1011 - RS485 Wireless Converter 1011",
|
|
1121
1158
|
"10000": "10000 - 4-Channel Relay",
|
|
@@ -1356,7 +1393,7 @@
|
|
|
1356
1393
|
<option value="60">60 - Air Velocity and Precision Pressure & Temperature Sensor</option>
|
|
1357
1394
|
<option value="61">61 - pH Temperature Sensor</option>
|
|
1358
1395
|
<option value="62">62 - ORP Temperature Sensor</option>
|
|
1359
|
-
<option value="63">63 - pH and
|
|
1396
|
+
<option value="63">63 - pH and ORP Temperature Sensor</option>
|
|
1360
1397
|
<option value="64">64 - EC Salinity TDS and Temperature Sensor</option>
|
|
1361
1398
|
<option value="65">65 - DO and Temperature Sensor</option>
|
|
1362
1399
|
<option value="66">66 - DO EC Salinity TDS and Temperature Sensor</option>
|
|
@@ -1383,6 +1420,7 @@
|
|
|
1383
1420
|
<option value="90">90 - DC Current Sensor</option>
|
|
1384
1421
|
<option value="91">91 - Wireless Air Velocity Sensor HVAC</option>
|
|
1385
1422
|
<option value="92">92 - Sound Sensor</option>
|
|
1423
|
+
<option value="93">93 - Oil Temperature and Moisture Sensor</option>
|
|
1386
1424
|
<option value="95">95 - 16-Bit 1-Channel 0-24VDC Receiver</option>
|
|
1387
1425
|
<option value="96">96 - 16-Bit 1-Channel 0-48VDC Receiver</option>
|
|
1388
1426
|
<option value="97">97 - One channel Dynamic Ultrasound vibration Sensor</option>
|
|
@@ -1408,6 +1446,9 @@
|
|
|
1408
1446
|
<option value="122">122 - Wireless 4-20mA Current Splitter</option>
|
|
1409
1447
|
<option value="123">123 - 3 Channel Production Counter</option>
|
|
1410
1448
|
<option value="124">124 - Wireless EH Flow Sensor</option>
|
|
1449
|
+
<option value="125">125 - 2 Channel OEE AC Current Production Monitor Sensor</option>
|
|
1450
|
+
<option value="126">126 - 3 Channel OEE AC Current Production Monitor Sensor</option>
|
|
1451
|
+
<option value="128">128 - Wireless Water Detect Sensor</option>
|
|
1411
1452
|
<option value="180">180 - C1D2 One Channel Vibration Plus</option>
|
|
1412
1453
|
<option value="181">181 - C1D2 Two Channel Vibration Plus</option>
|
|
1413
1454
|
<option value="200">200 - 4-20mA Pass Through</option>
|
|
@@ -1437,6 +1478,7 @@
|
|
|
1437
1478
|
<option value="542">542 - Custom LWGY Flow Sensor</option>
|
|
1438
1479
|
<option value="543">543 - Custom Seismic Vibration Sensor</option>
|
|
1439
1480
|
<option value="545">545 - Fox Thermal Flow Sensor</option>
|
|
1481
|
+
<option value="554">554 - Custom 400-50,000 PPM CO2 Sensor</option>
|
|
1440
1482
|
<option value="1010">1010 - RS232 Wireless Converter 1010</option>
|
|
1441
1483
|
<option value="1011">1011 - RS485 Wireless Converter 1011</option>
|
|
1442
1484
|
<option value="10000">10000 - 4-Channel Relay</option>
|
|
@@ -1452,7 +1494,7 @@
|
|
|
1452
1494
|
<label for="node-input-auto_config"><i class="icon-tag"></i> Auto Config</label>
|
|
1453
1495
|
<input class="section-control" type="checkbox" id="node-input-auto_config" value="1">
|
|
1454
1496
|
</div>
|
|
1455
|
-
<div class="form-row ncd-dependent" data-sensor-4 data-sensor-12 data-sensor-21 data-sensor-29 data-sensor-23 data-sensor-26 data-sensor-32 data-sensor-33 data-sensor-39 data-sensor-44 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-53 data-sensor-54 data-sensor-55 data-sensor-56 data-sensor-58 data-sensor-74 data-sensor-76 data-sensor-78 data-sensor-79 data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-87 data-sensor-88 data-sensor-89 data-sensor-90 data-sensor-91 data-sensor-97 data-sensor-98 data-sensor-99 data-sensor-101 data-sensor-102 data-sensor-103 data-sensor-105 data-sensor-106 data-sensor-107 data-sensor-108 data-sensor-109 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-117 data-sensor-118 data-sensor-119 data-sensor-120 data-sensor-121 data-sensor-122 data-sensor-123 data-sensor-124 data-sensor-180 data-sensor-181 data-sensor-202 data-sensor-211 data-sensor-217 data-sensor-270 data-sensor-519 data-sensor-520 data-sensor-521 data-sensor-531 data-sensor-535 data-sensor-536 data-sensor-537 data-sensor-538 data-sensor-539 data-sensor-540 data-sensor-541 data-sensor-542 data-sensor-543 data-sensor-545 data-sensor-1010 data-sensor-1011>
|
|
1497
|
+
<div class="form-row ncd-dependent" data-sensor-4 data-sensor-12 data-sensor-21 data-sensor-29 data-sensor-23 data-sensor-26 data-sensor-30 data-sensor-32 data-sensor-33 data-sensor-35 data-sensor-39 data-sensor-44 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-53 data-sensor-54 data-sensor-55 data-sensor-56 data-sensor-58 data-sensor-74 data-sensor-76 data-sensor-78 data-sensor-79 data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-87 data-sensor-88 data-sensor-89 data-sensor-90 data-sensor-91 data-sensor-93 data-sensor-97 data-sensor-98 data-sensor-99 data-sensor-101 data-sensor-102 data-sensor-103 data-sensor-105 data-sensor-106 data-sensor-107 data-sensor-108 data-sensor-109 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-117 data-sensor-118 data-sensor-119 data-sensor-120 data-sensor-121 data-sensor-122 data-sensor-123 data-sensor-124 data-sensor-125 data-sensor-126 data-sensor-128 data-sensor-180 data-sensor-181 data-sensor-202 data-sensor-211 data-sensor-217 data-sensor-270 data-sensor-519 data-sensor-520 data-sensor-521 data-sensor-531 data-sensor-535 data-sensor-536 data-sensor-537 data-sensor-538 data-sensor-539 data-sensor-540 data-sensor-541 data-sensor-542 data-sensor-543 data-sensor-545 data-sensor-554 data-sensor-1010 data-sensor-1011>
|
|
1456
1498
|
<hr>
|
|
1457
1499
|
<label for="node-input-on_the_fly_enable"><i class="icon-tag"></i> OTF Config*</label>
|
|
1458
1500
|
<input type="checkbox" id="node-input-on_the_fly_enable" value="1">
|
|
@@ -1644,6 +1686,12 @@
|
|
|
1644
1686
|
<div class="ncd-dependent" data-sensor-3 data-sensor-10 data-sensor-13 data-sensor-19 data-sensor-28>
|
|
1645
1687
|
<div class="form-row ncd-active-check">
|
|
1646
1688
|
<strong>Percentage Change Detection - Channel 1</strong>
|
|
1689
|
+
<p class="caption">Enable Checkbox:<br>
|
|
1690
|
+
Selected: The Percentage Change Detection function will be activated following the next sensor configuration.<br>
|
|
1691
|
+
Deselected: The Percentage Change Detection function will be deactivated following the next sensor configuration.<br><br>
|
|
1692
|
+
Percentage Change Threshold: This value defines the percentage difference required to trigger a transmission. The sensor will send an immediate message when the difference between two consecutive readings meets or exceeds this set percentage.<br><br>
|
|
1693
|
+
Percentage Change Interval: This setting defines the frequency at which the sensor samples data to evaluate the percentage change. The sensor compares the current sample against the previous one at every interval to determine if the threshold has been met.
|
|
1694
|
+
</p>
|
|
1647
1695
|
<div>
|
|
1648
1696
|
<label for="node-input-change_detection_t3_active">Active:</label>
|
|
1649
1697
|
<input type="checkbox" id="node-input-change_detection_t3_active" class="ncd-config-toggle" data-target-class="change_detection_t3" value="1">
|
|
@@ -1665,6 +1713,12 @@
|
|
|
1665
1713
|
<div class="ncd-dependent" data-sensor-28 data-sensor-19>
|
|
1666
1714
|
<div class="form-row ncd-active-check">
|
|
1667
1715
|
<strong>Percentage Change Detection - Channel 2</strong>
|
|
1716
|
+
<p class="caption">Enable Checkbox:<br>
|
|
1717
|
+
Selected: The Percentage Change Detection function will be activated following the next sensor configuration.<br>
|
|
1718
|
+
Deselected: The Percentage Change Detection function will be deactivated following the next sensor configuration.<br><br>
|
|
1719
|
+
Percentage Change Threshold: This value defines the percentage difference required to trigger a transmission. The sensor will send an immediate message when the difference between two consecutive readings meets or exceeds this set percentage.<br><br>
|
|
1720
|
+
Percentage Change Interval: This setting defines the frequency at which the sensor samples data to evaluate the percentage change. The sensor compares the current sample against the previous one at every interval to determine if the threshold has been met.
|
|
1721
|
+
</p>
|
|
1668
1722
|
<div>
|
|
1669
1723
|
<label for="node-input-change_detection_ch2_active">Active:</label>
|
|
1670
1724
|
<input type="checkbox" id="node-input-change_detection_ch2_active" class="ncd-config-toggle" data-target-class="change_detection_ch2" value="1">
|
|
@@ -1686,6 +1740,12 @@
|
|
|
1686
1740
|
<div class="ncd-dependent" data-sensor-28>
|
|
1687
1741
|
<div class="form-row ncd-active-check">
|
|
1688
1742
|
<strong>Percentage Change Detection - Channel 3</strong>
|
|
1743
|
+
<p class="caption">Enable Checkbox:<br>
|
|
1744
|
+
Selected: The Percentage Change Detection function will be activated following the next sensor configuration.<br>
|
|
1745
|
+
Deselected: The Percentage Change Detection function will be deactivated following the next sensor configuration.<br><br>
|
|
1746
|
+
Percentage Change Threshold: This value defines the percentage difference required to trigger a transmission. The sensor will send an immediate message when the difference between two consecutive readings meets or exceeds this set percentage.<br><br>
|
|
1747
|
+
Percentage Change Interval: This setting defines the frequency at which the sensor samples data to evaluate the percentage change. The sensor compares the current sample against the previous one at every interval to determine if the threshold has been met.
|
|
1748
|
+
</p>
|
|
1689
1749
|
<div>
|
|
1690
1750
|
<label for="node-input-change_detection_ch3_active">Active:</label>
|
|
1691
1751
|
<input type="checkbox" id="node-input-change_detection_ch3_active" class="ncd-config-toggle" data-target-class="change_detection_ch3" value="1">
|
|
@@ -2601,7 +2661,7 @@
|
|
|
2601
2661
|
</div>
|
|
2602
2662
|
</div>
|
|
2603
2663
|
|
|
2604
|
-
<div class="ncd-dependent" data-sensor-78 data-sensor-79 data-sensor-91>
|
|
2664
|
+
<div class="ncd-dependent" data-sensor-78 data-sensor-79 data-sensor-91 data-sensor-93>
|
|
2605
2665
|
<div class="form-row ncd-active-check">
|
|
2606
2666
|
<strong>Sensor Boot Time</strong>
|
|
2607
2667
|
<p class="caption">
|
|
@@ -2823,12 +2883,12 @@
|
|
|
2823
2883
|
</div>
|
|
2824
2884
|
</div>
|
|
2825
2885
|
</div>
|
|
2826
|
-
<div class="ncd-dependent" data-sensor-33>
|
|
2886
|
+
<!-- <div class="ncd-dependent" data-sensor-33>
|
|
2827
2887
|
<div class="form-row ncd-active-check">
|
|
2828
2888
|
<label for="node-input-clear_counter_33"><i class="icon-tag"></i>Clear Counter Value</label>
|
|
2829
2889
|
<input type="checkbox" id="node-input-clear_counter_33" value="1">
|
|
2830
2890
|
</div>
|
|
2831
|
-
</div>
|
|
2891
|
+
</div> -->
|
|
2832
2892
|
<div class="ncd-dependent" data-sensor-108>
|
|
2833
2893
|
<div class="form-row ncd-active-check">
|
|
2834
2894
|
<strong>Clear Counters</strong>
|
|
@@ -2905,21 +2965,68 @@
|
|
|
2905
2965
|
</div>
|
|
2906
2966
|
</div>
|
|
2907
2967
|
</div>
|
|
2908
|
-
<div class="ncd-dependent" data-sensor-
|
|
2968
|
+
<div class="ncd-dependent" data-sensor-35 data-sensor-36>
|
|
2969
|
+
<hr>
|
|
2970
|
+
<div class="form-row ncd-active-check">
|
|
2971
|
+
<strong>Counter Threshold (Gen1)</strong>
|
|
2972
|
+
<p class="caption">
|
|
2973
|
+
The sensor will transmit data when any connected counter reaches a multiple of this threshold value.<br><br>
|
|
2974
|
+
**Applies to sensor with firmware version 9 and below (Gen1).
|
|
2975
|
+
<br>
|
|
2976
|
+
<br>
|
|
2977
|
+
Note: The range for this value is from 0 to 65534 and must be multiple of 100.
|
|
2978
|
+
</p>
|
|
2979
|
+
<div>
|
|
2980
|
+
<label for="node-input-counter_threshold_35_active">Active:</label>
|
|
2981
|
+
<input type="checkbox" id="node-input-counter_threshold_35_active" class="ncd-config-toggle" data-target-id="node-input-counter_threshold_35" value="1">
|
|
2982
|
+
</div>
|
|
2983
|
+
<div>
|
|
2984
|
+
<label for="node-input-counter_threshold_35"><i class="icon-tag"></i>Value:</label>
|
|
2985
|
+
<input type="text" id="node-input-counter_threshold_35" placeholder="50" value="50">
|
|
2986
|
+
</div>
|
|
2987
|
+
<p class="caption">
|
|
2988
|
+
Default value: Disabled (0).
|
|
2989
|
+
</p>
|
|
2990
|
+
</div>
|
|
2991
|
+
</div>
|
|
2992
|
+
<div class="ncd-dependent" data-sensor-2 data-sensor-35 data-sensor-36>
|
|
2993
|
+
<div class="form-row ncd-active-check">
|
|
2994
|
+
<strong>Set Input Debounce Time (Gen1)</strong>
|
|
2995
|
+
<p class="caption">
|
|
2996
|
+
Sets the debounce time in milliseconds on inputs. State changes to the input during this debounce time will be ignored. Generally recommended for mechanically triggered state changes such as button or relay/contactor outputs.<br><br>
|
|
2997
|
+
**Applies to sensor with firmware version 9 and below (Gen1).
|
|
2998
|
+
</p>
|
|
2999
|
+
<div>
|
|
3000
|
+
<label for="node-input-debounce_time_2_active">Active:</label>
|
|
3001
|
+
<input type="checkbox" id="node-input-debounce_time_2_active" class="ncd-config-toggle" data-target-id="node-input-debounce_time_2" value="1">
|
|
3002
|
+
</div>
|
|
3003
|
+
<div>
|
|
3004
|
+
<label for="node-input-debounce_time_2"><i class="icon-tag"></i>Value:</label>
|
|
3005
|
+
<input type="text" id="node-input-debounce_time_2" placeholder="10" value="10">
|
|
3006
|
+
</div>
|
|
3007
|
+
</div>
|
|
3008
|
+
<hr>
|
|
3009
|
+
<div class="form-row ncd-active-check">
|
|
3010
|
+
<strong>**The following settings are compatible only with sensors running firmware version 10 or higher (Gen 2).</strong>
|
|
3011
|
+
</div>
|
|
3012
|
+
</div>
|
|
3013
|
+
<div class="ncd-dependent" data-sensor-123 data-sensor-125 data-sensor-126>
|
|
2909
3014
|
<div class="form-row ncd-active-check">
|
|
2910
3015
|
<strong>Clear Counters</strong>
|
|
2911
3016
|
<p class="caption">
|
|
2912
|
-
Resets the
|
|
3017
|
+
Resets all the Inputs Counters and their corresponding Uptime values to zero in the next sensor configuration.
|
|
2913
3018
|
</p>
|
|
2914
3019
|
<div>
|
|
2915
3020
|
<label for="node-input-clear_timers_123_active">Active:</label>
|
|
2916
3021
|
<input type="checkbox" id="node-input-clear_timers_123_active" class="ncd-config-toggle" data-target-id="node-input-clear_timers_123" value="1">
|
|
2917
3022
|
</div>
|
|
2918
3023
|
<div>
|
|
2919
|
-
<label for="node-input-clear_timers_123"><i class="icon-tag"></i>
|
|
3024
|
+
<label for="node-input-clear_timers_123"><i class="icon-tag"></i>Active:</label>
|
|
3025
|
+
<input type="checkbox" id="node-input-clear_timers_123" value="1">
|
|
3026
|
+
<!-- <label for="node-input-clear_timers_123"><i class="icon-tag"></i>Value:</label>
|
|
2920
3027
|
<select id="node-input-clear_timers_123">
|
|
2921
3028
|
<option value="7" selected>Enable</option>
|
|
2922
|
-
</select>
|
|
3029
|
+
</select> -->
|
|
2923
3030
|
</div>
|
|
2924
3031
|
</div>
|
|
2925
3032
|
</div>
|
|
@@ -2960,7 +3067,7 @@
|
|
|
2960
3067
|
</div>
|
|
2961
3068
|
<div class="ncd-dependent" data-sensor-33>
|
|
2962
3069
|
<div class="form-row ncd-active-check">
|
|
2963
|
-
<strong>Set
|
|
3070
|
+
<strong>Set Input Detection</strong>
|
|
2964
3071
|
<div>
|
|
2965
3072
|
<label for="node-input-input_two_33_active">Active:</label>
|
|
2966
3073
|
<input type="checkbox" id="node-input-input_two_33_active" class="ncd-config-toggle" data-target-id="node-input-input_two_33" value="1">
|
|
@@ -2973,7 +3080,7 @@
|
|
|
2973
3080
|
</select>
|
|
2974
3081
|
</div>
|
|
2975
3082
|
</div>
|
|
2976
|
-
<div class="form-row ncd-active-check">
|
|
3083
|
+
<!-- <div class="form-row ncd-active-check">
|
|
2977
3084
|
<strong>Enable Push Notification</strong>
|
|
2978
3085
|
<div>
|
|
2979
3086
|
<label for="node-input-push_notification_33_active">Active:</label>
|
|
@@ -2986,7 +3093,7 @@
|
|
|
2986
3093
|
<option value="2">Enable</option>
|
|
2987
3094
|
</select>
|
|
2988
3095
|
</div>
|
|
2989
|
-
</div>
|
|
3096
|
+
</div> -->
|
|
2990
3097
|
</div>
|
|
2991
3098
|
<div class="ncd-dependent" data-sensor-108>
|
|
2992
3099
|
<div class="form-row ncd-active-check">
|
|
@@ -3047,11 +3154,11 @@
|
|
|
3047
3154
|
</div>
|
|
3048
3155
|
</div>
|
|
3049
3156
|
</div>
|
|
3050
|
-
<div class="ncd-dependent" data-sensor-123>
|
|
3157
|
+
<div class="ncd-dependent" data-sensor-33 data-sensor-35 data-sensor-123 data-sensor-125 data-sensor-126>
|
|
3051
3158
|
<div class="form-row ncd-active-check">
|
|
3052
3159
|
<strong>Set Input Debounce Time</strong>
|
|
3053
3160
|
<p class="caption">
|
|
3054
|
-
Configures the debounce time in milliseconds for all
|
|
3161
|
+
Configures the debounce time in milliseconds for all inputs. State changes occurring within this debounce period will be ignored.<br>
|
|
3055
3162
|
Note: This setting is recommended for mechanically triggered inputs like buttons or relay/contactor outputs.<br><br>
|
|
3056
3163
|
Range: 10 - 65000msec.
|
|
3057
3164
|
</p>
|
|
@@ -3063,11 +3170,16 @@
|
|
|
3063
3170
|
<label for="node-input-debounce_time_123"><i class="icon-tag"></i>Value:</label>
|
|
3064
3171
|
<input type="text" id="node-input-debounce_time_123" placeholder="10" value="10">
|
|
3065
3172
|
</div>
|
|
3173
|
+
<p class="caption">
|
|
3174
|
+
Default value: 10 milliseconds.
|
|
3175
|
+
</p>
|
|
3066
3176
|
</div>
|
|
3177
|
+
</div>
|
|
3178
|
+
<div class="ncd-dependent" data-sensor-35 data-sensor-123 data-sensor-125 data-sensor-126>
|
|
3067
3179
|
<div class="form-row ncd-active-check">
|
|
3068
|
-
<strong>Set
|
|
3180
|
+
<strong>Set Input 1 Detection</strong>
|
|
3069
3181
|
<p>
|
|
3070
|
-
Configures how the counter increments and how uptime is calculated for
|
|
3182
|
+
Configures how the counter increments and how uptime is calculated for Input 1:<br><br>
|
|
3071
3183
|
Rising Edge: The counter increments, and uptime is calculated, when the input transitions from LOW to HIGH (active HIGH).<br>
|
|
3072
3184
|
Falling Edge: The counter increments, and uptime is calculated, when the input transitions from HIGH to LOW (active LOW).
|
|
3073
3185
|
</p>
|
|
@@ -3082,11 +3194,16 @@
|
|
|
3082
3194
|
<option value="1" selected>Rising Edge Trigger</option>
|
|
3083
3195
|
</select>
|
|
3084
3196
|
</div>
|
|
3197
|
+
<p class="caption">
|
|
3198
|
+
Default value: Falling Edge.
|
|
3199
|
+
</p>
|
|
3085
3200
|
</div>
|
|
3201
|
+
</div>
|
|
3202
|
+
<div class="ncd-dependent" data-sensor-123 data-sensor-125 data-sensor-126>
|
|
3086
3203
|
<div class="form-row ncd-active-check">
|
|
3087
|
-
<strong>Set
|
|
3204
|
+
<strong>Set Input 2 Detection</strong>
|
|
3088
3205
|
<p>
|
|
3089
|
-
Configures how the counter increments and how uptime is calculated for
|
|
3206
|
+
Configures how the counter increments and how uptime is calculated for Input 2:<br><br>
|
|
3090
3207
|
Rising Edge: The counter increments, and uptime is calculated, when the input transitions from LOW to HIGH (active HIGH).<br>
|
|
3091
3208
|
Falling Edge: The counter increments, and uptime is calculated, when the input transitions from HIGH to LOW (active LOW).
|
|
3092
3209
|
</p>
|
|
@@ -3101,11 +3218,16 @@
|
|
|
3101
3218
|
<option value="1" selected>Rising Edge Trigger</option>
|
|
3102
3219
|
</select>
|
|
3103
3220
|
</div>
|
|
3221
|
+
<p class="caption">
|
|
3222
|
+
Default value: Falling Edge.
|
|
3223
|
+
</p>
|
|
3104
3224
|
</div>
|
|
3225
|
+
</div>
|
|
3226
|
+
<div class="ncd-dependent" data-sensor-123 data-sensor-126>
|
|
3105
3227
|
<div class="form-row ncd-active-check">
|
|
3106
|
-
<strong>Set
|
|
3228
|
+
<strong>Set Input 3 Detection</strong>
|
|
3107
3229
|
<p>
|
|
3108
|
-
Configures how the counter increments and how uptime is calculated for
|
|
3230
|
+
Configures how the counter increments and how uptime is calculated for Input 3:<br><br>
|
|
3109
3231
|
Rising Edge: The counter increments, and uptime is calculated, when the input transitions from LOW to HIGH (active HIGH).<br>
|
|
3110
3232
|
Falling Edge: The counter increments, and uptime is calculated, when the input transitions from HIGH to LOW (active LOW).
|
|
3111
3233
|
</p>
|
|
@@ -3120,9 +3242,12 @@
|
|
|
3120
3242
|
<option value="1" selected>Rising Edge Trigger</option>
|
|
3121
3243
|
</select>
|
|
3122
3244
|
</div>
|
|
3245
|
+
<p class="caption">
|
|
3246
|
+
Default value: Falling Edge.
|
|
3247
|
+
</p>
|
|
3123
3248
|
</div>
|
|
3124
3249
|
</div>
|
|
3125
|
-
<div class="ncd-dependent" data-sensor-33 data-sensor-108 data-sensor-119 data-sensor-123>
|
|
3250
|
+
<div class="ncd-dependent" data-sensor-33 data-sensor-35 data-sensor-108 data-sensor-119 data-sensor-123 data-sensor-125 data-sensor-126>
|
|
3126
3251
|
<div class="form-row ncd-active-check">
|
|
3127
3252
|
<strong>Counter Threshold</strong>
|
|
3128
3253
|
<p class="caption">
|
|
@@ -3140,6 +3265,9 @@
|
|
|
3140
3265
|
<label for="node-input-counter_threshold_108"><i class="icon-tag"></i>Value:</label>
|
|
3141
3266
|
<input type="text" id="node-input-counter_threshold_108" placeholder="1000" value="1000">
|
|
3142
3267
|
</div>
|
|
3268
|
+
<p class="caption">
|
|
3269
|
+
Default value: Disabled (0).
|
|
3270
|
+
</p>
|
|
3143
3271
|
</div>
|
|
3144
3272
|
</div>
|
|
3145
3273
|
<div class="ncd-dependent" data-sensor-108>
|
|
@@ -3197,15 +3325,15 @@
|
|
|
3197
3325
|
</div>
|
|
3198
3326
|
</div>
|
|
3199
3327
|
</div>
|
|
3200
|
-
<div class="ncd-dependent" data-sensor-123>
|
|
3328
|
+
<div class="ncd-dependent" data-sensor-123 data-sensor-126>
|
|
3201
3329
|
<div class="form-row ncd-active-check">
|
|
3202
3330
|
<strong>Enable Push Notification</strong>
|
|
3203
3331
|
<p>
|
|
3204
3332
|
Enables the sensor to immediately transmit data upon detecting a signal change on the specified input(s).<br>
|
|
3205
3333
|
**Report type will be 'Interrupt'.<br><br>
|
|
3206
|
-
IO1 -
|
|
3207
|
-
IO2 -
|
|
3208
|
-
IO3 -
|
|
3334
|
+
IO1 - Input 1<br>
|
|
3335
|
+
IO2 - Input 2<br>
|
|
3336
|
+
IO3 - Input 3<br>
|
|
3209
3337
|
</p>
|
|
3210
3338
|
<div>
|
|
3211
3339
|
<label for="node-input-push_notification_123_active">Active:</label>
|
|
@@ -3227,6 +3355,32 @@
|
|
|
3227
3355
|
</div>
|
|
3228
3356
|
</div>
|
|
3229
3357
|
</div>
|
|
3358
|
+
<div class="ncd-dependent" data-sensor-125>
|
|
3359
|
+
<div class="form-row ncd-active-check">
|
|
3360
|
+
<strong>Enable Push Notification</strong>
|
|
3361
|
+
<p>
|
|
3362
|
+
Enables the sensor to immediately transmit data upon detecting a signal change on the specified input(s).<br>
|
|
3363
|
+
**Report type will be 'Interrupt'.<br><br>
|
|
3364
|
+
IO1 - Input 1<br>
|
|
3365
|
+
IO2 - Input 2<br>
|
|
3366
|
+
</p>
|
|
3367
|
+
<div>
|
|
3368
|
+
<label for="node-input-push_notification_125_active">Active:</label>
|
|
3369
|
+
<input type="checkbox" id="node-input-push_notification_125_active" class="ncd-config-toggle" data-target-id="node-input-push_notification_125" value="1">
|
|
3370
|
+
</div>
|
|
3371
|
+
<div>
|
|
3372
|
+
<label for="node-input-push_notification_125"><i class="icon-tag"></i>Value:</label>
|
|
3373
|
+
<select id="node-input-push_notification_125">
|
|
3374
|
+
<option value="0" selected>Disable All</option>
|
|
3375
|
+
<!-- <option value="7">Enable All</option> -->
|
|
3376
|
+
<!-- <option value="31">Enable All</option> -->
|
|
3377
|
+
<option value="1">Enable on IO1</option>
|
|
3378
|
+
<option value="2">Enable on IO2</option>
|
|
3379
|
+
<option value="3">Enable All</option>
|
|
3380
|
+
</select>
|
|
3381
|
+
</div>
|
|
3382
|
+
</div>
|
|
3383
|
+
</div>
|
|
3230
3384
|
<div class="ncd-dependent" data-sensor-119>
|
|
3231
3385
|
<div class="form-row ncd-active-check">
|
|
3232
3386
|
<strong>Enable Push Notification</strong>
|
|
@@ -3249,7 +3403,7 @@
|
|
|
3249
3403
|
</div>
|
|
3250
3404
|
</div>
|
|
3251
3405
|
</div>
|
|
3252
|
-
<div class="ncd-dependent" data-sensor-108 data-sensor-123 data-sensor-119>
|
|
3406
|
+
<div class="ncd-dependent" data-sensor-33 data-sensor-35 data-sensor-108 data-sensor-123 data-sensor-125 data-sensor-126 data-sensor-119>
|
|
3253
3407
|
<div class="form-row ncd-active-check">
|
|
3254
3408
|
<strong>Data Transmission Interval</strong>
|
|
3255
3409
|
<p class="caption">
|
|
@@ -3283,8 +3437,7 @@
|
|
|
3283
3437
|
<strong> Set Reset Mode</strong>
|
|
3284
3438
|
<p class="caption">
|
|
3285
3439
|
This setting specifies which automatic reset option the sensor will utilize.<br>
|
|
3286
|
-
Note: Works in conjunction with the "Reset Timeout" and "Set Shift Time" commands
|
|
3287
|
-
Default value: Disabled
|
|
3440
|
+
Note: Works in conjunction with the "Reset Timeout" and "Set Shift Time" commands.
|
|
3288
3441
|
</p>
|
|
3289
3442
|
<div>
|
|
3290
3443
|
<label for="node-input-reset_mode_to_disabled_108_active">Active:</label>
|
|
@@ -3298,6 +3451,9 @@
|
|
|
3298
3451
|
<option value="2">Based on the Timeout Provided</option>
|
|
3299
3452
|
</select>
|
|
3300
3453
|
</div>
|
|
3454
|
+
<p class="caption">
|
|
3455
|
+
Default value: Disabled.
|
|
3456
|
+
</p>
|
|
3301
3457
|
</div>
|
|
3302
3458
|
<div class="form-row ncd-active-check">
|
|
3303
3459
|
<strong>Reset Timeout</strong>
|
|
@@ -3424,6 +3580,8 @@
|
|
|
3424
3580
|
<input type="checkbox" id="node-input-rtc_108" value="1">
|
|
3425
3581
|
</div>
|
|
3426
3582
|
</div>
|
|
3583
|
+
</div>
|
|
3584
|
+
<div class="ncd-dependent" data-sensor-35 data-sensor-108 data-sensor-123 data-sensor-119>
|
|
3427
3585
|
<div class="form-row ncd-active-check">
|
|
3428
3586
|
<strong>Set FLY Interval</strong>
|
|
3429
3587
|
<p class="caption">
|
|
@@ -3446,13 +3604,16 @@
|
|
|
3446
3604
|
<option value="1440">24 Hours</option>
|
|
3447
3605
|
</select>
|
|
3448
3606
|
</div>
|
|
3607
|
+
<p class="caption">
|
|
3608
|
+
Default value: 1 Hour.
|
|
3609
|
+
</p>
|
|
3449
3610
|
</div>
|
|
3450
3611
|
</div>
|
|
3451
3612
|
<div class="ncd-dependent" data-sensor-108 data-sensor-119>
|
|
3452
3613
|
<div class="form-row ncd-active-check">
|
|
3453
3614
|
<strong>Set Accelerometer Sample Rate</strong>
|
|
3454
3615
|
<p class="caption">
|
|
3455
|
-
This setting defines the number of measurements the sensor takes per second, measured in Hertz (Hz)
|
|
3616
|
+
This setting defines the number of measurements the sensor takes per second, measured in Hertz (Hz).<br><br>
|
|
3456
3617
|
**Only applies to sensor with firmware version 8 and above.
|
|
3457
3618
|
</p>
|
|
3458
3619
|
<div>
|
|
@@ -3536,27 +3697,6 @@
|
|
|
3536
3697
|
</p>
|
|
3537
3698
|
</div>
|
|
3538
3699
|
</div>
|
|
3539
|
-
<div class="ncd-dependent" data-sensor-35 data-sensor-36>
|
|
3540
|
-
<hr>
|
|
3541
|
-
<div class="form-row ncd-active-check">
|
|
3542
|
-
<strong>Counter Threshold</strong>
|
|
3543
|
-
<p class="caption">
|
|
3544
|
-
The sensor will transmit data when any connected counter reaches a multiple of this threshold value.<br>
|
|
3545
|
-
**Report type will be 'Threshold'.
|
|
3546
|
-
<br>
|
|
3547
|
-
<br>
|
|
3548
|
-
Note: The range for this value is from 0 to 65534 and must be multiple of 100.
|
|
3549
|
-
</p>
|
|
3550
|
-
<div>
|
|
3551
|
-
<label for="node-input-counter_threshold_35_active">Active:</label>
|
|
3552
|
-
<input type="checkbox" id="node-input-counter_threshold_35_active" class="ncd-config-toggle" data-target-id="node-input-counter_threshold_35" value="1">
|
|
3553
|
-
</div>
|
|
3554
|
-
<div>
|
|
3555
|
-
<label for="node-input-counter_threshold_35"><i class="icon-tag"></i>Value:</label>
|
|
3556
|
-
<input type="text" id="node-input-counter_threshold_35" placeholder="50" value="50">
|
|
3557
|
-
</div>
|
|
3558
|
-
</div>
|
|
3559
|
-
</div>
|
|
3560
3700
|
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
|
|
3561
3701
|
<div class="form-row ncd-active-check">
|
|
3562
3702
|
<strong>Set Filtering</strong>
|
|
@@ -3729,6 +3869,7 @@
|
|
|
3729
3869
|
<div>
|
|
3730
3870
|
<label for="node-input-low_pass_filter_p1_110"><i class="icon-tag"></i>Value:</label>
|
|
3731
3871
|
<select id="node-input-low_pass_filter_p1_110">
|
|
3872
|
+
<option value="10">2</option>
|
|
3732
3873
|
<option value="0">4</option>
|
|
3733
3874
|
<option value="1">8</option>
|
|
3734
3875
|
<option value="2">16</option>
|
|
@@ -3758,6 +3899,7 @@
|
|
|
3758
3899
|
<div>
|
|
3759
3900
|
<label for="node-input-low_pass_filter_p2_110"><i class="icon-tag"></i>Value:</label>
|
|
3760
3901
|
<select id="node-input-low_pass_filter_p2_110">
|
|
3902
|
+
<option value="10">2</option>
|
|
3761
3903
|
<option value="0">4</option>
|
|
3762
3904
|
<option value="1">8</option>
|
|
3763
3905
|
<option value="2">16</option>
|
|
@@ -4499,23 +4641,7 @@
|
|
|
4499
4641
|
<div id="config_response"></div>
|
|
4500
4642
|
</div>
|
|
4501
4643
|
</div>
|
|
4502
|
-
<div class="ncd-dependent" data-sensor-
|
|
4503
|
-
<div class="form-row ncd-active-check">
|
|
4504
|
-
<strong>Set Input Debounce Time</strong>
|
|
4505
|
-
<p class="caption">
|
|
4506
|
-
Sets the debounce time in milliseconds on inputs. State changes to the input during this debounce time will be ignored. Generally recommended for mechanically triggered state changes such as button or relay/contactor outputs.
|
|
4507
|
-
</p>
|
|
4508
|
-
<div>
|
|
4509
|
-
<label for="node-input-debounce_time_2_active">Active:</label>
|
|
4510
|
-
<input type="checkbox" id="node-input-debounce_time_2_active" class="ncd-config-toggle" data-target-id="node-input-debounce_time_2" value="1">
|
|
4511
|
-
</div>
|
|
4512
|
-
<div>
|
|
4513
|
-
<label for="node-input-debounce_time_2"><i class="icon-tag"></i>Value:</label>
|
|
4514
|
-
<input type="text" id="node-input-debounce_time_2" placeholder="10" value="10">
|
|
4515
|
-
</div>
|
|
4516
|
-
</div>
|
|
4517
|
-
</div>
|
|
4518
|
-
<div class="ncd-dependent" data-sensor-87 data-sensor-120 data-sensor-539 data-sensor-1010 data-sensor-1011>
|
|
4644
|
+
<!-- <div class="ncd-dependent" data-sensor-87 data-sensor-120 data-sensor-539 data-sensor-1010 data-sensor-1011>
|
|
4519
4645
|
<div class="form-row ncd-active-check">
|
|
4520
4646
|
<strong>Set Stay On Mode</strong>
|
|
4521
4647
|
<div>
|
|
@@ -4530,7 +4656,7 @@
|
|
|
4530
4656
|
</select>
|
|
4531
4657
|
</div>
|
|
4532
4658
|
</div>
|
|
4533
|
-
</div>
|
|
4659
|
+
</div> -->
|
|
4534
4660
|
<div class="ncd-dependent" data-sensor-539 data-sensor-1010 data-sensor-1011>
|
|
4535
4661
|
<div class="form-row ncd-active-check">
|
|
4536
4662
|
<strong>Set Baud Rate</strong>
|
|
@@ -5585,7 +5711,7 @@
|
|
|
5585
5711
|
<div class="ncd-dependent" data-sensor-103>
|
|
5586
5712
|
<div class="form-row ncd-active-check">
|
|
5587
5713
|
<strong>Set Sampling Duration</strong>
|
|
5588
|
-
<p>Set the sampling duration in
|
|
5714
|
+
<p>Set the sampling duration in milliseconds<br>
|
|
5589
5715
|
Example: a value of 1 = 50msec, 2 = 100msec, 100 = 5000msec</p>
|
|
5590
5716
|
<div>
|
|
5591
5717
|
<label for="node-input-sampling_duration_103_active">Active:</label>
|
|
@@ -5596,7 +5722,7 @@
|
|
|
5596
5722
|
<input type="text" id="node-input-sampling_duration_103">
|
|
5597
5723
|
</div>
|
|
5598
5724
|
<p class="caption">
|
|
5599
|
-
Default value: 20
|
|
5725
|
+
Default value: 20 milliseconds.
|
|
5600
5726
|
</p>
|
|
5601
5727
|
</div>
|
|
5602
5728
|
<div class="form-row ncd-active-check">
|
|
@@ -5618,6 +5744,8 @@
|
|
|
5618
5744
|
</div>
|
|
5619
5745
|
<div class="form-row ncd-active-check">
|
|
5620
5746
|
<strong>Set Accelerometer ODR</strong>
|
|
5747
|
+
<p class="caption">
|
|
5748
|
+
</p>
|
|
5621
5749
|
<div>
|
|
5622
5750
|
<label for="node-input-acc_output_data_rate_103_active"><i class="icon-tag"></i>Active:</label>
|
|
5623
5751
|
<input type="checkbox" id="node-input-acc_output_data_rate_103_active" class="ncd-config-toggle" data-target-id="node-input-acc_output_data_rate_103" value="1">
|
|
@@ -5627,9 +5755,9 @@
|
|
|
5627
5755
|
<select id="node-input-acc_output_data_rate_103">
|
|
5628
5756
|
<option value="0">8000Hz</option>
|
|
5629
5757
|
<option value="1">4000Hz</option>
|
|
5630
|
-
<option value="2">
|
|
5631
|
-
<option value="3">
|
|
5632
|
-
<option value="4">
|
|
5758
|
+
<option value="2">1000Hz</option>
|
|
5759
|
+
<option value="3">100Hz</option>
|
|
5760
|
+
<option value="4">250Hz</option>
|
|
5633
5761
|
</select>
|
|
5634
5762
|
</div>
|
|
5635
5763
|
<p class="caption">
|
|
@@ -5754,6 +5882,23 @@
|
|
|
5754
5882
|
<i>Note: Setting this to a higher value will drain the battery.</i>
|
|
5755
5883
|
</p>
|
|
5756
5884
|
</div>
|
|
5885
|
+
<div class="form-row ncd-active-check">
|
|
5886
|
+
<strong>Set Raw On Motion Only</strong>
|
|
5887
|
+
<div>
|
|
5888
|
+
<label for="node-input-send_raw_on_motion_only_103_active"><i class="icon-tag"></i>Active:</label>
|
|
5889
|
+
<input type="checkbox" id="node-input-send_raw_on_motion_only_103_active" class="ncd-config-toggle" data-target-id="node-input-send_raw_on_motion_only_103" value="1">
|
|
5890
|
+
</div>
|
|
5891
|
+
<div>
|
|
5892
|
+
<label for="node-input-send_raw_on_motion_only_103"><i class="icon-tag"></i>Value:</label>
|
|
5893
|
+
<select id="node-input-send_raw_on_motion_only_103">
|
|
5894
|
+
<option value="1">Enabled</option>
|
|
5895
|
+
<option value="0">disabled</option>
|
|
5896
|
+
</select>
|
|
5897
|
+
</div>
|
|
5898
|
+
<p class="caption">
|
|
5899
|
+
Default value: Disabled.
|
|
5900
|
+
</p>
|
|
5901
|
+
</div>
|
|
5757
5902
|
</div>
|
|
5758
5903
|
<div class="ncd-dependent" data-sensor-270>
|
|
5759
5904
|
<!-- <div class="form-row ncd-active-check">
|
|
@@ -6900,6 +7045,252 @@
|
|
|
6900
7045
|
</div>
|
|
6901
7046
|
</div>
|
|
6902
7047
|
</div>
|
|
7048
|
+
<div class="ncd-dependent" data-sensor-33 data-sensor-35>
|
|
7049
|
+
<div class="form-row ncd-active-check">
|
|
7050
|
+
<strong>Clear Counter</strong>
|
|
7051
|
+
<p class="caption">
|
|
7052
|
+
Resets the Input counter and the corresponding uptime value to zero in the next sensor configuration.
|
|
7053
|
+
</p>
|
|
7054
|
+
<div>
|
|
7055
|
+
<label for="node-input-clear_timers_35">Active:</label>
|
|
7056
|
+
<input type="checkbox" id="node-input-clear_timers_35" value="1">
|
|
7057
|
+
</div>
|
|
7058
|
+
<p class="caption">
|
|
7059
|
+
Default value: Disabled.
|
|
7060
|
+
</p>
|
|
7061
|
+
</div>
|
|
7062
|
+
</div>
|
|
7063
|
+
<div class="ncd-dependent" data-sensor-33 data-sensor-35>
|
|
7064
|
+
<div class="form-row ncd-active-check">
|
|
7065
|
+
<strong>Enable Push Notification</strong>
|
|
7066
|
+
<p>
|
|
7067
|
+
Enables the sensor to immediately transmit data upon detecting a signal change on the input.
|
|
7068
|
+
**Report type will be 'Interrupt'.<br><br>
|
|
7069
|
+
</p>
|
|
7070
|
+
<div>
|
|
7071
|
+
<label for="node-input-push_notification_35_active">Active:</label>
|
|
7072
|
+
<input type="checkbox" id="node-input-push_notification_35_active" class="ncd-config-toggle" data-target-id="node-input-push_notification_35" value="1">
|
|
7073
|
+
</div>
|
|
7074
|
+
<div>
|
|
7075
|
+
<label for="node-input-push_notification_35"><i class="icon-tag"></i>Value:</label>
|
|
7076
|
+
<select id="node-input-push_notification_35">
|
|
7077
|
+
<option value="0" selected>Disabled</option>
|
|
7078
|
+
<option value="1">Enabled</option>
|
|
7079
|
+
</select>
|
|
7080
|
+
</div>
|
|
7081
|
+
<p class="caption">
|
|
7082
|
+
Default value: Disabled.
|
|
7083
|
+
</p>
|
|
7084
|
+
</div>
|
|
7085
|
+
</div>
|
|
7086
|
+
<div class="ncd-dependent" data-sensor-33 data-sensor-35 data-sensor-125 data-sensor-126>
|
|
7087
|
+
<div class="form-row ncd-active-check">
|
|
7088
|
+
<strong>Set Interrupt Timeout</strong>
|
|
7089
|
+
<p class="caption">
|
|
7090
|
+
Set the sensor to detect an initial IO (input/output) change and not transmit subsequent IO changes for a specified duration; set the duration value to control how long changes are ignored in milliseconds, set it to 0 to disable ignoring.<br><br>
|
|
7091
|
+
Valid range: 0 - 65000 milliseconds.
|
|
7092
|
+
</p>
|
|
7093
|
+
<div>
|
|
7094
|
+
<label for="node-input-interrupt_timeout_35_active">Active:</label>
|
|
7095
|
+
<input type="checkbox" id="node-input-interrupt_timeout_35_active" class="ncd-config-toggle" data-target-id="node-input-interrupt_timeout_35" value="1">
|
|
7096
|
+
</div>
|
|
7097
|
+
<div>
|
|
7098
|
+
<label for="node-input-interrupt_timeout_35"><i class="icon-tag"></i>Value:</label>
|
|
7099
|
+
<input type="text" id="node-input-interrupt_timeout_35" placeholder="0" value="0">
|
|
7100
|
+
</div>
|
|
7101
|
+
<p class="caption">
|
|
7102
|
+
Default value: 0 milliseconds (Disabled)
|
|
7103
|
+
</p>
|
|
7104
|
+
</div>
|
|
7105
|
+
</div>
|
|
7106
|
+
<!-- <div class="ncd-dependent" data-sensor-33 data-sensor-35>
|
|
7107
|
+
<div class="form-row ncd-active-check">
|
|
7108
|
+
<strong>Counter Threshold</strong>
|
|
7109
|
+
<p class="caption">
|
|
7110
|
+
The sensor will transmit data when any counter reaches a multiple of this threshold value.<br>
|
|
7111
|
+
**Report type will be 'Threshold'.<br><br>
|
|
7112
|
+
Note: The range for this value is from 0 to 65534 and must be multiple of 100.
|
|
7113
|
+
</p>
|
|
7114
|
+
<div>
|
|
7115
|
+
<label for="node-input-counter_threshold_35_gen2_active">Active:</label>
|
|
7116
|
+
<input type="checkbox" id="node-input-counter_threshold_35_gen2_active" class="ncd-config-toggle" data-target-id="node-input-counter_threshold_35_gen2" value="1">
|
|
7117
|
+
</div>
|
|
7118
|
+
<div>
|
|
7119
|
+
<label for="node-input-counter_threshold_35_gen2"><i class="icon-tag"></i>Value:</label>
|
|
7120
|
+
<input type="text" id="node-input-counter_threshold_35_gen2" placeholder="1000" value="1000">
|
|
7121
|
+
</div>
|
|
7122
|
+
<p class="caption">
|
|
7123
|
+
Default value: Disabled (0).
|
|
7124
|
+
</p>
|
|
7125
|
+
</div>
|
|
7126
|
+
</div> -->
|
|
7127
|
+
<div class="ncd-dependent" data-sensor-33 data-sensor-125 data-sensor-126>
|
|
7128
|
+
<div class="form-row ncd-active-check">
|
|
7129
|
+
<strong>Set Sensor One CT</strong>
|
|
7130
|
+
<p>
|
|
7131
|
+
Select the AC Current probe type for Input 1.
|
|
7132
|
+
</p>
|
|
7133
|
+
<div>
|
|
7134
|
+
<label for="node-input-probe_one_126_active">Active:</label>
|
|
7135
|
+
<input type="checkbox" id="node-input-probe_one_126_active" class="ncd-config-toggle" data-target-id="node-input-probe_one_126" value="1">
|
|
7136
|
+
</div>
|
|
7137
|
+
<div>
|
|
7138
|
+
<label for="node-input-probe_one_126"><i class="icon-tag"></i>Value:</label>
|
|
7139
|
+
<select id="node-input-probe_one_126">
|
|
7140
|
+
<option value="0" selected>100A</option>
|
|
7141
|
+
<option value="1">200A</option>
|
|
7142
|
+
<option value="2">600A</option>
|
|
7143
|
+
<option value="3">1000A</option>
|
|
7144
|
+
</select>
|
|
7145
|
+
</div>
|
|
7146
|
+
<p class="caption">
|
|
7147
|
+
Default value: 100A.
|
|
7148
|
+
</p>
|
|
7149
|
+
</div>
|
|
7150
|
+
<div class="form-row ncd-active-check">
|
|
7151
|
+
<strong>Set AC Current Threshold One</strong>
|
|
7152
|
+
<p class="caption">
|
|
7153
|
+
The sensor increments the cycle counter and calculates uptime once the measured AC Current exceeds this threshold.<br>
|
|
7154
|
+
Note: This range depends on the selected AC Current probe type.
|
|
7155
|
+
</p>
|
|
7156
|
+
<div>
|
|
7157
|
+
<label for="node-input-threshold_probe_one_126_active">Active:</label>
|
|
7158
|
+
<input type="checkbox" id="node-input-threshold_probe_one_126_active" class="ncd-config-toggle" data-target-id="node-input-threshold_probe_one_126" value="1">
|
|
7159
|
+
</div>
|
|
7160
|
+
<div>
|
|
7161
|
+
<label for="node-input-threshold_probe_one_126"><i class="icon-tag"></i>Value:</label>
|
|
7162
|
+
<input type="text" id="node-input-threshold_probe_one_126" placeholder="1" value="1">
|
|
7163
|
+
</div>
|
|
7164
|
+
<p class="caption">
|
|
7165
|
+
Default value: 3A.
|
|
7166
|
+
</p>
|
|
7167
|
+
</div>
|
|
7168
|
+
</div>
|
|
7169
|
+
<div class="ncd-dependent" data-sensor-125 data-sensor-126>
|
|
7170
|
+
<div class="form-row ncd-active-check">
|
|
7171
|
+
<strong>Set Sensor Two CT</strong>
|
|
7172
|
+
<p>
|
|
7173
|
+
Select the AC Current probe type for Input 2.
|
|
7174
|
+
</p>
|
|
7175
|
+
<div>
|
|
7176
|
+
<label for="node-input-probe_two_126_active">Active:</label>
|
|
7177
|
+
<input type="checkbox" id="node-input-probe_two_126_active" class="ncd-config-toggle" data-target-id="node-input-probe_two_126" value="1">
|
|
7178
|
+
</div>
|
|
7179
|
+
<div>
|
|
7180
|
+
<label for="node-input-probe_two_126"><i class="icon-tag"></i>Value:</label>
|
|
7181
|
+
<select id="node-input-probe_two_126">
|
|
7182
|
+
<option value="0" selected>100A</option>
|
|
7183
|
+
<option value="1">200A</option>
|
|
7184
|
+
<option value="2">600A</option>
|
|
7185
|
+
<option value="3">1000A</option>
|
|
7186
|
+
</select>
|
|
7187
|
+
</div>
|
|
7188
|
+
<p class="caption">
|
|
7189
|
+
Default value: 100A.
|
|
7190
|
+
</p>
|
|
7191
|
+
</div>
|
|
7192
|
+
<div class="form-row ncd-active-check">
|
|
7193
|
+
<strong>Set AC Current Threshold Two</strong>
|
|
7194
|
+
<p class="caption">
|
|
7195
|
+
The sensor increments the cycle counter and calculates uptime once the measured AC Current exceeds this threshold.<br>
|
|
7196
|
+
Note: This range depends on the selected AC Current probe type.
|
|
7197
|
+
</p>
|
|
7198
|
+
<div>
|
|
7199
|
+
<label for="node-input-threshold_probe_two_126_active">Active:</label>
|
|
7200
|
+
<input type="checkbox" id="node-input-threshold_probe_two_126_active" class="ncd-config-toggle" data-target-id="node-input-threshold_probe_two_126" value="1">
|
|
7201
|
+
</div>
|
|
7202
|
+
<div>
|
|
7203
|
+
<label for="node-input-threshold_probe_two_126"><i class="icon-tag"></i>Value:</label>
|
|
7204
|
+
<input type="text" id="node-input-threshold_probe_two_126" placeholder="1" value="1">
|
|
7205
|
+
</div>
|
|
7206
|
+
<p class="caption">
|
|
7207
|
+
Default value: 3A.
|
|
7208
|
+
</p>
|
|
7209
|
+
</div>
|
|
7210
|
+
</div>
|
|
7211
|
+
<div class="ncd-dependent" data-sensor-126>
|
|
7212
|
+
<div class="form-row ncd-active-check">
|
|
7213
|
+
<strong>Set Sensor Three CT</strong>
|
|
7214
|
+
<p>
|
|
7215
|
+
Select the AC Current probe type for Input 3.
|
|
7216
|
+
</p>
|
|
7217
|
+
<div>
|
|
7218
|
+
<label for="node-input-probe_three_126_active">Active:</label>
|
|
7219
|
+
<input type="checkbox" id="node-input-probe_three_126_active" class="ncd-config-toggle" data-target-id="node-input-probe_three_126" value="1">
|
|
7220
|
+
</div>
|
|
7221
|
+
<div>
|
|
7222
|
+
<label for="node-input-probe_three_126"><i class="icon-tag"></i>Value:</label>
|
|
7223
|
+
<select id="node-input-probe_three_126">
|
|
7224
|
+
<option value="0" selected>100A</option>
|
|
7225
|
+
<option value="1">200A</option>
|
|
7226
|
+
<option value="2">600A</option>
|
|
7227
|
+
<option value="3">1000A</option>
|
|
7228
|
+
</select>
|
|
7229
|
+
</div>
|
|
7230
|
+
<p class="caption">
|
|
7231
|
+
Default value: 100A.
|
|
7232
|
+
</p>
|
|
7233
|
+
</div>
|
|
7234
|
+
<div class="form-row ncd-active-check">
|
|
7235
|
+
<strong>Set AC Current Threshold Three</strong>
|
|
7236
|
+
<p class="caption">
|
|
7237
|
+
The sensor increments the cycle counter and calculates uptime once the measured AC Current exceeds this threshold.<br>
|
|
7238
|
+
Note: This range depends on the selected AC Current probe type.
|
|
7239
|
+
</p>
|
|
7240
|
+
<div>
|
|
7241
|
+
<label for="node-input-threshold_probe_three_126_active">Active:</label>
|
|
7242
|
+
<input type="checkbox" id="node-input-threshold_probe_three_126_active" class="ncd-config-toggle" data-target-id="node-input-threshold_probe_three_126" value="1">
|
|
7243
|
+
</div>
|
|
7244
|
+
<div>
|
|
7245
|
+
<label for="node-input-threshold_probe_three_126"><i class="icon-tag"></i>Value:</label>
|
|
7246
|
+
<input type="text" id="node-input-threshold_probe_three_126" placeholder="1" value="1">
|
|
7247
|
+
</div>
|
|
7248
|
+
<p class="caption">
|
|
7249
|
+
Default value: 3A.
|
|
7250
|
+
</p>
|
|
7251
|
+
</div>
|
|
7252
|
+
</div>
|
|
7253
|
+
<div class="ncd-dependent" data-sensor-128>
|
|
7254
|
+
<div class="form-row ncd-active-check">
|
|
7255
|
+
<strong>Set ADC Threshold</strong>
|
|
7256
|
+
<p class="caption">
|
|
7257
|
+
</p>
|
|
7258
|
+
<div>
|
|
7259
|
+
<label for="node-input-adc_threshold_128_active">Active:</label>
|
|
7260
|
+
<input type="checkbox" id="node-input-adc_threshold_128_active" class="ncd-config-toggle" data-target-id="node-input-adc_threshold_128" value="1">
|
|
7261
|
+
</div>
|
|
7262
|
+
<div>
|
|
7263
|
+
<label for="node-input-adc_threshold_128"><i class="icon-tag"></i>Value:</label>
|
|
7264
|
+
<input type="text" id="node-input-adc_threshold_128" placeholder="1" value="1">
|
|
7265
|
+
</div>
|
|
7266
|
+
<p class="caption">
|
|
7267
|
+
Default value: 900.
|
|
7268
|
+
</p>
|
|
7269
|
+
</div>
|
|
7270
|
+
<div class="form-row ncd-active-check">
|
|
7271
|
+
<strong>Set AutoCheck Interval</strong>
|
|
7272
|
+
<p class="caption">
|
|
7273
|
+
</p>
|
|
7274
|
+
<div>
|
|
7275
|
+
<label for="node-input-auto_check_interval_128_active">Active:</label>
|
|
7276
|
+
<input type="checkbox" id="node-input-auto_check_interval_128_active" class="ncd-config-toggle" data-target-id="node-input-auto_check_interval_128" value="1">
|
|
7277
|
+
</div>
|
|
7278
|
+
<div>
|
|
7279
|
+
<label for="node-input-auto_check_interval_128"><i class="icon-tag"></i>Value:</label>
|
|
7280
|
+
<input type="text" id="node-input-auto_check_interval_128" placeholder="1" value="1">
|
|
7281
|
+
</div>
|
|
7282
|
+
<p class="caption">
|
|
7283
|
+
Default value: 30 seconds.
|
|
7284
|
+
</p>
|
|
7285
|
+
</div>
|
|
7286
|
+
<div class="form-row ncd-active-check">
|
|
7287
|
+
<strong>Set Auto Calibration</strong>
|
|
7288
|
+
<div>
|
|
7289
|
+
<label for="node-input-auto_calibration_128"><i class="icon-tag"></i>Active:</label>
|
|
7290
|
+
<input type="checkbox" id="node-input-auto_calibration_128" value="1">
|
|
7291
|
+
</div>
|
|
7292
|
+
</div>
|
|
7293
|
+
</div>
|
|
6903
7294
|
</div>
|
|
6904
7295
|
</div>
|
|
6905
7296
|
</script>
|
|
@@ -6974,7 +7365,8 @@
|
|
|
6974
7365
|
port: {value: ""},
|
|
6975
7366
|
baudRate: {value: 115200, validate:RED.validators.number()},
|
|
6976
7367
|
pan_id: {value: '7FFF', validate: NCD_validators.number_range(0, 0x7FFF, 16)},
|
|
6977
|
-
rssi: {value: ""}
|
|
7368
|
+
rssi: {value: ""},
|
|
7369
|
+
enable_fly_compatibility: {value: ""}
|
|
6978
7370
|
},
|
|
6979
7371
|
label: function(){
|
|
6980
7372
|
if(this.name) return this.name;
|
|
@@ -7115,4 +7507,10 @@
|
|
|
7115
7507
|
<label for="node-config-input-rssi"><i class="icon-tag"></i> Add RSSI to incoming packets</label>
|
|
7116
7508
|
<input type="checkbox" id="node-config-input-rssi" value="1">
|
|
7117
7509
|
</div>
|
|
7510
|
+
<div class="form-row">
|
|
7511
|
+
<label for="node-config-input-enable_fly_compatibility"><i class="icon-tag"></i> Enable Fly Compatibility</label>
|
|
7512
|
+
<input type="checkbox" id="node-config-input-enable_fly_compatibility" value="1">
|
|
7513
|
+
<p>When active, this settings allows sensors that send the Sync messages to also send the older FLY messages.</p>
|
|
7514
|
+
<p>It is only recommended to enable this setting if you have existing flows that rely on the older FLY message format such as for dynamic configuration. It is recommended to utilize the new API Configuration Node instead.</p>
|
|
7515
|
+
</div>
|
|
7118
7516
|
</script>
|