-
Notifications
You must be signed in to change notification settings - Fork 130
Low Readings correction for Plantower PMS5003 #259
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
Conversation
rename the function
Log using printlog Function to check if correction is not none
Only for indoor
Previously if algo is slr, it's always consider new update
Tidy some things
docs/local-server.md
Outdated
|
||
Compensated values apply correction algorithms to make the sensor values more accurate. Temperature and relative humidity correction is only applied on the outdoor monitor Open Air but the properties _compensated will still be send also for the indoor monitor AirGradient ONE. | ||
|
||
#### Get Configuration Parameters (GET) | ||
With the path "/config" you can get the current configuration. | ||
|
||
With the path "/config" you can get monitor current configurations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Propose to rephrase to
"/config" returns the current configuration of the monitor
docs/local-server.md
Outdated
|
||
If you use command prompt on Windows, you need to escape the quotes: | ||
|
||
``` -d "{\"param\":\"value\"}" ``` | ||
|
||
#### Avoiding Conflicts with Configuration on AirGradient Server | ||
|
||
If the monitor is set up on the AirGradient dashboard, it will also receive configurations from there. In case you do not want this, please set `configurationControl` to `local`. In case you set it to `cloud` and want to change it to `local`, you need to make a factory reset. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Propose to rephrase from
it will also receive configurations from there
to
it will also receive the configuration parameters from there
See this blog regarding this PR: https://www.airgradient.com/blog/low-readings-from-pms5003/
Changes
docs/local-server.md
)