Commit Graph

17127 Commits

Author SHA1 Message Date
stefanbode c98164a400
Update xdrv_27_shutter.ino 2022-12-08 18:36:17 +01:00
stefanbode 27bbec0d40
Update xdrv_27_shutter.ino 2022-12-08 18:08:12 +01:00
stefanbode 8320a944d8
removed index from shuttermode 2022-12-08 12:55:34 +01:00
Theo Arends de408921ec
Merge pull request #17308 from gemu2015/scripter_fix
fix regression from latest commit
2022-12-08 08:35:08 +01:00
gemu2015 a83c45e3ad fix regression from latest commit 2022-12-08 06:43:26 +01:00
Theo Arends 599793954d
Merge pull request #17304 from barbudor/add-missing-closing-brace
HMC5883 add missing closing brace
2022-12-07 19:23:27 +01:00
barbudor 5916d72598 add missing closing brace 2022-12-07 19:01:17 +01:00
Theo Arends 5ea6fe6b13
Merge pull request #17300 from bovirus/development
Update italian language
2022-12-07 14:10:47 +01:00
bovirus aa19bbf970
Update italian language
Please check and merge, Thanks.
2022-12-07 09:20:25 +01:00
Theo Arends 5eb55d6b69
Merge pull request #17299 from gemu2015/scripter-fix
fix crash on websend in >E
2022-12-07 09:08:02 +01:00
gemu2015 237695de22 fix recursion 2022-12-07 08:52:13 +01:00
Theo Arends 9cce6ad0eb
Merge pull request #17296 from barbudor/patch-1
Fix HMC5883 sensor json
2022-12-06 20:54:36 +01:00
Barbudor 513d6239b3
Fix HMC5883 sensor json
Fix https://github.com/arendst/Tasmota/issues/17295
2022-12-06 20:07:18 +01:00
Theo Arends c41afa1d07
Merge pull request #17294 from stefanbode/patch-1
Avoid ghost switching in position 0 and 100
2022-12-06 16:37:59 +01:00
stefanbode 35475d9353
Avoid ghost switching in position 0 and 100
confirming the position and setting the tilt in 0 and 100% causes ghost switching of the relays. #16435
2022-12-06 16:27:34 +01:00
Theo Arends 9d9d46db9c
Merge pull request #17288 from stefanbode/patch-4
Fix #17282
2022-12-06 09:31:56 +01:00
stefanbode 687e38f6b5
Fix #17282
fix reboot on "shutter" command
2022-12-06 09:27:51 +01:00
s-hadinger e7d40b8d11
Merge pull request #17270 from s-hadinger/berry_crypto_def
Berry crypto module, with AES_GCM by default and EC_CC25519 optional
2022-12-04 19:43:27 +01:00
s-hadinger 8fe30532fd
Merge pull request #17269 from s-hadinger/zigbee_fix_BinaryInValue
Fix type for BinaryInValue
2022-12-04 19:32:50 +01:00
Stephan Hadinger ec17440662 Berry crypto module, with AES_GCM by default and EC_CC25519 optional 2022-12-04 19:20:11 +01:00
Stephan Hadinger 70f73edf9e Fix type for BinaryInValue 2022-12-04 19:15:42 +01:00
s-hadinger 2a1b900775
IPv6 improvements (#17268)
* IPv6 improvements

* Fix esp8266 compilation

* grrr

* Fix compilation issue

* Fix declaration

* Fix esp32c3
2022-12-04 16:57:34 +01:00
Theo Arends a7eaca59e6
Merge pull request #17267 from stefanbode/patch-3
Fix rounding error on tiltmovement
2022-12-04 15:13:01 +01:00
Theo Arends e1221b924d Changed removed leading spaces on commands ``(S)SerialSend1 to 6``
Removed leading spaces on commands ``(S)SerialSend1 to 6`` but keep on duplicate commands ``(S)SerialSend11 to 16`` (#16723)
2022-12-04 15:09:39 +01:00
stefanbode 496aeeff07
Fix rounding error on tiltmovement
fix #17191
2022-12-04 14:41:38 +01:00
Theo Arends b4a688f495
Merge pull request #17265 from stefanbode/patch-2
Support Setoption13 1 on shutters to immediate feedback
2022-12-04 13:33:29 +01:00
stefanbode 9be44131b9
Support Setoption13 1 on shutters to immediate feedback 2022-12-04 13:25:20 +01:00
Theo Arends 5f8ef0c5cb Fix LD2410 bad reception detection 2022-12-04 12:37:50 +01:00
Theo Arends fca19401b7 Increase user input energy max values (#15856) 2022-12-04 12:25:17 +01:00
Theo Arends bb88034669 Fix LD2410 Hardware Watchdogs 2022-12-04 10:50:58 +01:00
Theo Arends 186aef0ad4
Merge pull request #17256 from gemu2015/scripter_fix
fix google chart
2022-12-04 08:25:32 +01:00
gemu2015 0015b5fc04 fix google chart 2022-12-04 08:16:21 +01:00
Theo Arends 5af13ee4bd
Merge pull request #17255 from gemu2015/sml_update
optional TRX enable
2022-12-04 08:01:24 +01:00
gemu2015 1aeee69c08 optional TRX enable 2022-12-04 07:47:21 +01:00
Theo Arends 25ab45288b
Merge pull request #17249 from kurkav/development
Invalid processing of received value.
2022-12-03 12:46:38 +01:00
Theo Arends bbde894628 Add serial Modbus transmit enable GPIOs
Add serial Modbus transmit enable GPIOs to all modbus energy drivers and modbus bridge (#17247)
2022-12-03 12:33:42 +01:00
kurkav 6da636d685 Invalid processing of received value.
Int64 value was read from Float buffer.
Also units received were Wh, struct needs kWh.
2022-12-03 11:54:30 +01:00
Theo Arends 816fd78fbb Fix LD2410 using HardwareSerial on ESP8266 2022-12-01 16:18:38 +01:00
s-hadinger baed1e06a8
Merge pull request #17230 from s-hadinger/ipv6_preview
IPv6 preview for ESP32, also working for ESP8266
2022-11-30 20:01:14 +01:00
Stephan Hadinger d3be3dfe8f IPv6 preview for ESP32, also working for ESP8266 2022-11-30 19:40:58 +01:00
Theo Arends 7fab7bbf36
Merge pull request #17224 from enseitankado/development
Update en_GB.h
2022-11-30 09:42:07 +01:00
Theo Arends 3247ae13eb
Merge pull request #17225 from stefanbode/patch-2
Update ZeroCross Dimmer calibration on physical measurement
2022-11-30 09:37:26 +01:00
stefanbode 3569927403
Update ZeroCross Dimmer calibration on physical measurement
Alligned with physical measurement of 1KW heating
2022-11-30 09:15:34 +01:00
Özgür Koca 7ea813c778
Update en_GB.h
Writing mistake fixed.
2022-11-30 03:09:46 +03:00
Theo Arends af9f83e7e4 Bump version v12.2.0.6 2022-11-29 11:11:39 +01:00
Theo Arends 143373b0d3 Reduce LD2410 Hardware Watchdogs 2022-11-29 10:51:56 +01:00
Theo Arends 47ee69137b Fix TasmotaSerial::read(buffer, size) 2022-11-28 18:14:44 +01:00
Theo Arends 86fcaa1a8d
Merge pull request #17203 from anton-v-a/development
Adding RF protocol for DEWENWILS Power Strips and Power stakes
2022-11-28 12:32:38 +01:00
Theo Arends da50ff821f
Merge pull request #17204 from gemu2015/sml_update
sml_obis_line software flag
2022-11-28 08:52:29 +01:00
gemu2015 fcf12e1adb sml_obis_line software flag 2022-11-28 07:41:37 +01:00