mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-12 20:10:50 +01:00
Clarification of the behavior of calibraty_linear filter (#1701)
This commit is contained in:
parent
b447d77ce7
commit
b7b082cba1
@ -196,7 +196,9 @@ the value the sensor shows.
|
||||
|
||||
The arguments are a list of data points, each in the form ``MEASURED -> TRUTH``. ESPHome will
|
||||
then fit a linear equation to the values (using least squares). So you need to supply at least
|
||||
two values.
|
||||
two values. If more than two values are given a linear solution will be calculated and may not
|
||||
represent each value exactly. It is recommended to use the filter calibrate linear only if two data
|
||||
points are sufficient.
|
||||
|
||||
.. _sensor-calibrate_polynomial:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user