Node-red-contrib-dynamic-thermostat switch state?

i am attempting to use this dynamic thermostat with a underfloor heating project but in testing found that whenever i update the current it changes the switch state to true thereby locking the output on.

the yellow load is just a random value to represent changing current temp

sample outputs

as you can see the switch state is set to true each time but i have only changed the current temp in?
i am sure there is an easy way to fix this but how do i send topic switch:false at same time as topic current newValue?

if i click the switch false inject then the next output is correct

Please export your flow and attach it to a reply.

In order to make code readable and usable it is necessary to surround your code with three backticks (also known as a left quote or backquote ```)

``` 
   code goes here 
```

You can edit and correct your post by clicking the pencil :pencil2: icon.

See this post for more details - How to share code or flow json

thanks for your reply @zenofmud but i have found node-red-contrib-heater controller which fits my needs perfectly.

1 Like

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