Manifest Version: 1.0 SubscriptionGroups: - Name: "Power sensors" Subscriptions: - Name: "Power Sensor washing machine" Topic: "sensor_1234" Variables: - Key: "SensorName" Value: "WashingMachine" - Name: "Power Sensor dryer" Topic: "sensor_9876" Variables: - Key: "SensorName" Value: "Dryer" Processors: - Name: "Power Metrics" Description: "Provides power information from a power sensor." Mqtt: SubscriptionGroups: - Name: "Power sensors" Otel: Metrics: - Name: "Energy_Power_W" 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 'sensor_1234' or 'sensor_9876' and look at the created attributes." } Apply ErrorsMetricsLogs