Commit Graph
1247 Commits
Author SHA1 Message Date
Ton Huisman f6ee7d7071 [P038] Bugfix: Set default for Initial brightness > 0 2022-12-26 13:45:05 +01:00
TD-er a062547327 Merge pull request #4427 from tonhuisman/feature/Build-add-collection-F-builds
[Build] Add `COLLECTION F` builds
2022-12-23 01:31:52 +01:00
Ton Huisman a7ef3b0020 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/Stringfunctions-add-indexof-and-equals 2022-12-21 22:42:50 +01:00
Ton Huisman faf6b8f10e [Build] Add COLLECTION F builds 2022-12-21 21:56:23 +01:00
Ton Huisman 4bf726eec9 [Rules] Introduce commands Inc and Dec, update documentation 2022-12-18 22:34:09 +01:00
Ton Huisman b5f778c45d [Rules] Improved indexOf(_ci) and equals(_ci) string function handling, update documentation 2022-12-18 21:55:55 +01:00
Ton Huisman d71521fead [Rules] Add String functions indexOf and equals, with documentation 2022-12-18 20:43:43 +01:00
Ton Huisman 778a8836e6 [Rules] Adjust fetching task-controller settings, update documentation 2022-12-18 17:03:50 +01:00
Ton Huisman 8e159778a0 [Rules] Update documentation for task settings variables, fix a few typos 2022-12-18 14:30:52 +01:00
TD-er 1ccf500b45 [ESP32] Fix ECO mode on ESP32
The option to force WiFi no sleep was unavailable on ESP32.
This effectively made the ECO mode useless on ESP32.
Now this is available again, the current consumption will reduce when enabling ECO mode.
However the current consumption can be lowered even more by switching the ESP32 to 80 MHz.
This will only be set at boot, as dynamic frequency switching is a bit funky.
However Espressif's dynamic frequency scaling does seem to work well, so this is also enabled at boot when ECO mode is set.

The WiFi TX power settings, which are present on ESP8266, are still disabled on ESP32 as it does result in less reliable WiFi connection and higher current consumption compared to the dynamic wifi light sleep mode.
2022-12-15 11:41:06 +01:00
chromoxdor c01c28d1c0 Merge branch 'mega' into pow-documentation 2022-12-01 17:59:14 +01:00
chromoxdor c3cc22033f Update Rules.rst 2022-12-01 17:52:34 +01:00
TD-er 1ffc15abfa Merge branch 'mega' into feature/P037-add-json-sub-attribute-support 2022-11-23 22:58:21 +01:00
TD-er 219b991b47 [ADXL345] Document new features of plugin 2022-11-22 22:58:30 +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
Ton Huisman 32bf9133e9 [P037] Add JSON sub-attribute support 2022-11-15 19:50:55 +01:00
TD-er e05d00c93e [Docs] Update rules docs not using %eventvalue1%
Example on the [forum](https://www.letscontrolit.com/forum/viewtopic.php?p=60959#p60959)
2022-11-14 10:27:15 +01:00
Ton Huisman 5b1abccde5 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P038-add-initial-and-max-brightness-and-command 2022-11-08 13:43:15 +01:00
TD-er 6a2baa447f Merge pull request #4344 from zafrirron/P012-rules_example
LCD Rules example
2022-11-08 11:52:17 +01:00
TD-er 6683b29daa [Docs] Fix "Validate a RFID tag" example
See [forum discussion](https://www.letscontrolit.com/forum/viewtopic.php?p=60849#p60849)
2022-11-08 11:49:58 +01:00
Zafrir Ron 7c9e4b9f26 Fix to asyncevent & speed comment
As per review comment
2022-11-08 12:49:02 +02:00
Zafrir Ron 453fc86fcb Fix set speed comment
As per review comment
2022-11-08 12:29:05 +02:00
Zafrir Ron df2be23c02 Impoved version
Raise user event for speed change
2022-11-08 12:16:48 +02:00
Zafrir Ron 4824b8d823 spelling correction 2022-11-08 12:02:59 +02:00
Zafrir Ron 5e2d81f990 LCD Rules example
Rules engine example for LCD sreen, displays a running 'X' across the screen, switching between two speeds every screen loop completion.
2022-11-08 11:40:02 +02:00
Ton Huisman 3922d32193 [P038] Add initial and max brightness settings and command, update docs, optimizations 2022-11-06 22:15:38 +01:00
TD-er ca8a7e09e4 Merge pull request #4326 from tonhuisman/feature/docs-emphasize-eventvalue-vars-use
[Docs] Emphasize the use of `%eventvalue%` variables in event-handling rules
2022-11-02 12:11:50 +01:00
Ton Huisman 1752ae572f [Docs] Emphasize the use of %eventvalue% variables in event-handling rules 2022-11-01 20:52:25 +01:00
TD-er e541540bc6 [Ext RTC] Round time set to ext. RTC to reduce error to +/- 500 msec 2022-10-30 21:42:11 +01:00
TD-er b77c5f60f4 Merge branch 'mega' into bugfix/wifi_mode_multiple_times 2022-10-27 21:06:09 +02:00
TD-er 72586082c1 Merge pull request #4316 from tonhuisman/feature/P095-add-invert-display-setting
[P095] Add Invert display option for  foreground / background color swap
2022-10-27 21:05:34 +02:00
TD-er 6598837ad1 Merge pull request #3997 from uwekaditz/P036_improvement
P036 improvement (Alignment and font can be set for each line)
2022-10-27 21:04:37 +02:00
Ton Huisman c831d8c42e Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P095-add-invert-display-setting 2022-10-27 20:26:50 +02:00
TD-er cb5e9cd32f [GPS] Use custom GPS view of plugin stats data 2022-10-27 17:30:44 +02:00
Ton Huisman 42fb8d33dd Merge branch 'mega' into feature/P095-add-invert-display-setting 2022-10-26 13:35:53 +02:00
TD-er 5eacb90814 Merge branch 'mega' into bugfix/wifi_mode_multiple_times 2022-10-26 12:17:46 +02:00
Ton Huisman c8981f7a33 [Docs] Add rules example for a b-tree search on a list of Tags 2022-10-25 23:08:22 +02:00
Ton Huisman 5e73c4d5d4 [P095] Add Invert display option for foreground / background color swap 2022-10-24 22:50:47 +02:00
uwekaditz 70ba3a3cf6 Merge branch 'mega' into P036_improvement 2022-10-18 20:18:37 +02:00
TD-er 7cd11467bf Merge branch 'mega' into bugfix/wifi_mode_multiple_times 2022-10-18 12:22:01 +02:00
TD-er a374842a06 [Cleanup] Change time wander unit to ppm 2022-10-18 02:06:30 +02:00
uwekaditz 4d0c3415db Merge branch 'mega' into P036_improvement 2022-10-17 17:34:42 +02:00
TD-er c290f8d63e Merge branch 'mega' into bugfix/wifi_mode_multiple_times 2022-10-17 01:42:17 +02:00
TD-er 55ee09c3b8 Merge pull request #4300 from TD-er/feature/Dallas_use_only_one_sensor
[Dallas] Add option to auto select first sensor found
2022-10-16 21:16:44 +02:00
TD-er 753fc23b65 Merge branch 'mega' into bugfix/wifi_mode_multiple_times 2022-10-16 15:13:42 +02:00
Ton Huisman 2b7267a135 Merge branch 'mega' into feature/P118-select-cs-and-refactoring 2022-10-16 14:45:20 +02:00
TD-er 18990ccac9 [Dallas] Document the new Auto Select Sensor feature 2022-10-16 11:14:10 +02:00
TD-er 70e45d579a Merge branch 'mega' into bugfix/wifi_mode_multiple_times 2022-10-16 10:58:02 +02:00