7125 Commits

Author SHA1 Message Date
Stephan Hadinger
bc5f346926 Crash recorder `Status 12` for ESP32/ESP32S2/ESP32C3, supporting Esp-idf 3.3/4.4 2021-09-12 12:24:09 +02:00
Simon Hailes
e1111ca98e Add driver xdrv_85_BLE_EQ3_TRV 2021-09-10 13:56:24 +01:00
Stephan Hadinger
b2da0b2ed7 LVGL add lv_clock_icon 2021-09-09 20:32:19 +02:00
Stephan Hadinger
04c0f42981 Improved wifi widgets 2021-09-08 19:40:18 +02:00
Jason2866
d665bf10c1
Merge pull request #13082 from btsimonh/mikeyslinkchange
change link displayed in TAS for MI BLE sensors which need a key to p…
2021-09-07 15:55:32 +02:00
Jason2866
a8f0fcab56
Merge pull request #13080 from btsimonh/BLEc3fixes
use type SemaphoreHandle_t where TasAutoMutex is used to silence new …
2021-09-07 15:55:16 +02:00
Simon Hailes
605f1f2d4b change link displayed in TAS for MI BLE sensors which need a key to point to the new repo https://github.com/tasmota/ble_key_extractor/blob/gh-pages/index.html 2021-09-06 22:23:03 +01:00
Stephan Hadinger
6e1b775f28 LVGL update example to match doc 2021-09-06 23:12:39 +02:00
s-hadinger
749f46a7bc
Merge pull request #13078 from s-hadinger/zigbee_tuya_0102
Add Tuya Window Covering attributes
2021-09-06 23:00:56 +02:00
Simon Hailes
0183376555 use type SemaphoreHandle_t where TasAutoMutex is used to silence new compiler warnings 2021-09-06 18:52:20 +01:00
Ajith Vasudevan
2815211321 Enhanced 7-Segment command DisplayScrollText for indefinite as well as finite scrolling 2021-09-06 19:26:01 +05:30
Stephan Hadinger
8217c1330a Add Tuya Window Covering attributes 2021-09-06 14:45:10 +02:00
stefanbode
5ef1ec5d0d
Update xdrv_27_shutter.ino
#12849 Additional side effect correction
2021-09-05 22:07:50 +02:00
Stephan Hadinger
cf23dade9a Forgot flag in ESP32S2/C3 templates 2021-09-05 20:46:12 +02:00
Stephan Hadinger
b58958b8c6 ESP32 add GPIO 6/7/8/11 to template and remove GPIO 28-31 (remapping so backwards compatible) 2021-09-05 19:43:53 +02:00
stefanbode
53ac07baa9
shutter: fixed stepper wrong position #12849 follow up
Position was wrongly calculated on emergency stop
2021-09-05 12:24:54 +02:00
Jason2866
745c709249
core2 too 2021-09-04 15:11:40 +02:00
Jason2866
2b9828ab35
redundant removed
since it is default
2021-09-04 15:10:18 +02:00
Jason2866
e357f3aa75
USE_BERRY_PSRAM as default 2021-09-04 15:07:03 +02:00
Stephan Hadinger
75ec8816f6 Fix LVGO color names 2021-09-04 14:56:09 +02:00
Stephan Hadinger
a0693c6ed1 Support for ESP32S2 GPIOs 2021-09-04 14:20:09 +02:00
groth-its
3a6e9d92ea
Add / correct home assistant device classes
Add missing and correct existing home assistant device classes that are currently available in home assistant releases for auto discovery.
2021-09-04 01:11:14 +02:00
Stephan Hadinger
5b29c261ca Berry fix for LVGL styles 2021-09-03 18:35:50 +02:00
André_Teixeira_1998
cbc13be1aa
Fixed 2 typos in Portuguese PT language file 2021-09-03 15:21:24 +01:00
stefanbode
dd342d0e78
Added new functionality if motor of shutter stops late
I saw on my blind that if I move it in 5% steps it opens much more than it should. The reason is, that the motor runs to long. shuttermotordelay was only able to work with >0 values. Now also <0 is supported for standard shutters.
2021-09-03 12:57:51 +02:00
Theo Arends
0f1ebe8734 Workaround ESP32C3/S2 IDF temperature error message 2021-09-03 11:19:45 +02:00
Stephan Hadinger
9731b3ea53 Moved HttpClient to its own lib 2021-09-03 08:53:42 +02:00
Stephan Hadinger
8a1aca858e Disable TLS client by default 2021-09-03 08:16:08 +02:00
Jason2866
b1d4435e67 Capitilization 2021-09-02 21:32:12 +00:00
Stephan Hadinger
3d5c68b850 Berry class `webclient` for HTTP/HTTPS requests 2021-09-02 21:58:08 +02:00
Stephan Hadinger
19d313622a Fix PSRAM compilation for Esp32c3 2021-09-02 20:54:50 +02:00
Theo Arends
c47307bd5e Add optional emergency reset
Add optional emergency reset when Rx is connected to Tx at restart
2021-09-02 12:25:53 +02:00
Theo Arends
b4bcccba35
Merge pull request #13028 from barbudor/fix_opentherm_json
Fix opentherm json
2021-09-02 10:47:38 +02:00
Theo Arends
1c4bca8a8c Add command `WebGetConfig <url>`
Add command ``WebGetConfig <url>`` if ``#define USE_WEBGETCONFIG`` is enabled to restore/init configuration from external webserver (#13034)
2021-09-02 10:46:29 +02:00
Theo Arends
4e835a63da
Merge pull request #13034 from barbudor/dev_webconfig
add command WebGetConfig
2021-09-02 10:10:41 +02:00
Stephan Hadinger
dcc25cf7e9 Fix compilation for ESP8266 2021-09-01 23:06:39 +02:00
Stephan Hadinger
a2fdeff9c5 Fixed crash when PSRAM is absent and `BOARD_HAS_PSRAM` set 2021-09-01 22:48:02 +02:00
Barbudor
8d736b160d update logs 2021-09-01 21:37:21 +02:00
Barbudor
cc51a37738 add command webgetconfig 2021-09-01 21:30:54 +02:00
Theo Arends
62983899b6 Refactor webinfo 2021-09-01 17:43:04 +02:00
Theo Arends
44c0059a88 Add VINDRIGTNING user compile time control
Add user compile time control over VINDRIGTNING undocumented values
2021-09-01 17:32:25 +02:00
Theo Arends
2b0845a697 Add status comments to MQTT code 2021-09-01 15:41:49 +02:00
Theo Arends
c26adde183 Bump version to v9.5.0.8 2021-09-01 11:34:19 +02:00
Theo Arends
feab616277 Fix Sonoff L1 (lite) smoother color transitions 2021-09-01 11:14:30 +02:00
Theo Arends
6ddb14bc6a Add Command `SetOption2 1`
Add Command ``SetOption2 1`` to enable display of global temperature/humidity/pressure info to JSON sensor message
2021-09-01 09:42:10 +02:00
Theo Arends
1b5406fdd9
Merge pull request #13007 from Seestern93/DimmerNewState
SwitchMode11 & 12 (Dimmer) new state#10 as delayed single-press
2021-09-01 08:18:01 +02:00
Adrian Scillato
31c8567db3
Add Key to set the default of SO128 2021-08-31 21:25:06 -03:00
Adrian Scillato
f0b53cb145
Add Key to set SO128 at compile time 2021-08-31 21:22:05 -03:00
Barbudor
62946c22b0 refactor in single append 2021-08-31 18:01:01 +02:00
Barbudor
8033917a36 fix opentherm json 2021-08-31 17:51:18 +02:00