Commit Graph

14488 Commits

Author SHA1 Message Date
Theo Arends b9f4d55dfc
Merge pull request #14547 from gemu2015/fixes
esp8266 email, scripter on 1m devices
2022-01-21 13:54:36 +01:00
gemu2015 1339d5e792 revert 2022-01-21 11:57:52 +01:00
Theo Arends 7aedab59e7
Merge pull request #14531 from SteWers/SML-serial-LED-dev
[SML] Serial activity monitor via LED
2022-01-21 11:38:11 +01:00
Cheney b7b525f3d9
Send HEX string to mqtt 2022-01-21 17:21:09 +08:00
gemu2015 f3be1445e4 esp8266 email, scripter on 1m devices 2022-01-21 08:03:12 +01:00
s-hadinger 91edfe91a0
Merge pull request #14540 from s-hadinger/fix_tcp
Fix tcp (revert last change)
2022-01-20 23:15:07 +01:00
Stephan Hadinger 6abfbac514 Fix tcp (revert last change) 2022-01-20 23:04:13 +01:00
s-hadinger 6db87a5614
Merge pull request #14534 from s-hadinger/berry_constants
Berry improvement to constants
2022-01-20 22:37:15 +01:00
Stephan Hadinger fb59c63084 Berry improvement to constants 2022-01-20 22:02:21 +01:00
SteWers 03e4d65582 [SML] Serial activity monitor via LED
Visualize the activity of one or all serial meters via LED. It is helpful for debugging and also for viewing serial activity easily. The configuration is done via console commands:

- LED-GPIO for monitoring serial activity => sensor53 l2, l13, l15 ... or l255 for turn off (default)
- meter number for monitoring serial activity => sensor53 m1, m2, m3 ... or m0 for all (default)

To start at boot-time, add the entries in the boot-section (>B) of the script.
2022-01-20 20:19:50 +01:00
Theo Arends a538f35df4 Minor refactor BMP sensor 2022-01-20 15:01:52 +01:00
Theo Arends 67ea8ddb6a Refactor SR04 driver
Refactor SR04 driver (#14197)
2022-01-20 13:37:48 +01:00
s-hadinger c0169b92b6
Merge pull request #14521 from s-hadinger/berry_ctype
Berry ctype functions
2022-01-19 23:06:14 +01:00
Stephan Hadinger 8a3f25e608 Berry ctype functions 2022-01-19 22:56:11 +01:00
Jason2866 2f57e12917
Merge pull request #14516 from Jason2866/homekit
fix homekit enable
2022-01-19 17:23:23 +01:00
Jason2866 85e8d05f68
fix homekit enable 2022-01-19 17:12:02 +01:00
Theo Arends 7aacdf4fbe Add support for BME688
Add support for BME688 with latest Bosch-Sensor-API library (#14513)
2022-01-19 17:05:39 +01:00
Adrian Scillato abf5aa2f79
Merge pull request #14514 from ascillato/patch-1
Move Post Processing Macros after user_config_override.h
2022-01-19 12:47:55 -03:00
Adrian Scillato a596a406ba
Move post processing macros after user_config_override.h 2022-01-19 12:32:38 -03:00
Adrian Scillato 501c07acef
Move Post Processing Macros after user_config_override.h 2022-01-19 12:28:53 -03:00
Adrian Scillato 61cee71713
Merge pull request #14512 from ascillato/patch-1
Fix compilation issue for Telegram
2022-01-19 11:42:33 -03:00
Adrian Scillato 1fb81720a2
Fix compilation issue for Telegram 2022-01-19 11:33:12 -03:00
Theo Arends 69dd704ac2 Merge branch 'development' of https://github.com/arendst/Tasmota into development 2022-01-19 13:51:53 +01:00
Theo Arends a0ae97a955 Add ESP32 serial interface
Add ESP32 disable serial console when 3 (ESP32) or 2 (Other models) serial interfaces are requested (#14487)
2022-01-19 13:51:51 +01:00
Theo Arends 5172d0c756
Merge pull request #14511 from bovirus/patch-3
Update Italian language
2022-01-19 12:23:03 +01:00
Theo Arends 71bc58eeae Fix correct use of uart0 2022-01-19 12:22:30 +01:00
bovirus d03d8b5b20
Update Italian language
Please check and merge. Thanks.
2022-01-19 12:14:14 +01:00
Theo Arends b0dafb57a4 Add valid pin checks for ESP32 family 2022-01-19 11:31:16 +01:00
Theo Arends e98498a823 Add uart0 to user selection
Add uart0 to user selection (#10203)
2022-01-19 11:01:55 +01:00
s-hadinger d9531d7342
Merge pull request #14507 from s-hadinger/berry_check_method
Berry check non-method
2022-01-18 22:53:38 +01:00
Stephan Hadinger 367414b2be add non-method check to tasmota.set_timer 2022-01-18 22:45:20 +01:00
Stephan Hadinger cd401d3928 Berry check non-method 2022-01-18 22:13:40 +01:00
Adrian Scillato d432b44268
Merge pull request #14499 from to-scho/development
fix for sr04 mode2
2022-01-18 14:34:25 -03:00
Jason2866 5be171b209
Merge pull request #14500 from ascillato/patch-1
Satisfy requirements when enabling MQTT TLS from user_config_override.h
2022-01-18 18:05:42 +01:00
Adrian Scillato 5ac29a5f62
Satisfy requirements when enabling MQTT TLS from user_config_override.h
It is always needed to define `USE_TLS` if using `USE_MQTT_TLS`. The key `USE_TLS` is used inside the TLS_mini library (specifically at the top of WiFiClientSecureLightBearSSL.h).
2022-01-18 13:36:59 -03:00
to-scho 6b8fc2d550 fix for wrong stupid logic 2022-01-18 15:42:45 +01:00
to-scho 0930f4679c fix mode 2 detection of sr04 2022-01-18 15:20:42 +01:00
Jason2866 08b5691a41
Update badges 2022-01-18 15:09:53 +01:00
Jason2866 c91019672d
add concurrency 2022-01-18 15:00:24 +01:00
Jason2866 03f3e4116e
Merge pull request #14496 from Jason2866/workflow
rename, add concurrency to github actions build devel
2022-01-18 14:54:37 +01:00
Jason2866 76e0616d48
rename, add concurrency 2022-01-18 14:42:26 +01:00
Theo Arends d7142fb4f3
Merge pull request #14491 from Staars/patch-1
Adding HomeKit to legacy MI32 driver
2022-01-18 11:13:10 +01:00
Jason2866 f6df5ddb32
Merge pull request #14494 from Jason2866/fix_knx
fix ambiguous error in knx
2022-01-18 10:54:47 +01:00
Jason2866 57adb6d47f
fix ambiguous error 2022-01-18 10:41:20 +01:00
Christian Baars b08ad3843f
Update be_modtab.c
fix standard ble build 2/2
2022-01-17 20:47:32 +01:00
Christian Baars 2566156dd5
Update xdrv_52_3_berry_MI32.ino
fix standard ble build 1/2
2022-01-17 20:46:46 +01:00
Christian Baars c38784bf2d
Update tasmota_configurations_ESP32.h 2022-01-17 19:56:15 +01:00
Christian Baars e58d1e3018
Add files via upload 2022-01-17 19:52:34 +01:00
Christian Baars 9828b96ccc
Update be_modtab.c
load MI32 and BLE
2022-01-17 19:51:27 +01:00
Christian Baars 721888437b
Update xsns_62_esp32_mi.ino
add HomeKit and Berry
2022-01-17 19:47:56 +01:00