5794 Commits

Author SHA1 Message Date
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
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
stefanbode
6da931e4e6
Update xdrv_27_shutter.ino
Missed a change
2021-11-14 22:25:03 +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
tony-fav
ddca584dfe "details" to "DetailsBLE" for better rule use 2021-11-14 14:26:48 -05:00
Stephan Hadinger
b83d6e9b04 Avoid bad ffsp pointer if no filesystem 2021-11-14 18:23:08 +01:00
s-hadinger
a9f0585429
Autoconf v1 (#13665)
* Fix compiler warning

* Autoconfiguration for ESP32 and variants
2021-11-13 20:45:27 +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
Barbudor
e36b375fcb
Fix tcp bridge serial config (#13649)
* proper convert serial config

* fix arduino prototype parsing
2021-11-12 09:07:06 +01:00
Charles
d98235def3 added cycle time and Pi auto tuning on WEBUI 2021-11-11 19:54:00 +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
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
Stephan Hadinger
23e562a058 TLS make ALPN configurable 2021-11-10 18:45:50 +01:00
Theo Arends
41db88c19a Bump version to 10.0.0.2
ESP32 core library from v1.0.7.5 to v2.0.1
2021-11-10 15:00:44 +01:00
Theo Arends
172fa0f2c2
Merge pull request #13624 from barbudor/fix_sgp30_ahum-not-available
SGP30 fix garbage on web gui when abs_num not available
2021-11-10 08:57:37 +01:00
Stephan Hadinger
507a409254 Berry module gpio for OptionA 2021-11-09 23:11:44 +01:00
Barbudor
5185085ca4 fix garbage on web gui when abs_num not available 2021-11-09 21:07:43 +01:00
Theo Arends
8a8aa8e5e0
Merge pull request #13617 from pcdiem/pwmdimmer1
Add SO73 support to PWM Dimmer
2021-11-09 09:29:56 +01:00
stefanbode
b6d3c449ea
Merge branch 'arendst:development' into New-Venetian-Blind 2021-11-09 08:43:36 +01:00
Paul C Diem
925321c4f7 Add SO73 support to PWM Dimmer 2021-11-08 19:51:41 -06:00
Jason2866
4414ae7210
Fix compile error with Arduino core 2.0.1 2021-11-08 14:43:30 +01:00
Jason2866
fb1249ea2b
fix compile with core 2.0.x 2021-11-08 09:35:55 +01:00
stefanbode
c96b296415
Bugfixes and DIV0 fixes for non tilt devices
More regression test.....
2021-11-07 17:20:20 +01:00
stefanbode
a9fd53c864
Limit venetian blind on endposition 0 and 100 2021-11-07 16:30:15 +01:00
stefanbode
e489c57b72
introduce open close on shuttertilt command 2021-11-07 16:23:15 +01:00
stefanbode
5a5a0acbf4
Introduce new Venetian Blind 2021-11-07 15:53:12 +01:00
stefanbode
2cbe8b71d7
adding shutter tilt config and pos 2021-11-07 14:25:25 +01:00
stefanbode
3f3f095962
Shutter Tilt commands 2021-11-07 14:13:12 +01:00
stefanbode
ac5c370e78
Shutter Tilt Discovery 2021-11-07 14:11:32 +01:00
kruzer
ab2438e9a3 Added some comments 2021-11-07 11:58:46 +01:00
s-hadinger
aa86509428
Merge pull request #13588 from s-hadinger/zigbee_fix_map_refresh
Zigbee map fix potential negative number
2021-11-07 10:49:51 +01:00
kruzer
ccd24754d3 code cleaning 2021-11-07 02:40:52 +01:00
Adrian Scillato
c48ff05463
Fix JSON format for EnergyToday Command Response 2021-11-06 21:20:48 -03:00