File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
content/components/sensor Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 88---
99
1010The ` am2320 ` Temperature+Humidity sensor allows you to use your AM2320
11- ([ datasheet] ( https://akizukidenshi.com/download/ds/aosong/AM2320.pdf ) ) I²C-based sensor with ESPHome.
11+ ([ datasheet] ( https://cdn-shop.adafruit.com/product-files/3721/AM2320.pdf ) ) I²C-based sensor with
12+ ESPHome.
1213
13- {{< img src="am2320-full.jpg" alt="Image" caption="AM2320 Temperature & Humidity Sensor." width="50.0%" class="align-center" >}}
14+ {{< img src="am2320-full.jpg" alt="Image" caption="AM2320 Temperature & Humidity Sensor." width="50.0%"
15+ class="align-center" >}}
1416
1517{{< img src="temperature-humidity.png" alt="Image" width="80.0%" class="align-center" >}}
1618
@@ -39,11 +41,19 @@ sensor:
3941
4042 - All options from [Sensor](#config-sensor).
4143
42- - **update_interval** (*Optional*, [Time](#config-time)): The interval to check the sensor. Defaults to ` 60s`.
44+ - **update_interval** (*Optional*, [Time](#config-time)): The interval to check the sensor. Defaults to
45+ ` 60s`.
46+
47+ # # Troubleshooting
48+
49+ If you experience communication or reliability issues with the AM2320 sensor, the
50+ {{< docref "i2c" >}} frequency may be too high. The AM2320 supports I²C standard-mode with a maximum
51+ clock frequency of 100 kHz.
4352
4453# # See Also
4554
4655- [Sensor Filters](#sensor-filters)
56+ - {{< docref "i2c" >}}
4757- {{< docref "absolute_humidity/" >}}
4858- {{< docref "dht/" >}}
4959- {{< docref "dht12/" >}}
You can’t perform that action at this time.
0 commit comments