TD-er
382d5c32a0
Merge branch 'mega' into UweKaditz
2020-04-10 21:31:24 +02:00
TD-er
f13aa86c43
Merge branch 'mega' into feature/MQTTclientID
2020-04-10 20:40:46 +02:00
TD-er
07c8d95f1c
Merge branch 'mega' into feature/MQTTclientID
2020-04-10 19:04:44 +02:00
TD-er
ee30895217
Merge branch 'mega' into tonhuisman/p036-issue2980
2020-04-10 19:02:05 +02:00
TD-er
c18513d30e
Merge branch 'mega' into UweKaditz
2020-04-09 23:20:41 +02:00
TD-er
c4fcb460bf
Merge branch 'mega' into tonhuisman/p036-issue2980
2020-04-09 23:20:11 +02:00
TD-er
99e3002e7f
Merge branch 'mega' into Fix_DeepSleep0
2020-04-09 23:18:02 +02:00
TD-er
c66cfadc08
Merge branch 'mega' into feature/MQTTclientID
2020-04-09 23:17:19 +02:00
Gijs Noorlander
233aa62403
[CUL Reader] Add basic docs
2020-04-09 15:51:19 +02:00
Gijs Noorlander
ec7a1d2715
[MQTT] Move global MQTT parameters to controller settings
2020-03-31 16:11:33 +02:00
Michael Schröder
2c6a424683
Update deepsleep-command docs
2020-03-25 10:05:27 +01:00
uwekaditz
96ce0fa377
Merge branch 'mega' into UweKaditz
2020-03-19 18:14:36 +01:00
TD-er
4e32d98fbc
Merge pull request #2950 from TD-er/feature/I2C_uart_serial
...
[I2C UART] Add support for NXP's SC16IS752 I2C to UART bridge
2020-03-18 13:24:28 +01:00
TD-er
02ecfc10a2
Merge branch 'mega' into feature/P165
2020-03-14 10:27:05 +01:00
uwekaditz
57c74dbb7e
Merge branch 'mega' into UweKaditz
2020-03-13 20:15:26 +01:00
uwekaditz
e1c8d8972c
Merge branch 'UweKaditz' of https://github.com/uwekaditz/ESPEasy into UweKaditz
2020-03-13 19:56:13 +01:00
TD-er
db2ada46f9
Merge pull request #2879 from crnjan/feature/mitsubishiHP
...
[mitsubishi heat pump]
2020-03-10 15:17:08 +01:00
uwekaditz
bec007abb7
merged with release mega-20200305
...
merged with release mega-20200305
2020-03-09 19:59:56 +01:00
Bartłomiej Zimoń
08dc1d9bdf
docs: add 'd' formating in rules
2020-03-08 22:07:30 +00:00
borisk
7fda408c08
updated docs
2020-03-08 20:13:49 +01:00
Gijs Noorlander
06ec3d3d7e
[Docs] Mark all plugins using Serial as port type
2020-03-08 17:56:44 +01:00
Gijs Noorlander
9b77f5b183
[Docs] Add port type to plugin substitutions
2020-03-08 17:45:22 +01:00
borisk
762d13eb2f
Restructured docs a bit so its easier to follow
2020-03-07 12:39:06 +01:00
borisk
d1f660e4e2
Add as part of testing plugins ...
2020-03-07 05:03:46 +01:00
borisk
c530b690c4
Updating documentation
2020-03-06 21:20:31 +01:00
borisk
4cf471b8b3
Updating documentation
2020-03-06 21:10:53 +01:00
borisk
b96582ea25
Updating documentation
2020-03-06 18:42:50 +01:00
Boris Krivonog
1afe085df7
adding documentation ...
2020-03-06 15:18:14 +01:00
Boris Krivonog
e64b81cb6e
adding documentation ...
2020-03-06 15:05:17 +01:00
TD-er
05c126a726
Merge branch 'mega' into feature/mitsubishiHP
2020-03-06 12:48:57 +01:00
Gijs Noorlander
d691e69f51
[Docs] Add stub for documentation of P093 - Mitsubishi Heat Pump
2020-03-06 12:45:46 +01:00
Gijs Noorlander
a8682e23ae
[DateTime] Documented command + few fixes
...
- Argument number was incorrect
- did not set time source. (so you had to set NTP which defeats the purpose of this command
- Added documentation
- Moved the command call to the correct first letter of the alphabet.
2020-03-06 01:33:14 +01:00
tonhuisman
c5a1fc33ab
[P036] Added new setting to plugin documentation
2020-03-05 22:23:53 +01:00
Gijs Noorlander
63929093f0
[P091] Add documentation
2020-03-02 10:29:46 +01: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
TD-er
18f5ff9492
Merge pull request #2904 from TD-er/feature/enable_disable_command
...
[Commands] Update docs + add task/controller enable/disable commands
2020-02-25 17:08:06 +01:00
Gijs Noorlander
6ce3e74029
[docs] Document P036 Framed OLED
2020-02-25 17:06:51 +01:00
Gijs Noorlander
1094144f1a
[docs] Document P081_Cron
2020-02-25 15:33:36 +01:00
Gijs Noorlander
5f11850bb8
[Commands] Update docs + add task/controller enable/disable commands
...
Also removed ProtocolIndex from the event struct as it is redundant information which can easily be forgotten to set.
Sorted the described commands in the documentation and added a few missing commands.
2020-02-25 11:56:08 +01:00
TD-er
0397eae003
[Rules] Use curly braces for string conversion commands
2020-02-24 23:40:04 +01:00
TD-er
6022fc5837
[Rules] Remove [div100ths:...] as it is too specific
...
Will add a more generic variant later.
2020-02-24 22:50:10 +01:00
Gijs Noorlander
079e84b3d3
[Rules] Make nested string modification commands possible
2020-02-24 13:02:12 +01:00
Gijs Noorlander
4a19cc8b77
[docs] Document string handling in rules (PR #2828 )
...
Closes: #2828
2020-02-24 01:46:35 +01:00
Gijs Noorlander
a15955979a
[CCS811] Act on each reading, but only send to controller on PLUGIN_READ
...
The same as been done in P083_SGP30.
2020-02-23 00:11:52 +01:00
Gijs Noorlander
05f1134d9c
[CCS811] Plugin 089 CCS811 TVOC/eCO2
...
Taken from Playground and adapted a bit to use modern coding style
2020-02-22 22:53:27 +01:00
Gijs Noorlander
045e9ddd19
[Docs] Added doc stubs of recently added plugins
2020-02-22 21:37:53 +01:00
Grovkillen
619600f99c
Merge branch 'mega' into mega
2020-02-21 14:58:54 +01:00
Toni
5f0b4f0d6f
HeatpumpIR 1.0.11 update, P088_HeatpumpIR support for Mitsubishi MSC and Mitsubishi Heavy FDTC
2020-02-05 18:58:50 +02:00
Gijs Noorlander
058bdd645f
[docs] Corrected supported SenseAir sensors in docs
2020-02-04 17:21:30 +01:00