I have a sql server with 10 columns of weather related information (Temperature, BarrPress, Humidity, outside_temp, outside_humid,...etc) and
I want to use UI-gauge-classic. I'll windup with many gauges but at least it would take up less space.
I can use multiple function nodes for each column such as:
The advantage of using a structure like that is that you are separating the data from the logic. So if you want to add a new key, or change it, you just change the structure at the start, the code itself remains the same.
Guys,
I will try both. Experimentation is important to throughly understanding.
Whenever I read this site I keep saying "I didn't know I could do that.
Thank you.
Yes, multiple payloads with multiple topics.
I will also experiment with this idea. With multiple pointers, why not complex labels such as Temp:yellow,76 BarrPress:Green,1008
I assume you know that you can display whatever text you want in the text fields. The font size should be controllable by using CSS, but I don't know how to allow multiple lines in the field.