From 2e230baa6cb82220313f8ab43e22cd237f24e8d7 Mon Sep 17 00:00:00 2001 From: Ted MARKSON <896199+tmarkson@users.noreply.github.com> Date: Sat, 12 Nov 2022 17:41:56 -0500 Subject: [PATCH 1/2] address address field to sensors table --- .../configuration/module-config/telemetry.mdx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/configuration/module-config/telemetry.mdx b/docs/configuration/module-config/telemetry.mdx index 64db1b1d..862b69c6 100644 --- a/docs/configuration/module-config/telemetry.mdx +++ b/docs/configuration/module-config/telemetry.mdx @@ -16,16 +16,16 @@ The telemetry module config options are: Device Metrics Update Interval, Environ ### Currently Supported Sensor Types -| Sensor | Data Points | -| :-----: | :-----------------------------------------------------------: | -| BMP280 | Temperature and barometric pressure | -| BME280 | Temperature, barometric pressure and humidity | -| BME680 | Temperature, barometric pressure, humidity and air resistance | -| MCP9808 | Temperature | -| INA260 | Current and Voltage | -| INA219 | Current and Voltage | -| LPS22 | Barometric pressure | -| SHTC3 | Temperature and humidity | +| Sensor | I2C Address | Data Points | +| :-----: | :--------------------: | :-----------------------------------------------------------: | +| BMP280 | 0x76 | Temperature and barometric pressure | +| BME280 | 0x76 | Temperature, barometric pressure and humidity | +| BME680 | 0x76 | Temperature, barometric pressure, humidity and air resistance | +| MCP9808 | 0x18 | Temperature | +| INA260 | 0x40 | Current and Voltage | +| INA219 | 0x40 | Current and Voltage | +| LPS22 | 0x5D | Barometric pressure | +| SHTC3 | 0x70 | Temperature and humidity | ## Module Config Values From f469a8f79c40420411b1d8856accdbf52f973ee3 Mon Sep 17 00:00:00 2001 From: Ted MARKSON <896199+tmarkson@users.noreply.github.com> Date: Mon, 14 Nov 2022 12:03:59 -0500 Subject: [PATCH 2/2] included additional addresses --- docs/configuration/module-config/telemetry.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/configuration/module-config/telemetry.mdx b/docs/configuration/module-config/telemetry.mdx index 862b69c6..c7e8adb4 100644 --- a/docs/configuration/module-config/telemetry.mdx +++ b/docs/configuration/module-config/telemetry.mdx @@ -18,13 +18,13 @@ The telemetry module config options are: Device Metrics Update Interval, Environ | Sensor | I2C Address | Data Points | | :-----: | :--------------------: | :-----------------------------------------------------------: | -| BMP280 | 0x76 | Temperature and barometric pressure | -| BME280 | 0x76 | Temperature, barometric pressure and humidity | -| BME680 | 0x76 | Temperature, barometric pressure, humidity and air resistance | +| 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 | Current and Voltage | -| INA219 | 0x40 | Current and Voltage | -| LPS22 | 0x5D | Barometric pressure | +| INA260 | 0x40, 0x41 | Current and Voltage | +| INA219 | 0x40, 0x41 | Current and Voltage | +| LPS22 | 0x5D, 0x5c | Barometric pressure | | SHTC3 | 0x70 | Temperature and humidity | ## Module Config Values