I've bumped onto two problems in 1 flowchart.
I've used the DS18B20 component before, but now in FC9, I can't get it to work.
I will connect my logic analyser one of these days to find out what's wrong, but maybe the error is in the way I made the flowchart.
The problem is that I can't get a realistic temperature from the DS18B20 in my flowchart.
What I want to get is
1- a webpage that contains the temp-reading of the sensor
2- another variable on this page that contains the value of a (dummy) counter
The page loads and shows me a value for the DS18B20 but... this gets stuck at -0.062500°C. And believe me, it's not that cold here!

So there is a problem with the attached DS18B20 (on pin 23 of the Wroom board) or there is a problem with the way I read the sensor?
(I have a 4k7 resistor between the dataline and the +3.3V)
Can someone please check this in the attached chart?
Then problem 2: I want to have another variable on the same webpage.
The index.htm works. I have it running and it reloads every 5 seconds.
But... probably my mistake is that I think that "setoutvalue 1,x" becomes %1 in the HTML code?
Is this wrong? How can I add a second variable in the HTML code of the same page?
Can please someone look into the attached chart and tell me where I do wrong?
I really need examples to get things working in FC9.
Thanks in advance!