mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-23 00:00:01 +01:00
20 lines
564 B
Text
20 lines
564 B
Text
nodes = {
|
|
ngsi_node = {
|
|
type = "ngsi",
|
|
|
|
### The following settings are specific to the ngsi node-type!! ###
|
|
|
|
endpoint = "http://46.101.131.212:1026",# The HTTP REST API endpoint of the FIRWARE context broker
|
|
|
|
entity_id = "S3_ElectricalGrid",
|
|
entity_type = "ElectricalGridMonitoring",
|
|
|
|
timeout = 5, # Timeout of HTTP request in seconds (default is 1)
|
|
verify_ssl = false, # Verification of SSL server certificates (default is true)
|
|
|
|
mapping = [ # Format: "AttributeName(AttributeType)"
|
|
"PTotalLosses(MW)",
|
|
"QTotalLosses(Mvar)"
|
|
]
|
|
}
|
|
}
|