Ludovic BOUÉ
f9f3630fca
Update Matter_Plugin_3_Sensor_Occupancy.be ( #19631 )
...
Add missing UPDATE_COMMANDS for Occupancy sensor
2023-10-01 12:23:29 +02:00
s-hadinger
d1c643a591
Matter tentative fix for SmartThings ( #19620 )
2023-09-30 14:15:50 +02:00
Christian Baars
f0b7984466
MI32 legacy: add mi32name, small fixes ( #19619 )
...
* add mi32name, small fixes
* remove unused variable
2023-09-29 17:47:17 +02:00
stefanbode
540acdc638
smaller fixes ( #19621 )
...
* position report during moverment
during moving the teleperiod will now report the actual position
* fix error on inverted shutter
2023-09-29 17:46:41 +02:00
Barbudor
335e18e8cb
Allow webbutton up to 32 ( #19580 )
...
* Allow webbutton up to 32
* use named const
2023-09-29 09:56:52 +02:00
Jason2866
d79ef1bb2a
rm outdated comment about ArduinoOTA
2023-09-28 21:55:15 +02:00
gemu
3bcdf9487d
fix compile error with new email lib ( #19608 )
2023-09-27 18:36:38 +02:00
stefanbode
955d2d86dd
fix JSON Bug ( #19607 )
2023-09-27 16:05:32 +02:00
s-hadinger
31e56903c5
Audio refactoring and fixes ( #19594 )
2023-09-25 23:31:32 +02:00
stefanbode
0f6b59f67e
fix #16560 ( #19589 )
...
shutter reacted on QUAD press with HOLD event. Fixed
2023-09-25 09:25:45 +02:00
s-hadinger
74900edc96
Audio change of configuration file format ( #19585 )
2023-09-24 18:59:43 +02:00
Christoph Friese
5d97a73ddf
Add ENS16x (air quality) and ENS210 (temp & RH) sensors ( #19479 )
...
* Add files via upload
Added ENS16x library enabling read-out of ENS160 and ENS161 sensor component (follow-up of CCS811 and iAQcore)
Added ENS210 library to read out ENS210 temperature & humidity sensor
* Add files via upload
Add air quality sensor readout for ENS160 and ENS161 checking two possible I2C addresses (follow up sensor for CCS811 and iAQcore)
Add temperature and humidity sensor readout checking two possible I2C addresses
* Update BUILDS.md
Add USE_ENS16x and USE_ENS210
* Update decode-status.py
Add USE_ENS16x and ENS210
* Update I2CDEVICES.md
Add USE_ENS16x and USE_ENS210
* Update my_user_config.h
Add USE_ENS16x and USE_ENS210
* Update support_features.ino
Add USE_ENS16x and USE_ENS210
* Update tasmota_configurations.h
Add USE_ENS16x and ENS210
* Update tasmota_configurations_ESP32.h
Add USE_ENS16x and USE_ENS210
* Update xsns_111_ens16x.ino
Corrected I2X number
* Update xsns_112_ens210.ino
Corrected I2C number
* Disable USE_ENS16x and USE_ENS210 by default
* Added code size information
* cut down in libs
* optimize tasmota side
* fix ens16x web display
* final fix on alternate addresses
* update code & RAM usage
---------
Co-authored-by: Barbudor <barbudor@barbudor.net>
2023-09-24 18:30:15 +02:00
Barbudor
0d7c2dee72
support https URL ( #19582 )
2023-09-24 15:39:20 +02:00
Jason2866
9ff65d76cc
Shell needed for unpack LittleFS cmd
2023-09-23 13:24:37 +02:00
s-hadinger
81d287a3b0
Berry fix audio MP3 ( #19578 )
2023-09-23 12:23:51 +02:00
s-hadinger
375c825d32
More cleaning of audio for ESP32 ( #19577 )
2023-09-23 11:25:58 +02:00
s-hadinger
63fd3e753a
Solidified Code updated
2023-09-22 15:33:45 +00:00
s-hadinger
06da24df83
Update berry scripts for Shelly ( #19535 )
2023-09-22 17:32:34 +02:00
Andrew Klaus
3061b06f3b
Adding SGP40 support to SGP4X driver ( #19560 )
2023-09-22 10:15:04 +02:00
stefanbode
7a75eb7021
Improvement in shuttersetup ( #19565 )
...
* Improvement in shuttersetup
- reduce call of energy to 10x a sec.
- stop detection more rigid to avoid wrong messages
- more accurate calculation of duration
* fix energy hickup on autosetup
2023-09-22 08:38:01 +02:00
Theo Arends
257112e2a7
Update changelogs
2023-09-21 10:15:36 +02:00
s-hadinger
761ddaa57b
Berry counter 0-base ( #19561 )
2023-09-21 09:42:28 +02:00
s-hadinger
7de25acac0
Minor refactoring of audio code for Arduino3 ( #19559 )
2023-09-21 09:00:28 +02:00
s-hadinger
fc513af351
Berry counter ( #19558 )
...
* Berry read and write Counters
* rename counter
2023-09-20 22:28:40 +02:00
s-hadinger
f8b5a38dc9
ESP32 LVGL library from v8.3.9 to v8.3.10 (no functional change) ( #19557 )
...
* ESP32 LVGL library from v8.3.9 to v8.3.10 (no functional change)
* Update mapping
2023-09-20 21:21:08 +02:00
Theo Arends
422c8f2e57
Update changelogs
2023-09-19 16:14:03 +02:00
Theo Arends
ffd09da89a
Fix DS18B20 for ESP32 with over 33 gpios
2023-09-19 15:20:10 +02:00
s-hadinger
ddeb380a19
I2S improvements to MP3 play ( #19547 )
2023-09-18 22:49:49 +02:00
Christian Baars
aa4464389f
fix codec compilation on IDF5.1 ( #19546 )
2023-09-18 22:04:56 +02:00
Christian Baars
d6a9eaf8aa
Preps for IDF5.1: microphone/input for i2s audio ( #19544 )
2023-09-18 20:39:15 +02:00
Theo Arends
b2da74b57f
Update RELEASENOTES.md
2023-09-18 15:57:34 +02:00
s-hadinger
2d0339e8bf
Fix IR compilation for ESP32 with Arduino3 ( #19537 )
2023-09-17 21:12:36 +02:00
Jason2866
ed33d61ab7
Tasmota Core 2.0.13 ( #395 ) ( #19533 )
...
Tasmota Core 2.0.13
2023-09-16 21:10:08 +02:00
s-hadinger
141a38191a
Matter add virtual sensors ( #19530 )
2023-09-16 10:55:05 +02:00
Paul Blacknell
d2aee662fd
fix: add command data to cmnd response ( #19524 )
2023-09-15 22:16:27 +02:00
Theo Arends
c5100044d2
Update changelogs
2023-09-15 17:06:54 +02:00
s-hadinger
d6f0b75959
Solidified Code updated
2023-09-14 21:44:06 +00:00
s-hadinger
04e0d23aba
Fix typo
2023-09-14 23:43:05 +02:00
s-hadinger
e5916337ef
Matter support for Virtual Devices controllable via Rules or Berry ( #19520 )
2023-09-14 22:53:12 +02:00
Theo Arends
d595e64600
Bump version v13.1.0.3
2023-09-14 15:49:31 +02:00
Theo Arends
360509a35a
Update changelogs
2023-09-14 15:44:48 +02:00
Theo Arends
81fc4e336b
Fix Arduino3 compilation
2023-09-14 14:17:51 +02:00
Theo Arends
2682d82628
Fix ESP32C3 relay click on restart
2023-09-13 23:16:38 +02:00
s-hadinger
00bd97fdc7
Matter virtual lights ( #19511 )
2023-09-13 22:49:46 +02:00
s-hadinger
156f1988b2
ESP32 LVGL library from v8.3.8 to v8.3.9 (no functional change) ( #19510 )
2023-09-13 22:05:00 +02:00
Theo Arends
860e12b88a
Add frequency to BL0942
2023-09-13 15:49:14 +02:00
Theo Arends
f9bfa1c41b
Merge branch 'development' of https://github.com/arendst/Tasmota into development
2023-09-13 15:09:50 +02:00
Theo Arends
fffd68ad9c
Fix BL0942 higher baudrates
2023-09-13 15:09:30 +02:00
blakadder
8246410c8a
fix compile errors on exotic windows codepages ( #19508 )
2023-09-13 15:06:01 +02:00
s-hadinger
6d0b2f6bc3
Fix invalid character
2023-09-13 13:47:30 +02:00