TD-er
89184b2908
[GPS] Document GPS plugin
2021-11-17 17:35:39 +01:00
TD-er
617c4d1ac8
[ESP32] Update GPIO description docs & add event to get boot strap pins
...
ESP32 can keep track of the pin state of a number of pins at boot.
With this update these pin states will be send at boot as an event, so one may act on it during boot.
Possible use case:
Detect voltage and immediately go to sleep again.
Later features may use these too to enter for example a service mode.
2021-10-18 13:18:11 +02:00
TD-er
3925bfa27b
[PMSx003] Add commands for reset/sleep/wake + document them
2021-10-12 15:01:41 +02:00
TD-er
73c283e981
[Docs] Add note to rename the CSS file to esp.css
...
As reported [on the forum](https://www.letscontrolit.com/forum/viewtopic.php?p=54850#p54850 )
2021-09-14 13:09:26 +02:00
Ton Huisman
d5123aa312
Merge branch 'mega' into feature/P065-add-mode-and-repeat-commands
2021-08-06 20:50:23 +02:00
TD-er
a86a5330e9
[Formula] Add more documentation for formulas + examples
2021-08-06 16:28:24 +02:00
Ton Huisman
bf4861d8bf
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P065-add-mode-and-repeat-commands
2021-08-06 09:30:29 +02:00
Ton Huisman
9ea0ab7c38
[Sysvars] Correct typo in documentation
2021-07-22 20:50:29 +02:00
Ton Huisman
47cbc0c131
[Sysvars] Add %dns1% and %dns2% sysvars and urlencode stringfunction
2021-07-22 20:45:39 +02:00
Ton Huisman
69cf6c1929
[Sysvars] Extend documentation for s_sunrise, m_sunrise, s_sunset and m_sunset
2021-05-30 16:36:47 +02:00
Ton Huisman
db824c1b2b
[Sysvars] Add %s_sunrise%, %m_sunrise%, %s_sunset% and %m_sunset% variables
2021-05-30 15:27:46 +02:00
TD-er
8d006a8e3e
[Docs] Document %iswifi% system environment variable
2021-05-23 00:37:04 +02:00
Ton Huisman
ad034901ca
[P065] Add commands to command reference (cleanup)
2021-05-14 19:15:39 +02:00
Ton Huisman
e38121b8a7
Merge branch 'mega' into feature/P065-add-mode-and-repeat-commands
2021-05-14 16:41:56 +02:00
Ton Huisman
ab7dd2d73b
[P065] Add commands to command reference
2021-05-14 16:41:27 +02:00
Ton Huisman
854d538e8b
[P012] Add commands to command reference
2021-05-14 16:36:47 +02:00
TD-er
34f85ba0d9
Merge branch 'mega' into feature/max1704x
2021-05-12 23:15:34 +02:00
TD-er
e3ea3020d8
[Cache controller] Make Cache controller work on ESP32
...
ESP32 does have less space on the file system than an ESP8266 with 4M flash.
So it is less useful on ESP32 with only 4M flash.
Still it does work :)
2021-05-12 17:29:41 +02:00
TD-er
bf7fa2adac
Merge branch 'mega' into feature/max1704x
2021-05-12 01:06:43 +02:00
TD-er
a16be4c45c
[Boot Cause] Make boot cause more clear + add %bootcause% for rules
...
(re)boot cause as integer value, to be used in rules.
- 0 = manual reboot (reset btn)
- 1 = cold boot
- 2 = deep sleep
- 3 = soft restart
- 10 = ext Watchdog
- 11 = SW Watchdog
- 12 = Exception
- 20 = Power unstable
2021-05-11 11:39:17 +02:00
TD-er
09166df835
[MAX1704x] Add documentation
2021-05-08 15:38:53 +02:00
TD-er
09d6fe6c80
[BME680] Fix elevation compensation + add 2 conversion commands
...
Also added 2 commands:
- Altitude(air,sea): `%c_alt_pres_sea%(850,1000)` = `1350.03` meter.
- PressureElevation(air,alt): `%c_sea_pres_alt%(850,1350.03)` = 1000.00 hPa
2021-04-27 00:50:04 +02:00
Ton Huisman
55d71d7f08
[SysVars] Adjust documentation
2021-04-11 21:13:12 +02:00
Ton Huisman
34e95b473b
[SysVars] Update documentation
2021-04-11 20:56:40 +02:00
GravityRZ
dc212b9e48
Update GPIO.rst
...
GPIO16 can also be used for PWM. removed text which states that it can not be used.
2021-03-23 20:04:14 +01:00
TD-er
ad09b8c4a1
[Docs] Fix some documentation inconsistencies
2021-02-18 15:37:12 +01:00
Plebs
77bdb0b5db
added documentation
2021-02-07 15:30:50 +01:00
TD-er
27d2fc8223
Merge branch 'mega' into feature/bitwise_operations
2021-01-03 23:13:18 +01:00
TD-er
29c8e68843
[Docs] Document the effects of external hosted CSS/JS files
2020-12-27 15:50:05 +01:00
Ton Huisman
be77e45366
Merge branch 'mega' into feature/explicit_task_command
2020-12-20 10:20:39 +01:00
TD-er
8726ec7531
[Docs] Document flashing, especially ESP32
...
As requested [here](https://github.com/letscontrolit/ESPEasy/issues/3381#issuecomment-743747707 )
2020-12-15 11:28:48 +01:00
TD-er
4cb619836c
Merge branch 'mega' into feature/explicit_task_command
2020-11-23 16:43:17 +01:00
Ton Huisman
67b214f532
Add argument for result on unknown IP:
...
- 0 = default `(IP unset)`
- 1 = empty string
- 2 = `0`
2020-11-09 21:41:30 +01:00
Ton Huisman
5a741df978
[Conversions] Add unitnr to IP address conversion
...
- Uses UDP Network member list to lookup the IP address
- Inspired by a [forum question](https://www.letscontrolit.com/forum/viewtopic.php?f=6&t=8066 )
2020-11-08 18:38:47 +01:00
Ton Huisman
ec883e30ed
Merge branch 'mega' into feature/explicit_task_command
2020-10-22 21:46:11 +02:00
Thomas
edb9562402
Updated ReadTheDocs for P075 Nextion.
...
Minor docs update for P075 Nextion.
2020-10-20 14:37:46 -07:00
Thomas
6d953c0bda
Updated Command.rst for Wake On LAN Plugin P101
2020-10-20 08:42:13 -07:00
Ton Huisman
61889381bc
Merge branch 'mega' into feature/explicit_task_command
2020-10-08 20:24:03 +02:00
TD-er
96dc16c825
Add standard conversion for converting int to HEX
...
For example `%c_2hex%(100000)` is converted to `186A0`
2020-10-07 14:35:11 +02:00
Ton Huisman
e6d0be8e91
Merge branch 'mega' into feature/explicit_task_command
2020-08-26 11:17:54 +02:00
Gijs Noorlander
06254089a5
[Docs] Add documentation for ESP32 ethernet + missing config page
2020-08-22 16:30:20 +02:00
Ton Huisman
1af5ac4053
[Docs] Updated for [<TaskNumber>]. prefix
2020-08-21 17:08:58 +02:00
Ton Huisman
7535c1948d
Merge branch 'mega' into feature/explicit_task_command
2020-08-20 15:48:23 +02:00
tonhuisman
f66e7163d2
[Commands] Improve documentation on [<TaskName>]. prefixing
2020-08-05 16:40:11 +02:00
tonhuisman
1a7433cdba
[Commands] Add global [<TaskName>]. prefix for all PLUGIN_WRITE commands
2020-08-05 11:52:19 +02:00
Ton Huisman
410de576d2
Merge branch 'mega' into feature/commands_doc
2020-08-04 15:03:06 +02:00
tonhuisman
0629084b47
[Docs] Fixed some typos and Sphinx syntax errors
2020-08-03 10:54:57 +02:00
Wiki591
43831953d5
Update URLs.rst
...
Fixed dewcription of the different /csv urls
2020-08-02 09:58:22 +02:00
Gijs Noorlander
2294476d5f
[Docs] Document /json and /csv URLs
2020-07-28 21:02:41 +02:00
Gijs Noorlander
6a5e622d58
[docs] Document RTC memory
2020-02-26 22:54:58 +01:00