22
33l = lite, t = tasmota (ESP8266 / ESP32), k = knx, s = sensors, i = ir, d = display
44
5- Note: ` minimal ` variant is not listed as it shouldn't be used outside of the [ upgrading] ( https://tasmota.github.io/docs/Upgrading/ ) process.
5+ Note: the ` minimal ` variant is not listed as it shouldn't be used outside of the [ upgrading] ( https://tasmota.github.io/docs/Upgrading/ ) process.
66
77| Feature or Sensor | l | t | k | s | i | d | Remarks
88|---------------------------|---|-------|---|---|---|---|--------
@@ -13,7 +13,7 @@ Note: `minimal` variant is not listed as it shouldn't be used outside of the [up
1313| USE_DOMOTICZ | - | x / x | x | x | x | - |
1414| USE_HOME_ASSISTANT | - | - / - | - | - | - | - |
1515| USE_TASMOTA_DISCOVERY | x | x / x | x | x | x | x |
16- | USE_MQTT_TLS* | - | - / x | - | - | - | - |
16+ | USE_MQTT_TLS\* | - | - / x | - | - | - | - |
1717| USE_MQTT_CLIENT_CERT | - | - / - | - | - | - | - |
1818| USE_MQTT_AWS_IOT | - | - / - | - | - | - | - |
1919| USE_4K_RSA | - | - / - | - | - | - | - |
@@ -39,11 +39,11 @@ Note: `minimal` variant is not listed as it shouldn't be used outside of the [up
3939| USE_INFLUXDB | - | - / x | - | - | - | - |
4040| USE_PROMETHEUS | - | - / - | - | - | - | - |
4141| USE_PING | - | - / - | - | - | - | - |
42- | | | | | | | |
43- | Feature or Sensor | l | t | k | s | i | d | Remarks
4442| USE_HDMI_CEC | - | - / - | - | - | - | - |
4543| USE_MAGIC_SWITCH | - | - / x | - | - | - | - |
4644| USE_GPIO_VIEWER | - | - / x | - | - | - | - |
45+ | | | | | | | |
46+ | Feature or Sensor | l | t | k | s | i | d | Remarks
4747| ROTARY_V1 | - | x / x | - | x | - | - |
4848| USE_SONOFF_RF | - | x / - | x | x | - | - |
4949| USE_RF_FLASH | - | x / - | x | x | - | - |
@@ -109,16 +109,16 @@ Note: `minimal` variant is not listed as it shouldn't be used outside of the [up
109109| Feature or Sensor | l | t | k | s | i | d | Remarks
110110| USE_I2C | - | x / x | x | x | - | x |
111111| USE_RTC_CHIPS | - | - / x | - | - | - | - |
112- | USE_BM8563 | - | - / x | - | - | - | - |
113- | USE_DS3231 | - | - / - | - | - | - | - |
114- | USE_PCF85063 | - | - / - | - | - | - | - |
115- | USE_PCF85363 | - | - / - | - | - | - | - |
116- | USE_RX8010 | - | - / - | - | - | - | - |
117- | USE_RX8030 | - | - / - | - | - | - | - |
112+ | - USE_BM8563 | - | - / x | - | - | - | - |
113+ | - USE_DS3231 | - | - / - | - | - | - | - |
114+ | - USE_PCF85063 | - | - / - | - | - | - | - |
115+ | - USE_PCF85363 | - | - / - | - | - | - | - |
116+ | - USE_RX8010 | - | - / - | - | - | - | - |
117+ | - USE_RX8030 | - | - / - | - | - | - | - |
118118| USE_SHT | - | - / x | - | x | - | - |
119119| USE_HTU | - | - / x | - | x | - | - |
120120| USE_BMP | - | - / x | - | x | - | - |
121- | USE_BME68X | - | - / x | - | x | - | - |
121+ | - USE_BME68X | - | - / x | - | x | - | - |
122122| USE_AMSX915 | - | - / - | - | - | - | - |
123123| USE_SPL06_007 | - | - / - | - | - | - | - |
124124| USE_QMP6988 | - | - / - | - | - | - | - |
@@ -254,12 +254,13 @@ Note: `minimal` variant is not listed as it shouldn't be used outside of the [up
254254| USE_IR_REMOTE_FULL | - | - / - | - | - | x | - | Enable ALL protocols
255255| | | | | | | |
256256| USE_WIZMOTE | - | - / - | - | - | - | - |
257+ | | | | | | | |
257258| USE_SR04 | - | - / - | - | x | - | - |
258259| USE_ME007 | - | - / - | - | - | - | - |
259260| USE_DYP | - | - / - | - | - | - | - |
260261| USE_TM1638 | - | - / x | - | x | - | - |
261262| USE_HX711 | - | - / x | - | x | - | - |
262- | USE_HX711_M5SCALES | - | - / - | - | - | - | - |
263+ | - USE_HX711_M5SCALES | - | - / - | - | - | - | - |
263264| USE_TX2x_WIND_SENSOR | - | - / - | - | - | - | - |
264265| USE_WINDMETER | - | - / - | - | - | - | - |
265266| USE_RC_SWITCH | - | - / x | - | x | - | - |
@@ -299,4 +300,6 @@ Note: `minimal` variant is not listed as it shouldn't be used outside of the [up
299300| USE_DINGTIAN_RELAY | | / - | | | | |
300301| USE_MATTER_DEVICE | | / x | | | | | See SetOption151
301302
302- * USE_MQTT_TLS is enabled by default in every ESP32 variants
303+ The following specific display drivers are replaced with uDisplay, see [ uDisplay/uTouch documentation] ( https://tasmota.github.io/docs/Universal-Display-Driver/#migrating-to-udisplay ) : ` USE_DISPLAY_ILI9341 ` , ` USE_DISPLAY_SSD1306 ` , ` USE_DISPLAY_SH1106 ` , ` USE_DISPLAY_SSD1351 ` , ` USE_DISPLAY_ST7789 `
304+
305+ - USE_MQTT_TLS is enabled by default in every ESP32 variants
0 commit comments