Ton Huisman
bdeb0c5a58
Merge branch 'mega' into feature/P138-add-ip5306-power-management-plugin
2023-01-23 19:51:21 +01:00
Ton Huisman
bf1d3eb53a
Merge branch 'mega' into feature/PostToHTTP-command
2023-01-18 18:33:43 +01:00
TD-er
222a9416af
[Docs] Add warning about calibrating CO2 sensors
2023-01-18 00:36:59 +01:00
TD-er
a25783eccb
[Build] Add pre_custom_espXXX_IR.py due to size of IR libs
2023-01-17 17:10: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
958386b4ff
Merge pull request #4435 from tonhuisman/feature/P001-pinstate-return-dutycycle-for-pwm-and-servo-pins
...
[Plugin] Get pinstate/duty-cycle for [Plugin#<Plugin>#Pinstate#N] for registered pins
2023-01-13 21:09:59 +01:00
Ton Huisman
65fea974af
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P138-add-ip5306-power-management-plugin
2023-01-12 20:47:48 +01:00
Ton Huisman
2f6c9ef6b2
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/Reduce-bin-size-string-reductions
2023-01-10 18:31:17 +01:00
TD-er
1cab4a8772
[TM1621] Documentation
2023-01-10 00:36:43 +01:00
TD-er
3b44ee3b1f
[TM1621] Documenting commands
2023-01-09 18:51:32 +01:00
Ton Huisman
7bb4ac2419
[P039] Add Temperature Threshold option ( #4451 ), update documentation
2023-01-08 19:00:09 +01:00
TD-er
63b3639061
Merge pull request #4356 from tonhuisman/feature/P143-i2c-rotary-encoders-plugin
...
[P143] Add plugin I2C Rotary encoders
2023-01-01 14:37:50 +01:00
TD-er
1779ea1631
Merge pull request #4434 from tonhuisman/bugfix/P038-correct-initial-brightness-setting
...
[P038] Bugfix: Set default for Initial brightness > 0
2023-01-01 14:35:04 +01:00
Ton Huisman
1ff8b14072
[Plugin] Improved documentation for [Plugin#<plugin>#Pinstate#<Pin>] use
2023-01-01 13:59:48 +01:00
Ton Huisman
afe1a1dfae
[Docs] Add %sysmonth_s% and %systzoffset% variables
2022-12-29 14:55:06 +01:00
Ton Huisman
95c8b42a07
[Docs] Extend copyright year to 2023
2022-12-29 14:54:03 +01:00
Ton Huisman
ba033d348f
[Plugin] Update documentation for [Plugin#<plugin>#Pinstate#<Pin>] use
2022-12-27 11:53:17 +01:00
Ton Huisman
f6ee7d7071
[P038] Bugfix: Set default for Initial brightness > 0
2022-12-26 13:45:05 +01:00
Ton Huisman
df17e2ae70
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P143-i2c-rotary-encoders-plugin
2022-12-23 20:07:07 +01:00
TD-er
1da2191f0f
Merge branch 'mega' into feature/P138-add-ip5306-power-management-plugin
2022-12-23 01:33:50 +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
73629f8657
[P143] Update documentation
2022-12-21 21:36:53 +01:00
Ton Huisman
33716ae193
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P143-i2c-rotary-encoders-plugin
2022-12-20 21:47:34 +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
Ton Huisman
4210770b09
Merge branch 'mega' into feature/P143-i2c-rotary-encoders-plugin
2022-12-16 20:09:16 +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
Ton Huisman
1a18d05199
[P138] Use same term for PowerMgt as in P137 docs
2022-12-07 21:40:55 +01:00
Ton Huisman
3089918457
[P138] Add documentation
2022-12-06 22:10:30 +01:00
Ton Huisman
a12133feab
Merge branch 'mega' into feature/P143-i2c-rotary-encoders-plugin
2022-12-04 13:32:49 +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
Ton Huisman
597fa74a7d
[P143] Add i2cencoder,set,<position> command
2022-11-26 20:31:48 +01:00
Ton Huisman
4b601ea9de
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P143-i2c-rotary-encoders-plugin
2022-11-24 20:57:51 +01:00
TD-er
1ffc15abfa
Merge branch 'mega' into feature/P037-add-json-sub-attribute-support
2022-11-23 22:58:21 +01:00
Ton Huisman
2ab4d938f0
[P143] Add documentation
2022-11-23 22:41:15 +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