Theo Arends
d60b69a712
Try next NTP server on error
2021-01-14 18:09:45 +01:00
Theo Arends
fdbd1dcc0a
Changed command ``Sleep 0``
...
Changed command ``Sleep 0`` removes any sleep from wifi modem except when ESP32 BLE is active
2021-01-14 17:03:01 +01:00
Theo Arends
fa4326b6b0
Fix ESP32 compilation
2021-01-13 16:57:04 +01:00
Theo Arends
40007bbae9
Add WIFI_NONE_SLEEP when sleep = 0 and SO60 = 0
2021-01-13 15:54:43 +01:00
Theo Arends
3810251658
Update support_esptool.ino
2021-01-13 14:18:39 +01:00
Theo Arends
a21acebdb4
Add support for Last Known Good Settings
2021-01-13 13:51:49 +01:00
Theo Arends
861c76baca
Fix ESP32 reset 5,6 regression from yesterday
2021-01-13 12:38:35 +01:00
Theo Arends
a34f75f44c
Fix locale File Management decimal point
2021-01-13 12:12:14 +01:00
Theo Arends
e32f2d9de0
Merge pull request #10539 from Jason2866/patch-4
...
Fixing compile error (PCF8574)
2021-01-13 09:21:53 +01:00
Jason2866
be531c9c81
Fixing compile error
2021-01-13 08:27:40 +01:00
Vic
2d21ccb94d
SeeSoil State Machine Flavor
2021-01-12 23:04:42 +01:00
Theo Arends
331c1089c6
Merge pull request #10534 from s-hadinger/more_pmem
...
Moving more to PROGMEM
2021-01-12 20:17:37 +01:00
Stephan Hadinger
35d9ac9042
Removed crash logger from BearSSL
...
It is generally not useful since ESP8266 crashed before we reach this point
2021-01-12 19:48:28 +01:00
Stephan Hadinger
800f86d56e
Moving more to PROGMEM
2021-01-12 19:31:15 +01:00
Theo Arends
37ee4e6d8e
Add optional file to most recent settings check
2021-01-12 17:18:56 +01:00
Theo Arends
c494c89a1a
Update support_rtc.ino
2021-01-12 15:13:42 +01:00
Theo Arends
08033444c5
Fix filetime
2021-01-12 15:03:06 +01:00
Theo Arends
15598d71a9
Fix reset 5 and 6 when filesystem in use
2021-01-12 14:54:12 +01:00
Theo Arends
120ba5cac2
Add extra recovery option when linker changed
2021-01-12 10:51:46 +01:00
Theo Arends
00b8f2aaed
Merge pull request #10525 from jig432/development
...
Added support for multiple arguments to a script subroutine.
2021-01-12 10:14:12 +01:00
Theo Arends
279b88b08e
Merge pull request #10521 from marcvs/pid-branch-revived
...
Pid branch revived
2021-01-12 09:23:32 +01:00
Theo Arends
fcc613db11
Merge pull request #10522 from BBBits/development
...
Resolve mDNS not restarting on wifi dn/up
2021-01-12 09:16:55 +01:00
Theo Arends
739bc22d0a
Merge pull request #10523 from crispy78/development
...
Renewed and added some translations and made some cosmetic changes
2021-01-12 09:16:07 +01:00
Marcus
e63b3d9ac9
add number of digits to ResponseCmndFloat
2021-01-12 09:14:19 +01:00
Marcus
e56a08f4de
Change Response to Float, where floats are stored
2021-01-12 09:00:17 +01:00
JohnG
0d81ffe30b
Added support for multiple arguments to a subroutine.
2021-01-11 20:12:46 -08:00
Vic
d7e29f0703
no-library version, persistent naming option
2021-01-12 03:27:06 +01:00
crispy78
32cc7a1287
Update af_AF.h
2021-01-12 00:48:43 +01:00
BBBits
9b81f11f17
Resolve mDNS not restarting on wifi dn/up
...
also changed log prefix for mDNS from DNS: to mDN:
2021-01-12 09:57:34 +13:00
Marcus
06cc6406da
remove log entry
2021-01-11 19:01:19 +01:00
Marcus
611456327d
make sure code compiles with tasmota-minimal
2021-01-11 18:59:20 +01:00
Marcus
97f3a7d438
readd TimePropCommand
2021-01-11 18:42:00 +01:00
Marcus
ef2525fcdd
merging to latest rebase of development
2021-01-11 18:32:05 +01:00
Marcus
dee3864f87
update code size metrics
2021-01-11 18:28:23 +01:00
Marcus
d54ee12441
add missing Response to SetPv
2021-01-11 18:26:50 +01:00
Marcus
02d8715d3d
add ifndef to ensure "tasmota-minimal" still builds
2021-01-11 18:25:31 +01:00
Marcus
405f25db08
re-add code to modify timeprop values via mqtt
2021-01-11 18:23:00 +01:00
Marcus
be68e1cdb1
remove backward compatible #define option; Turned it into an undocumented option to suppress it
2021-01-11 18:10:59 +01:00
Theo Arends
4e5e3d419b
Merge pull request #10519 from gemu2015/filesystem
...
Filesystem
2021-01-11 17:57:10 +01:00
Theo Arends
85b2d62225
ESP8266 Support for 2MB and up linker files with 1MB and up LittleFS
...
Breaking Change: ESP8266 until now NOT SUPPORTED linker files 2MB and up. Current settings will be overwritten once LittleFS is enabled
2021-01-11 17:56:18 +01:00
gemu2015
816cbcafe1
fix pwm ESP32
2021-01-11 17:45:06 +01:00
gemu2015
6b51203b3b
file download ESP32 task
2021-01-11 17:44:54 +01:00
Theo Arends
256f9fc285
Fix telegram response using UrlEncode
...
Fix telegram response using UrlEncode (#10486 )
2021-01-11 14:50:43 +01:00
Theo Arends
f6d7c5c578
Update changelog
2021-01-11 14:13:20 +01:00
Theo Arends
298b6ddbb0
Merge pull request #10507 from esven/ds18x20_naming
...
add option to use DS18x20 ID in naming
2021-01-11 12:41:27 +01:00
Theo Arends
f5dfb1b7f6
Change SO43 range fro 1..100 to 1..255
...
Change SO43 range fro 1..100 to 1..255 (#10511 )
2021-01-11 12:33:28 +01:00
Theo Arends
38b9eabc59
Hide settings file
2021-01-11 12:03:58 +01:00
Theo Arends
a283e6ab2e
Quick fix upload exception
2021-01-11 09:50:31 +01:00
Theo Arends
009bebff68
Merge pull request #10514 from s-hadinger/hue_no_delay
...
Hue/Wemo remove delay before sending response
2021-01-11 09:04:50 +01:00
Stephan Hadinger
d93ed5f055
Hue/Wemo remove delay before sending response
2021-01-11 08:50:23 +01:00
gemu2015
e68d9e7e92
fix eeprom mode
2021-01-10 19:43:03 +01:00
gemu2015
ab0f923788
fix sdcard size info
2021-01-10 19:42:33 +01:00
gemu2015
05086f20d9
fix compiler warnings
2021-01-10 19:42:07 +01:00
Sven Ebenfeld
1ddb479f58
add option to use DS18x20 ID in naming
2021-01-10 18:19:49 +01:00
Theo Arends
d53fa3234d
Refactor web upload
2021-01-10 17:46:30 +01:00
Stephan Hadinger
89a75190f6
Zigbee added config attributes
2021-01-10 16:04:12 +01:00
Marcus
5a16596266
update code size metrics
2021-01-10 15:47:26 +01:00
Stephan Hadinger
a479f46f71
Zigbee Opple Aqara remover Action to Click
2021-01-10 15:27:21 +01:00
Theo Arends
7102189572
Merge pull request #10487 from BBBits/development
...
mDNS Performance Fix & mDNS ESP32 Support
2021-01-10 12:21:58 +01:00
Theo Arends
fa50bbb76d
Update my_user_config.h
2021-01-10 12:21:07 +01:00
s-hadinger
b09d479d8a
Merge pull request #10492 from s-hadinger/zigbee_muller_licht
...
Zigbee add support for Muller Licht remote
2021-01-10 11:59:17 +01:00
Stephan Hadinger
d0021b9b04
Zigbee add support for Muller Licht remote
2021-01-10 11:47:12 +01:00
BBBits
f99f413065
mDNS Performance Fix & mDNS ESP32 Support
2021-01-10 22:04:16 +13:00
Vic
8ca952ff1d
Standard sensor naming
2021-01-10 06:40:24 +01:00
Vic
7e6be7fdd3
save a few bytes in default config
2021-01-09 23:32:22 +01:00
Vic
8e54a5f955
New Feature: Adafruit STEMMA soil sensor I2C
2021-01-09 23:09:14 +01:00
s-hadinger
e35cac1ba8
Merge pull request #10478 from s-hadinger/zigbee_long_logs
...
Zigbee long logs
2021-01-09 18:29:59 +01:00
Theo Arends
30d52acce0
Filemanager uses standard upload process
2021-01-09 18:19:15 +01:00
Stephan Hadinger
f40967c567
Zigbee long logs
2021-01-09 18:07:44 +01:00
Marcus
2e76946e2d
add missing Response to SetPv
2021-01-09 18:05:54 +01:00
s-hadinger
6a6454d8ab
Zigbee debounce duplicate commands ( #10477 )
...
* Zigbee debounce duplicate commands received from the same device within ``USE_ZIGBEE_DEBOUNCE_COMMANDS`` milliseconds
* Zigbee debounce duplicate commands received from the same device within ``USE_ZIGBEE_DEBOUNCE_COMMANDS`` milliseconds
Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-01-09 17:58:57 +01:00
gemu2015
de8a5b0f69
optional delete file gui
2021-01-09 16:33:23 +01:00
Theo Arends
d6e71f48e7
Fix Blocked Loop error due to large file upload
2021-01-09 15:40:54 +01:00
Theo Arends
4faf48486b
Add more logging to file upload
2021-01-09 15:28:47 +01:00
s-hadinger
a8296f4754
Merge pull request #10474 from s-hadinger/zigbee_philips_no_battery_reporting
...
Zigbee don't report battery value for Philips devices
2021-01-09 15:11:12 +01:00
Theo Arends
8e3968ea4b
Merge pull request #10473 from grzegorz914/patch-7
...
Update pl_PL.h
2021-01-09 15:00:55 +01:00
Stephan Hadinger
6522409c67
Zigbee don't report battery value for Philips devices
2021-01-09 14:56:10 +01:00
s-hadinger
5661c1d1c0
Better support for triple and quadruple clicks ( #10472 )
...
Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-01-09 14:48:51 +01:00
Grzegorz
16afea9c08
Update pl_PL.h
2021-01-09 14:33:02 +01:00
bovirus
fcf127dc3b
Update Italian language
2021-01-09 13:24:55 +01:00
Theo Arends
44f244b218
Remove obsolete ffat partition support
2021-01-09 12:29:56 +01:00
Theo Arends
16791ed4a9
Merge pull request #10466 from yaleman/mqttdiscoveryhost
...
Fixing MQTT Discovery Hostname
2021-01-09 10:24:56 +01:00
gemu2015
3b31f22383
fix mp3 error behaviour
2021-01-09 08:52:10 +01:00
gemu2015
29df10d837
fix spi init issues
2021-01-09 08:51:27 +01:00
gemu2015
154cb7efcf
add sdcard pin def to core2
2021-01-09 08:50:56 +01:00
gemu2015
07d88be281
fix sspi log
2021-01-09 08:50:29 +01:00
James Hodgkinson
e659d5c5c5
Fixing MQTT Discovery Hostname
2021-01-09 14:10:44 +10:00
Marcus
d966f1f74f
add ifndef to ensure "tasmota-minimal" still builds
2021-01-08 21:57:56 +01:00
Marcus
aedfe35b01
re-add code to modify timeprop values via mqtt
2021-01-08 21:36:28 +01:00
Marcus
f759e26988
remove backward compatible #define option; ITurned it into an undocumented option to suppress it
2021-01-08 21:36:05 +01:00
gemu2015
f6d47fb354
Update xdrv_50_filesystem.ino
2021-01-08 20:05:54 +01:00
gemu2015
b7e94080b4
sdcard optional ufs
2021-01-08 19:28:05 +01:00
Theo Arends
cdce47e92e
Tweak file manager upload
2021-01-08 18:32:36 +01:00
Theo Arends
1843b585a9
Fix minimal compile error
2021-01-08 17:31:16 +01:00
Theo Arends
28714a9ac3
Integrate filesystem
2021-01-08 17:06:17 +01:00
Theo Arends
dcf22abd60
Integrate filesystem
2021-01-08 16:22:06 +01:00
Theo Arends
8a269c8902
Integrate filesystem in core
...
Integrate filesystem in core
2021-01-08 15:00:40 +01:00
Theo Arends
4390fe03fe
Refactor web authentication
...
Refactor web authentication
2021-01-08 14:10:34 +01:00
gemu2015
5043459742
fix UFILESYS esp8266 compile error
2021-01-08 12:25:16 +01:00
gemu2015
e9998f0ce0
add device name var dvnm
2021-01-08 11:51:14 +01:00
gemu2015
b7eab415ff
fixes fs size on low ram memory
2021-01-08 11:50:33 +01:00
gemu2015
0b12c6a514
display support for larger pictures
2021-01-08 11:49:07 +01:00
Theo Arends
ff631ac322
Merge pull request #10451 from gorootde/feature/basic-auth-support
...
Added support for basic auth
2021-01-08 10:07:27 +01:00
Theo Arends
0e148aba3d
Merge pull request #10447 from vic42/BS814_NG_2
...
New Feature: BS814A-2 Touch Driver
2021-01-08 08:49:58 +01:00
Xavier MULLER
dbd8199062
Update fr_FR.h
2021-01-08 00:58:53 +01:00
Xavier MULLER
8d725a685a
Update fr_FR.h
2021-01-08 00:47:42 +01:00
Michael Kolb
84a07ce664
Added support for basic auth
2021-01-07 18:47:25 +01:00
Theo Arends
2774a24b0b
Remove logging from rotary
2021-01-07 18:28:33 +01:00
Theo Arends
d319bc8ecb
Support rotary encoder on Shelly Dimmer
...
Support rotary encoder on Shelly Dimmer (#10407 )
2021-01-07 17:53:48 +01:00
Vic
a3b77fa7ab
save a few bytes
2021-01-07 17:33:57 +01:00
Vic
828f6444fb
script missed one language file
2021-01-07 16:53:27 +01:00
Vic
c803670137
BS814A-2 Touch Driver xdrv_52 flavor
2021-01-07 16:39:41 +01:00
Theo Arends
23cb8ac559
Support for time proportioned relays
...
Support for time proportioned (``#define USE_TIMEPROP``) and optional PID (``#define USE_PID``) relay control (#10412 )
2021-01-07 15:07:14 +01:00
Theo Arends
a814ec52a9
Merge pull request #10412 from marcvs/pid-branch-revived
...
Pid branch revived
2021-01-07 13:51:40 +01:00
bovirus
5321cf9866
Update Italian language
2021-01-07 12:37:10 +01:00
gemu2015
8c9c4d4d66
Update xdrv_50_filesystem.ino
2021-01-07 11:03:02 +01:00
gemu2015
3930bc97d7
Update xdrv_50_filesystem.ino
2021-01-07 11:01:04 +01:00
gemu2015
1817bec751
filemanager switch ufs ffs
2021-01-07 10:57:24 +01:00
Marcus
f190854e6b
one byte change to rerun tests
2021-01-07 09:41:42 +01:00
Marcus
26372c3c11
adjust code size changes
2021-01-07 00:01:21 +01:00
Marcus
c820f435be
update config options
2021-01-06 23:54:09 +01:00
Marcus
8b5961c37d
remove code that did not seem to be necessary
2021-01-06 23:53:46 +01:00
Marcus
ce1a104397
turn the /PID reporting off by default
2021-01-06 23:15:43 +01:00
Marcus
c396a9bbdb
conclude renaming
2021-01-06 23:09:23 +01:00
Marcus
6ba2fdab65
rename xdrv_91_timeprop.ino -> xdrv_48_timeprop.ino
2021-01-06 23:05:54 +01:00
Marcus
d6e369bead
rename xdrv_48_pid.ino -> xdrv_49_pid.ino
2021-01-06 23:05:16 +01:00
Marcus
879104ef27
rename xdrv_92_pid.ino -> xdrv_48_pid.ino
2021-01-06 23:04:25 +01:00
Marcus
ea24f1b363
remove logging
2021-01-06 23:04:02 +01:00
Marcus
dab488229f
rename variables pid_xy -> PidXy; use Response_P; use DecodeCommand; remove logging
2021-01-06 23:00:33 +01:00
Jason2866
bedfc4170e
Update de_DE.h
2021-01-06 21:19:43 +01:00
Adrian Scillato
92402cda29
Update Spanish Translation
2021-01-06 16:57:00 -03:00
Theo Arends
9d0a7e9bc4
Update filesystem GUI
2021-01-06 17:54:03 +01:00
Marcus
6fded78bc5
boolean -> bool, Prefix Addlog; simplify incoming temperature handling
2021-01-06 16:37:11 +01:00
Marcus
6f083aa944
boolean -> bool, Prefix Addlog
2021-01-06 16:36:24 +01:00
Theo Arends
ad7c27a65e
Merge pull request #10428 from yvesdm3000/development
...
Respond correctly to the time request from the MCU
2021-01-06 16:28:16 +01:00
Theo Arends
a95fed30ff
Merge pull request #10431 from vic42/ftc_enhance
...
FTC532: Mitigate 'ghost' switching issues
2021-01-06 16:27:52 +01:00
Vic
8fc44336cc
formatting
2021-01-06 16:04:35 +01:00
Theo Arends
9722f6b666
Remove obsolete USE_TFS
2021-01-06 15:46:27 +01:00
Vic
faeb80fbff
tested, ready
2021-01-06 15:45:50 +01:00
Theo Arends
d6a24c6fe7
Breaking change ESP32 file system
...
Breaking change ESP32 switch from default SPIFFS to default LittleFS file system loosing current (zigbee) files
2021-01-06 15:28:56 +01:00
Yves De Muyter
8a46dcf767
Respond correctly to the time request from the MCU using the TuyaMCU protocol.
2021-01-06 15:25:40 +01:00
Theo Arends
6b16745cf0
Support UFILESYS
2021-01-06 14:41:23 +01:00
Theo Arends
d63c46fe38
Merge branch 'development' into feature/analog-ph-sensor-support
2021-01-06 14:27:41 +01:00
Theo Arends
fb2ff5b869
Merge pull request #10423 from curzon01/development
...
Add EnergyReset optional time param
2021-01-06 14:21:24 +01:00
Theo Arends
7588e6e7a7
Oops
2021-01-06 14:14:15 +01:00
Norbert Richter
b941d6208e
Add EnergyReset optional time param
2021-01-06 13:16:55 +01:00
Theo Arends
f8de9150d0
Add rotary No Pullup GPIO selection
...
Add rotary No Pullup GPIO selection ``Rotary A/B_n`` (#10407 )
2021-01-06 12:51:12 +01:00
Theo Arends
e3def2d60b
Merge pull request #10422 from gemu2015/ufsys
...
Ufsys
2021-01-06 11:54:09 +01:00
Theo Arends
7568d77ca6
Merge pull request #10421 from Jason2866/patch-3
...
SD Card enable for Odroid
2021-01-06 11:52:12 +01:00
Jason2866
fefc6d992c
remove gpio hard config
2021-01-06 11:13:01 +01:00
gemu2015
38a58532c7
ffsp flash system pointer
2021-01-06 10:51:22 +01:00
Theo Arends
73992e3296
Add Odroid SD Card CS
2021-01-06 10:08:01 +01:00
gemu2015
40a440d5f2
change sd card to UFS
2021-01-06 09:53:59 +01:00
gemu2015
1c6d2132aa
directory scroll view
2021-01-06 09:37:35 +01:00
Jason2866
ffb79635c1
GPIO22 for CS SD Card
2021-01-05 18:38:50 +01:00
Michael Kolb
8108f691b5
Review: Fixed enum order in tasmota_template.h
2021-01-05 17:28:38 +01:00
Michael Kolb
f09108d449
Review comments: Shortened i18n strings
2021-01-05 17:25:08 +01:00
Jason2866
49f19b7b65
SD Card support for Odroid
2021-01-05 17:19:15 +01:00
Theo Arends
6b80ea0085
Merge pull request #10419 from gemu2015/scripter-update
...
Scripter update
2021-01-05 17:16:09 +01:00
Theo Arends
204316bf1b
Change force initial default state ``SetOption57 1``
...
Change force initial default state ``SetOption57 1`` to scan wifi network every 44 minutes for strongest signal (#10395 )
2021-01-05 17:14:01 +01:00
gemu2015
35ad7cfab6
ufs update
2021-01-05 16:40:50 +01:00
gemu2015
b8ce02c0ad
update to ufilesystem
2021-01-05 16:39:16 +01:00
gemu2015
0af9a948ee
update to ufilesystem
2021-01-05 16:37:22 +01:00
gemu2015
2aa21ada27
fix esp8266 sdcard
2021-01-05 16:36:45 +01:00
Michael Kolb
26fcc79f58
Streamlined logging, added real cal default values
2021-01-05 16:25:56 +01:00
Marcus
20c9f2f169
add config statements for pid and timeprop
2021-01-05 15:42:09 +01:00
Michael Kolb
dc5102563c
Added missing languages
2021-01-05 14:52:30 +01:00
Michael Kolb
0b90dd7314
Took care of all languages
2021-01-05 14:46:56 +01:00
Michael Kolb
1eefd27650
Extension of xsns analog
2021-01-05 14:31:13 +01:00
Michael Kolb
a4d6b58473
Added analog ph sensor support
2021-01-05 14:20:04 +01:00
s-hadinger
0ed519184b
Compress more strings with UnishoxStrings ( #10405 )
...
* Compress more strings with UnishoxStrings
* Fix compilation for Zigbee
Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-01-05 13:15:19 +01:00
Vic
c882262804
final version for PR
2021-01-05 12:44:53 +01:00
Theo Arends
c7545d93dc
Fix RTC related power on sequence
2021-01-05 11:49:13 +01:00
Theo Arends
c2cc343e38
Merge pull request #10401 from gemu2015/picture_buttons
...
Picture buttons
2021-01-05 10:46:52 +01:00
Vic
11921eb928
One more ISR improvement
2021-01-05 10:42:50 +01:00
Theo Arends
f4b56e4aa7
Merge pull request #10409 from bovirus/patch-2
...
Update Italian language
2021-01-05 10:38:21 +01:00
Theo Arends
2f63895599
Fix RTOS time update ( #10334 )
2021-01-05 10:37:05 +01:00
bovirus
69da017af2
Update Italian language
2021-01-05 10:32:33 +01:00
Vic
2426dbf8e5
debounce selectable
2021-01-04 20:26:00 +01:00
Vic
22734fe8bb
add debouncing code for noisy environments
2021-01-04 19:25:24 +01:00
Theo Arends
97da3c7034
Add SDCard detection
2021-01-04 16:45:46 +01:00
gemu2015
1d572ea304
special malloc
2021-01-04 16:39:00 +01:00
gemu2015
5d8b10141a
picture buttons part 2
2021-01-04 16:34:44 +01:00
Marcus
a2ea85d6a1
rewrite the interface to values from mqtt_data
2021-01-04 16:19:23 +01:00
Theo Arends
aa943fc696
Add ESP32 RTOS timesync
2021-01-04 16:10:22 +01:00
Theo Arends
0a882f53ba
Update xdrv_98_filesystem.ino
2021-01-04 15:52:32 +01:00
Theo Arends
2dd3065aff
Merge pull request #10334 from gemu2015/ufilesystem
...
universal file system
2021-01-04 15:14:44 +01:00
Theo Arends
928f6f9447
Prep SPI SDCard support
2021-01-04 15:03:56 +01:00
Vic
24cbad3257
more diagnostics
2021-01-04 14:57:32 +01:00
Theo Arends
fb2c10cb97
Add SPI display driver SSD1331 Color oled
...
Add SPI display driver SSD1331 Color oled by Jeroen Vermeulen (#10376 )
2021-01-04 14:26:27 +01:00
Theo Arends
bc57814b56
Merge pull request #10376 from jeroenvermeulen/fix_ssd1331_with_tasmota-display
...
fixes compile error of SSD1331 with tasmota-display
2021-01-04 14:19:24 +01:00
Theo Arends
5c92c5a9a9
Optimize sleepdelay
2021-01-04 12:47:00 +01:00
Theo Arends
d1ef1c3255
Optimize sleepdelay after profiling
2021-01-04 12:31:05 +01:00
Marcus
66b85b6ddf
move to AddLog_P
2021-01-04 11:11:05 +01:00
Marcus
3f9960719a
log_data => TasmotaGlobal.log_data; mqtt_data => TasmotaGlobal.mqtt_data
2021-01-04 10:42:06 +01:00
Marcus
8eafc7d474
as taken from https://github.com/colinl/Sonoff-Tasmota/tree/pid_branch
2021-01-04 10:29:12 +01:00
Stephan Hadinger
d8fbbdd5c9
Zugbee fix possible crash on Web UI
2021-01-03 18:41:03 +01:00
Theo Arends
619e4bbfb5
Add command ``RuleTimer0`` to access all RuleTimers at once
...
Add command ``RuleTimer0`` to access all RuleTimers at once (#10352 )
2021-01-03 17:31:44 +01:00
Theo Arends
2f120d86a0
Merge pull request #10352 from barbudor/dev_ruletimer0
...
RuleTimer0 applies to all RuleTimers
2021-01-03 17:26:17 +01:00
Theo Arends
ad11f70876
Merge branch 'development' of https://github.com/arendst/Tasmota into development
2021-01-03 17:04:36 +01:00