Update documentation

This commit is contained in:
GitHub Action 2022-09-15 18:12:23 +00:00
parent 0d1c8dd717
commit 773bfc4660
3 changed files with 11 additions and 11 deletions

View File

@ -13,12 +13,12 @@ Log errors
* Error validating created formula. Deviation to large, formula rejected
The device will try to create formulas with different complexities. It will try to
validate the formula using the supplied values. If the differnce is more than 1.6 SG on any point
the formula will be rejected. Check the entered values if they seams to be resonable.
validate the formula using the supplied values. If the difference is more than 1.6 SG on any point
the formula will be rejected. Check the entered values if they seams to be reasonable.
* No valid calibration values, please calibrate the device.
The gyro needs to be calibrated at 90 degress (flat). This is done on the configration page.
The gyro needs to be calibrated at 90 degrees (flat). This is done on the configuration page.
* Low on memory, skipping push
@ -33,10 +33,10 @@ Log errors
* Influxdb push failed response
* HTTP push failed response
All these errors are standard http error codes. This are the commone ones;
All these errors are standard http error codes. This are the common ones;
* 400 - Bad request. Probably an issue with the post format. Check format in the format editor.
* 401 - Unathorized. The service needs an token or other means to authenticate the device.
* 401 - Unauthorized. The service needs an token or other means to authenticate the device.
* 403 - Forbidden. Could be an issue with token or URL.
* 404 - Not found. Probably a wrong URL.

File diff suppressed because one or more lines are too long

View File

@ -207,11 +207,11 @@
</li>
<li><p>Error validating created formula. Deviation to large, formula rejected</p>
<p>The device will try to create formulas with different complexities. It will try to
validate the formula using the supplied values. If the differnce is more than 1.6 SG on any point
the formula will be rejected. Check the entered values if they seams to be resonable.</p>
validate the formula using the supplied values. If the difference is more than 1.6 SG on any point
the formula will be rejected. Check the entered values if they seams to be reasonable.</p>
</li>
<li><p>No valid calibration values, please calibrate the device.</p>
<p>The gyro needs to be calibrated at 90 degress (flat). This is done on the configration page.</p>
<p>The gyro needs to be calibrated at 90 degrees (flat). This is done on the configuration page.</p>
</li>
<li><p>Low on memory, skipping push</p>
<p>The arduino libraries sometimes leak memory, this only occurs when running in configuration mode. To avoid
@ -223,10 +223,10 @@ to memory leaks.</p>
</li>
<li><p>Influxdb push failed response</p></li>
<li><p>HTTP push failed response</p>
<p>All these errors are standard http error codes. This are the commone ones;</p>
<p>All these errors are standard http error codes. This are the common ones;</p>
<ul class="simple">
<li><p>400 - Bad request. Probably an issue with the post format. Check format in the format editor.</p></li>
<li><p>401 - Unathorized. The service needs an token or other means to authenticate the device.</p></li>
<li><p>401 - Unauthorized. The service needs an token or other means to authenticate the device.</p></li>
<li><p>403 - Forbidden. Could be an issue with token or URL.</p></li>
<li><p>404 - Not found. Probably a wrong URL.</p></li>
</ul>