Skip to content

Commit

Permalink
Merge pull request #14 from soloam/readme_correction
Browse files Browse the repository at this point in the history
[fix] readme information
  • Loading branch information
soloam authored Feb 20, 2022
2 parents 0a37d68 + 5699c44 commit ad4206d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,21 +108,21 @@ input_number:
name: Proportional
initial: 0
min: 0
max: 1
max: 10
step: 0.01

integral:
name: Integral
initial: 0
min: 0
max: 1
max: 10
step: 0.01

derivative:
name: Derivative
initial: 0
min: 0
max: 1
max: 10
step: 0.01

precision:
Expand Down Expand Up @@ -163,10 +163,10 @@ input_number:

**windup** _(number/template) (Optional: Default 0)_ The maximum value to increment in the integral portion of the PID, check _Calibrate the PID_ section for more information (Ex. 5)

**p/i/d** _(number/template) (Optional: Default 0)_ The PID calibration values (value 0-1) , check _Calibrate the PID_ section to more information
**p/i/d** _(number/template) (Optional: Default 0)_ The PID calibration values, check _Calibrate the PID_ section to more information

**unit_of_measurement** _(string/template) (Optional: Default points)_ The unit of measurement of the sensor
# Calibrate the PID
# Basic Calibration of a PID
For this I'm gonna use a practical example on calibrating the PID to be used as a thermostat to a climate system. Warming a room
The PID is calibrated using the p|i|d variables.

Expand Down

0 comments on commit ad4206d

Please sign in to comment.