Commit Graph

13090 Commits

Author SHA1 Message Date
s-hadinger aacf3ff2a9
Lvgl color names (#13056)
* LVGL Berry change in color names

* Minor fix

* Fix
2021-09-04 11:08:13 +02:00
s-hadinger a6b53b332a
Merge pull request #13052 from s-hadinger/berry_lvgl_style_fix
Berry fix for LVGL styles
2021-09-03 18:53:18 +02:00
Stephan Hadinger 5b29c261ca Berry fix for LVGL styles 2021-09-03 18:35:50 +02:00
Jason2866 4b244e4717
Tasmota github as source for Tasmota ESP32 v.2.0.0 2021-09-03 17:34:07 +02:00
Theo Arends 4378d0afcc
Merge pull request #13051 from AndreTeixeira1998/development
Fixed 2 typos in Portuguese PT language file
2021-09-03 17:14:42 +02:00
André_Teixeira_1998 cbc13be1aa
Fixed 2 typos in Portuguese PT language file 2021-09-03 15:21:24 +01:00
Theo Arends d9998906e0
Merge pull request #13047 from stefanbode/patch-11
Added new functionality if motor of shutter stops late
2021-09-03 15:11:40 +02: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
s-hadinger c06f850cb4
Merge pull request #13046 from s-hadinger/berry_webclient
Berry class ``webclient`` for HTTP/HTTPS requests
2021-09-03 09:48:07 +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
Jason2866 86205d0c29
Merge pull request #13045 from s-hadinger/psramfix
Fix PSRAM compilation for Esp32c3
2021-09-02 21:05:24 +02:00
Stephan Hadinger 19d313622a Fix PSRAM compilation for Esp32c3 2021-09-02 20:54:50 +02:00
Jason2866 c044fd22c4
Tasmota ESP32 core 2.0.0 2021-09-02 19:21:25 +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 c9761665e3 Fixed OpenTherm invalid JSON (#13028) 2021-09-02 10:56:20 +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
Theo Arends 328041ad0e Update changelogs 2021-09-02 10:09:23 +02:00
s-hadinger 6711d464ed
Merge pull request #13037 from s-hadinger/fix_psram_uninit
Fixed crash when PSRAM is absent and ``BOARD_HAS_PSRAM`` set
2021-09-01 23:22:30 +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
s-hadinger 5fcfd42df5
Merge pull request #13033 from s-hadinger/fix_esp32_tlss
Fix ESP32 TLS reconnects
2021-09-01 19:52:30 +02:00
Stephan Hadinger c21f6d455d Fix ESP32 TLS reconnects 2021-09-01 19:42:57 +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
s-hadinger 810d967403
Merge pull request #13032 from s-hadinger/berry_vcall
Berry introspect.vcall
2021-09-01 09:54:17 +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
Stephan Hadinger cb42e241e6 Berry introspect.vcall 2021-09-01 09:12:50 +02:00
Theo Arends 6e3c239e25 Update change logs 2021-09-01 09:11:14 +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
Theo Arends 176f5e2777
Merge pull request #13031 from ascillato/Add_Key_to_set_SO128
Add Key to set the default of `SO128` at compile time
2021-09-01 08:14:53 +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
Theo Arends f77690dd9a Add some comms checks 2021-08-31 17:00:45 +02:00
Theo Arends 1affb8f20c Update release notes 2021-08-31 16:41:19 +02:00
Theo Arends ef4431b8e6 Fix VINDIKTNING PM2.5 measurement
Fix VINDIKTNING PM2.5 measurement (#13012)
2021-08-31 16:28:24 +02:00
Theo Arends 57920f09eb
Merge pull request #13024 from bovirus/patch-3
Update it_IT.h
2021-08-31 13:32:08 +02:00
bovirus f1c4eb3cfd
Update it_IT.h
Update for Italian language.
Please check and merge.
2021-08-31 11:51:22 +02:00