Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/source/Controller/C005.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
4 changes: 3 additions & 1 deletion docs/source/ESPEasy/ESPchips.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Supported ESP Chips
*******************

.. _esp8266-feature-complete:

ESP8266 is Feature Complete!
============================

Expand All @@ -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
===========================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/Participate/PlatformIO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Optional, but highly recommended:
* C/C++ DevTools (by Microsoft)
* Bookmarks (by Alessandro Fragnani)
* GitLens - Git supercharged (by Gitkraken)
* TODO Highlight (by Wayou Liu)
* TODO Highlight v2 (by Jonathan Clark)
* All Autocomplete (by Atishay Jain)
* Excel Viewer (by GrapeCity)
* Esbonio - An extension for editing sphinx projects (by Swyddfa)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/Plugin/_plugin_substitutions_p12x.repl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
.. |P124_porttype| replace:: `.`
.. |P124_status| replace:: :yellow:`COLLECTION D`
.. |P124_status_lb| replace:: :yellow:`COLLECTION D`
.. |P124_github| replace:: P124_MultiTelay.ino
.. |P124_github| replace:: P124_MultiRelay.ino
.. _P124_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_P124_MyltiRelay.ino
.. |P124_usedby| replace:: `.`
.. |P124_shortinfo| replace:: `Seeed Studio I2C Multi Relay boards`
Expand Down