Commit Graph

13573 Commits

Author SHA1 Message Date
Jason2866 8b56aa6943
Merge pull request #13682 from arendst/Berry_bluetooth
Enable Berry in Tasmota32-bluetooth
2021-11-15 15:35:51 +01:00
Jason2866 7442ae8f47
Enable Berry in bluetooth env
since it is now enough free RAM with latest framework.
2021-11-15 14:36:42 +01:00
Jason2866 7c8bc70cb0
overlooked delete
not needed extra script anymore
2021-11-15 12:58:53 +01:00
Jason2866 67a8380131
Merge pull request #13680 from Jason2866/comp_silence
fix compiler warnings
2021-11-15 12:52:32 +01:00
Jason2866 d3ba1dd5fc fix compiler warnings 2021-11-15 12:35:48 +01:00
Theo Arends 7879c1b4fa
Merge pull request #13586 from hallard/thermostat_webui
show Thermostat informations on WebUI
2021-11-15 08:32:55 +01:00
Theo Arends 8270b985ae
Merge pull request #13671 from tony-fav/dev-bledetails
BLEDetails2/3/4 JSON change "details" to "DetailsBLE" for more explicit Rule/Berry use
2021-11-15 08:32:00 +01:00
Theo Arends ee75cab504
Merge pull request #13677 from stefanbode/patch-2
Fixed Tilt Movement + Enhancement PWM Servo
2021-11-15 08:30:48 +01:00
stefanbode 6da931e4e6
Update xdrv_27_shutter.ino
Missed a change
2021-11-14 22:25:03 +01:00
s-hadinger 0958011c59
Merge pull request #13674 from s-hadinger/berry_unary_not
Berry fix unary not
2021-11-14 22:18:51 +01:00
stefanbode 48685c2d42
Fixed Tilt Movement + Enhancement PWM Servo
Optimized venetian tilt operation when position was not exactly captured during operation. Shutter tried to find correct position and moves up and down because of the tilt.
Enhancement to PWM Servos. no minimum movement is required. Every Position can be reached directly
2021-11-14 22:17:28 +01:00
Stephan Hadinger a584d77651 Berry fix unary not 2021-11-14 21:38:59 +01:00
tony-fav ddca584dfe "details" to "DetailsBLE" for better rule use 2021-11-14 14:26:48 -05:00
s-hadinger 5a4838bb50
Merge pull request #13669 from s-hadinger/ffsp_noinit
ffsp should be null if file-system did not init correctly
2021-11-14 18:57:24 +01:00
s-hadinger 2a088303e5
Merge pull request #13670 from s-hadinger/berry_ffsp
Force Berry and Autoconf to use internal Flash file-system
2021-11-14 18:57:13 +01:00
Stephan Hadinger ac2634d8e7 Force Berry and Autoconf to use internal Flash file-system 2021-11-14 18:32:17 +01:00
Stephan Hadinger b83d6e9b04 Avoid bad ffsp pointer if no filesystem 2021-11-14 18:23:08 +01:00
Stephan Hadinger 75d6f4ed89 Merge branch 'development' of https://github.com/arendst/Tasmota into development 2021-11-14 11:17:37 +01:00
s-hadinger a9f0585429
Autoconf v1 (#13665)
* Fix compiler warning

* Autoconfiguration for ESP32 and variants
2021-11-13 20:45:27 +01:00
Theo Arends 5154383379
Merge pull request #13662 from stefanbode/patch-1
Bugfix: Shutter missed stop on tilt
2021-11-13 20:06:49 +01:00
Stephan Hadinger 77488823d4 Merge branch 'development' of https://github.com/arendst/Tasmota into development 2021-11-13 19:34:47 +01:00
stefanbode fa06a7bcfc
Bugfix: Shutter missed stop on tilt
Fix bug where shutter continuously moves, when tilt end was not reached due to rounding effects.
2021-11-13 17:31:04 +01:00
Theo Arends 1e326460bd ESP8266 Gratuitous ARP enabled
- ESP8266 Gratuitous ARP enabled and set to 60 seconds (#13623)
- Version bump to 10.0.0.3
2021-11-13 14:38:21 +01:00
s-hadinger 6766fca41c
Merge pull request #13658 from dgwynne/zigbee_symfonisk_quirk
apply IKEA tradfri quirk to symfonisk too
2021-11-13 12:53:56 +01:00
Theo Arends 02346b4e49 Update comments 2021-11-13 12:49:38 +01:00
Theo Arends f19462f64b Fix ESP32-S2 TSettings memory usage
Fix ESP32-S2 TSettings memory usage fixed to 4096 bytes regression from v9.5.0.8
2021-11-13 12:44:45 +01:00
Theo Arends 4ba9fe775a
Merge pull request #13507 from Lenbok/pvvx-reed-switch-status
Reflect PVVX firmware reed switch status
2021-11-13 11:48:15 +01:00
David Gwynne c52f130afb
apply IKEA tradfri quick to symfonisk too 2021-11-13 20:37:10 +10:00
Theo Arends f5b73bdf9c Fix ESP32-S2 compilation
Fixed 568726be6f
2021-11-12 16:31:22 +01:00
Theo Arends dbd7d29765 Fix CSE7761 comms
Fix CSE7761 and Sonoff Dual R3 comms
2021-11-12 14:39:14 +01:00
s-hadinger c8c21e9e37
Tcpbridge fix warning (#13651)
* Fix compiler warning

* Fix compiler warning
2021-11-12 09:43:55 +01:00
Stephan Hadinger 437c72cfa9 Fix compiler warning 2021-11-12 09:13:01 +01:00
Barbudor e36b375fcb
Fix tcp bridge serial config (#13649)
* proper convert serial config

* fix arduino prototype parsing
2021-11-12 09:07:06 +01:00
Theo Arends 0ef9e0f29c
Merge pull request #13641 from s-hadinger/serial_lowbitrate
Make serial more responsive at low bitrate
2021-11-11 20:15:39 +01:00
Charles d98235def3 added cycle time and Pi auto tuning on WEBUI 2021-11-11 19:54:00 +01:00
Stephan Hadinger a36331fe47 Improved for zigbee 2021-11-11 19:22:15 +01:00
Stephan Hadinger 75b749c67e Merge branch 'development' of https://github.com/arendst/Tasmota into serial_lowbitrate 2021-11-11 18:56:31 +01:00
Jason2866 156c41c0a7
Merge pull request #13646 from arendst/silenc_compiler
Next try to silence compiler
2021-11-11 18:19:50 +01:00
Jason2866 a08ec24392 Next try to silence compiler 2021-11-11 17:18:02 +00:00
Jason2866 be86d270c0
Silence compiler warnings, try 2 2021-11-11 17:55:22 +01:00
Charles 967d231f38 Display Current Temperature instead of Sensor Temperature 2021-11-11 17:34:51 +01:00
Charles d352277c8e Fixe compilation error with no DEBUG_THERMOSTAT 2021-11-11 17:12:58 +01:00
Charles be6fbefb46 Merge branch 'development' into thermostat_webui 2021-11-11 16:54:09 +01:00
Stephan Hadinger 9084e36978 Make serial more responsive at low bitrate 2021-11-11 14:44:54 +01:00
Theo Arends ae275d984f Add support for HDC2010 temperature/humidity sensor
Add support for HDC2010 temperature/humidity sensor by Luc Boudreau (#13633)
2021-11-11 11:33:08 +01:00
Theo Arends 0035493a69
Merge pull request #13633 from lucboudreau/hdc2010
Add driver for Texas Instruments HDC2010
2021-11-11 11:26:09 +01:00
Theo Arends 568726be6f Add TSettings assert 2021-11-11 11:20:56 +01:00
s-hadinger e69522f70b
Berry `tasmota.arch()` (#13635)
* Berry `tasmota.arch()`

* Fix typo
2021-11-10 20:58:06 +01:00
Luc Boudreau b373342a2a Add driver for Texas Instruments HDC2010 2021-11-10 14:02:02 -05:00
s-hadinger 1f229e7534
Support for ZIP fs and download (#13632)
* Support for ZIP fs and download

* Fix
2021-11-10 19:31:22 +01:00