Display text in a svg graphic

Hello Folks,

i need your help for a new Flow. I want to show a Heating buffer with its temperature state. I found the most solution in this thread . Now i want to display the values of the four temparature sensors i have. I can add text in the svg box:
<text x="10" y="50" font-family="Verdana" font-size="15" fill="black">{msg.payload}</text>

But what syntax do i need to see the values of the sensors?

Thanks in advice, Markus

@markush,

I think this example flow on my readme page should get you started.

Good luck!
Bart

@BartButenaers Thank you :+1: this should work, I will test it.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.