You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
690 B
YAML

cep:
bindings:
mqtt-eebus-measurement-datagram-to-external-detector:
enabled: true
in:
type: MQTT
match:
# Example topic scheme; adjust to your real gateway convention.
topicRegex: "^measurements/(?<site>[^/]+)/(?<department>[^/]+)/(?<deviceId>[^/]+)$"
extract:
tenant: "default"
# Expect a full EEBUS SPINE-like <Datagram> XML payload.
parserRef: "eebusMeasurementDatagramXml"
# External detector receives the full <Datagram> XML (recommended requestFormat=DATAGRAM_XML).
detectorRef: "externalEebusDatagramRest"
lifecyclePolicyRef: "default"
outputRefs: ["mqttMalisEebusDatagramXml"]