added new sensors

This commit is contained in:
Foster Irwin 2022-01-27 14:53:09 -07:00
parent c1229dbd81
commit 9264bb4faa

View file

@ -21,7 +21,7 @@ The Environmental Measurement Plugin will allow you to connect environment senso
| environmental_measurement_plugin_recovery_interval | `integer` (seconds) | `0` | | environmental_measurement_plugin_recovery_interval | `integer` (seconds) | `0` |
| environmental_measurement_plugin_screen_enabled | `true`, `false` | `0` | | environmental_measurement_plugin_screen_enabled | `true`, `false` | `0` |
| environmental_measurement_plugin_sensor_pin | `integer` | `0` | | environmental_measurement_plugin_sensor_pin | `integer` | `0` |
| environmental_measurement_plugin_sensor_type | `DHT11` | `0` | | environmental_measurement_plugin_sensor_type | `0-6` | `0` |
| environmental_measurement_plugin_update_interval | `integer` (seconds) | `0` | | environmental_measurement_plugin_update_interval | `integer` (seconds) | `0` |
### environmental_measurement_plugin_measurement_enabled ### environmental_measurement_plugin_measurement_enabled
@ -52,6 +52,16 @@ Specify the preferred GPIO Pin for sensor readings. May not be needed if using I
Specify the sensor type. Specify the sensor type.
| Value | Description |
| :---: | :---------: |
| `0` | DHT11 |
| `1` | DS18B20 (Dallas 1-wire) |
| `2` | DHT12 |
| `3` | DHT21 |
| `4` | DHT22 |
| `5` | BME280 |
| `6` | BME680 |
### environmental_measurement_plugin_update_interval ### environmental_measurement_plugin_update_interval
Interval in seconds of how often we should try to send our measurements to the mesh. Interval in seconds of how often we should try to send our measurements to the mesh.