Ton Huisman
b3d4b21ae5
[MQTT] Update documentation for Retained setting per task
2025-08-09 23:11:25 +02:00
Ton Huisman
41151ed10b
[AutoDiscover] Set default Auto Discovery topics when adding HA Controller
2025-07-27 23:20:31 +02:00
Ton Huisman
28999f0540
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/AutoDiscover-additions-and-improvements
2025-07-25 20:43:07 +02:00
TD-er
cac7f91634
Merge pull request #5334 from tonhuisman/feature/Documentation-updates-summer-2025
...
[Docs] Updates and improvements, Summer '25
2025-07-25 19:55:51 +02:00
Ton Huisman
bd37da688b
[AutoDiscover] Add Duration, Date and Timestamp device classes, fix some irregularities
2025-07-04 21:58:05 +02:00
Ton Huisman
53061aaaaa
[Docs] Update documentation for C005
2025-07-01 22:42:35 +02:00
Ton Huisman
9485a01106
[Docs] Update documentation for C005
2025-06-28 21:35:09 +02:00
Ton Huisman
2ea82a5393
[C014] Docs: Update UoM feature
2025-06-21 22:25:46 +02:00
TD-er
e6b2df35a4
Merge branch 'mega' into feature/MQTT-controller-cmd-improvements
2024-10-02 23:46:02 +02:00
TD-er
7c77b5baeb
[MQTT TLS] Add some documentation about using TLS for MQTT
2024-10-01 23:14:54 +02:00
TD-er
8b992eb352
Merge branch 'mega' into feature/MQTT_TLS
2024-07-13 12:45:11 +02:00
Ton Huisman
8dd13beb6e
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/MQTT-controller-cmd-improvements
2024-05-29 23:41:28 +02:00
Ton Huisman
4886924366
[C004] Add documentation and examples
2024-05-29 21:45:50 +02:00
Ton Huisman
784888be85
[C011] Documentation correction
2024-05-05 22:23:56 +02:00
TD-er
4f4ff8721b
Merge branch 'mega' into feature/MQTT_TLS
2023-12-25 23:02:02 +01:00
Ton Huisman
a7c217ac10
[Docs] Fix some typos Nov. 2023
2023-11-29 20:11:37 +01:00
Ton Huisman
72f9a8e0a9
[Docs] Updates and corrections Nov. 2023
2023-11-08 21:53:45 +01:00
TD-er
d997321d73
Merge branch 'mega' into feature/MQTT_TLS
2023-09-30 10:19:06 +02:00
Adam Groszer
771305b005
added InfluxDB v2 HTTP API docs and some other minors
2023-09-22 20:46:19 +02:00
TD-er
e387cd3bac
Merge branch 'mega' into feature/MQTT_TLS
2023-09-21 22:29:35 +02:00
TD-er
dac609f48f
[Documentation] Document ESPEasy Functional Blocks
2023-09-12 12:30:57 +02:00
TD-er
cfeb842ae9
Merge branch 'mega' into feature/MQTT_TLS
2023-05-13 23:40:22 +02:00
TD-er
1afcaf8e5b
[ESP32-S3] Fix board definitions + build errors on ESP32-S3
2023-05-03 00:18:19 +02:00
TD-er
c78785a45e
Merge branch 'mega' into feature/MQTT_TLS
2022-07-27 23:11:47 +02:00
Ton Huisman
0e07c931aa
[Build] Update documentation to use COLLECTION instead of TESTING
2022-07-22 22:41:08 +02:00
TD-er
f76cfa980b
Merge branch 'mega' into feature/MQTT_TLS
2022-05-02 17:09:48 +02:00
TD-er
4d4f10bf0a
[MQTT Events] Allow receiving events + eventvalues via MQTT (C005)
...
Ideal to send some event as retained message to a MQTT broker.
This way it is possible to control a node which is only online for a very short moment as those messages will be delivered as soon as the unit connects to the broker.
2022-05-02 16:37:29 +02:00
TD-er
dc13f36c81
[Docs] Fix formatting of C005 OpenHab MQTT documentation
2022-05-02 15:15:32 +02:00
TD-er
e9e50bc5a4
Merge branch 'mega' into feature/MQTT_TLS
2022-03-31 13:28:14 +02:00
TD-er
a733d50c81
Merge branch 'mega' into feature/MQTT_TLS
2022-03-30 22:54:45 +02:00
TD-er
71e442b143
Merge branch 'mega' into feature/MQTT_commands
2022-03-30 22:54:12 +02:00
Leonardo Rizzi
702e790183
Update _controller_substitutions.repl
...
Wrong extension for the controller module changed from .ino to .cpp
2022-03-27 03:31:04 +02:00
TD-er
2eabafe97d
[MQTT commands] Add command via MQTT with variable parameters
2022-03-01 12:09:46 +01:00
TD-er
f3b617c897
[MQTT TLS] Add TLS support for MQTT
2022-02-08 12:30:04 +01:00
TD-er
43ba035443
[ESP32-S2] Mark ESP32-s2 and ESP32-c3 as ESPEasy platforms
2021-09-17 00:47:41 +02:00
TD-er
cc190a06ef
[docs] Update Cache Controller docs to mention different time exports
2021-08-10 22:51:12 +02:00
TD-er
1c47a757e2
[LoRaWAN TTN] Fix controller not setting SF or FP & add ADR ( #3630 )
...
Fixes: #3630
- Add checkbox for enable/disable ADR (Adaptive Data Rate)
- Fix not being able to set Frequency Plan (FP)
- Fix not being able to set Spreading Factor (SF)
2021-05-13 16:13:17 +02:00
TD-er
e3ea3020d8
[Cache controller] Make Cache controller work on ESP32
...
ESP32 does have less space on the file system than an ESP8266 with 4M flash.
So it is less useful on ESP32 with only 4M flash.
Still it does work :)
2021-05-12 17:29:41 +02:00
TD-er
afc2e7ac6e
[Controller Queue] Add deduplicate check in controller queue
2021-03-02 13:45:19 +01:00
TD-er
83afe65433
[Controller Queue] Add flag to allow messages to expire
2021-03-02 10:25:09 +01:00
TD-er
d0cdf7de42
[Docs] Document LoRaWAN TTN dynamic send interval setting
2020-10-14 22:32:08 +02:00
TD-er
3e461b97f2
[ESPEasy p2p] Split p2p data structs into C++ objects ( #3264 )
...
As preparation of issue #3264
2020-09-23 14:55:48 +02:00
Gijs Noorlander
63c4dfddc0
[C011] Use ESP8266HTTPClient library
2020-09-09 15:16:51 +02:00
Gijs Noorlander
09cc6b4fb1
[HTTP Advanced] Optimize load/save settings + add send binary option.
2020-09-08 17:43:52 +02:00
Gijs Noorlander
da36ad7f2a
[Docs] Add some documentation on C011 Generic HTTP Advanced
2020-09-08 09:40:53 +02:00
Gijs Noorlander
bede949bef
[docs] Replace code-block:: html with code-block:: none
...
The HTML parser does not parse our own rules which is where it is used.
So until we have a rules highlighter, we use the ``none`` highlighter.
2020-08-04 13:18:36 +02:00
tonhuisman
0629084b47
[Docs] Fixed some typos and Sphinx syntax errors
2020-08-03 10:54:57 +02:00
Gijs Noorlander
1b26282d74
[Docs] Update docs related to p2p UDP port no longer need reboot
2020-07-19 15:48:03 +02:00
Gijs Noorlander
94abb74c25
Transform defines in EventValueSource into enum
2020-06-08 14:17:06 +02:00
Gijs Noorlander
836ad1397b
[Rules] Parse template for all command calls
...
Until now a lot of ways to handle a command were handling the pre-processing of the command differently.
So the source of the command can make a difference whether system variables can be used for example.
Now all use the same function to pre-process the commands.
2019-12-03 19:20:43 +01:00