From 95dc95e3217006f823694bf6cf4397be3ecb934d Mon Sep 17 00:00:00 2001 From: "Lejarazu Marquina, Adelaida" <adelaida.lejarazu@tecnalia.com> Date: Wed, 27 Nov 2024 10:23:18 +0100 Subject: [PATCH] included current max of three phases --- ...pilot1_generator_anomaly_detection_input_simplejson.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mappings/pilot1/pilot1_generator_anomaly_detection_input_simplejson.json b/mappings/pilot1/pilot1_generator_anomaly_detection_input_simplejson.json index 6e68025..9f047db 100644 --- a/mappings/pilot1/pilot1_generator_anomaly_detection_input_simplejson.json +++ b/mappings/pilot1/pilot1_generator_anomaly_detection_input_simplejson.json @@ -9,6 +9,9 @@ "windspeed": "9.32 m/s", "generator_active_power": "495.7 kW", "generator_current": "417.18 A", + "generator_max_current_a": "417.18 A", + "generator_max_current_b": "443.28 A", + "generator_max_current_c": "426.12 A", "generator_torque": "3370.42 N.m", "stator_winding_temperature": "27.54 Cel" }, @@ -21,6 +24,9 @@ "windspeed": "9.45 m/s", "generator_active_power": "495.5 kW", "generator_current": "417.23 A", + "generator_max_current_a": "417.18 A", + "generator_max_current_b": "443.28 A", + "generator_max_current_c": "426.12 A", "generator_torque": "3370.38 N.m", "stator_winding_temperature": "27.49 Cel" } ] -- GitLab