Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Jul 9, 2023
1 parent 92b5ea3 commit 3368ffe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To allow automatic handling of all Bresser weather station variants, the decoder
| 7002585 | Weather Station | decodeBresser**6In1**Payload() |
| 7009999 | Thermo-/Hygrometer Sensor | decodeBresser**6in1**Payload() |
| 7009972 | Soil Moisture/Temperature Sensor | decodeBresser**6In1**Payload() |
| 7003600000000 and WSX3001000000 | Weather Station | decodeBresser**7In1**Payload() **2)** |
| 7003600 and WSX3001 | Weather Station | decodeBresser**7In1**Payload() **2)** |
| 7803200 | Weather Sensor | decodeBresser**7In1**Payload() |
| 7003300 | Weather Station | decodeBresser**7In1**Payload() |
| 7803300 | Weather Sensor | decodeBresser**7In1**Payload() |
Expand All @@ -31,14 +31,14 @@ Some guesswork:

| Numbering Scheme | Type |
| ---------------- | ---- |
| 700[25\|32\|33]* | Weather Station, Base + Sensor |
| 700[25\|32\|33|36]* | Weather Station, Base + Sensor |
| 780[25\|32\|33]* | Weather Station Sensor (Replacement) |
| 790* | Weather Station Base (Replacement) |
| 700[99]* | Accessory Sensor |

**1)** Manual configuration required, UV flag is set erroneously; see https://github.com/matthias-bs/BresserWeatherSensorReceiver/issues/42

**2)** The part number is specific to the actual variant.
**2)** The part number is specific to the actual variant, i.e. some more characters are appended

## Configuration

Expand Down

0 comments on commit 3368ffe

Please sign in to comment.