Ton Huisman
e90fdb40c2
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/conversion_unit_to_ip
2020-11-09 19:25:11 +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
02abbfadb6
[Events] Trigger new events TaskInit#taskname and TaskExit#taskname
2020-11-06 15:17:21 +01:00
TD-er
af3541188f
[Docs] Describe how to iterate over a lookup table using rules
2020-10-31 12:56:41 +01:00
Thomas
ee46ff7c8c
Add missing doc file for PR 3328
...
The updated _plugin_substitutions_p10x.repl was missing in PR #3328
2020-10-23 08:52:33 -07:00
Thomas
06c48d0609
Rename P101_WakeOnLan.rst to P101.rst
...
Change name to P101 so that the plugin's help link functions correctly.
2020-10-22 18:48:22 -07:00
Thomas
141de30a81
Update P075 and P079 Plugin Docs
...
Minor ReadTheDocs revisions to P075 Nextion Display and P079 Wemos/Lolin Motor Shield.
2020-10-20 14:41:07 -07:00
Thomas
edb9562402
Updated ReadTheDocs for P075 Nextion.
...
Minor docs update for P075 Nextion.
2020-10-20 14:37:46 -07:00
Thomas
46728a306a
Update _plugin_categories.repl
...
Removed extra comma at line containing ref:`P101_page`
2020-10-20 08:54:47 -07:00
Thomas
cb1e1aad96
Added Doc files for Wake On LAN Plugin P101
...
Updated ReadtheDocs for the new Wake On LAN (WOL) Plugin P101.
2020-10-20 08:48:35 -07:00
Thomas
6d953c0bda
Updated Command.rst for Wake On LAN Plugin P101
2020-10-20 08:42:13 -07:00
TD-er
d35b6d7e82
Merge branch 'mega' into new/gpiotimers
2020-10-20 01:45:47 +02:00
TD-er
94ac2e6837
[Typo] Replace Celcius with Celsius
2020-10-19 21:15:21 +02:00
TD-er
d0cdf7de42
[Docs] Document LoRaWAN TTN dynamic send interval setting
2020-10-14 22:32:08 +02:00
TD-er
159eed4b73
[Domoticz] Document typical use case linking button + relay + Domoticz
2020-10-14 14:32:00 +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
TD-er
34d6adf3b8
Merge pull request #3283 from TD-er/feature/ESP32_sysinfo
...
[Sysinfo page] Add more ESP32 info and cleanup page
2020-10-02 08:56:36 +02:00
TD-er
e6be23a07e
Document Custom.h alternative for Arduino IDE
2020-10-01 21:10:23 +02:00
Thomas
132d1439b7
Updated Docs: P075 Nextion and P079 Motorshield
...
Minor edit to P075 Nextion Docs (readthedocs).
Misc Minor edits to P079 Wemos/Loling Motorshield Docs (readthedocs).
Documentation edits only, No operational changes to the plugins.
2020-10-01 09:58:57 -07:00
TD-er
6c459dd639
[Arduino IDE] Document how to build using Custom.h in Arduino IDE
...
See: [forum](https://www.letscontrolit.com/forum/viewtopic.php?f=4&t=7980 )
2020-09-28 10:58:26 +02:00
TD-er
34313f5739
Merge pull request #3265 from TD-er/bugfix/variable_valueCount
...
Use task specific valueCount and VType instead of shared in plugin
2020-09-24 23:09:50 +02:00
Thomas
dc6fd771be
Updated P075 Nextion Plugin's Doc Files
...
Major rewrite to P075 Nextion Plugin's readthedocs rst file. Added several PNG images.
2020-09-24 10:37:14 -07:00
TD-er
c144779d7e
Merge branch 'mega' into bugfix/variable_valueCount
2020-09-24 13:12:56 +02:00
TD-er
3e461b97f2
[ESPEasy p2p] Split p2p data structs into C++ objects ( #3264 )
...
As preparation of issue #3264
2020-09-23 14:55:48 +02:00
Thomas
341be972dd
Update Wemos Motor Shield's ReadtheDocs
...
Major re-write, several new images.
2020-09-22 11:33:31 -07:00
TD-er
492b1535ec
Merge pull request #3257 from TD-er/feature/ds2423
...
[DS2423] Add 1-wire counter
2020-09-18 12:50:07 +02:00
TD-er
c9ff3f0e2a
[Docs] Add documentation entry for P100 DS2423 1-Wire counter
2020-09-16 13:59:22 +02:00
TD-er
85b4877dab
[P012 LCD] Add characters used in Polish language
2020-09-14 18:40:26 +02:00
TD-er
e669379ec2
[Docs] Document P048 motorshield commands
2020-09-13 12:42:16 +02:00
TD-er
b8495a5e26
Merge branch 'mega' into bugfix/controller_http_advanced
2020-09-12 14:08:30 +02:00
TD-er
26aec8999a
Document hardware bug on Wemos DHT shield ( #2569 )
2020-09-09 16:42:20 +02:00
Gijs Noorlander
63c4dfddc0
[C011] Use ESP8266HTTPClient library
2020-09-09 15:16:51 +02:00
Gijs Noorlander
09cc6b4fb1
[HTTP Advanced] Optimize load/save settings + add send binary option.
2020-09-08 17:43:52 +02:00
Gijs Noorlander
da36ad7f2a
[Docs] Add some documentation on C011 Generic HTTP Advanced
2020-09-08 09:40:53 +02:00
Ton Huisman
d85e901e77
[Checks] Update docs
2020-08-30 16:33:57 +02:00
Ton Huisman
1514ab8d43
[Checks] Disallow round braces too
2020-08-30 15:06:08 +02:00
Ton Huisman
6dc20c0ce9
[Checks] Update docs, disallow curly braces
2020-08-30 15:02:39 +02:00
Gijs Noorlander
c027c7f11e
[Docs] Updated DL-bus documentation as it was hard to find
...
Plus fixed some Sphinx errors.
2020-08-22 18:05:12 +02:00
Gijs Noorlander
fc8b54d8db
[Sphinx docs] Change deprecated add_stylesheet to add_css_file
2020-08-22 17:40:33 +02:00
Gijs Noorlander
80a1998ca2
[Docs] Fix images with .PNG instead of .png extension
2020-08-22 17:39:44 +02:00
Gijs Noorlander
06254089a5
[Docs] Add documentation for ESP32 ethernet + missing config page
2020-08-22 16:30:20 +02:00
Ton Huisman
2bec3dd85e
Merge branch 'mega' into feature/I2C_multiplexer
2020-08-20 11:43:33 +02:00
Gijs Noorlander
4c9d62a74c
[Docs] Add some description for P029 Output Domoticz MQTT helper
2020-08-20 09:32:25 +02:00
Ton Huisman
ded06f6c50
[I2C Docs] Add note about multiplexer address
2020-08-19 17:42:17 +02:00
Ton Huisman
1e44f34495
[I2C Docs] Emphasize configuration with multiplexer
2020-08-19 16:07:56 +02:00
Ton Huisman
d9d09c1239
[I2C] Add TCA9543a multiplexer, updated docs
2020-08-19 15:19:40 +02:00
TD-er
4b7d287ff5
Merge branch 'mega' into feature/I2C_multiplexer
2020-08-18 09:45:19 +02:00
tonhuisman
4e2609ff89
[I2C/Doc] Add Hardware page documentation, RTD help button
2020-08-17 20:24:57 +02:00
TD-er
cfe2f12a58
Merge branch 'mega' into feature/commands_doc
2020-08-12 01:33:25 +02:00
TD-er
55e73f0559
Merge branch 'mega' into bugfix/dallas_esp32
2020-08-12 01:05:18 +02:00