Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
catchdave authored Sep 10, 2022
1 parent 4483e6e commit d4f210a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To register a new purple air device:
3. Give it a name.

#### Current Sensors
This will create 10 entities per device:
This will create 12 or 13 entities per device:
* Particulate Matter 0.1
* Particulate Matter 2.5
* Particulate Matter 10
Expand All @@ -30,6 +30,9 @@ This will create 10 entities per device:
* Dewpoint (Adjusted sensor: re-calculated to take temp & humidity adjustments)
* Pressure
* RSSI
* Particulate Matter 2.5 Aqi Raw value (sensor A)
* Particulate Matter 2.5 Aqi Raw value (sensor B -- only for devices that have two)
* PM 2.5 Confidence Level (Good, Questionable or Severe).

Sensor data on PurpleAir is updated every 60 seconds.

Expand All @@ -43,6 +46,9 @@ enhance, and redistribute as you see fit.

## Releases

### 2.0.3
Added support for dual sensor devices that have a physical issue with one sensor. If a device has dual sensors and one of them is > 300 difference, it will set the confidence to "Severe" and instead of averaging the values, will use the lower value exclusively.

### 2.0.1
Replace public purple air device support (via purpleair.com) and replace
with purpleair devices that are on your local network only.
Expand Down

0 comments on commit d4f210a

Please sign in to comment.