-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout handling #192
Comments
@airgradienthq Currently there are no indicate if post failed. |
We have irregular cases where the monitor is showing an error but it recovers very quickly. How often do you retry the request before showing an error? |
@airgradienthq The sensor S8 and PMS5003 has check number of failed times to set sensor failed(invalid value). The server post failed without any count before show status on display, it's update as the display update period 2500ms. Could you please details what is the error? |
@pnt325 I do not understand your comment. Please rephrase or use translation software. |
S8 and PMS5003/PMS5003T has check number of failed time before response the invalid value storage on Measurements. The value sync to cloud or screen is get from S8 sensorarduino/examples/OneOpenAir/OneOpenAir.ino Lines 318 to 331 in 6c1c914
PMS5003 sensorarduino/examples/OneOpenAir/OneOpenAir.ino Lines 1007 to 1028 in 6c1c914
|
@pnt325 How does the current firmware handle a time out after a post request to the AirGradient server? Do you show any error message / LED? If so immediately or after a number of fails?
The text was updated successfully, but these errors were encountered: