Commit Graph
61 Commits
Author SHA1 Message Date
Ton Huisman ecc1c23e37 [UI] Add option for disabling Rules auto-completion 2023-07-20 22:15:27 +02:00
TD-er e39b9b4dc9 [ESPEasySerial] Document new USB serial ports + SWserial for ESP32-xx 2023-05-30 17:58:23 +02:00
TD-er d538164e39 [WiFi] Document new Advanced options auto reconnect and extra wait 2023-04-05 13:37:12 +02:00
Ton Huisman efedb703f3 [I2C] Device check: Update documentation 2023-02-08 22:22:22 +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
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 a374842a06 [Cleanup] Change time wander unit to ppm 2022-10-18 02:06:30 +02:00
Ton Huisman 931ca46491 [UI] Update documentation 2022-09-05 23:14:12 +02:00
Ton Huisman 9e0ba6cf06 [UI] Enable Web dark-mode documentation 2022-09-03 10:19:07 +02:00
Ton Huisman b921e46bb4 [Build] Rename USE_SETTINGS_ARCHIVE to FEATURE_SETTINGS_ARCHIVE and use 0/1 state 2022-07-24 23:07:29 +02:00
Ton Huisman d509858dff [Build] Rename USE_CUSTOM_PROVISIONING to FEATURE_CUSTOM_PROVISIONING and use 0/1 state 2022-07-24 22:48:53 +02:00
TD-er b43802ec4d [HTTP] Document changes to handling HTTP calls + add follow redirects 2022-07-23 21:46:22 +02:00
Ton Huisman b412d1f390 [Docs] Add alternatives for RTC configuration, update Rules options after recent change 2022-07-02 22:39:06 +02:00
Ton Huisman e79f492dac [Docs] Procedure for configuring a RTC chip 2022-07-02 20:58:55 +02:00
Ton Huisman f9433f3df6 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/some-documentation-updates-06-2022 2022-06-27 21:01:38 +02:00
TD-er f362e41928 [Rules] Disable rules reorder optimization (#4062)
Fixes: #4062
2022-06-24 15:33:34 +02:00
Ton Huisman bda94c3a5c [Docs] Fix some heading level warnings 2022-06-17 19:43:59 +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 b0760428b5 Merge branch 'mega' into feature/fetchConfig 2022-04-23 17:38:00 +02:00
Ton Huisman f6caac431c [OTA] Add setting for allowing unrestricted (size) OTA update 2022-04-22 21:41:00 +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 1fa1820dd2 Merge branch 'mega' into feature/fetchConfig 2021-10-22 12:09:59 +02:00
TD-er 85e43abe6d [Cleanup] Remove PeriodicalScanWiFi
It caused quite a lot of unforeseen issues.
Thus remove the setting.
2021-10-18 11:21:58 +02:00
TD-er e45a567caf Merge branch 'mega' into feature/fetchConfig 2021-10-16 12:36:58 +02:00
TD-er 3925bfa27b [PMSx003] Add commands for reset/sleep/wake + document them 2021-10-12 15:01:41 +02:00
TD-er b6ca891f4b Merge branch 'mega' into feature/fetchConfig 2021-10-06 14:16:31 +02:00
TD-er 2d9c1cfc31 [I2C] Document the new feature to clear a stuck I2C bus. 2021-09-26 02:18:11 +02:00
TD-er ff88edf7d5 Merge branch 'mega' into feature/fetchConfig 2021-09-19 15:45:17 +02:00
Ton Huisman 3dc383675b Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p105-move-aht10-from-playground 2021-08-14 19:27:56 +02:00
TD-er 7ea658f408 Merge branch 'mega' into feature/fetchConfig 2021-08-12 22:50:14 +02:00
TD-er 93c2c41dc6 [docs] Describe all fields on the sysinfo page. 2021-08-11 22:23:22 +02:00
TD-er edc17528ab [docs] Add documentation on on the time wander info 2021-08-11 16:11:10 +02:00
Ton Huisman 46e5ade33a Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p105-move-aht10-from-playground 2021-08-07 08:51:03 +02:00
TD-er 713c345083 Merge pull request #3743 from TD-er/feature/taskvalueset_all_plugins
[TaskValueSet] Allow TaskValueSet on non-Dummy tasks (setting)
2021-08-07 00:06:06 +02:00
TD-er df2312d611 [docs] Fix wrong topic length in docs. 2021-08-06 16:37:20 +02:00
TD-er 10569fad83 [Docs] Document "Allow TaskValueSet on all plugins" checkbox 2021-08-06 12:21:32 +02:00
TD-er 287fefa53e Merge branch 'mega' into feature/fetchConfig 2021-08-02 21:55:20 +02:00
Ton Huisman ba50f8f133 [P105] Replaced code by the 'other' AHT plugin from Playground, updated documentation, some other doc. fixes 2021-08-01 16:29:49 +02:00
unknown a7a7f597ef Added ifdef, updated image name as per PR comments 2021-08-01 11:41:00 +01:00
unknown 566a2e22ea Added prometheus documentation 2021-08-01 11:30:49 +01:00
TD-er db3a086ad6 Merge branch 'mega' into feature/fetchConfig 2021-07-26 01:37:11 +02:00
TD-er 4a4aa2dc08 [Ext. RTC] Document external RTC chip support 2021-07-21 00:36:35 +02:00
TD-er c7dd1ab2f6 Merge branch 'mega' into feature/fetchConfig 2021-07-05 09:51:01 +02:00
TD-er 9126be32a3 [WiFi] Make reconnect to last from RTC optional 2021-06-20 22:25:40 +02:00
TD-er c1f31839ad Merge branch 'mega' into feature/fetchConfig 2021-06-08 00:04:01 +02:00
TD-er 59837c489d [Deep Sleep] Revert default deep sleep call & make it optional
Reverting this commit for default behaviour: https://github.com/letscontrolit/ESPEasy/commit/c70e54c03e99776dedc705a452066bc63cc60374

Fixes: #3638
2021-06-07 11:29:46 +02:00
TD-er 340a2ceb3c [Provisioning] Add documentation 2021-05-15 19:13:24 +02:00
Ton Huisman af84d77623 Merge branch 'mega' into feature/add-setting-for-quoted-json-bool-values 2021-04-16 20:37:30 +02:00
Ton Huisman 4959b6151e [JSON] Invert setting logic, adjust setting index 2021-04-16 20:33:16 +02:00
TD-er 0284667f4c [Docs] Document new added WiFi settings 2021-04-16 09:19:32 +02:00