Ton Huisman
2143199700
[P116][P131] Update documentation
2023-02-27 20:50:32 +01:00
TD-er
d8660cf565
[ADC] Document new ADC set calibration commands
2023-02-17 10:45:00 +01:00
TD-er
966ab099b2
Merge branch 'mega' into feature/cache_reader_intended_samples
2023-02-13 11:41:52 +01:00
TD-er
c1805f2cae
Merge pull request #4496 from tonhuisman/feature/I2C-check-device-connected
...
[I2C] Check if device is connected in `PLUGIN_INIT` and `PLUGIN_READ`
2023-02-13 11:41:34 +01:00
TD-er
241908f018
Merge pull request #4500 from tonhuisman/feature/P030-remove-from-repository
...
[P030] Remove plugin (BMP280) from repository
2023-02-13 11:31:28 +01:00
Ton Huisman
42a8c6045e
[P077] Add safety warning, correct few documentation errors
2023-02-12 20:46:19 +01:00
Ton Huisman
8e0633065f
[P077] Add documentation
2023-02-11 22:37:45 +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
3148acc40e
[P030] Remove plugin (BMP280) from repository
2023-02-10 19:57:46 +01:00
Ton Huisman
efedb703f3
[I2C] Device check: Update documentation
2023-02-08 22:22:22 +01:00
TD-er
f297bd9b1b
Merge pull request #4463 from tonhuisman/feature/Config-option-zerofill-when-unitnr-appended-to-hostname
...
[Config] Add option to zerofill Unitnr when appended to Hostname
2023-02-04 21:38:05 +01:00
TD-er
4ecd523e7e
Merge pull request #4492 from tonhuisman/feature/Publish-command-enable-empty-payload
...
[MQTT] Publish command allow empty payload
2023-02-04 21:37:39 +01:00
Ton Huisman
3fef7aa120
[P067] Add documentation
2023-02-04 20:15:00 +01:00
Ton Huisman
9a826e0ce5
[MQTT] Publish command allow empty payload
2023-01-31 22:22:42 +01:00
Ton Huisman
0b6a8ea04c
[Config] Update documentation
2023-01-27 20:47:06 +01:00
TD-er
40ed4a7bf2
Merge pull request #4225 from tonhuisman/feature/P138-add-ip5306-power-management-plugin
...
[P138] Add Power mgt - IP5306 plugin
2023-01-26 22:16:08 +01:00
Ton Huisman
5b8608985a
[Docs] Fix typo in PostToHTTP documentation
2023-01-26 19:55:55 +01:00
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