1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

remove old SIM-HES-OFF config

This commit is contained in:
Steffen Vogel 2022-02-21 08:59:38 +01:00
parent f34c4c6057
commit d9ac24bf12

View file

@ -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"
]
}
)