aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTimofey Titovets <nefelim4ag@gmail.com>2024-04-21 00:42:31 +0200
committerGitHub <noreply@github.com>2024-04-20 18:42:31 -0400
commit713b50969848910d52c7d91dce695140bb59df9d (patch)
tree689010a2ec44c4b2fe18c41c95893493a5ed9a0f /docs
parent28faf814143a22534f2afa5b292ffd97b8acf886 (diff)
downloadkutter-713b50969848910d52c7d91dce695140bb59df9d.tar.gz
kutter-713b50969848910d52c7d91dce695140bb59df9d.tar.xz
kutter-713b50969848910d52c7d91dce695140bb59df9d.zip
sht3x: Add sht31 support (#6560)
Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/Config_Reference.md19
-rw-r--r--docs/Status_Reference.md3
2 files changed, 21 insertions, 1 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index 403dfdfc..71cdfed8 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -2575,6 +2575,25 @@ sensor_type:
# Interval in seconds between readings. Default is 30
```
+### SHT3X sensor
+
+SHT3X family two wire interface (I2C) environmental sensor. These sensors
+have a range of -55~125 C, so are usable for e.g. chamber temperature
+monitoring. They can also function as simple fan/heater controllers.
+
+```
+sensor_type: SHT3X
+#i2c_address:
+# Default is 68 (0x44).
+#i2c_mcu:
+#i2c_bus:
+#i2c_software_scl_pin:
+#i2c_software_sda_pin:
+#i2c_speed:
+# See the "common I2C settings" section for a description of the
+# above parameters.
+```
+
### LM75 temperature sensor
LM75/LM75A two wire (I2C) connected temperature sensors. These sensors
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md
index 0e72a12b..66d840d1 100644
--- a/docs/Status_Reference.md
+++ b/docs/Status_Reference.md
@@ -445,6 +445,7 @@ The following information is available in
[bme280 config_section_name](Config_Reference.md#bmp280bme280bme680-temperature-sensor),
[htu21d config_section_name](Config_Reference.md#htu21d-sensor),
+[sht3x config_section_name](Config_Reference.md#sht31-sensor),
[lm75 config_section_name](Config_Reference.md#lm75-temperature-sensor),
[temperature_host config_section_name](Config_Reference.md#host-temperature-sensor)
and
@@ -452,7 +453,7 @@ and
objects:
- `temperature`: The last read temperature from the sensor.
- `humidity`, `pressure`, `gas`: The last read values from the sensor
- (only on bme280, htu21d, and lm75 sensors).
+ (only on bme280, htu21d, sht3x and lm75 sensors).
## temperature_fan