Ton Huisman
|
9994b6da8f
|
[SysVars] Add conversion for minutes to hh:mm notation (%c_m2hcm%)
|
2022-08-08 19:57:04 +02:00 |
|
Ton Huisman
|
4f877e5f8c
|
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/sysvars-add-systm_0-and-systm_sp
|
2022-05-21 14:29:30 +02:00 |
|
TD-er
|
99ce784f8b
|
[Sysvars] Add various system variables to hardware info
For example to send to a broker for lots of deployed nodes to keep track of what hardware is used.
|
2022-05-18 22:23:09 +02:00 |
|
Ton Huisman
|
d1b7ca4620
|
[Sysvars] Update documentation
|
2022-05-07 17:28:10 +02:00 |
|
TD-er
|
a86a5330e9
|
[Formula] Add more documentation for formulas + examples
|
2021-08-06 16:28:24 +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 |
|
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
|
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 |
|
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 |
|
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 |
|
TD-er
|
ffd0d26ed3
|
[Docs] Added some directory structure and template
|
2018-10-08 00:00:27 +02:00 |
|