@ncd-io/node-red-enterprise-sensors 1.0.6 → 1.0.8

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/wireless.html CHANGED
@@ -201,14 +201,31 @@
201
201
  change_pr: {value: "0", validate: NCD_validators.number_range(0, 255)},
202
202
  change_interval: {value: "0", validate: NCD_validators.number_range(0, 16712198)},
203
203
 
204
+ change_detection_ch2_active: {value: ""},
205
+ change_enabled_ch2: {value: ""},
206
+ change_pr_ch2: {value: "0", validate: NCD_validators.number_range(0, 255)},
207
+ change_interval_ch2: {value: "0", validate: NCD_validators.number_range(0, 16712198)},
208
+
209
+ change_detection_ch3_active: {value: ""},
210
+ change_enabled_ch3: {value: ""},
211
+ change_pr_ch3: {value: "0", validate: NCD_validators.number_range(0, 255)},
212
+ change_interval_ch3: {value: "0", validate: NCD_validators.number_range(0, 16712198)},
213
+
214
+
204
215
  current_calibration_13_active: {value: ""},
205
- current_calibration_13: {value: "606", validate: NCD_validators.number_range(0, 42949672)},
216
+ current_calibration_13: {value: "60600", validate: NCD_validators.number_range(0, 42949672)},
217
+ current_calibration_13_dep_active: {value: ""},
218
+ current_calibration_13_dep: {value: "60600", validate: NCD_validators.number_range(0, 65535)},
206
219
 
207
220
  current_calibration_ch2_19_active: {value: ""},
208
- current_calibration_ch2_19: {value: "606", validate: NCD_validators.number_range(0, 42949672)},
221
+ current_calibration_ch2_19: {value: "60600", validate: NCD_validators.number_range(0, 42949672)},
222
+ current_calibration_ch2_19_dep_active: {value: ""},
223
+ current_calibration_ch2_19_dep: {value: "60600", validate: NCD_validators.number_range(0, 65535)},
209
224
 
210
225
  current_calibration_ch3_28_active: {value: ""},
211
- current_calibration_ch3_28: {value: "606", validate: NCD_validators.number_range(0, 42949672)},
226
+ current_calibration_ch3_28: {value: "60600", validate: NCD_validators.number_range(0, 42949672)},
227
+ current_calibration_ch3_28_dep_active: {value: ""},
228
+ current_calibration_ch3_28_dep: {value: "60600", validate: NCD_validators.number_range(0, 65535)},
212
229
 
213
230
  bp_altitude: {value: "0", validate: NCD_validators.number_range(0, 65535)},
214
231
  bp_pressure: {value: "0", validate: NCD_validators.number_range(0, 14000)},
@@ -306,6 +323,7 @@
306
323
  acceleration_interrupt_threshold_84: {},
307
324
 
308
325
  set_rtc_101:{value:0},
326
+ set_rtc_202:{value:0},
309
327
 
310
328
  current_calibration_82:{Value:0},
311
329
  current_calibration_82_active:{Value:""},
@@ -330,6 +348,8 @@
330
348
  sampling_duration_101: {value: 1, validate: NCD_validators.number_range(1, 255)},
331
349
  sampling_interval_101_active: {value: ""},
332
350
  sampling_interval_101: {value: 1},
351
+ sampling_interval_202_active: {value: ""},
352
+ sampling_interval_202: {value: 1},
333
353
  full_scale_range_101_active: {value: ""},
334
354
  full_scale_range_101: {value: 1},
335
355
  full_scale_range_101_m2_active: {value: ""},
@@ -472,7 +492,7 @@
472
492
  smart_interval_110: {value: 0, validate: NCD_validators.number_range(0, 255)},
473
493
 
474
494
  smart_threshold_110_active:{value:""},
475
- smart_threshold_110: {value:0, validate: NCD_validators.number_range(0, 65534)},
495
+ smart_threshold_110: {value: 1, validate: NCD_validators.number_range(1, 65534)},
476
496
 
477
497
  rx485_timeout_1011_active:{value:""},
478
498
  rx485_timeout_1011:{value: 0, validate: NCD_validators.number_range(0, 255)},
@@ -484,8 +504,38 @@
484
504
  auto_address_timeout_1011:{value:0, validate: NCD_validators.number_range(0, 65534)},
485
505
 
486
506
  mode_531_active: {value: ""},
487
- mode_531: {value: 0}
507
+ mode_531: {value: 0},
508
+
509
+ max_range_58_active:{value: ""},
510
+ max_range_58: {value: 0, validate: NCD_validators.number_range(0, 16500)},
511
+ calibration_58: {value: 0},
512
+ factory_reset_tank_probe_58:{value:0},
513
+
514
+ push_notification_108_active:{value: ""},
515
+ push_notification_108: {value: 0},
516
+ push_notification_33_active:{value: ""},
517
+ push_notification_33:{value: 0},
518
+ clear_counter_33:{value:0},
519
+
520
+ stop_bit_1011_active:{value: ""},
521
+ stop_bit_1011:{value:0},
522
+
523
+ set_parity_1011_active:{value: ""},
524
+ set_parity_1011:{value:0},
525
+
526
+ reboot_1011:{value:0},
527
+
528
+ fly_interval_110_active:{value: ""},
529
+ fly_interval_110:{value: 60},
530
+
531
+ scd_skip_samples_44_active:{value: ""},
532
+ scd_skip_samples_44:{value: 1, validate: NCD_validators.number_range(1, 10)},
533
+
534
+ sps_skip_samples_32_active:{value: ""},
535
+ sps_skip_samples_32:{value: 1, validate: NCD_validators.number_range(1, 10)},
488
536
 
537
+ sampling_interval_110_active:{value: ""},
538
+ sampling_interval_110: {value: 1, validate: NCD_validators.number_range(0, 8)}
489
539
  },
490
540
  inputs: 0,
491
541
  outputs: 1,
@@ -560,6 +610,7 @@
560
610
  // "70": "70 - 2 Channel Soil Moisture Temperature and EC Sensor",
561
611
  "71": "71 - 3 Channel Soil Moisture Temperature and EC Sensor",
562
612
  "72": "72 - SDI Soil Moisture Temperature Moisture Probe",
613
+ "74": "74 - Wireless Temp Humidity Pressure Air quality Sensor",
563
614
  "75": "75 - Siemens Air Velocity Probe",
564
615
  "76": "76 - Wireless CO Gas Sensor",
565
616
  "77": "77 - 3 Channel SDI Soil Moisture Temperature Moisture Probe",
@@ -635,7 +686,7 @@
635
686
  $('#node-input-number_of_regs_to_rd_539').change(function(){
636
687
  let registers = $(this).val();
637
688
  $('#register_list_539 > div:nth-child(-n+'+registers+')').show();
638
- $('#register_list_539 > div:nth-last-child(-n+'+(10-registers)+')').hide();
689
+ $('#register_list_539 > div:nth-last-child(-n+'+(32-registers)+')').hide();
639
690
  });
640
691
  // $('#node-input-number_of_regs_to_rd_539_active').change(function(){
641
692
  // if($(this).prop('checked')){
@@ -851,6 +902,7 @@
851
902
  -->
852
903
  <option value="71">71 - 3 Channel Soil Moisture Temperature and EC Sensor</option>
853
904
  <option value="72">72 - SDI-12 Wireless</option>
905
+ <option value="74">74 - Wireless Temp Humidity Pressure Air quality Sensor</option>
854
906
  <option value="75">75 - Siemens Air Velocity Probe</option>
855
907
  <option value="76">76 - Wireless CO Gas Sensor</option>
856
908
  <option value="77">77 - 3 Channel SDI Soil Moisture Temperature Moisture Probe</option>
@@ -912,7 +964,7 @@
912
964
  <label for="node-input-auto_config"><i class="icon-tag"></i> Auto Config</label>
913
965
  <input class="section-control" type="checkbox" id="node-input-auto_config" value="1">
914
966
  </div>
915
- <div class="form-row ncd-dependent" data-sensor-23 data-sensor-26 data-sensor-39 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-58 data-sensor-76 data-sensor-78 data-sensor-79 data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-88 data-sensor-89 data-sensor-90 data-sensor-91 data-sensor-101 data-sensor-102 data-sensor-105 data-sensor-106 data-sensor-107 data-sensor-108 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-520 data-sensor-521 data-sensor-531 data-sensor-535 data-sensor-537 data-sensor-538 data-sensor-539 data-sensor-540 data-sensor-1010 data-sensor-1011>
967
+ <div class="form-row ncd-dependent" 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-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-88 data-sensor-89 data-sensor-90 data-sensor-91 data-sensor-101 data-sensor-102 data-sensor-105 data-sensor-106 data-sensor-107 data-sensor-108 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-202 data-sensor-519 data-sensor-520 data-sensor-521 data-sensor-531 data-sensor-535 data-sensor-537 data-sensor-538 data-sensor-539 data-sensor-540 data-sensor-1010 data-sensor-1011>
916
968
  <hr>
917
969
  <label for="node-input-on_the_fly_enable"><i class="icon-tag"></i> OTF Config*</label>
918
970
  <input type="checkbox" id="node-input-on_the_fly_enable" value="1">
@@ -1006,69 +1058,168 @@
1006
1058
  <input type="text" id="node-input-retries">
1007
1059
  </div>
1008
1060
  </div>
1009
- <div class="ncd-dependent" data-sensor-3 data-sensor-10 data-sensor-13>
1010
- <div class="form-row ncd-active-check">
1011
- <strong>Percentage Change Detection</strong>
1012
- <div>
1013
- <label for="node-input-change_detection_t3_active">Active:</label>
1014
- <input type="checkbox" id="node-input-change_detection_t3_active" class="ncd-config-toggle" data-target-class="change_detection_t3" value="1">
1015
- </div>
1016
- <div class="form-row">
1017
- <label for="node-input-change_enabled"><i class="icon-tag"></i>Enable:</label>
1018
- <input type="checkbox" id="node-input-change_enabled" class="change_detection_t3" value="1">
1019
- </div>
1020
- <div class="form-row">
1021
- <label for="node-input-change_pr"><i class="icon-tag"></i>Percentage Change Threshold (0-255)</label>
1022
- <input type="text" id="node-input-change_pr" class="change_detection_t3">
1023
- </div>
1024
- <div class="form-row">
1025
- <label for="node-input-change_interval"><i class="icon-tag"></i>Percentage Change Interval (seconds)</label>
1026
- <input type="text" id="node-input-change_interval" class="change_detection_t3">
1027
- </div>
1028
- </div>
1029
- </div>
1030
1061
  <!-- Current Monitor Options -->
1031
1062
  <div class="ncd-dependent" data-sensor-13 data-sensor-19 data-sensor-28>
1032
1063
  <hr>
1033
1064
  <div class="form-row ncd-active-check">
1034
1065
  <strong>Channel 1 Current Calibration Value</strong>
1066
+ <p class="caption">
1067
+ New calibration value = ((current_read_by_meter/current_read_by_sensor)*last_stored_calibration_value)*100
1068
+ </p>
1035
1069
  <div>
1036
1070
  <label for="node-input-current_calibration_13_active">Active:</label>
1037
- <input type="checkbox" id="node-input-current_calibration_13_active" class="ncd-config-toggle" data-target-id="node-input-current_calibration_13_active" value="1">
1071
+ <input type="checkbox" id="node-input-current_calibration_13_active" class="ncd-config-toggle" data-target-id="node-input-current_calibration_13" value="1">
1038
1072
  </div>
1039
1073
  <div>
1040
1074
  <label for="node-input-current_calibration_13"><i class="icon-tag"></i> Value:</label>
1041
1075
  <input type="text" id="node-input-current_calibration_13">
1042
1076
  </div>
1043
1077
  </div>
1078
+ <!--
1079
+ <div class="form-row ncd-active-check">
1080
+ <strong>Deprecated: Channel 1 Current Calibration Value</strong>
1081
+ <p class="caption">
1082
+ Only for use with sensors with firmware versions 2 or lower.
1083
+ New calibration value = ((current_read_by_meter/current_read_by_sensor)*last_stored_calibration_value)*100
1084
+ </p>
1085
+ <div>
1086
+ <label for="node-input-current_calibration_13_dep_active">Active:</label>
1087
+ <input type="checkbox" id="node-input-current_calibration_13_dep_active" class="ncd-config-toggle" data-target-id="node-input-current_calibration_13_dep" value="1">
1088
+ </div>
1089
+ <div>
1090
+ <label for="node-input-current_calibration_13_dep"><i class="icon-tag"></i> Value:</label>
1091
+ <input type="text" id="node-input-current_calibration_13_dep">
1092
+ </div>
1093
+ </div>
1094
+ -->
1044
1095
  </div>
1045
1096
  <div class="ncd-dependent" data-sensor-19 data-sensor-28>
1046
1097
  <div class="form-row ncd-active-check">
1047
1098
  <strong>Channel 2 Current Calibration Value</strong>
1099
+ <p class="caption">
1100
+ New calibration value = ((current_read_by_meter/current_read_by_sensor)*last_stored_calibration_value)*100
1101
+ </p>
1048
1102
  <div>
1049
1103
  <label for="node-input-current_calibration_ch2_19_active">Active:</label>
1050
- <input type="checkbox" id="node-input-current_calibration_ch2_19_active" class="ncd-config-toggle" data-target-id="node-input-current_calibration_ch2_19_active" value="1">
1104
+ <input type="checkbox" id="node-input-current_calibration_ch2_19_active" class="ncd-config-toggle" data-target-id="node-input-current_calibration_ch2_19" value="1">
1051
1105
  </div>
1052
1106
  <div>
1053
1107
  <label for="node-input-current_calibration_ch2_19"><i class="icon-tag"></i> Value:</label>
1054
1108
  <input type="text" id="node-input-current_calibration_ch2_19">
1055
1109
  </div>
1056
1110
  </div>
1111
+ <!--
1112
+ <div class="form-row ncd-active-check">
1113
+ <strong>Deprecated: Channel 2 Current Calibration Value</strong>
1114
+ <p class="caption">
1115
+ Only for use with sensors with firmware versions 2 or lower.
1116
+ New calibration value = ((current_read_by_meter/current_read_by_sensor)*last_stored_calibration_value)*100
1117
+ </p>
1118
+ <div>
1119
+ <label for="node-input-current_calibration_ch2_19_dep_active">Active:</label>
1120
+ <input type="checkbox" id="node-input-current_calibration_ch2_19_dep_active" class="ncd-config-toggle" data-target-id="node-input-current_calibration_ch2_19_dep" value="1">
1121
+ </div>
1122
+ <div>
1123
+ <label for="node-input-current_calibration_ch2_19_dep"><i class="icon-tag"></i> Value:</label>
1124
+ <input type="text" id="node-input-current_calibration_ch2_19_dep">
1125
+ </div>
1126
+ </div>
1127
+ -->
1057
1128
  </div>
1058
1129
  <div class="ncd-dependent" data-sensor-28>
1059
1130
  <div class="form-row ncd-active-check">
1060
1131
  <strong>Channel 3 Current Calibration Value</strong>
1132
+ <p class="caption">
1133
+ New calibration value = ((current_read_by_meter/current_read_by_sensor)*last_stored_calibration_value)*100
1134
+ </p>
1061
1135
  <div>
1062
1136
  <label for="node-input-current_calibration_ch3_28_active">Active:</label>
1063
- <input type="checkbox" id="node-input-current_calibration_ch3_28_active" class="ncd-config-toggle" data-target-id="node-input-current_calibration_ch3_28_active" value="1">
1137
+ <input type="checkbox" id="node-input-current_calibration_ch3_28_active" class="ncd-config-toggle" data-target-id="node-input-current_calibration_ch3_28" value="1">
1064
1138
  </div>
1065
1139
  <div>
1066
1140
  <label for="node-input-current_calibration_ch3_28"><i class="icon-tag"></i> Value:</label>
1067
1141
  <input type="text" id="node-input-current_calibration_ch3_28">
1068
1142
  </div>
1069
1143
  </div>
1144
+ <!--
1145
+ <div class="form-row ncd-active-check">
1146
+ <strong>Deprecated: Channel 3 Current Calibration Value</strong>
1147
+ <p class="caption">
1148
+ Only for use with sensors with firmware versions 2 or lower.
1149
+ New calibration value = ((current_read_by_meter/current_read_by_sensor)*last_stored_calibration_value)*100
1150
+ </p>
1151
+ <div>
1152
+ <label for="node-input-current_calibration_ch3_28_dep_active">Active:</label>
1153
+ <input type="checkbox" id="node-input-current_calibration_ch3_28_dep_active" class="ncd-config-toggle" data-target-id="node-input-current_calibration_ch3_28_dep" value="1">
1154
+ </div>
1155
+ <div>
1156
+ <label for="node-input-current_calibration_ch3_28_dep"><i class="icon-tag"></i> Value:</label>
1157
+ <input type="text" id="node-input-current_calibration_ch3_28_dep">
1158
+ </div>
1159
+ </div>
1160
+ -->
1070
1161
  </div>
1071
-
1162
+ <div class="ncd-dependent" data-sensor-3 data-sensor-10 data-sensor-13 data-sensor-28>
1163
+ <div class="form-row ncd-active-check">
1164
+ <strong>Percentage Change Detection - Channel 1</strong>
1165
+ <div>
1166
+ <label for="node-input-change_detection_t3_active">Active:</label>
1167
+ <input type="checkbox" id="node-input-change_detection_t3_active" class="ncd-config-toggle" data-target-class="change_detection_t3" value="1">
1168
+ </div>
1169
+ <div class="form-row">
1170
+ <label for="node-input-change_enabled"><i class="icon-tag"></i>Enable:</label>
1171
+ <input type="checkbox" id="node-input-change_enabled" class="change_detection_t3" value="1">
1172
+ </div>
1173
+ <div class="form-row">
1174
+ <label for="node-input-change_pr"><i class="icon-tag"></i>Percentage Change Threshold (0-255)</label>
1175
+ <input type="text" id="node-input-change_pr" class="change_detection_t3">
1176
+ </div>
1177
+ <div class="form-row">
1178
+ <label for="node-input-change_interval"><i class="icon-tag"></i>Percentage Change Interval (seconds)</label>
1179
+ <input type="text" id="node-input-change_interval" class="change_detection_t3">
1180
+ </div>
1181
+ </div>
1182
+ </div>
1183
+ <div class="ncd-dependent" data-sensor-28>
1184
+ <div class="form-row ncd-active-check">
1185
+ <strong>Percentage Change Detection - Channel 2</strong>
1186
+ <div>
1187
+ <label for="node-input-change_detection_ch2_active">Active:</label>
1188
+ <input type="checkbox" id="node-input-change_detection_ch2_active" class="ncd-config-toggle" data-target-class="change_detection_ch2" value="1">
1189
+ </div>
1190
+ <div class="form-row">
1191
+ <label for="node-input-change_enabled_ch2"><i class="icon-tag"></i>Enable:</label>
1192
+ <input type="checkbox" id="node-input-change_enabled_ch2" class="change_detection_ch2" value="1">
1193
+ </div>
1194
+ <div class="form-row">
1195
+ <label for="node-input-change_pr_ch2"><i class="icon-tag"></i>Percentage Change Threshold (0-255)</label>
1196
+ <input type="text" id="node-input-change_pr_ch2" class="change_detection_ch2">
1197
+ </div>
1198
+ <div class="form-row">
1199
+ <label for="node-input-change_interval_ch2"><i class="icon-tag"></i>Percentage Change Interval (seconds)</label>
1200
+ <input type="text" id="node-input-change_interval_ch2" class="change_detection_ch2">
1201
+ </div>
1202
+ </div>
1203
+ <div class="form-row ncd-active-check">
1204
+ <strong>Percentage Change Detection - Channel 3</strong>
1205
+ <div>
1206
+ <label for="node-input-change_detection_ch3_active">Active:</label>
1207
+ <input type="checkbox" id="node-input-change_detection_ch3_active" class="ncd-config-toggle" data-target-class="change_detection_ch3" value="1">
1208
+ </div>
1209
+ <div class="form-row">
1210
+ <label for="node-input-change_enabled_ch3"><i class="icon-tag"></i>Enable:</label>
1211
+ <input type="checkbox" id="node-input-change_enabled_ch3" class="change_detection_ch3" value="1">
1212
+ </div>
1213
+ <div class="form-row">
1214
+ <label for="node-input-change_pr_ch3"><i class="icon-tag"></i>Percentage Change Threshold (0-255)</label>
1215
+ <input type="text" id="node-input-change_pr_ch3" class="change_detection_ch3">
1216
+ </div>
1217
+ <div class="form-row">
1218
+ <label for="node-input-change_interval_ch3"><i class="icon-tag"></i>Percentage Change Interval (seconds)</label>
1219
+ <input type="text" id="node-input-change_interval_ch3" class="change_detection_ch3">
1220
+ </div>
1221
+ </div>
1222
+ </div>
1072
1223
  <!-- Barometric Pressure Options -->
1073
1224
  <div class="ncd-dependent" data-sensor-6>
1074
1225
  <div class="form-row">
@@ -1374,7 +1525,7 @@
1374
1525
  </div>
1375
1526
  </div>
1376
1527
 
1377
- <div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
1528
+ <div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
1378
1529
  <hr>
1379
1530
  <div class="form-row ncd-active-check">
1380
1531
  <strong>Mode</strong>
@@ -1454,8 +1605,7 @@
1454
1605
  </div>
1455
1606
  </div>
1456
1607
  </div>
1457
-
1458
- <div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-101 data-sensor-102 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
1608
+ <div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-101 data-sensor-102 ata-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
1459
1609
  <hr>
1460
1610
  <div class="form-row ncd-active-check">
1461
1611
  <strong>Sampling Interval</strong>
@@ -1478,6 +1628,32 @@
1478
1628
  </select>
1479
1629
  </div>
1480
1630
  </div>
1631
+ </div>
1632
+ <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
1633
+ <hr>
1634
+ <div class="form-row ncd-active-check">
1635
+ <strong>Sampling Interval</strong>
1636
+ <div>
1637
+ <label for="node-input-sampling_interval_110_active">Active: </label>
1638
+ <input type="checkbox" id="node-input-sampling_interval_110_active" class="ncd-config-toggle" data-target-id="node-input-sampling_interval_110" value="1">
1639
+ </div>
1640
+ <div>
1641
+ <label for="node-input-sampling_interval_110"><i class="icon-tag"></i>Value:</label>
1642
+ <select id="node-input-sampling_interval_110">
1643
+ <option value="8">1 Minute</option>
1644
+ <option value="0">5 Minutes</option>
1645
+ <option value="1">10 Minutes</option>
1646
+ <option value="2">15 Minutes</option>
1647
+ <option value="3">20 Minutes</option>
1648
+ <option value="4">30 Minutes</option>
1649
+ <option value="5">60 Minutes</option>
1650
+ <option value="6">120 Minutes</option>
1651
+ <option value="7">180 Minutes</option>
1652
+ </select>
1653
+ </div>
1654
+ </div>
1655
+ </div>
1656
+ <div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-101 data-sensor-102 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
1481
1657
  <div class="form-row ncd-active-check">
1482
1658
  <strong>Set RTC</strong>
1483
1659
  <div>
@@ -1487,6 +1663,38 @@
1487
1663
  </div>
1488
1664
  </div>
1489
1665
 
1666
+ <div class="ncd-dependent" data-sensor-202>
1667
+ <hr>
1668
+ <div class="form-row ncd-active-check">
1669
+ <strong>Sampling Interval</strong>
1670
+ <div>
1671
+ <label for="node-input-sampling_interval_202_active">Active: </label>
1672
+ <input type="checkbox" id="node-input-sampling_interval_202_active" class="ncd-config-toggle" data-target-id="node-input-sampling_interval_202" value="1">
1673
+ </div>
1674
+ <div>
1675
+ <label for="node-input-sampling_interval_202"><i class="icon-tag"></i>Value:</label>
1676
+ <select id="node-input-sampling_interval_202">
1677
+ <option value="1">5 Minutes</option>
1678
+ <option value="2">10 Minutes</option>
1679
+ <option value="3">15 Minutes</option>
1680
+ <option value="4">20 Minutes</option>
1681
+ <option value="5">30 Minutes</option>
1682
+ <option value="6">60 Minutes</option>
1683
+ <option value="7">120 Minutes</option>
1684
+ <option value="8">180 Minutes</option>
1685
+ <!-- <option value="9">1 Minute</option> -->
1686
+ </select>
1687
+ </div>
1688
+ </div>
1689
+ <div class="form-row ncd-active-check">
1690
+ <strong>Set RTC</strong>
1691
+ <div>
1692
+ <label for="node-input-set_rtc_202"><i class="icon-tag"></i>Active:</label>
1693
+ <input type="checkbox" id="node-input-set_rtc_202" value="1">
1694
+ </div>
1695
+ </div>
1696
+ </div>
1697
+
1490
1698
  <div class="ncd-dependent" data-sensor-81 data-sensor-111 data-sensor-181>
1491
1699
  <hr>
1492
1700
  <div class="form-row ncd-active-check">
@@ -1934,8 +2142,7 @@
1934
2142
  </div>
1935
2143
  </div>
1936
2144
  </div>
1937
-
1938
- <div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-110 data-sensor-111 data-sensor-180 data-sensor-181 data-sensor-505 data-sensor-506 data-sensor-538>
2145
+ <div class="ncd-dependent" data-sensor-505 data-sensor-506>
1939
2146
  <div class="form-row ncd-active-check">
1940
2147
  <strong>Channel 1 Current Calibration Value</strong>
1941
2148
  <p class="caption">
@@ -1952,8 +2159,7 @@
1952
2159
  </div>
1953
2160
  </div>
1954
2161
  </div>
1955
-
1956
- <div class="ncd-dependent" data-sensor-81 data-sensor-111 data-sensor-181 data-sensor-506>
2162
+ <div class="ncd-dependent" data-sensor-506>
1957
2163
  <div class="form-row ncd-active-check">
1958
2164
  <strong>Channel 2 Current Calibration Value</strong>
1959
2165
  <p class="caption">
@@ -1970,7 +2176,6 @@
1970
2176
  </div>
1971
2177
  </div>
1972
2178
  </div>
1973
-
1974
2179
  <div class="ncd-dependent" data-sensor-506>
1975
2180
  <div class="form-row ncd-active-check">
1976
2181
  <strong>Channel 3 Current Calibration Value</strong>
@@ -2039,7 +2244,15 @@
2039
2244
  </select>
2040
2245
  </div>
2041
2246
  </div>
2042
- <div class="form-row">
2247
+ </div>
2248
+ <div class="ncd-dependent" data-sensor-33>
2249
+ <div class="form-row ncd-active-check">
2250
+ <label for="node-input-clear_counter_33"><i class="icon-tag"></i>Clear Counter Value</label>
2251
+ <input type="checkbox" id="node-input-clear_counter_33" value="1">
2252
+ </div>
2253
+ </div>
2254
+ <div class="ncd-dependent" data-sensor-108>
2255
+ <div class="form-row ncd-active-check">
2043
2256
  <label for="node-input-clear_all_counters_108"><i class="icon-tag"></i>Clear All Counters</label>
2044
2257
  <input type="checkbox" id="node-input-clear_all_counters_108" value="1">
2045
2258
  </div>
@@ -2057,6 +2270,8 @@
2057
2270
  <input type="text" id="node-input-accelerometer_threshold_108" placeholder="10" value="10">
2058
2271
  </div>
2059
2272
  </div>
2273
+ </div>
2274
+ <div class="ncd-dependent" data-sensor-108 data-sensor-33>
2060
2275
  <div class="form-row ncd-active-check">
2061
2276
  <strong>Set Input Debounce Time</strong>
2062
2277
  <p class="caption">
@@ -2071,6 +2286,38 @@
2071
2286
  <input type="text" id="node-input-debounce_time_108" placeholder="10" value="10">
2072
2287
  </div>
2073
2288
  </div>
2289
+ </div>
2290
+ <div class="ncd-dependent" data-sensor-33>
2291
+ <div class="form-row ncd-active-check">
2292
+ <strong>Set Contact Closure Detection</strong>
2293
+ <div>
2294
+ <label for="node-input-input_two_108_active">Active:</label>
2295
+ <input type="checkbox" id="node-input-input_two_108_active" class="ncd-config-toggle" data-target-id="node-input-input_two_108" value="1">
2296
+ </div>
2297
+ <div>
2298
+ <label for="node-input-input_two_108"><i class="icon-tag"></i>Value:</label>
2299
+ <select id="node-input-input_two_108">
2300
+ <option value="0">Falling Edge Trigger</option>
2301
+ <option value="1" selected>Rising Edge Trigger</option>
2302
+ </select>
2303
+ </div>
2304
+ </div>
2305
+ <div class="form-row ncd-active-check">
2306
+ <strong>Enable Push Notification</strong>
2307
+ <div>
2308
+ <label for="node-input-push_notification_33_active">Active:</label>
2309
+ <input type="checkbox" id="node-input-push_notification_33_active" class="ncd-config-toggle" data-target-id="node-input-push_notification_33" value="1">
2310
+ </div>
2311
+ <div>
2312
+ <label for="node-input-push_notification_33"><i class="icon-tag"></i>Value:</label>
2313
+ <select id="node-input-push_notification_33">
2314
+ <option value="0" selected>Disable</option>
2315
+ <option value="2">Enable</option>
2316
+ </select>
2317
+ </div>
2318
+ </div>
2319
+ </div>
2320
+ <div class="ncd-dependent" data-sensor-108>
2074
2321
  <div class="form-row ncd-active-check">
2075
2322
  <strong>Set Contact Closure Detection</strong>
2076
2323
  <div>
@@ -2113,6 +2360,8 @@
2113
2360
  </select>
2114
2361
  </div>
2115
2362
  </div>
2363
+ </div>
2364
+ <div class="ncd-dependent" data-sensor-108 data-sensor-33>
2116
2365
  <div class="form-row ncd-active-check">
2117
2366
  <strong>Counter Threshold</strong>
2118
2367
  <p class="caption">
@@ -2130,6 +2379,52 @@
2130
2379
  </div>
2131
2380
  </div>
2132
2381
  </div>
2382
+ <div class="ncd-dependent" data-sensor-108>
2383
+ <div class="form-row ncd-active-check">
2384
+ <strong>Enable Push Notification</strong>
2385
+ <div>
2386
+ <label for="node-input-push_notification_108_active">Active:</label>
2387
+ <input type="checkbox" id="node-input-push_notification_108_active" class="ncd-config-toggle" data-target-id="node-input-push_notification_108" value="1">
2388
+ </div>
2389
+ <div>
2390
+ <label for="node-input-push_notification_108"><i class="icon-tag"></i>Value:</label>
2391
+ <select id="node-input-push_notification_108">
2392
+ <option value="0" selected>Disable All</option>
2393
+ <option value="31">Enable All</option>
2394
+ <option value="1">Enable on IO 1</option>
2395
+ <option value="2">Enable on IO 2</option>
2396
+ <option value="3">Enable on IO 2 and 1</option>
2397
+ <option value="4">Enable on IO 3</option>
2398
+ <option value="5">Enable on IO 3 and 1</option>
2399
+ <option value="6">Enable on IO 3 and 2</option>
2400
+ <option value="7">Enable on IO 3 to 1</option>
2401
+ <option value="8">Enable on IO 4</option>
2402
+ <option value="9">Enable on IO 4 and 1</option>
2403
+ <option value="10">Enable on IO 4 and 2</option>
2404
+ <option value="11">Enable on IO 4, 1 and 2</option>
2405
+ <option value="12">Enable on IO 4 and 3</option>
2406
+ <option value="13">Enable on IO 4, 1 and 3</option>
2407
+ <option value="14">Enable on IO 4, 2 and 3</option>
2408
+ <option value="15">Enable on IO 4 to 1</option>
2409
+ <option value="16">Enable on IO 5</option>
2410
+ <option value="17">Enable on IO 5 and 1</option>
2411
+ <option value="18">Enable on IO 5 and 2</option>
2412
+ <option value="19">Enable on IO 5, 2 and 1</option>
2413
+ <option value="20">Enable on IO 5 and 3</option>
2414
+ <option value="21">Enable on IO 5, 3 and 1</option>
2415
+ <option value="22">Enable on IO 5, 3 and 2</option>
2416
+ <option value="23">Enable on IO 5, 3, 2 and 1</option>
2417
+ <option value="24">Enable on IO 5 and 4</option>
2418
+ <option value="25">Enable on IO 5, 4 and 1</option>
2419
+ <option value="26">Enable on IO 5, 4 and 2</option>
2420
+ <option value="27">Enable on IO 5, 4, 2 and 1</option>
2421
+ <option value="28">Enable on IO 5, 4 and 3</option>
2422
+ <option value="29">Enable on IO 5, 4, 3 and 1</option>
2423
+ <option value="30">Enable on IO 5, 4, 3, and 2</option>
2424
+ </select>
2425
+ </div>
2426
+ </div>
2427
+ </div>
2133
2428
  <div class="ncd-dependent" data-sensor-35 data-sensor-36>
2134
2429
  <hr>
2135
2430
  <div class="form-row ncd-active-check">
@@ -2256,22 +2551,38 @@
2256
2551
  </div>
2257
2552
  </div>
2258
2553
  </div>
2259
- <div class="ncd-dependent" data-sensor-539>
2554
+ <div class="ncd-dependent" data-sensor-1010 data-sensor-1011>
2260
2555
  <div class="form-row ncd-active-check">
2261
- <strong>Set Rx Timeout</strong>
2556
+ <strong>Set Stop Bit</strong>
2262
2557
  <div>
2263
- <label for="node-input-rx_timeout_539_active">Active:</label>
2264
- <input type="checkbox" id="node-input-rx_timeout_539_active" class="ncd-config-toggle" data-target-id="node-input-rx_timeout_539" value="1">
2558
+ <label for="node-input-stop_bit_1011_active">Active:</label>
2559
+ <input type="checkbox" id="node-input-stop_bit_1011_active" class="ncd-config-toggle" data-target-id="node-input-stop_bit_1011" value="1">
2265
2560
  </div>
2266
2561
  <div>
2267
- <label for="node-input-rx_timeout_539"><i class="icon-tag"></i>Value:</label>
2268
- <input type="text" id="node-input-rx_timeout_539" placeholder="10" value="10">
2562
+ <label for="node-input-stop_bit_1011"><i class="icon-tag"></i>Value:</label>
2563
+ <select id="node-input-stop_bit_1011">
2564
+ <option selected="selected" value="0">1</option>
2565
+ <option value="1">2</option>
2566
+ </select>
2567
+ </div>
2568
+ </div>
2569
+ <div class="form-row ncd-active-check">
2570
+ <strong>Set Parity</strong>
2571
+ <div>
2572
+ <label for="node-input-set_parity_1011_active">Active:</label>
2573
+ <input type="checkbox" id="node-input-set_parity_1011_active" class="ncd-config-toggle" data-target-id="node-input-set_parity_1011" value="1">
2574
+ </div>
2575
+ <div>
2576
+ <label for="node-input-set_parity_1011"><i class="icon-tag"></i>Value:</label>
2577
+ <select id="node-input-set_parity_1011">
2578
+ <option selected="selected" value="0">None</option>
2579
+ <option value="1">Even</option>
2580
+ <option value="2">Odd</option>
2581
+ </select>
2269
2582
  </div>
2270
2583
  </div>
2271
- </div>
2272
- <div class="ncd-dependent" data-sensor-1011>
2273
2584
  <div class="form-row ncd-active-check">
2274
- <strong>Set rs485 Timeout</strong>
2585
+ <strong>Set Timeout</strong>
2275
2586
  <div>
2276
2587
  <label for="node-input-rx485_timeout_1011_active">Active:</label>
2277
2588
  <input type="checkbox" id="node-input-rx485_timeout_1011_active" class="ncd-config-toggle" data-target-id="node-input-rx485_timeout_1011" value="1">
@@ -2281,6 +2592,23 @@
2281
2592
  <input type="text" id="node-input-rx485_timeout_1011" placeholder="10" value="10">
2282
2593
  </div>
2283
2594
  </div>
2595
+ <div class="form-row ncd-active-check">
2596
+ <strong>Set Auto Address Timeout</strong>
2597
+ <div>
2598
+ <label for="node-input-auto_address_timeout_1011_active">Active:</label>
2599
+ <input type="checkbox" id="node-input-auto_address_timeout_1011_active" class="ncd-config-toggle" data-target-id="node-input-rauto_address_timeout_1011" value="1">
2600
+ </div>
2601
+ <div>
2602
+ <label for="node-input-auto_address_timeout_1011"><i class="icon-tag"></i>Value:</label>
2603
+ <input type="text" id="node-input-auto_address_timeout_1011" placeholder="10" value="10">
2604
+ </div>
2605
+ </div>
2606
+ <div class="form-row ncd-active-check">
2607
+ <label for="node-input-reboot_1011"><i class="icon-tag"></i><strong>Reboot Device</strong></label>
2608
+ <input type="checkbox" id="node-input-reboot_1011" value="1">
2609
+ </div>
2610
+ </div>
2611
+ <div class="ncd-dependent" data-sensor-1011>
2284
2612
  <div class="form-row ncd-active-check">
2285
2613
  <strong>Set Mode</strong>
2286
2614
  <div>
@@ -2296,19 +2624,19 @@
2296
2624
  </select>
2297
2625
  </div>
2298
2626
  </div>
2627
+ </div>
2628
+ <div class="ncd-dependent" data-sensor-539>
2299
2629
  <div class="form-row ncd-active-check">
2300
- <strong>Set Auto Address Timeout</strong>
2630
+ <strong>Set Rx Timeout</strong>
2301
2631
  <div>
2302
- <label for="node-input-auto_address_timeout_1011_active">Active:</label>
2303
- <input type="checkbox" id="node-input-auto_address_timeout_1011_active" class="ncd-config-toggle" data-target-id="node-input-rauto_address_timeout_1011" value="1">
2632
+ <label for="node-input-rx_timeout_539_active">Active:</label>
2633
+ <input type="checkbox" id="node-input-rx_timeout_539_active" class="ncd-config-toggle" data-target-id="node-input-rx_timeout_539" value="1">
2304
2634
  </div>
2305
2635
  <div>
2306
- <label for="node-input-auto_address_timeout_1011"><i class="icon-tag"></i>Value:</label>
2307
- <input type="text" id="node-input-auto_address_timeout_1011" placeholder="10" value="10">
2636
+ <label for="node-input-rx_timeout_539"><i class="icon-tag"></i>Value:</label>
2637
+ <input type="text" id="node-input-rx_timeout_539" placeholder="10" value="10">
2308
2638
  </div>
2309
2639
  </div>
2310
- </div>
2311
- <div class="ncd-dependent" data-sensor-539>
2312
2640
  <div class="form-row ncd-active-check">
2313
2641
  <strong>Set Bootup Time</strong>
2314
2642
  <div>
@@ -2414,6 +2742,7 @@
2414
2742
  <option value="29">29</option>
2415
2743
  <option value="30">30</option>
2416
2744
  <option value="31">31</option>
2745
+ <option value="32">32</option>
2417
2746
  </select>
2418
2747
  </div>
2419
2748
  <hr>
@@ -2478,11 +2807,142 @@
2478
2807
  <input type="text" id="node-input-register_value_9_539" class="register_t539" placeholder="10" value="10">
2479
2808
  </div>
2480
2809
  </div>
2810
+ <div class="form-row">
2811
+ <div>
2812
+ <label for="node-input-register_value_10_539"><i class="icon-tag"></i>Register 11:</label>
2813
+ <input type="text" id="node-input-register_value_10_539" class="register_t539" placeholder="10" value="10">
2814
+ </div>
2815
+ </div>
2816
+ <div class="form-row">
2817
+ <div>
2818
+ <label for="node-input-register_value_11_539"><i class="icon-tag"></i>Register 12:</label>
2819
+ <input type="text" id="node-input-register_value_11_539" class="register_t539" placeholder="10" value="10">
2820
+ </div>
2821
+ </div>
2822
+ <div class="form-row">
2823
+ <div>
2824
+ <label for="node-input-register_value_12_539"><i class="icon-tag"></i>Register 13:</label>
2825
+ <input type="text" id="node-input-register_value_12_539" class="register_t539" placeholder="10" value="10">
2826
+ </div>
2827
+ </div>
2828
+ <div class="form-row">
2829
+ <div>
2830
+ <label for="node-input-register_value_13_539"><i class="icon-tag"></i>Register 14:</label>
2831
+ <input type="text" id="node-input-register_value_13_539" class="register_t539" placeholder="10" value="10">
2832
+ </div>
2833
+ </div>
2834
+ <div class="form-row">
2835
+ <div>
2836
+ <label for="node-input-register_value_14_539"><i class="icon-tag"></i>Register 15:</label>
2837
+ <input type="text" id="node-input-register_value_14_539" class="register_t539" placeholder="10" value="10">
2838
+ </div>
2839
+ </div>
2840
+ <div class="form-row">
2841
+ <div>
2842
+ <label for="node-input-register_value_15_539"><i class="icon-tag"></i>Register 16:</label>
2843
+ <input type="text" id="node-input-register_value_15_539" class="register_t539" placeholder="10" value="10">
2844
+ </div>
2845
+ </div>
2846
+ <div class="form-row">
2847
+ <div>
2848
+ <label for="node-input-register_value_16_539"><i class="icon-tag"></i>Register 17:</label>
2849
+ <input type="text" id="node-input-register_value_16_539" class="register_t539" placeholder="10" value="10">
2850
+ </div>
2851
+ </div>
2852
+ <div class="form-row">
2853
+ <div>
2854
+ <label for="node-input-register_value_17_539"><i class="icon-tag"></i>Register 18:</label>
2855
+ <input type="text" id="node-input-register_value_17_539" class="register_t539" placeholder="10" value="10">
2856
+ </div>
2857
+ </div>
2858
+ <div class="form-row">
2859
+ <div>
2860
+ <label for="node-input-register_value_18_539"><i class="icon-tag"></i>Register 19:</label>
2861
+ <input type="text" id="node-input-register_value_18_539" class="register_t539" placeholder="10" value="10">
2862
+ </div>
2863
+ </div>
2864
+ <div class="form-row">
2865
+ <div>
2866
+ <label for="node-input-register_value_19_539"><i class="icon-tag"></i>Register 20:</label>
2867
+ <input type="text" id="node-input-register_value_19_539" class="register_t539" placeholder="10" value="10">
2868
+ </div>
2869
+ </div>
2870
+ <div class="form-row">
2871
+ <div>
2872
+ <label for="node-input-register_value_20_539"><i class="icon-tag"></i>Register 21:</label>
2873
+ <input type="text" id="node-input-register_value_20_539" class="register_t539" placeholder="10" value="10">
2874
+ </div>
2875
+ </div>
2876
+ <div class="form-row">
2877
+ <div>
2878
+ <label for="node-input-register_value_21_539"><i class="icon-tag"></i>Register 22:</label>
2879
+ <input type="text" id="node-input-register_value_21_539" class="register_t539" placeholder="10" value="10">
2880
+ </div>
2881
+ </div>
2882
+ <div class="form-row">
2883
+ <div>
2884
+ <label for="node-input-register_value_22_539"><i class="icon-tag"></i>Register 23:</label>
2885
+ <input type="text" id="node-input-register_value_22_539" class="register_t539" placeholder="10" value="10">
2886
+ </div>
2887
+ </div>
2888
+ <div class="form-row">
2889
+ <div>
2890
+ <label for="node-input-register_value_23_539"><i class="icon-tag"></i>Register 24:</label>
2891
+ <input type="text" id="node-input-register_value_23_539" class="register_t539" placeholder="10" value="10">
2892
+ </div>
2893
+ </div>
2894
+ <div class="form-row">
2895
+ <div>
2896
+ <label for="node-input-register_value_24_539"><i class="icon-tag"></i>Register 25:</label>
2897
+ <input type="text" id="node-input-register_value_24_539" class="register_t539" placeholder="10" value="10">
2898
+ </div>
2899
+ </div>
2900
+ <div class="form-row">
2901
+ <div>
2902
+ <label for="node-input-register_value_25_539"><i class="icon-tag"></i>Register 26:</label>
2903
+ <input type="text" id="node-input-register_value_25_539" class="register_t539" placeholder="10" value="10">
2904
+ </div>
2905
+ </div>
2906
+ <div class="form-row">
2907
+ <div>
2908
+ <label for="node-input-register_value_26_539"><i class="icon-tag"></i>Register 27:</label>
2909
+ <input type="text" id="node-input-register_value_26_539" class="register_t539" placeholder="10" value="10">
2910
+ </div>
2911
+ </div>
2912
+ <div class="form-row">
2913
+ <div>
2914
+ <label for="node-input-register_value_27_539"><i class="icon-tag"></i>Register 28:</label>
2915
+ <input type="text" id="node-input-register_value_27_539" class="register_t539" placeholder="10" value="10">
2916
+ </div>
2917
+ </div>
2918
+ <div class="form-row">
2919
+ <div>
2920
+ <label for="node-input-register_value_28_539"><i class="icon-tag"></i>Register 29:</label>
2921
+ <input type="text" id="node-input-register_value_28_539" class="register_t539" placeholder="10" value="10">
2922
+ </div>
2923
+ </div>
2924
+ <div class="form-row">
2925
+ <div>
2926
+ <label for="node-input-register_value_29_539"><i class="icon-tag"></i>Register 30:</label>
2927
+ <input type="text" id="node-input-register_value_29_539" class="register_t539" placeholder="10" value="10">
2928
+ </div>
2929
+ </div>
2930
+ <div class="form-row">
2931
+ <div>
2932
+ <label for="node-input-register_value_30_539"><i class="icon-tag"></i>Register 31:</label>
2933
+ <input type="text" id="node-input-register_value_30_539" class="register_t539" placeholder="10" value="10">
2934
+ </div>
2935
+ </div>
2936
+ <div class="form-row">
2937
+ <div>
2938
+ <label for="node-input-register_value_31_539"><i class="icon-tag"></i>Register 32:</label>
2939
+ <input type="text" id="node-input-register_value_31_539" class="register_t539" placeholder="10" value="10">
2940
+ </div>
2941
+ </div>
2481
2942
  </div>
2482
2943
  </div>
2483
2944
  </div>
2484
-
2485
- <div class="ncd-dependent" data-sensor-114>
2945
+ <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
2486
2946
  <div class="form-row ncd-active-check">
2487
2947
  <strong>Clear Probe Uptimers</strong>
2488
2948
  <div>
@@ -2498,7 +2958,6 @@
2498
2958
  </div>
2499
2959
  </div>
2500
2960
  </div>
2501
-
2502
2961
  <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
2503
2962
  <div class="form-row ncd-active-check">
2504
2963
  <strong>Set Auto Raw Interval</strong>
@@ -2526,7 +2985,7 @@
2526
2985
  Example of targeted address: 41D5EC37
2527
2986
  </p>
2528
2987
  </div>
2529
- <div class="form-row ncd-active-check">
2988
+ <!-- <div class="form-row ncd-active-check">
2530
2989
  <strong>Clear Probe Uptimers</strong>
2531
2990
  <div>
2532
2991
  <label for="node-input-clear_probe_uptimers_110_active">Active:</label>
@@ -2539,9 +2998,10 @@
2539
2998
  <option value="1">Enabled</option>
2540
2999
  </select>
2541
3000
  </div>
2542
- </div>
3001
+ </div> -->
2543
3002
  <div class="form-row ncd-active-check">
2544
3003
  <strong>Set Smart Mode Threshold</strong>
3004
+ <p>If RMS acceleration is above this in any axis, it will send data. This will be an integer value that increments the interrupt threshold by 50 mg. A value of 1 means to wake the sensor if acceleration is above 50 mg, 2 means 100 mg, etc.</p>
2545
3005
  <div>
2546
3006
  <label for="node-input-smart_threshold_110_active">Active:</label>
2547
3007
  <input type="checkbox" id="node-input-smart_threshold_110_active" class="ncd-config-toggle" data-target-id="node-input-smart_threshold_110" value="1">
@@ -2551,6 +3011,37 @@
2551
3011
  <input type="text" id="node-input-smart_threshold_110" value="1">
2552
3012
  </div>
2553
3013
  </div>
3014
+ <div class="form-row ncd-active-check">
3015
+ <strong>Set Smart Mode Skip Interval</strong>
3016
+ <p>Sensor will skip sending data this many times if vibration is below the smart threshold.</p>
3017
+ <div>
3018
+ <label for="node-input-smart_interval_110_active">Active:</label>
3019
+ <input type="checkbox" id="node-input-smart_interval_110_active" class="ncd-config-toggle" data-target-id="node-input-smart_interval_110" value="1">
3020
+ </div>
3021
+ <div>
3022
+ <label for="node-input-smart_interval_110"><i class="icon-tag"></i>Value:</label>
3023
+ <input type="text" id="node-input-smart_interval_110" value="1">
3024
+ </div>
3025
+ </div>
3026
+ <div class="form-row ncd-active-check">
3027
+ <strong>Set FLY Interval</strong>
3028
+ <div>
3029
+ <label for="node-input-fly_interval_110_active">Active:</label>
3030
+ <input type="checkbox" id="node-input-fly_interval_110_active" class="ncd-config-toggle" data-target-id="node-input-fly_interval_110" value="1">
3031
+ </div>
3032
+ <div>
3033
+ <label for="node-input-fly_interval_110"><i class="icon-tag"></i>Value:</label>
3034
+ <select id="node-input-fly_interval_110">
3035
+ <option value="60">1 Hour</option>
3036
+ <option value="120">2 Hours</option>
3037
+ <option value="240">4 Hours</option>
3038
+ <option value="480">8 Hours</option>
3039
+ <option value="720">12 Hours</option>
3040
+ <option value="1080">18 Hours</option>
3041
+ <option value="1440">24 Hours</option>
3042
+ </select>
3043
+ </div>
3044
+ </div>
2554
3045
  </div>
2555
3046
  <div class="ncd-dependent" data-sensor-531>
2556
3047
  <hr>
@@ -2570,6 +3061,63 @@
2570
3061
  </div>
2571
3062
  </div>
2572
3063
  </div>
3064
+ <div class="ncd-dependent" data-sensor-58>
3065
+ <hr>
3066
+ <div class="form-row ncd-active-check">
3067
+ <strong>Max Range</strong>
3068
+ <p>Valid Range: 0 - 16500 (mm)</p>
3069
+ <div>
3070
+ <label for="node-input-max_range_58_active">Active:</label>
3071
+ <input type="checkbox" id="node-input-max_range_58_active" class="ncd-config-toggle" data-target-id="node-input-max_range_58" value="1">
3072
+ </div>
3073
+ <div>
3074
+ <label for="node-input-max_range_58"><i class="icon-tag"></i> Value:</label>
3075
+ <input type="text" id="node-input-max_range_58">
3076
+ </div>
3077
+ </div>
3078
+ <div class="form-row ncd-active-check">
3079
+ <div>
3080
+ <label for="node-input-calibration_58"><i class="icon-tag"></i>Set Calibration:</label>
3081
+ <input type="checkbox" id="node-input-calibration_58" class="ncd-config-toggle" data-target-id="node-input-calibration_58" value="1">
3082
+ </div>
3083
+ </div>
3084
+ <div class="form-row ncd-active-check">
3085
+ <div>
3086
+ <label for="node-input-factory_reset_tank_probe_58"><i class="icon-tag"></i>Factory Reset Tank Probe:</label>
3087
+ <input type="checkbox" id="node-input-factory_reset_tank_probe_58" class="ncd-config-toggle" data-target-id="node-input-factory_reset_tank_probe_58" value="1">
3088
+ </div>
3089
+ </div>
3090
+ </div>
3091
+ <div class="ncd-dependent" data-sensor-44 data-sensor-53>
3092
+ <hr>
3093
+ <div class="form-row ncd-active-check">
3094
+ <strong>Set Skip Samples (CO2)</strong>
3095
+ <p>Valid Range: 1 - 10 </p>
3096
+ <div>
3097
+ <label for="node-input-scd_skip_samples_44_active">Active:</label>
3098
+ <input type="checkbox" id="node-input-scd_skip_samples_44_active" class="ncd-config-toggle" data-target-id="node-input-scd_skip_samples_44" value="1">
3099
+ </div>
3100
+ <div>
3101
+ <label for="node-scd_skip_samples_44"><i class="icon-tag"></i> Value:</label>
3102
+ <input type="text" id="node-input-scd_skip_samples_44">
3103
+ </div>
3104
+ </div>
3105
+ </div>
3106
+ <div class="ncd-dependent" data-sensor-32 data-sensor-53>
3107
+ <hr>
3108
+ <div class="form-row ncd-active-check">
3109
+ <strong>Set Skip Samples (Particulate)</strong>
3110
+ <p>Valid Range: 1 - 10 </p>
3111
+ <div>
3112
+ <label for="node-input-sps_skip_samples_32_active">Active:</label>
3113
+ <input type="checkbox" id="node-input-sps_skip_samples_32_active" class="ncd-config-toggle" data-target-id="node-input-sps_skip_samples_32" value="1">
3114
+ </div>
3115
+ <div>
3116
+ <label for="node-sps_skip_samples_32"><i class="icon-tag"></i> Value:</label>
3117
+ <input type="text" id="node-input-sps_skip_samples_32">
3118
+ </div>
3119
+ </div>
3120
+ </div>
2573
3121
  </div>
2574
3122
  </div>
2575
3123
  </script>