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
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
Gijs Noorlander
ff53e7477a
[Cron] Fix handling bogus last/next times + restructure code
...
The plugin was assuming the values stored in UserVar were correct.
After a cold boot, or when the NTP time (or via GPS) was not yet set, these values for last time or next time could be just about any value.
This means it was possible the Cron task would never fire an event if the next time was computed far in the future.
Also restructured the code a bit, to make it more readable.
2020-02-26 01:57:38 +01:00
Gijs Noorlander
1094144f1a
[docs] Document P081_Cron
2020-02-25 15:33:36 +01:00
TD-er
78486f5c6c
[Docs] Document new resetpulsecounter command
2019-11-07 23:02:53 +01:00
TD-er
1362363295
Moved testing plugins to test builds & added safety docs for power sensors
...
See: https://github.com/letscontrolit/ESPEasy/issues/2266
2019-02-01 10:53:45 +01:00
Grovkillen
bf46ebb0f3
[docs] added P082 (GPS) pages
2019-01-07 10:58:03 +01:00
Grovkillen
7956583c96
[docs] added an event reference page (similar to the command ref. page)
2019-01-07 08:56:26 +01:00
TD-er
6eef558183
[GPS] Add documentation for P082_GPS.ino
2019-01-05 23:32:08 +01:00
Grovkillen
5b80edb943
[docs] Up to date with the info before the merge fix on 181207
2018-12-08 19:04:15 +01:00
Grovkillen
89da79bbdc
Revert "[docs] added commented references to commands list"
...
This reverts commit e52f85e893 .
2018-12-07 13:27:30 +01:00
Grovkillen
e1495f9520
Merge remote-tracking branch 'letscontrolit/mega' into DocumentationUpdate
2018-12-07 10:02:02 +01:00
Grovkillen
e52f85e893
[docs] added commented references to commands list
2018-12-07 10:00:56 +01:00
Gijs Noorlander
021374bf09
[GPIO] Add GPIO pin description page
...
And some other GPIO related updates.
2018-12-04 22:38:17 +01:00
Grovkillen
ccf2929e69
[docs] Added P001 (hardware)
2018-12-03 14:35:41 +01:00