From 713b50969848910d52c7d91dce695140bb59df9d Mon Sep 17 00:00:00 2001 From: Timofey Titovets Date: Sun, 21 Apr 2024 00:42:31 +0200 Subject: sht3x: Add sht31 support (#6560) Signed-off-by: Timofey Titovets --- docs/Config_Reference.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'docs/Config_Reference.md') 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 -- cgit v1.2.3-70-g09d2