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 Aug 6, 2023
1 parent 638b6a0 commit 0897a07
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ 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() |
| 7009975 | Water Leakage Sensor | decodeBresser**Leakage**Payload() **2)** |
| 7009976 | Lightning Sensor | decodeBresser**Lightning**Payload() |
| 7003600 and WSX3001 | Weather Station | decodeBresser**7In1**Payload() **2)** |
| 7003600 and WSX3001 | Weather Station | decodeBresser**7In1**Payload() **3)** |
| 7803200 | Weather Sensor | decodeBresser**7In1**Payload() |
| 7003300 | Weather Station | decodeBresser**7In1**Payload() |
| 7803300 | Weather Sensor | decodeBresser**7In1**Payload() |
Expand All @@ -40,7 +41,9 @@ Some guesswork:

**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, i.e. some more characters are appended
**2)** Checksum verification not implemented - weak protection against receive errors or false decoding of other messages; see https://github.com/matthias-bs/BresserWeatherSensorReceiver/issues/79

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

## Configuration

Expand Down

0 comments on commit 0897a07

Please sign in to comment.