Update sensors Readme.md
This commit is contained in:
parent
4bdfb13e73
commit
23cf373272
1 changed files with 9 additions and 4 deletions
|
@ -54,7 +54,7 @@ Example config:
|
||||||
"PublishInterval": 3000,
|
"PublishInterval": 3000,
|
||||||
"ConnectionString": "FileName=nucucar.telemetry;FileExtension=txt;Separator=\n"
|
"ConnectionString": "FileName=nucucar.telemetry;FileExtension=txt;Separator=\n"
|
||||||
},
|
},
|
||||||
"EnvironmentSensor": {
|
"Bme680Sensor": {
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
"Telemetry": true,
|
"Telemetry": true,
|
||||||
"Grpc": true
|
"Grpc": true
|
||||||
|
@ -66,9 +66,9 @@ Example config:
|
||||||
|
|
||||||
# Sensors
|
# Sensors
|
||||||
|
|
||||||
#### Environment Sensor
|
#### Bme680 Sensor
|
||||||
|
|
||||||
We use [BME680](https://www.bosch-sensortec.com/bst/products/all_products/bme680) environmental sensor from Bosh.
|
The [BME680](https://www.bosch-sensortec.com/bst/products/all_products/bme680) environmental sensor from Bosh.
|
||||||
|
|
||||||
Sensor capabilities:
|
Sensor capabilities:
|
||||||
|
|
||||||
|
@ -76,3 +76,8 @@ Sensor capabilities:
|
||||||
* Barometric Pressure
|
* Barometric Pressure
|
||||||
* Humidity
|
* Humidity
|
||||||
* VOC Gas (Gas Resistance)
|
* VOC Gas (Gas Resistance)
|
||||||
|
|
||||||
|
#### Pms5003 Sensor
|
||||||
|
|
||||||
|
The [Plantower PMS5003](http://www.plantower.com/en/content/?108.html) air quality sensor.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue