From 441ae5d5820de2d1c4f5a64ce30624849c728b92 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Thu, 2 May 2024 14:29:30 -0700 Subject: [PATCH] Add BMP085/180 and INA3221 sensors, alternate INA2XX address --- docs/configuration/module/telemetry.mdx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/configuration/module/telemetry.mdx b/docs/configuration/module/telemetry.mdx index 3c3a7d92..e4b16c54 100644 --- a/docs/configuration/module/telemetry.mdx +++ b/docs/configuration/module/telemetry.mdx @@ -18,13 +18,16 @@ Supported sensors connected to the I2C bus of the device will be automatically d | Sensor | I2C Address | Data Points | | :-----: | :--------------------: | :-----------------------------------------------------------: | +| BMP085 | 0x76, 0x77 | Temperature and barometric pressure | +| BMP180 | 0x76, 0x77 | Temperature and barometric pressure | | BMP280 | 0x76, 0x77 | Temperature and barometric pressure | | BME280 | 0x76, 0x77 | Temperature, barometric pressure and humidity | | BME680 | 0x76, 0x77 | Temperature, barometric pressure, humidity and air resistance | | MCP9808 | 0x18 | Temperature | -| INA260 | 0x40, 0x41 | Current and Voltage | -| INA219 | 0x40, 0x41 | Current and Voltage | -| LPS22 | 0x5D, 0x5c | Barometric pressure | +| INA260 | 0x40, 0x41, 0x43 | Current and Voltage | +| INA219 | 0x40, 0x41, 0x43 | Current and Voltage | +| INA3221 | 0x42 | 3-channel Current and Voltage | +| LPS22 | 0x5D, 0x5C | Barometric pressure | | SHTC3 | 0x70 | Temperature and humidity | | SHT31 | 0x44 | Temperature and humidity | | PMSA003I| 0x12 | Concentration units by size and particle counts by size |