Commit Graph
58 Commits
Author SHA1 Message Date
TD-er 8b992eb352 Merge branch 'mega' into feature/MQTT_TLS 2024-07-13 12:45:11 +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
Gijs Noorlander 022ca8a6ec [LoRa/TTN] Add Sample Set Initiator to mark samples of the same set
For LoRa, it may take a while to send out samples of different plugins.
This makes it hard to match samples belonging to the same set after receiving them.
The Sample Set Initiator is a task index which should always be considered as the first of a set samples sent to the controller.
For example when triggering to send a set of samples from rules, its order can be always the same. 
Setting the initiator to the first one of the sequence, the same sample set counter will be sent along with the samples.
2019-08-14 19:50:27 +02:00
Gijs Noorlander 8a72d288d8 [LoRa/TTN] Document LoRaWAN/TTN controller 2019-08-13 01:49:02 +02:00
Gijs Noorlander 74d790f105 [LoRa TTN] Add documentation stubs for C018-LoRaTTN and C017-Zabbix 2019-08-12 23:10:17 +02:00
Gijs Noorlander 800e7d224c [Docs] Document sharing plugin via ESPeasy p2p controller
Fixes #2522
2019-08-08 23:11:57 +02:00
Misiu 82760f28f9 Rename OpenHAB MQTT to Home Assistant (openHAB) MQTT
As described by @davidgraeff openHAB is supporting Home Assistant MQTT convention, so C005 should have Home Assistant in name.
Arguments:
openHAB is following HA convention
this will help new users (like me) to setup ESPEasy with Home Assisnant
2019-07-22 09:36:38 +02:00
Christian Meinert 5725090f6d Plugin Number chnaged to 86, HSV2RGB functions moved to misc.ino, little bugfixes and documentation 2019-05-21 06:42:57 +02:00
Christian Meinert f2183bbe1a C014 Documentation 2019-05-09 00:44:40 +02:00
Christian Meinert 435cebb399 Minor fixes 2019-05-02 18:12:18 +02:00
Christian Meinert fdee013fcc 1st draft version of docs for C014 Homie Controller 2019-05-02 00:02:04 +02:00
TD-er 0f03a5888b [Cache controller] Documentation 2019-04-05 22:38:53 +02:00
TD-er 37d6140434 [Sphinx docs] Some small doc build fixes
- There were some unicode characters
- JPG file had wrong image type
- Documented the needed packages to build LaTeX documentation in Linux (still fails to build PDF dus to chapter count overflow)
2019-02-24 23:19:46 +01:00
Grovkillen 061b691497 [docs] ThingSpeak (must check acknowledge) 2019-02-14 10:11:55 +01:00