Hello NCD team. I recently deployed a EG5120-C2FCZ-4L-A06GL at one of our facilities.
I sent this unit plus 18 temperature/humidity sensors.
The gateway is powered on, connected to the network, and shows ready in the node-red flow, but I am not seeing any sensor data.
@ncd-io/node-red-enterprise-sensors is on v1.4.5, ncd-red-comm is on v2.0.3, and I’m using v3.1.5 for node-red.
I ssh’d into the device and ran ls -l /dev/ttyUSB* /dev/ttyACM*
dmesg | egrep -i “ttyUSB|ttyACM|cp210|ftdi|cdc_acm” | tail -n 30
pm2 logs node-red --lines 100
Here were the logs
1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: bad file descriptor] { disconnected: true } 1|node-red | [Error: Error: No such file or directory, cannot open /dev/ttymxc2] 1|node-red | [Error: Error: No such file or directory, cannot open /dev/ttymxc2] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port] 1|node-red | [Error: Error Resource temporarily unavailable Cannot lock port]
From these logs, I ran ls -l /dev/serial/by-id/
ls -l /dev/ttyUSB* /dev/ttyACM*
sudo lsof /dev/ttyUSB0
and got the following, UNIT LOAD ACTIVE SUB DESCRIPTION serial-getty@ttymxc1.service loaded active running Serial Getty on ttymxc1
I pasted this into chatgpt and got the following,
- Your box has a serial console running on
ttymxc1:
serial-getty@ttymxc1.service active (running) - Your flow is also trying
/dev/ttymxc2, which doesn’t exist. - Result: Node-RED can’t open the right port (wrong device), and if it ever tries
ttymxc1the getty will hold a lock → “Resource temporarily unavailable”.
Have you seen this issue before? I am not sure where to start with this and don’t want to make changes to the hardware without working with your team.
Thanks!
JSON FLOW
[
{
“id”: “659f98d7808980b1”,
“type”: “tab”,
“label”: “Flow 1”,
“disabled”: false,
“info”: “”,
“env”:
},
{
“id”: “505d75f60cd85c50”,
“type”: “ncd-gateway-node”,
“z”: “659f98d7808980b1”,
“name”: “”,
“connection”: “3a158777559a1790”,
“unknown_devices”: true,
“outputs”: 2,
“x”: 410,
“y”: 280,
“wires”: [
[
“94748832242929fd”
],
[
“94748832242929fd”
]
]
},
{
“id”: “94748832242929fd”,
“type”: “debug”,
“z”: “659f98d7808980b1”,
“name”: “debug 1”,
“active”: true,
“tosidebar”: true,
“console”: false,
“tostatus”: false,
“complete”: “false”,
“statusVal”: “”,
“statusType”: “auto”,
“x”: 600,
“y”: 280,
“wires”:
},
{
“id”: “2738f800fdccafee”,
“type”: “ncd-wireless-node”,
“z”: “659f98d7808980b1”,
“name”: “”,
“connection”: “3a158777559a1790”,
“config_comm”: “3a158777559a1790”,
“addr”: “”,
“sensor_type”: “”,
“auto_config”: “”,
“on_the_fly_enable”: “”,
“node_id_delay_active”: “”,
“node_id”: 0,
“delay”: 300,
“form_network”: “”,
“destination_active”: “”,
“destination”: “0000FFFF”,
“power_active”: “”,
“power”: 4,
“retries_active”: “”,
“retries”: 10,
“pan_id_active”: “”,
“pan_id”: “7FFF”,
“change_detection_t3_active”: “”,
“change_enabled”: “”,
“change_pr”: “0”,
“change_interval”: “0”,
“change_detection_ch2_active”: “”,
“change_enabled_ch2”: “”,
“change_pr_ch2”: “0”,
“change_interval_ch2”: “0”,
“change_detection_ch3_active”: “”,
“change_enabled_ch3”: “”,
“change_pr_ch3”: “0”,
“change_interval_ch3”: “0”,
“current_calibration_13_active”: “”,
“current_calibration_13”: “60600”,
“current_calibration_13_dep_active”: “”,
“current_calibration_13_dep”: “60600”,
“current_calibration_ch2_19_active”: “”,
“current_calibration_ch2_19”: “60600”,
“current_calibration_ch2_19_dep_active”: “”,
“current_calibration_ch2_19_dep”: “60600”,
“current_calibration_ch3_28_active”: “”,
“current_calibration_ch3_28”: “60600”,
“current_calibration_ch3_28_dep_active”: “”,
“current_calibration_ch3_28_dep”: “60600”,
“bp_altitude”: “0”,
“bp_pressure”: “0”,
“bp_temp_prec”: “0”,
“bp_press_prec”: “0”,
“amgt_accel”: “0”,
“amgt_mag”: “0”,
“amgt_gyro”: “0”,
“impact_accel_active”: “”,
“impact_accel”: “0”,
“impact_data_rate_active”: “”,
“impact_data_rate”: “4”,
“impact_threshold_active”: “”,
“impact_threshold”: 25,
“impact_duration_active”: “”,
“impact_duration”: 1,
“activ_interr_x”: 1,
“activ_interr_y”: 2,
“activ_interr_z”: 4,
“activ_interr_op”: 8,
“force_calibration_co2_auto_config”: “”,
“force_calibration_co2”: 400,
“force_calibration_co2_535_active”: “”,
“temperature_offset_44_active”: “”,
“temperature_offset_44”: 4,
“filtering”: 0,
“data_rate”: 5,
“time_series”: 0,
“reading_type”: 1,
“mode_80_active”: “”,
“mode_80”: 0,
“periodic_check_rate_76_active”: “”,
“periodic_check_rate_76”: 60,
“ppm_threshold_76_active”: “”,
“ppm_threshold_76”: 100,
“alert_duration_76_active”: “”,
“alert_duration_76”: 0,
“sensor_boot_time_76_active”: “”,
“sensor_boot_time_76”: 30,
“measurement_mode_80_active”: “”,
“measurement_mode_80”: 0,
“on_request_timeout_80_active”: “”,
“on_request_timeout_80”: 1,
“sensor_boot_time_420ma_active”: “”,
“sensor_boot_time_420ma”: 0,
“sensor_boot_time_78_active”: “”,
“sensor_boot_time_78”: 0,
“deadband_80_active”: “”,
“deadband_80”: 0,
“auto_check_interval_88_active”: “”,
“auto_check_interval_88”: 60,
“auto_check_threshold_88_active”: “”,
“auto_check_threshold_88”: 20,
“filter_80_active”: “”,
“filter_80”: 0,
“output_data_rate_p1_81_active”: “”,
“output_data_rate_p1_81”: 0,
“output_data_rate_p2_81_active”: “”,
“output_data_rate_p2_81”: 0,
“sampling_duration_p1_81_active”: “”,
“sampling_duration_p1_81”: 0,
“sampling_duration_p2_81_active”: “”,
“sampling_duration_p2_81”: 0,
“led_alert_mode_84_active”: “”,
“led_alert_mode_84”: 0,
“led_accelerometer_threshold_84_active”: “”,
“led_accelerometer_threshold_84”: “”,
“led_velocity_threshold_84_active”: “”,
“led_velocity_threshold_84”: “”,
“set_rtc_101”: 0,
“set_rtc_202”: 0,
“current_calibration_82”: “”,
“current_calibration_82_active”: false,
“current_calibration_c1_80”: 178,
“current_calibration_c1_80_active”: “”,
“current_calibration_c2_80”: 178,
“current_calibration_c2_80_active”: “”,
“current_calibration_c3_80”: 178,
“current_calibration_c3_80_active”: “”,
“output_data_rate_101_active”: “”,
“output_data_rate_101”: 0,
“output_data_rate_101_m2_active”: “”,
“output_data_rate_101_m2”: 0,
“sampling_duration_101_active”: “”,
“sampling_duration_101”: 1,
“sampling_interval_101_active”: “”,
“sampling_interval_101”: 1,
“sampling_interval_202_active”: “”,
“sampling_interval_202”: 1,
“probe_boot_time_202_active”: “”,
“probe_boot_time_202”: 30,
“full_scale_range_101_active”: “”,
“full_scale_range_101”: 1,
“full_scale_range_101_m2_active”: “”,
“full_scale_range_101_m2”: 1,
“x_axis_101”: “”,
“y_axis_101”: “”,
“z_axis_101”: “”,
“low_pass_filter_80_active”: “”,
“low_pass_filter_80”: 0,
“high_pass_filter_80_active”: “”,
“high_pass_filter_80”: 0,
“low_pass_filter_81_p2_active”: “”,
“low_pass_filter_81_p2”: 0,
“high_pass_filter_81_p2_active”: “”,
“high_pass_filter_81_p2”: 0,
“roll_angle_threshold_47”: 0,
“roll_angle_threshold_47_active”: “”,
“pitch_angle_threshold_47”: 0,
“pitch_angle_threshold_47_active”: “”,
“accelerometer_state_108”: 0,
“accelerometer_state_108_active”: “”,
“clear_timers_108_active”: “”,
“clear_timers_108”: 7,
“accelerometer_threshold_108”: 10,
“accelerometer_threshold_108_active”: “”,
“debounce_time_108”: 10,
“debounce_time_108_active”: “”,
“input_one_108”: 1,
“input_one_108_active”: “”,
“input_two_108”: 1,
“input_two_108_active”: “”,
“input_three_108”: 0,
“input_three_108_active”: “”,
“counter_threshold_108”: 1000,
“counter_threshold_108_active”: “”,
“shift_one_108_active”: “”,
“shift_one_minutes_108”: 0,
“shift_one_hours_108”: 0,
“shift_two_108_active”: “”,
“shift_two_minutes_108”: 0,
“shift_two_hours_108”: 0,
“shift_three_108_active”: “”,
“shift_three_minutes_108”: 0,
“shift_three_hours_108”: 0,
“shift_four_108_active”: “”,
“shift_four_minutes_108”: 0,
“shift_four_hours_108”: 0,
“counter_threshold_35”: 50,
“counter_threshold_35_active”: “”,
“payload_length_80_active”: “”,
“payload_length_80”: 3,
“motion_threshold_46_active”: “”,
“motion_threshold_46”: 100,
“low_calibration_420ma_active”: “”,
“low_calibration_420ma”: 68805,
“mid_calibration_420ma_active”: “”,
“mid_calibration_420ma”: 68724,
“high_calibration_420ma_active”: “”,
“high_calibration_420ma”: 68714,
“thermocouple_type_23_active”: “”,
“thermocouple_type_23”: 0,
“debounce_time_2_active”: “”,
“debounce_time_2”: 10,
“stay_on_mode_539_active”: “”,
“stay_on_mode_539”: 0,
“baudrate_539_active”: “”,
“baudrate_539”: 9600,
“rx_timeout_539_active”: “”,
“rx_timeout_539”: 10,
“bootup_time_539_active”: “”,
“bootup_time_539”: 10,
“sensor_add_539_active”: “”,
“sensor_add_539”: 10,
“sub_device_type_539_active”: “”,
“sub_device_type_539”: 10,
“number_of_regs_to_rd_539_active”: “”,
“number_of_regs_to_rd_539”: 1,
“register_value_0_539”: 0,
“register_value_1_539”: 0,
“register_value_2_539”: 0,
“register_value_3_539”: 0,
“register_value_4_539”: 0,
“register_value_5_539”: 0,
“register_value_6_539”: 0,
“register_value_7_539”: 0,
“register_value_8_539”: 0,
“register_value_9_539”: 0,
“register_value_10_539”: 0,
“register_value_11_539”: 0,
“register_value_12_539”: 0,
“register_value_13_539”: 0,
“register_value_14_539”: 0,
“register_value_15_539”: 0,
“register_value_16_539”: 0,
“register_value_17_539”: 0,
“register_value_18_539”: 0,
“register_value_19_539”: 0,
“register_value_20_539”: 0,
“register_value_21_539”: 0,
“register_value_22_539”: 0,
“register_value_23_539”: 0,
“register_value_24_539”: 0,
“register_value_25_539”: 0,
“register_value_26_539”: 0,
“register_value_27_539”: 0,
“register_value_28_539”: 0,
“register_value_29_539”: 0,
“register_value_30_539”: 0,
“register_value_31_539”: 0,
“number_of_read_retries_539_active”: “”,
“number_of_read_retries_539”: 1,
“read_parameter_539_active”: “”,
“read_parameter_539”: 3,
“mode_110_active”: “”,
“mode_110”: 0,
“auto_raw_interval_110_active”: “”,
“auto_raw_interval_110”: 0,
“auto_raw_destination_110_active”: “”,
“auto_raw_destination_110”: “0000FFFF”,
“clear_probe_uptimers_110”: 0,
“smart_interval_110_active”: “”,
“smart_interval_110”: 0,
“smart_threshold_110_active”: “”,
“smart_threshold_110”: 1,
“smart_threshold_p2_110_active”: “”,
“smart_threshold_p2_110”: 1,
“rx485_timeout_1011_active”: “”,
“rx485_timeout_1011”: 0,
“mode_1011_active”: “”,
“mode_1011”: 0,
“auto_address_timeout_1011_active”: “”,
“auto_address_timeout_1011”: 0,
“mode_531_active”: “”,
“mode_531”: 0,
“max_range_58_active”: “”,
“max_range_58”: 0,
“calibration_58”: 0,
“factory_reset_tank_probe_58”: 0,
“push_notification_108_active”: “”,
“push_notification_108”: 0,
“push_notification_33_active”: “”,
“push_notification_33”: 0,
“clear_counter_33”: 0,
“input_two_33”: 1,
“input_two_33_active”: “”,
“stop_bit_1011_active”: “”,
“stop_bit_1011”: 0,
“set_parity_1011_active”: “”,
“set_parity_1011”: 0,
“reboot_1011”: 0,
“fly_interval_110_active”: “”,
“fly_interval_110”: 60,
“scd_skip_samples_44_active”: “”,
“scd_skip_samples_44”: 1,
“sps_skip_samples_32_active”: “”,
“sps_skip_samples_32”: 1,
“sampling_interval_110_active”: “”,
“sampling_interval_110”: 1,
“deactivate_activate_accelero_108_active”: “”,
“deactivate_activate_accelero_108”: 0,
“reset_timeout_108_active”: “”,
“reset_timeout_108”: 60,
“reset_mode_to_disabled_108_active”: “”,
“reset_mode_to_disabled_108”: 0,
“transmission_interval_108_active”: false,
“rtc_108”: 0,
“change_otf_interval_active”: “”,
“change_otf_interval”: 60,
“sampling_rate_duration_active”: “”,
“sampling_rate_duration”: 30,
“stop_sampling”: 0,
“extend_otf_timeout”: 0,
“end_cfg”: 0,
“rtd_type_39_active”: “”,
“rtd_type_39”: 0,
“rtd_range_39_active”: “”,
“rtd_range_39”: 0,
“pressure_sensor_fs_ch1_118_active”: “”,
“pressure_sensor_fs_ch1_118”: 0,
“pressure_sensor_fs_ch2_118_active”: “”,
“pressure_sensor_fs_ch2_118”: 0,
“auto_check_interval_118_active”: “”,
“auto_check_interval_118”: 0,
“press_auto_check_percent_118_active”: “”,
“press_auto_check_percent_118”: 0,
“temp_auto_check_percent_118_active”: “”,
“temp_auto_check_percent_118”: 0,
“raw_length_97_active”: “”,
“raw_length_97”: 3,
“raw_timeout_97_active”: “”,
“raw_timeout_97”: 0,
“fly_rate_97_active”: “”,
“fly_rate_97”: 0,
“boot_up_time_97_active”: “”,
“boot_up_time_97”: 0,
“filter_thermocouple_active”: “”,
“filter_thermocouple”: 0,
“cold_junction_thermocouple_active”: “”,
“cold_junction_thermocouple”: 0,
“sample_resolution_thermocouple_active”: “”,
“sample_resolution_thermocouple”: 0,
“number_of_samples_thermocouple_active”: “”,
“number_of_samples_thermocouple”: 0,
“measurement_type_thermocouple_active”: “”,
“measurement_type_thermocouple”: 0,
“mode_97_active”: “”,
“mode_97”: 0,
“pressure_sensor_type_21_active”: “”,
“pressure_sensor_type_21”: 0,
“thermocouple_type_112_active”: “”,
“thermocouple_type_112”: 0,
“filter_thermocouple_112_active”: “”,
“filter_thermocouple_112”: 0,
“cold_junction_thermocouple_112_active”: “”,
“cold_junction_thermocouple_112”: 0,
“sample_resolution_thermocouple_112_active”: “”,
“sample_resolution_thermocouple_112”: 0,
“number_of_samples_thermocouple_112_active”: “”,
“number_of_samples_thermocouple_112”: 0,
“operation_mode_thermocouple_112_active”: “”,
“operation_mode_thermocouple_112”: 0,
“measurement_type_thermocouple_112_active”: “”,
“measurement_type_thermocouple_112”: 0,
“enable_rpm_calculate_status_110_active”: “”,
“enable_rpm_calculate_status_110”: 0,
“odr_p1_110_active”: “”,
“odr_p1_110”: 0,
“odr_p2_110_active”: “”,
“odr_p2_110”: 0,
“sampling_duration_p1_110_active”: “”,
“sampling_duration_p1_110”: 1,
“sampling_duration_p2_110_active”: “”,
“sampling_duration_p2_110”: 1,
“low_pass_filter_p1_110_active”: “”,
“low_pass_filter_p1_110”: 0,
“low_pass_filter_p2_110_active”: “”,
“low_pass_filter_p2_110”: 0,
“high_pass_filter_p1_110_active”: “”,
“high_pass_filter_p1_110”: 0,
“high_pass_filter_p2_110_active”: “”,
“high_pass_filter_p2_110”: 0,
“acceleration_interrupt_threshold_84_active”: “”,
“acceleration_interrupt_threshold_84”: 0,
“motion_detect_threshold_p1_110_active”: “”,
“motion_detect_threshold_p1_110”: 0,
“motion_detect_threshold_p2_110_active”: “”,
“motion_detect_threshold_p2_110”: 0,
“quality_of_service_108_active”: false,
“max_raw_sample_110_active”: false,
“always_on_120”: false,
“sensor_reset_120”: false,
“sensor_calib_120”: false,
“alert_threshold_120_active”: false,
“alert_threshold_120”: “0”,
“wood_type_121_active”: false,
“quality_of_service_121_active”: false,
“enable_filtering_110_active”: false,
“fly_interval_108_active”: false,
“tare_the_scale_217”: false,
“weight_calib_217_active”: false,
“weight_calib_217”: “”,
“sample_rate_108_active”: false,
“pressure_limit_26_active”: false,
“pressure_limit_26”: “5”,
“auto_pressure_check_26_active”: false,
“fsr_420ma_active”: false,
“always_on_420ma_active”: false,
“pressure_sensor_range_AMS5812_21_active”: false,
“pressure_sensor_range_AMS5915_21_active”: false,
“motion_to_sampling_delay_110_active”: false,
“motion_to_sampling_delay_110”: “100”,
“max_num_motion_tx_delay_110_active”: false,
“max_num_motion_tx_delay_110”: “1”,
“enable_sensor_103_active”: false,
“output_data_rate_103_active”: false,
“enable_hp_filter_cutoff_103_active”: false,
“gyro_fsr_103_active”: false,
“adxl_fsr_103_active”: false,
“sampling_duration_103_active”: false,
“sampling_duration_103”: “20”,
“debounce_time_123”: “10”,
“debounce_time_123_active”: false,
“debounce_time_v10_108”: “10”,
“debounce_time_v10_108_active”: false,
“do_boot_time_270_active”: false,
“do_boot_time_270”: “1”,
“do_dev_id_270_active”: false,
“do_dev_id_1_270”: “0”,
“do_dev_id_2_270”: “0”,
“do_dev_id_3_270”: “0”,
“do_dev_id_4_270”: “0”,
“ec_boot_time_270_active”: false,
“ec_boot_time_270”: “1”,
“ec_dev_id_270_active”: false,
“ec_dev_id_1_270”: “0”,
“ec_dev_id_2_270”: “0”,
“ec_dev_id_3_270”: “0”,
“ec_dev_id_4_270”: “0”,
“push_notification_123_active”: false,
“clear_timers_123_active”: false,
“input_one_123_active”: false,
“input_two_123_active”: false,
“input_three_123_active”: false,
“oxygen_rate_211_active”: false,
“oxygen_rate_211”: “15”,
“oxygen_timeout_211_active”: false,
“oxygen_timeout_211”: “600”,
“oxygen_threshold_211_active”: false,
“oxygen_threshold_211”: “8”,
“interrupt_timeout_108_active”: false,
“interrupt_timeout_108”: “0”,
“acc_threshold_103_active”: false,
“acc_threshold_103”: “1”,
“start_sps30_fan_cleaning_53”: false,
“max_flow_541_active”: false,
“max_flow_541”: “1”,
“min_flow_541_active”: false,
“min_flow_541”: “1”,
“ct_constant_87_active”: false,
“ct_constant_87”: “0”,
“deadband_87_active”: false,
“deadband_87”: “0”,
“sampling_frequency_87_active”: false,
“raw_length_87_active”: false,
“sampling_interval_80_active”: false,
“sampling_interval_80”: “1”,
“volume_flow_unit_124_active”: false,
“total_1_flow_unit_124_active”: false,
“total_2_flow_unit_124_active”: false,
“total_3_flow_unit_124_active”: false,
“pressure_unit_124_active”: false,
“total_1_op_mode_124_active”: false,
“total_2_op_mode_124_active”: false,
“total_3_op_mode_124_active”: false,
“conductivity_unit_124_active”: false,
“reset_all_totalizers_124”: false,
“screen_control_108_active”: false,
“screen_on_time_108_active”: false,
“screen_on_time_108”: “5”,
“oxygen_boot_time_536_active”: false,
“oxygen_boot_time_536”: “3”,
“flow_boot_time_536_active”: false,
“flow_boot_time_536”: “3”,
“oxygen_dev_addr_536_active”: false,
“oxygen_addr_1_536”: “0”,
“oxygen_addr_2_536”: “0”,
“oxygen_addr_3_536”: “0”,
“oxygen_addr_4_536”: “0”,
“flow_dev_addr_536_active”: false,
“flow_addr_1_536”: “0”,
“flow_addr_2_536”: “0”,
“flow_addr_3_536”: “0”,
“flow_addr_4_536”: “0”,
“oxygen_rate_536_active”: false,
“oxygen_rate_536”: “2”,
“oxygen_timeout_536_active”: false,
“oxygen_timeout_536”: “5”,
“oxygen_max_threshold_s1_536_active”: false,
“oxygen_max_threshold_s1_536”: “12”,
“oxygen_max_threshold_s2_536_active”: false,
“oxygen_max_threshold_s2_536”: “12”,
“oxygen_max_threshold_s3_536_active”: false,
“oxygen_max_threshold_s3_536”: “12”,
“oxygen_max_threshold_s4_536_active”: false,
“oxygen_max_threshold_s4_536”: “12”,
“oxygen_min_threshold_s1_536_active”: false,
“oxygen_min_threshold_s1_536”: “12”,
“oxygen_min_threshold_s2_536_active”: false,
“oxygen_min_threshold_s2_536”: “12”,
“oxygen_min_threshold_s3_536_active”: false,
“oxygen_min_threshold_s3_536”: “12”,
“oxygen_min_threshold_s4_536_active”: false,
“oxygen_min_threshold_s4_536”: “12”,
“clear_timers_119_active”: false,
“push_notification_119_active”: false,
“enable_axis_119_active”: false,
“raw_acc_data_119_active”: false,
“odr_p1_543_active”: false,
“full_scale_range_543_active”: false,
“x”: 440,
“y”: 500,
“wires”: [
]
},
{
“id”: “3a158777559a1790”,
“type”: “ncd-gateway-config”,
“name”: “”,
“comm_type”: “serial”,
“ip_address”: “”,
“tcp_port”: “2101”,
“tcp_inactive_timeout_active”: false,
“tcp_inactive_timeout”: “”,
“port”: “/dev/ttymxc2”,
“baudRate”: “115200”,
“pan_id”: “7FFF”,
“rssi”: true
}
]

