Commit Graph
911 Commits
Author SHA1 Message Date
Ton Huisman 6e9378d3f4 [P095] Make Splash at start configurable, docs updated 2022-05-17 22:18:00 +02:00
Ton Huisman 4b17fa4b2c Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P095-add-extra-display-types 2022-05-16 20:47: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
Ton Huisman 6e53eea196 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P095-add-extra-display-types 2022-05-04 19:55:51 +02:00
TD-er 8411d53bd2 [Provisioning] Cleanup of no longer needed strings + use RULESETS_MAX 2022-05-03 11:54:37 +02:00
TD-er 08b1c28e6c Merge branch 'mega' into feature/fetchConfig 2022-05-03 10:54:25 +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
Ton Huisman 0bbf7e9b1f Merge branch 'mega' into feature/P095-add-extra-display-types 2022-05-02 15:20:01 +02:00
TD-er dc13f36c81 [Docs] Fix formatting of C005 OpenHab MQTT documentation 2022-05-02 15:15:32 +02:00
TD-er e6b77b44d4 Merge branch 'mega' into build/ESP32_IDF4.4 2022-04-26 11:42:04 +02:00
TD-er b0760428b5 Merge branch 'mega' into feature/fetchConfig 2022-04-23 17:38:00 +02:00
TD-er 1db8338271 Merge branch 'mega' into build/ESP32_IDF4.4 2022-04-23 17:35:28 +02:00
TD-er 1a63016b64 Merge branch 'mega' into build/ESP32_IDF4.4 2022-04-23 17:34:28 +02:00
Ton Huisman 2dbbf819b2 [P095] Updated documentation 2022-04-23 14:37:53 +02:00
Ton Huisman 0e88398199 Merge branch 'mega' into bugfix/p037-event-generation-overloads-esp 2022-04-22 23:27:20 +02:00
Ton Huisman f6caac431c [OTA] Add setting for allowing unrestricted (size) OTA update 2022-04-22 21:41:00 +02:00
Ton Huisman d5feecb054 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into bugfix/p037-event-generation-overloads-esp 2022-04-22 15:36:33 +02:00
TD-er 8cafcab68f Merge pull request #3965 from tonhuisman/feature/p117-add-calibration-option-and-commands
[P117] SCD30 - Add Automatic Calibration option and calibration commands
2022-04-22 11:49:28 +02:00
TD-er ec042cf69b Merge pull request #3970 from tonhuisman/feature/p022-add-fade-arg-to-pcapwm-command
[P022] Add fade duration argument to 'pcapwm' command
2022-04-22 11:48:23 +02:00
TD-er cbe382fce6 Merge pull request #3927 from tonhuisman/feature/p061-enable-multi-instance
[P061] Enable multi-instance use
2022-04-22 11:31:31 +02:00
Ton Huisman 6e364a00eb Merge branch 'mega' into feature/p117-add-calibration-option-and-commands 2022-04-22 09:35:07 +02:00
Ton Huisman c0fa262445 Merge branch 'mega' into bugfix/p037-event-generation-overloads-esp 2022-04-22 09:32:48 +02:00
TD-er 6f8a1c6a05 Merge branch 'mega' into build/ESP32_IDF4.4 2022-04-22 09:18:17 +02:00
TD-er 3615de2477 [Rules] Update documentation regarding event values. 2022-04-21 14:35:49 +02:00
TD-er cc2604bd59 [Rules] Add 'restrict' keyword to safely allow executing %eventvalueN% 2022-04-20 13:47:19 +02:00
TD-er a96ede4d3c [Rules] Add option for default values on non-existing eventvalues 2022-04-20 12:05:15 +02:00
TD-er d2d402ee95 [Rules] Add documentation on %eventvalue0% 2022-04-18 21:22:23 +02:00
TD-er 7db743c9d7 [Rules] Document using > 4 eventvalues + using string type eventvalues 2022-04-18 02:59:44 +02:00
TD-er ae179a52c3 [Rules] Allow for more than 4 %eventvalueN% 2022-04-18 02:47:14 +02:00
TD-er 712670fff4 [Rules] Add setting to disable cached event reorder
It is unknown whether reordering of events in the cache may have negative side effects, so better to have an option to disable it for special cases.
2022-04-17 22:51:53 +02:00
TD-er 69e0e8f0bc [Rules] Add %eventname% and %eventpar% to allow for simpler rules 2022-04-17 18:19:02 +02:00
Ton Huisman a21423effb Merge branch 'mega' into feature/p117-add-calibration-option-and-commands 2022-04-15 21:39:50 +02:00
Ton Huisman b4f8fc4a11 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p061-enable-multi-instance 2022-04-13 21:26:01 +02:00
Ton Huisman 22b86c7290 [P037] Improvements of documentation 2022-04-12 20:25:01 +02:00
Ton Huisman 6d64e5bf05 [P037] Update documentation 2022-04-11 22:47:42 +02:00
TD-er 26888dbb21 Merge branch 'mega' into build/ESP32_IDF4.4 2022-04-07 10:19:39 +02:00
Ton Huisman e575742e83 [P022] Add minimal documentation (commands) 2022-04-05 22:28:43 +02:00
Ton Huisman 05bf69868d Merge branch 'mega' into feature/p117-add-calibration-option-and-commands 2022-04-03 22:58:04 +02:00
Ton Huisman 9ae8c956d0 Merge branch 'mega' into bugfix/p036-enable-frame-with-4-lines-again 2022-04-03 20:42:01 +02:00
TD-er 68a78d4506 Merge branch 'mega' into build/ESP32_IDF4.4 2022-04-03 01:07:29 +02:00
Ton Huisman 7aa06aa62e [P027] Put I2C address list in natural order 2022-04-02 23:28:28 +02:00
Ton Huisman 06129d1fdc Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p027-allow-all-possible-i2c-addresses 2022-04-02 23:27:46 +02:00
Ton Huisman 4ec1bddd13 Merge branch 'mega' into feature/P037_mapping_filter_json 2022-04-02 21:41:44 +02:00
Ton Huisman 9b243cca88 [P027] Enable all possible chip addresses 2022-04-02 21:01:15 +02:00
Ton Huisman a6d80c43b9 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p061-enable-multi-instance 2022-04-01 21:37:02 +02:00
Ton Huisman 6c33ab7461 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into bugfix/p036-enable-frame-with-4-lines-again 2022-04-01 20:08:51 +02:00
TD-er defe408bf3 Merge branch 'mega' into build/ESP32_IDF4.4 2022-03-31 23:50:20 +02:00
Ton Huisman 7ddc476a67 Merge branch 'mega' into feature/p117-add-calibration-option-and-commands 2022-03-31 22:05:14 +02:00
TD-er 5dca378c14 Merge pull request #3761 from tonhuisman/feature/p116-st77xx-tft-plugin-and-helpers
[P116] ST7735/ST7789/ST7796 TFT Plugin and AdafruitGFX helper
2022-03-31 21:57:31 +02:00
TD-er b70a16e2ef Merge branch 'mega' into feature/MQTT_commands 2022-03-31 13:07:40 +02:00