I have a feed as follows:-
solarmd/energy/outputEnergy/bank1 : msg.payload : Object
object
sniu: false
serialNumber: null
deviceID: null
lastUpdate: 1676979049723
voltageV: 54.425
currentA: 1.836
powerW: 99.88758
capacityP: 99.98902469135803
capacityAh: 143.98419555555554
ratedCapacityAh: 144
ratedVoltageV: 51.2
ratedChargeCurrentC: 0.6940000000000001
ratedDischargeCurrentC: 0.6940000000000001
storageName: "bank1"
remainingTimeSign: 0
dcConnected: true
available: true
dcConnectedDevice: 1
I am able to show the value of only the "msg.payload.capacityP" in the debug window.
The issue I have is I am unable to use that value in say the "gauge" on the "Dashboard"
the msg.payload
The gauge properties:
Useless gauge...
Where the payload only had one topic it was rather easy for me to set-up.
Multiple topics and I cannot do it.
Anyone that can help me please?