Skip to content

Conversation

samuelbles07
Copy link
Collaborator

@samuelbles07 samuelbles07 commented Nov 2, 2024

See this blog regarding this PR: https://www.airgradient.com/blog/low-readings-from-pms5003/

Changes

  1. SLR correction function for PMS5003
  2. Handle correction options from AG dashboard
  3. Display and led bar based on selected correction from AG dashboard
  4. Support EPA correction on top of SLR correction
  5. Support update correction from local server (see docs/local-server.md)
  6. Fix typo, etc

@samuelbles07 samuelbles07 marked this pull request as ready for review November 2, 2024 11:47

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.
Copy link
Collaborator

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


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.

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

@samuelbles07 samuelbles07 merged commit cac0bd5 into develop Nov 3, 2024
20 checks passed
@samuelbles07 samuelbles07 deleted the feat/pm-correction branch April 2, 2025 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants