diff --git a/src_docs/source/images/qa_1.png b/src_docs/source/images/qa_1.png new file mode 100644 index 0000000..e3f5568 Binary files /dev/null and b/src_docs/source/images/qa_1.png differ diff --git a/src_docs/source/index.rst b/src_docs/source/index.rst index 9b57f35..be98643 100644 --- a/src_docs/source/index.rst +++ b/src_docs/source/index.rst @@ -7,7 +7,7 @@ Welcome to GravityMon's documentation! ###################################### .. note:: - This documentation reflects **v1.0**. Last updated 2022-05-15 + This documentation reflects **v1.0**. Last updated 2022-05-16 * Docs for: `v0.8 `_ * Docs for: `v0.9 `_ diff --git a/src_docs/source/q_and_a.rst b/src_docs/source/q_and_a.rst index 32dc24b..ff9cc54 100644 --- a/src_docs/source/q_and_a.rst +++ b/src_docs/source/q_and_a.rst @@ -12,3 +12,20 @@ My device reports a temperature of -273C or -491F ------------------------------------------------- - The DS18B20 temperature sensor cannot be found and this is the default value reported in this case. - Check the orienation of the sensor and soldering. + +Calibration error (unable to find a valid formula) +-------------------------------------------------- +If you have issues to get a calibration formula. When a formula has been created the device always tries to validate the formula against the supplied values and if there is a to high deviation on any of the values then the formula will be rejected. + +The image here shows such a case, one of the values is out of bounds. + +.. image:: images/qa_1.png + :width: 500 + :alt: Calibration Error + +To fix these this you can; + +- remove the value from the list (setting the angle to zero will do that) +- change the advanced setting (Formula max deviation) to a higher value and save the values again. + +In the case above this paramater was changed from 1.6 SG to 4 SG and the formula was accepted. The deviation on this point was just above 3 SG. diff --git a/src_docs/source/releases.rst b/src_docs/source/releases.rst index 7fb6c25..ccdd98a 100644 --- a/src_docs/source/releases.rst +++ b/src_docs/source/releases.rst @@ -9,6 +9,7 @@ Updates Documentation +++++++++++++ * Added documentation for Brewpiless as target +* Added q&a on formula creation and value deviation v1.0.0 ======