Typo fixes in troubleshooting doc

This commit is contained in:
Jeremiah Njoroge 2022-09-15 11:00:27 -07:00
parent 059865f271
commit f1a608d060

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.