This makes it very easy to specify a chart from stored data eg an SQL query select day, finalWh from mytable
Much much better than DB1 ui-chart!
In contrast, DB2's ui-text does not have a value config field, it can only display msg.payload.
So we often need a change node to move some other property into msg.payload.
I know that DB1's processing of the value field uses the mustache syntax from Angular which is not available for DB2 but just being able to select which property to display would make it much easier.
Note: my hint of an SQL query as the source of the data is deliberate. I can (probably) tweek the query so that a field value of 49.55572 is returned as "49.56 kWh"
But it will be returned as an array.
The text field cannot display msg.payload[0] unaided.
@Steve-Mcl has done some great work on this and has a PR open - it's a beast, and I need to spend some good time digesting it, but it's an area that will hopefully improve in the very near future