I am integrating a branch circuit meter, which provides energy values for the entire panel an each individual circuit. I want to put things together in one tile per breaker and not per value. Per breaker I get values like Volts, Amps, kW, and kWh.
Is there a way to modify this to show more than one value in a tile?
valueTile(“Kwhts”, “device.Kwhts”, width: 3, height: 1) {
state “default”, label:‘Total System ${currentValue} kWh’
}