From d9ac24bf126cbe33503c573b4f284524e1f76c1f Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 21 Feb 2022 08:59:38 +0100 Subject: [PATCH] remove old SIM-HES-OFF config --- etc/sim-hes-off/rwth.conf | 103 -------------------------------------- 1 file changed, 103 deletions(-) delete mode 100644 etc/sim-hes-off/rwth.conf diff --git a/etc/sim-hes-off/rwth.conf b/etc/sim-hes-off/rwth.conf deleted file mode 100644 index 2e6e83924..000000000 --- a/etc/sim-hes-off/rwth.conf +++ /dev/null @@ -1,103 +0,0 @@ - -nodes = { - rwth-opal = { - type = "socket" - layer = "udp" - - in = { - address = "0.0.0.0:12008" - -# signals = ( -# { name = "Idc1_meas", type = "float", unit = "A" }, -# { name = "Idc2_meas", type = "float", unit = "A" } -# ) - - hooks = ( - "stats" - ) - } - - out = { - address = "134.130.169.81:12008" - } - } - - ntnu-villas = { - type = "socket" - layer = "udp" - - in = { - address = "0.0.0.0:12001" - -# signals = ( -# { name = "P1_ref", type = "float", unit = "W" }, -# { name = "P2_ref", type = "float", unit = "W" }, -# { name = "Udc_meas", type = "float", unit = "V" } -# -# ) - - hooks = ( - "stats" - ) - } - - out = { - address = "10.101.8.4:12001" # todo: update with real IP - } - } - - web-rwth = { - type = "websocket" - - destinations = [ - "https://villas.k8s.eonerc.rwth-aachen.de/ws/relay/sim-hes-off-rwth" - ] - }, - - web-ntnu = { - type = "websocket" - - destinations = [ - "https://villas.k8s.eonerc.rwth-aachen.de/ws/relay/sim-hes-off-ntnu" - ] - }, - - logger = { - type = "file" - format = "csv" - - uri = "opal-rwth.csv" - } -} - -paths = ( - { - in = "rwth-opal", - out = [ -# "ntnu-villas", - "web-rwth" - ], - hooks = ( - { - type = "decimate" - ratio = 100 - }, - { - type = "print" - } - ) - }, - { - enabled = false - - in = [ - "ntnu-villas" - ] - out = [ - "rwth-opal" - # "web-ntnu" - # "logger" - ] - } -) -