[APP][Pro] MQTT Hub - Community version

Hi

I’m facing the same problem as vasiya.

I setup my gPlugM which gives me the total power consumption of my house.
I’m able to brows the data in MQTT explorer. The value which i yould like to have on my virtual device from MQTT Hub. Ho do i get the Value Pi to be represented in the virtual device.

Topic: MaurerHome/gPlugM/SENSOR

{“Time”:“2025-02-20T21:00:12”,“z”:{“SMid”:“63536221”,“Pi”:1.942,“Po”:0.000,“Pi1”:0.000,“Pi2”:0.000,“Pi3”:0.000,“Po1”:0.000,“Po2”:0.000,“Po3”:0.000,“U1”:0.000,“U2”:0.000,“U3”:0.000,“I1”:0.491,“I2”:0.197,“I3”:0.231,“Ei”:16816.360,“Eo”:0.000,“Ei1”:8237.385,“Ei2”:8578.978,“Eo1”:0.000,“Eo2”:0.000,“Q5”:497.554,“Q6”:0.001,“Q7”:0.000,“Q8”:6033.209,“Q51”:252.571,“Q52”:244.983,“Q61”:0.000,“Q62”:0.001,“Q71”:0.000,“Q72”:0.000,“Q81”:2391.543,“Q82”:3641.666}}

Ho does the Topics section has to be configured?
{
“measure_power”: {
“capability”: “measure_power”,
“stateTopic”: “MaurerHome/gPlugM/SENSOR”,
“setTopic”: “”,
“valueTemplate”: “z.Pi”,
“outputTemplate”: “”,
“displayName”: “”
}
}