Skip to content

How to setup PID control in tasmota? #22197

Answered by sfromis
Rush56 asked this question in Support request
Discussion options

You must be logged in to vote

You are not posting anything indicating what "written there in gray" means, but the general idea is that those lines starting with #define are individual selections where you are setting some options, or constant values.

When it is just a name (without a value), like USE_PID this is to enable a feature, or tweak what code will be included.

When there is a value, there typically will be a default value already, but you can optionally supply your own value, like with PID_AUTO where the default is 1, if nothing else is supplied, like if you prefer 0.

As I've neither used PID nor Timeprop, I have no clear answers about how things are supposed to integrate. To me USE_PID and USE_TIMEPROP looks…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Rush56
Comment options

@sfromis
Comment options

Answer selected by Rush56
@Rush56
Comment options

@sfromis
Comment options

@Rush56
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants