Temperature Control - I dont get it #160
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey there,
im having some trouble setting up the temp. control.
What i want: If the temp is above 30°C set GPIO 21 HIGH, if under 30 GPIO 21 LOW.
If i manually trigger GPIO 21 it works. I tried Values at Deadband (0-30/30/30-100) but none worked. Temp-Sensor is working and showing Temps (that make sense)
Im quite sure i get something wrong here and theres no bug.


octoprint.log
Best regards
dead band is just a integer, a value, not a range.
https://en.wikipedia.org/wiki/Deadband
you need to set deadband to zero to get what you want.
Ok, i have tried that. But Where do i Set the temp at which the pin goes high/low?
Cheers
on the enclosure tab, it's going to have a "set temperature" on the grid that displays the temperature.
you can also make it auto turn on and off and set a "default" value.
Ill try that, thanks!
Enclosure tab:

If you want to automatically start cooling with the print, change this on the enclosure setting screen.

Thx alot, worked perfectly! Or works..better.