Commit Graph
69 Commits
Author SHA1 Message Date
TD-er ff310cffda Merge pull request #5284 from tonhuisman/feature/Rules-enable-named-variables
[Rules] Add optional use of named variables
2025-04-10 21:42:39 +02:00
Ton Huisman 467dff8cc3 [Commands] Add command SendToUDPMix 2025-03-30 14:56:03 +02:00
Ton Huisman 55db1e32fb [Rules] Update documentation 2025-03-17 23:27:25 +01:00
Ton Huisman dda3679298 [Commands] Update documentation for LoopTimerSetAndRun (_ms) 2024-12-23 16:36:52 +01:00
Ton Huisman 1530e2a5f3 [Commands] Rename Reset to FactoryReset 2024-08-10 16:25:35 +02:00
Ton Huisman 049700d483 [Commands] i2cscanner: add debug and multiplexer support 2024-06-14 22:41:20 +02:00
Ton Huisman 1a0daf7d9a [Commands] Add OWScan command to scan for 1-wire devices 2024-05-11 21:30:41 +02:00
Ton Huisman 3e65e1e7fd [N001] Add support for optional Subject to notify command 2024-04-06 22:28:55 +02:00
Ton Huisman 299510ddfa [MQTT] Add PublishR command: publish with will-retain 2024-02-20 20:56:38 +01:00
Ton Huisman 069674ad97 [Docs] Correct some layout issues, causing parts of documentation to disappear 2023-08-13 19:56:54 +02:00
TD-er c7237c9332 Merge branch 'mega' into build/reduce_minimal_bin_size 2023-06-22 12:24:00 +02:00
TD-er 36378a9948 Merge pull request #4619 from tonhuisman/feature/Commands-add-puttohttp-command
[Commands] Add PutToHTTP command
2023-04-21 12:52:26 +02:00
Ton Huisman 443737115a [Docs] Add PutToHTTP documentation 2023-04-17 20:05:14 +02:00
Ton Huisman b0a477be5a [Commands] Fix documentation typo 2023-04-15 18:45:42 +02:00
Ton Huisman 336160b7c5 [Commands] Add documentation for HiddenSSID 2023-04-15 17:03:37 +02:00
TD-er b14720f904 Merge branch 'mega' into build/reduce_minimal_bin_size 2023-02-14 17:06:38 +01:00
TD-er f9345dbb4d Merge branch 'mega' into build/reduce_minimal_bin_size 2023-02-13 11:34:05 +01:00
TD-er e8ad5f153e [TaskRun] Add optional unixtime as siuggested timestamp (#4497)
Fixes: #4497
2023-02-10 22:25:05 +01:00
Ton Huisman 9a826e0ce5 [MQTT] Publish command allow empty payload 2023-01-31 22:22:42 +01:00
TD-er fe7022c4c0 Merge branch 'mega' into build/reduce_minimal_bin_size 2023-01-26 22:23:27 +01:00
Ton Huisman 5b8608985a [Docs] Fix typo in PostToHTTP documentation 2023-01-26 19:55:55 +01:00
TD-er 5a8bf3e86f Merge branch 'mega' into build/reduce_minimal_bin_size 2023-01-26 16:35:57 +01:00
Ton Huisman 294e516aaa [Commands] Add missing documentation for NTPHost command 2023-01-15 17:04:30 +01:00
Ton Huisman 3728bcf656 [Commands] Add PostToHTTP command 2023-01-15 14:30:37 +01:00
TD-er 860c4897b8 Merge branch 'mega' into build/reduce_minimal_bin_size 2022-12-23 23:14:32 +01:00
Ton Huisman 4bf726eec9 [Rules] Introduce commands Inc and Dec, update documentation 2022-12-18 22:34:09 +01:00
TD-er 2103de6e46 Merge branch 'mega' into build/reduce_minimal_bin_size 2022-11-21 23:42:29 +01:00
Ton Huisman 3cb04b879c [Docs] Add quotes in rules examples for SendTo and SendToHTTP 2022-11-18 21:03:56 +01:00
Ton Huisman 443eb5c068 Revert "[Docs] Add quotes in rules examples for SendTo and SendToHTTP"
This reverts commit fd4fec9c27.
2022-11-18 20:56:43 +01:00
Ton Huisman fd4fec9c27 [Docs] Add quotes in rules examples for SendTo and SendToHTTP 2022-11-18 20:32:58 +01:00
TD-er f77b2e187c [Factory Reset] Fix keeping settings (#4263)
Fixes: #4263
Fixes: #2746
Fixes: #2226
2022-11-11 13:18:34 +01:00
TD-er b87db70810 [SendToHttp] Fix HTTP 401 and 404 error
Still to do: look into why not all HTTP requests seem to arrive at the other node when sending at short intervals (less than 3 sec)
2022-08-23 18:28:39 +02:00
TD-er 61de3d4923 Access extra GPS values + document setLevel command
The Get/Set config plugin functions were hardly used in ESPEasy.
Currently the `config` command is only implemented for the "Level" plugin, but hardly documented.

Its counterpart, to Get config, is also hardly used, but can be very useful to access values (either settings or unused values) via `[taskname#valuename]` notation.

This is now also added for the many GPS values, as one can only set 4 units of measure as task values.
2022-05-13 20:01:50 +02:00
TD-er be0f5869d7 Merge branch 'mega' into feature/fetchConfig 2021-12-28 00:04:56 +01:00
TD-er 6fcbdeb461 [Password] Add clearPassword command
As suggested here: https://github.com/letscontrolit/ESPEasy/issues/3860
2021-12-03 16:13:20 +01:00
TD-er 287fefa53e Merge branch 'mega' into feature/fetchConfig 2021-08-02 21:55:20 +02:00
Ton Huisman f06af40b78 [ESP32] Fix maximum deepsleep time for ESP32 2021-07-27 21:26:10 +02:00
TD-er 97aec0f2f3 Merge branch 'mega' into feature/fetchConfig 2021-05-28 22:27:46 +02:00
TD-er 451e9590e8 Merge pull request #3639 from tonhuisman/feature/enable-logentry-for-other-levels-than-info
[Commands] Enable LogEntry to log for other level than INFO #3312
2021-05-18 17:56:36 +02:00
TD-er 4c4671a1a2 Merge branch 'mega' into feature/fetchConfig 2021-05-18 14:54:33 +02:00
TD-er 5a608cb57f [WiFi AP] Add flag to prevent starting WiFi AP. 2021-05-18 13:38:13 +02:00
TD-er 340a2ceb3c [Provisioning] Add documentation 2021-05-15 19:13:24 +02:00
Ton Huisman b432c9eeb7 [Command] Update LogEntry documentation, small code optimization 2021-05-15 12:12:57 +02:00
TD-er b94f98a9af [Docs] Fix some small documentation issues. 2021-05-10 09:24:25 +02:00
Ton Huisman f4ce091e73 Merge branch 'mega' into feature/taskvalueset_by_name 2021-03-07 14:02:42 +01:00
TD-er ad09b8c4a1 [Docs] Fix some documentation inconsistencies 2021-02-18 15:37:12 +01:00
Ton Huisman fefb2ca6cf Merge branch 'mega' into feature/taskvalueset_by_name 2020-08-20 16:23:12 +02:00
TD-er cfe2f12a58 Merge branch 'mega' into feature/commands_doc 2020-08-12 01:33:25 +02:00
Gijs Noorlander fc3a08f07e [Docs] Update mentioned dates of introduced feature
... to expected build date
2020-08-11 22:50:00 +02:00
Gijs Noorlander 53f161df05 [Docs] Add documentation for msec timers and loop timers 2020-08-10 00:25:11 +02:00