stefanbode
6d47bfc46e
internal_dev
2021-11-15 17:31:15 +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
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
kruzer
759cc60489
fixed settings
2021-11-06 23:48:15 +01:00
kruzer
08d8fef3c8
Merge settings
2021-11-06 23:45:34 +01:00
kruzer
ff1fa76971
Merge branch 'development' of https://github.com/kruzer/Tasmota into stair-pixels
2021-11-06 23:44:47 +01:00
Stephan Hadinger
318a9cbc99
Zigbee map fix potential negative number
2021-11-06 19:22:35 +01:00
Charles
cba8a55156
added comments about define strings
2021-11-06 12:39:44 +01:00
Charles
d033c2b5ee
Update xdrv_39_thermostat.ino
...
Show state/values on WebUI
2021-11-06 12:35:53 +01:00
Theo Arends
debaf0846d
Test rule IF/ENDIF
...
Test rule IF/ENDIF (#13576 )
2021-11-06 12:03:31 +01:00
Theo Arends
4a6f8e84e4
Merge pull request #13584 from mbezuidenhout/feature/can-bus
...
Feature/can bus
2021-11-06 11:18:17 +01:00
Stephan Hadinger
9fcebb17ed
Move LList to its own library
2021-11-06 09:37:40 +01:00
Marius Bezuidenhout
a436fc5e5f
Merge branch 'arendst:development' into feature/can-bus
2021-11-06 08:14:21 +02:00
Stephan Hadinger
2da2e37abc
EZSP32 idf4.4
2021-11-05 23:21:09 +01:00
Stephan Hadinger
0c144fb748
Berry optimize GPIO constants
2021-11-05 19:25:50 +01:00
Stephan Hadinger
753a61b431
EZSP32 prevent crash on IDF4.4
2021-11-05 18:20:18 +01:00
Jason2866
e9e0e7a467
remove c3 serial workaround
2021-11-05 12:47:32 +01:00
Theo Arends
f22ec011b4
Merge pull request #13572 from stefanbode/patch-2
...
Add ability to discover shutters on relay 9++
2021-11-05 09:51:25 +01:00
Theo Arends
0b9221844e
Merge pull request #13565 from barbudor/pr_add_tcpbridgeconfig
...
Add command TCPConfig to TCPBridge
2021-11-05 09:48:41 +01:00
stefanbode
6a5937f488
Update xdrv_12_discovery.ino
...
Removed reference to MAX_SHUTTER_RELAY
2021-11-05 09:17:07 +01:00
stefanbode
205931d18e
Update tasmota.h
...
Removed obsolete number of shutter relays
2021-11-05 09:06:22 +01:00
stefanbode
540f6178da
Update xdrv_12_home_assistant.ino
...
Fix problem on ESP32 and enhanced i2c GPIO boards with more than 8 relays and shutter defined on relay 9++
2021-11-05 09:02:42 +01:00
Stephan Hadinger
765013cda9
Berry avoid crash when I2C is not configured
2021-11-04 20:21:59 +01:00
s-hadinger
739376a72d
Merge pull request #13569 from s-hadinger/berry_rule_multi
...
Berry support for multiple rules with same prefix
2021-11-04 20:20:23 +01:00
s-hadinger
14165e8d92
Merge pull request #13568 from s-hadinger/lvgl_screen_bg
...
LVGL set screen background to black
2021-11-04 20:20:13 +01:00
s-hadinger
dda96c84a8
Merge pull request #13567 from s-hadinger/berry_virtual_displaydimmer
...
Support for DisplayDimmer for Core2 with Berry drivers
2021-11-04 19:45:42 +01:00
Stephan Hadinger
26d2f9821e
Berry support for multiple rules with same prefix
2021-11-04 19:34:22 +01:00
Stephan Hadinger
1f2a5a913b
LVGL set screen background to black
2021-11-04 19:31:43 +01:00
Stephan Hadinger
3cfae4ccce
Support for DisplayDimmer for Core2 with Berry drivers
2021-11-04 19:29:06 +01:00
Theo Arends
aa79f73aa9
Remove TWDT remnants
2021-11-04 17:41:03 +01:00
Barbudor
79f5c1285f
add command tcpbridgeconfig
2021-11-04 17:14:34 +01:00
Theo Arends
128f7723d1
Enable MQTT retain (sigh)
...
Enable MQTT retain (sigh) (#12494 )
2021-11-04 17:01:05 +01:00
Stephan Hadinger
e45f25f59a
Berry support for unishox compression
2021-11-04 08:17:42 +01:00
Giedrius Koksta
888f5b2f36
add index number to all thermostat responses
2021-11-03 23:15:14 +02:00
Jason2866
e20fd9a8ec
Update de_DE.h
2021-11-03 16:43:49 +01:00
bovirus
05b2045d88
Update Italian language
2021-11-03 12:18:38 +01:00
Theo Arends
5243b17a1a
Add 1 second heartbeat GPIO
2021-11-03 11:58:05 +01:00
Theo Arends
77e0ed68e9
Merge pull request #13544 from Jason2866/facedetect
...
Disable Face Detection for Webcam with Core 2.0.x
2021-11-03 10:52:03 +01:00
Theo Arends
eedaef0928
Fix profiling compile time warnings
2021-11-03 10:42:30 +01:00
kruzer
42267c2bd9
Working effects of gradual highligting based on scheme 13, bitwise rotation settings, fade effect
2021-11-03 00:03:06 +01:00
Jason2866
61c381be94
Update xdrv_81_esp32_webcam.ino
2021-11-02 17:00:22 +01:00
Theo Arends
776ed8a65c
Hide MCP230xx power changes
2021-11-02 16:36:36 +01:00
Theo Arends
903c5c1de7
Refactor BM8563 driver
2021-11-02 14:54:32 +01:00
kruzer
bf8a8c621e
added config variable StepPixels
2021-11-01 12:31:08 +01:00
Jason2866
e87ec95a42
Disabled with core 2.0.x
...
since it is generating compile errors with
2021-10-31 20:32:00 +01:00
Jason2866
a3d912e0ae
revert disable
2021-10-31 19:31:14 +01:00
Jason2866
876111585d
Disabled with core 2.0.x
...
since it is generating compile errors with
2021-10-31 19:26:28 +01:00
Theo Arends
dba1f32c82
Fix ESP32 core 2.x I2C device detection speed
2021-10-31 15:13:28 +01:00
Theo Arends
58935bf708
Fix ESP32 Core 2.x HTU detection speed
2021-10-31 14:27:34 +01:00
Theo Arends
8db8383d59
Generic fix for ESP32 I2C
2021-10-31 14:03:58 +01:00
Theo Arends
818f86809b
Fix ESP32 core 2.0.1rc1 I2C stability
...
Fix ESP32 core 2.0.1rc1 I2C stability by performing new function wire.end() cleaning up SHT driver initiated GPIO changes. This solves HTU driver issue.
2021-10-31 12:58:28 +01:00
Theo Arends
25026b5923
Fix ESP8266 exception when using profiling
2021-10-31 11:57:06 +01:00