Manifest Version: 1.0 SubscriptionGroups: - Name: "Power sensors" Subscriptions: - Name: "Power Sensor 1" Topic: "1234" Variables: - Key: "SensorName" Value: "WashingMachine" - Name: "Power Sensor 2" Topic: "9876" Variables: - Key: "SensorName" Value: "Dryer" Processors: - Name: "Power Metrics" Description: "Provides power information from a power sensor." Mqtt: SubscriptionGroups: - Name: "Power sensors" ParentPath: "tele" SubPath: "sensor" Otel: Metrics: - Name: "Energy_Power_W" Description: "The current power consumption at the time of measurement in Watt." SignalDataType: Float Instrument: Gauge Attributes: - Key: "sensor name" Value: "$SensorName" Value: "JSONPATH('$.ENERGY.Power')" Topic Payload { "Time": "2026-04-12T09:07:04", "ENERGY": { "Power": 0.000, "Voltage": 227, "Current": 0.000 }, "ESP32": { "Temperature": 37.4 }, "Test Information": "Please change topic to either 'tele/1234/sensor' or 'tele/9876/sensor' and look at the created attributes." } Apply ErrorsMetricsLogs