Update documentation
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user