[C005] Add note MQTT Auto Discovery not enabled in ESP8266 builds

This commit is contained in:
Ton Huisman
2026-06-27 14:27:34 +02:00
parent 5bff99ec5d
commit b1ecfdcfa1
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -122,6 +122,8 @@ MQTT - Auto Discovery
(AutoDiscovery related settings added 2025/06/28)
.. note:: The **MQTT Auto Discovery** feature is not included in ESP8266 builds by default, see: :ref:`esp8266-feature-complete`
* **Enable Auto Discovery**: When checked, the controller will send discovery data for all connected and enabled tasks to the MQTT server on first startup, and when receiving an ``online`` message in the Discovery Trigger Topic, when configured.
* **Discovery Trigger topic**: Default for Home assistant: ``homeassistant/status``
+3 -1
View File
@@ -1,6 +1,8 @@
Supported ESP Chips
*******************
.. _esp8266-feature-complete:
ESP8266 is Feature Complete!
============================
@@ -19,7 +21,7 @@ The consequences of this decision are that:
* To enable some of the new features (many are still useable) for ESP8266, a Custom build can be configured and built by the user, as documented in :ref:`PlatformIO_page`.
* A notable exception is support for TLS: That's *not* possible to enable on ESPEasy in ESP8266 builds as it doesn't fit in the limited available RAM memory.
For new projects, it is strongly advised to select one of the many available ESP32 boards, or chips when designing a custom board. Some of the ESP32 variants are available with 16 MB Flash (ESP32 Classic, ESP32-C3, ESP32-C6 and ESP32-S3), and have 1 or more MAX builds available in ESPEasy, that include all plugins and features available, and also a larger selection of fonts for displays (TFT/LCD, OLed and 7-segment).
For new projects, it is strongly advised to select one of the many available ESP32 boards, or chips when designing a custom board. Some of the ESP32 variants are available with 8MB, 16 MB, and 32MB, Flash (ESP32 Classic, ESP32-C3, ESP32-C5, ESP32-C6/C61, ESP32-S3 and ESP32-P4), and have 1 or more MAX builds available in ESPEasy, that include all plugins and features available, and also a larger selection of fonts for displays (TFT/LCD, OLed and 7-segment).
Overview of supported chips
===========================