Commit Graph

5234 Commits

Author SHA1 Message Date
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
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
bovirus f1c4eb3cfd
Update it_IT.h
Update for Italian language.
Please check and merge.
2021-08-31 11:51:22 +02:00
Stephan Hadinger 547d47e297 Berry strftime 2021-08-30 23:15:27 +02:00
Stephan Hadinger 06037b10a5 Berry support for Curve 25519 EC crypto 2021-08-30 21:01:06 +02:00
Theo Arends e45dbc66e0 Fix Shelly Dimmer 2 Energy usage
Fix Shelly Dimmer 2 Energy usage (#12815)
2021-08-30 18:03:24 +02:00
Theo Arends 547791058a Remove redundant code 2021-08-30 11:09:10 +02:00
Theo Arends 3a85922a94 Fix Shelly Dimmer 2 Energy calculation
Fix Shelly Dimmer Energy calculation (#12815)
2021-08-30 10:53:23 +02:00
Seestern93 d24221da00 Adapt action for state 10
Adapt action to execute switch#state=10 as needed.
2021-08-30 00:13:40 +02:00
Seestern93 dbeb82c93e Update tasmota.h
Add enum of new state#10
2021-08-29 23:24:31 +02:00
Seestern93 1d5fd6f20a SwitchState10
Add Switch#State=10 to SwitchMode11&12;
Revert changes done by arendst (Switchmode17&18) as new proposal for integrating POWER_DELAYED into existing switch modes 11 & 12
2021-08-29 23:03:14 +02:00
Seestern93 535900f9f3 Merge remote-tracking branch 'upstream/development' into DimmerNewState 2021-08-29 22:41:34 +02:00
Jason2866 b35072c1e1
Some corrections 2021-08-29 16:58:20 +02:00
Theo Arends cf2891f9b9 Add Sonoff L1 MusicSync off when a color change is requested
Add Sonoff L1 MusicSync off when a color change is requested (#12930)
2021-08-27 16:39:18 +02:00
Theo Arends e1db23b7c5 Add Sonoff L1 MusicSync off when a remote button is received
Add Sonoff L1 MusicSync off when a remote button is received (#12930)
2021-08-27 15:50:17 +02:00
Theo Arends e2e90cc18a Add commands ``SwitchMode 17`` and ``SwitchMode 18``
Add commands ``SwitchMode 17`` PushHoldMultiDelay and ``SwitchMode 18`` PushHoldMultiDelayInverted adding delayed single press event (#12973)
2021-08-26 16:36:04 +02:00
Theo Arends c17b5a6178 Add PMS5003 delayed discovery 2021-08-26 11:50:15 +02:00
Theo Arends 454d4601b4 Add support for IKEA VINDRIKTNING
Add support for IKEA VINDRIKTNING particle concentration sensor (#12976)
2021-08-26 11:16:28 +02:00
Theo Arends d4f444a85a Add support for Hydreon RG-15 Solid State Rain sensor
Add support for Hydreon RG-15 Solid State Rain sensor (#12974)
2021-08-25 17:25:11 +02:00
Theo Arends dff83c1dfa
Merge pull request #12974 from wooti/hrg15
Added support for Hydreon RG-15 Rain Sensor
2021-08-25 17:06:30 +02:00
Theo Arends a4e36d8224 Add command ``Subscribe2 ...``
Add command ``Subscribe2 ...`` to subscribe to a MQTT topic without appended "/#" (#12858)
2021-08-25 16:40:03 +02:00
Wouter Breukink 7ad2975063 Added support for Hydreon RG-15 Rain Sensor 2021-08-25 15:01:14 +01:00