diff --git a/BUILDS.md b/BUILDS.md index 92d081c1e..7e642de4e 100644 --- a/BUILDS.md +++ b/BUILDS.md @@ -120,6 +120,9 @@ | USE_WEMOS_MOTOR_V1 | - | - | - | - | x | - | - | | USE_IAQ | - | - | - | - | x | - | - | | USE_AS3935 | - | - | - | - | x | - | - | +| USE_VEML6075 | - | - | - | - | - | - | - | +| USE_VEML7700 | - | - | - | - | - | - | - | +| USE_MCP9808 | - | - | - | - | - | - | - | | | | | | | | | | | Feature or Sensor | minimal | lite | tasmota | knx | sensors | ir | display | Remarks | USE_SPI | - | - | - | - | - | - | x | @@ -139,9 +142,6 @@ | USE_HRXL | - | - | - | - | x | - | - | | USE_TASMOTA_SLAVE | - | - | - | - | - | - | - | | USE_OPENTHERM | - | - | - | - | - | - | - | -| USE_VEML6075 | - | - | - | - | - | - | - | -| USE_VEML7700 | - | - | - | - | - | - | - | -| USE_MCP9808 | - | - | - | - | - | - | - | | | | | | | | | | | USE_NRF24 | - | - | - | - | - | - | - | | USE_MIBLE | - | - | - | - | - | - | - | diff --git a/tasmota/xsns_72_mcp9808.ino b/tasmota/xsns_72_mcp9808.ino index 42fdd7ab9..fdd200099 100644 --- a/tasmota/xsns_72_mcp9808.ino +++ b/tasmota/xsns_72_mcp9808.ino @@ -86,7 +86,7 @@ void MCP9808Show(bool json) { if (json) { ResponseAppend_P(PSTR(",\"%s\":{\"" D_JSON_TEMPERATURE "\":%s}"), sensor_name, temperature); - if (0 == tele_period) { + if ((0 == tele_period) && (0 == i)) { #ifdef USE_DOMOTICZ DomoticzSensor(DZ_TEMP, temperature); #endif // USE_DOMOTICZ