[Docs] Separate ESP32 and ESP8266 status

This commit is contained in:
Ton Huisman
2026-03-12 23:09:42 +01:00
parent 2d9485cf2d
commit 667019f19b
28 changed files with 2158 additions and 1872 deletions
+19 -19
View File
@@ -18,26 +18,26 @@ Controller Plugins
==================
.. csv-table::
:header: "Plugin name", "Plugin status", "Plugin number"
:widths: 10, 8, 5
:header: "Plugin name", "ESP32 Plugin status", "ESP8266 Plugin status", "Plugin number"
:widths: 9, 6, 6, 3
":ref:`C001_page`","|C001_status|","C001"
":ref:`C002_page`","|C002_status|","C002"
":ref:`C003_page`","|C003_status|","C003"
":ref:`C004_page`","|C004_status|","C004"
":ref:`C005_page`","|C005_status|","C005"
":ref:`C006_page`","|C006_status|","C006"
":ref:`C007_page`","|C007_status|","C007"
":ref:`C008_page`","|C008_status|","C008"
":ref:`C009_page`","|C009_status|","C009"
":ref:`C010_page`","|C010_status|","C010"
":ref:`C011_page`","|C011_status|","C011"
":ref:`C012_page`","|C012_status|","C012"
":ref:`C013_page`","|C013_status|","C013"
":ref:`C014_page`","|C014_status|","C014"
":ref:`C016_page`","|C016_status|","C016"
":ref:`C017_page`","|C017_status|","C017"
":ref:`C018_page`","|C018_status|","C018"
":ref:`C001_page`","|C001_status|","|C001_status_lb|","C001"
":ref:`C002_page`","|C002_status|","|C002_status_lb|","C002"
":ref:`C003_page`","|C003_status|","|C003_status_lb|","C003"
":ref:`C004_page`","|C004_status|","|C004_status_lb|","C004"
":ref:`C005_page`","|C005_status|","|C005_status_lb|","C005"
":ref:`C006_page`","|C006_status|","|C006_status_lb|","C006"
":ref:`C007_page`","|C007_status|","|C007_status_lb|","C007"
":ref:`C008_page`","|C008_status|","|C008_status_lb|","C008"
":ref:`C009_page`","|C009_status|","|C009_status_lb|","C009"
":ref:`C010_page`","|C010_status|","|C010_status_lb|","C010"
":ref:`C011_page`","|C011_status|","|C011_status_lb|","C011"
":ref:`C012_page`","|C012_status|","|C012_status_lb|","C012"
":ref:`C013_page`","|C013_status|","|C013_status_lb|","C013"
":ref:`C014_page`","|C014_status|","|C014_status_lb|","C014"
":ref:`C016_page`","|C016_status|","|C016_status_lb|","C016"
":ref:`C017_page`","|C017_status|","|C017_status_lb|","C017"
":ref:`C018_page`","|C018_status|","|C018_status_lb|","C018"
Controller Parameters
@@ -5,6 +5,7 @@
.. |C001_type| replace:: :cyan:`Controller`
.. |C001_typename| replace:: :cyan:`Controller - Domoticz HTTP`
.. |C001_status| replace:: :green:`NORMAL`
.. |C001_status_lb| replace:: :green:`NORMAL`
.. |C001_github| replace:: C001.cpp
.. _C001_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_C001.cpp
.. |C001_usedby| replace:: `.`
@@ -16,6 +17,7 @@
.. |C002_type| replace:: :cyan:`Controller`
.. |C002_typename| replace:: :cyan:`Controller - Domoticz MQTT`
.. |C002_status| replace:: :green:`NORMAL`
.. |C002_status_lb| replace:: :green:`NORMAL`
.. |C002_github| replace:: C002.cpp
.. _C002_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_C002.cpp
.. |C002_usedby| replace:: `.`
@@ -27,6 +29,7 @@
.. |C003_type| replace:: :cyan:`Controller`
.. |C003_typename| replace:: :cyan:`Controller - Nodo Telnet`
.. |C003_status| replace:: :green:`NORMAL`
.. |C003_status_lb| replace:: :green:`NORMAL`
.. |C003_github| replace:: C003.cpp
.. _C003_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_C003.cpp
.. |C003_usedby| replace:: `.`
@@ -38,6 +41,7 @@
.. |C004_type| replace:: :cyan:`Controller`
.. |C004_typename| replace:: :cyan:`Controller - ThingSpeak`
.. |C004_status| replace:: :green:`NORMAL`
.. |C004_status_lb| replace:: :green:`NORMAL`
.. |C004_github| replace:: C004.cpp
.. _C004_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_C004.cpp
.. |C004_usedby| replace:: `.`
@@ -49,6 +53,7 @@
.. |C005_type| replace:: :cyan:`Controller`
.. |C005_typename| replace:: :cyan:`Controller - Home Assistant (openHAB) MQTT`
.. |C005_status| replace:: :green:`NORMAL`
.. |C005_status_lb| replace:: :green:`NORMAL`
.. |C005_github| replace:: C005.cpp
.. _C005_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_C005.cpp
.. |C005_usedby| replace:: `.`
@@ -60,6 +65,7 @@
.. |C006_type| replace:: :cyan:`Controller`
.. |C006_typename| replace:: :cyan:`Controller - PiDome MQTT`
.. |C006_status| replace:: :green:`NORMAL`
.. |C006_status_lb| replace:: :green:`NORMAL`
.. |C006_github| replace:: C006.cpp
.. _C006_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_C006.cpp
.. |C006_usedby| replace:: `.`
@@ -71,6 +77,7 @@
.. |C007_type| replace:: :cyan:`Controller`
.. |C007_typename| replace:: :cyan:`Controller - Emoncms`
.. |C007_status| replace:: :green:`NORMAL`
.. |C007_status_lb| replace:: :green:`NORMAL`
.. |C007_github| replace:: C007.cpp
.. _C007_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_C007.cpp
.. |C007_usedby| replace:: `.`
@@ -82,6 +89,7 @@
.. |C008_type| replace:: :cyan:`Controller`
.. |C008_typename| replace:: :cyan:`Controller - Generic HTTP`
.. |C008_status| replace:: :green:`NORMAL`
.. |C008_status_lb| replace:: :green:`NORMAL`
.. |C008_github| replace:: C008.cpp
.. _C008_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_C008.cpp
.. |C008_usedby| replace:: `.`
@@ -93,6 +101,7 @@
.. |C009_type| replace:: :cyan:`Controller`
.. |C009_typename| replace:: :cyan:`Controller - FHEM HTTP`
.. |C009_status| replace:: :green:`NORMAL`
.. |C009_status_lb| replace:: :green:`NORMAL`
.. |C009_github| replace:: C009.cpp
.. _C009_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_C009.cpp
.. |C009_usedby| replace:: `.`
@@ -104,6 +113,7 @@
.. |C010_type| replace:: :cyan:`Controller`
.. |C010_typename| replace:: :cyan:`Controller - Generic UDP`
.. |C010_status| replace:: :green:`NORMAL`
.. |C010_status_lb| replace:: :green:`NORMAL`
.. |C010_github| replace:: C010.cpp
.. _C010_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_C010.cpp
.. |C010_usedby| replace:: `.`
@@ -115,6 +125,7 @@
.. |C011_type| replace:: :cyan:`Controller`
.. |C011_typename| replace:: :cyan:`Controller - Generic HTTP Advanced`
.. |C011_status| replace:: :yellow:`COLLECTION` :yellow:`CLIMATE`
.. |C011_status_lb| replace:: :yellow:`COLLECTION` :yellow:`CLIMATE`
.. |C011_github| replace:: C011.cpp
.. _C011_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_C011.cpp
.. |C011_usedby| replace:: `.`
@@ -126,6 +137,7 @@
.. |C012_type| replace:: :cyan:`Controller`
.. |C012_typename| replace:: :cyan:`Controller - Blynk`
.. |C012_status| replace:: :yellow:`COLLECTION`
.. |C012_status_lb| replace:: :yellow:`COLLECTION`
.. |C012_github| replace:: C012.cpp
.. _C012_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_C012.cpp
.. |C012_usedby| replace:: `.`
@@ -137,6 +149,7 @@
.. |C013_type| replace:: :cyan:`Controller`
.. |C013_typename| replace:: :cyan:`Controller - ESPEasy P2P Networking`
.. |C013_status| replace:: :green:`NORMAL`
.. |C013_status_lb| replace:: :green:`NORMAL`
.. |C013_github| replace:: C013.cpp
.. _C013_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_C013.cpp
.. |C013_usedby| replace:: `.`
@@ -148,6 +161,7 @@
.. |C014_type| replace:: :cyan:`Controller`
.. |C014_typename| replace:: :cyan:`Controller - Homie MQTT convention`
.. |C014_status| replace:: :yellow:`COLLECTION`
.. |C014_status_lb| replace:: :yellow:`COLLECTION`
.. |C014_github| replace:: C014.cpp
.. _C014_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_C014.cpp
.. |C014_usedby| replace:: `.`
@@ -158,7 +172,8 @@
.. |C016_name| replace:: :cyan:`Cache`
.. |C016_type| replace:: :cyan:`Controller`
.. |C016_typename| replace:: :cyan:`Controller - Cache`
.. |C016_status| replace:: :red:`DEVELOPMENT`
.. |C016_status| replace:: :yellow:`MAX`
.. |C016_status_lb| replace:: `.`
.. |C016_github| replace:: C016.cpp
.. _C016_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_C016.cpp
.. |C016_usedby| replace:: `.`
@@ -170,6 +185,7 @@
.. |C017_type| replace:: :cyan:`Controller`
.. |C017_typename| replace:: :cyan:`Controller - Zabbix`
.. |C017_status| replace:: :yellow:`COLLECTION`
.. |C017_status_lb| replace:: :yellow:`COLLECTION`
.. |C017_github| replace:: C017.cpp
.. _C017_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_C017.cpp
.. |C017_usedby| replace:: `.`
@@ -181,6 +197,7 @@
.. |C018_type| replace:: :cyan:`Controller`
.. |C018_typename| replace:: :cyan:`Controller - LoRa TTN - RN2483/RN2903`
.. |C018_status| replace:: :yellow:`COLLECTION`
.. |C018_status_lb| replace:: :yellow:`COLLECTION`
.. |C018_github| replace:: C018.cpp
.. _C018_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_C018.cpp
.. |C018_usedby| replace:: `.`