s-hadinger
2808653ad9
Moved Berry animate to its own `berry_animate` lib ( #20309 )
...
* Moved Berry animate to its own `berry_animate` lib
* Fix solidification
* fix compilation
* Fix compilation
2023-12-25 11:01:19 +01:00
UBWH
bebffa040f
Update xdrv_58_range_extender.ino ( #20295 )
...
RESULT to RgxSSId command is not valid JSON
BEFORE:
RSL: RESULT = {"Rgx":{"Valid":"true","SSId":"solar_5BDBFC","Password":"MyPassword","IPAddress":"192.168.99.1","Subnetmask":"255.255.255.0"}
AFTER
RSL: RESULT = {"Rgx":{"Valid":"true","SSId":"solar_5BDBFC","Password":"MyPassword","IPAddress":"192.168.99.1","Subnetmask":"255.255.255.0"}}
Not extra terminating '}'
2023-12-25 09:13:32 +01:00
DUPONCHEEL Sébastien
c13886e00d
HDMI CEC: Fix HDMIType command ( #20308 )
...
According to documentation HDMIType is from 0 to 5 but the actual check is lower than 1 and above or equal 6, so the function is never applied. Also note that setting the HDMIType to 0 use the default type value 4, that make impossible the emulation of a TV device.
2023-12-25 08:54:53 +01:00
s-hadinger
6c0028de4e
Matter improve read sensors ( #20302 )
...
* Matter improve read_sensors scheduling
* Imprtove logging
* add scheduler call
* remove unwanted print
* fix
2023-12-24 09:31:53 +01:00
Theo Arends
a6a8214ea7
Fix support for Domoticz floor/room topics
...
Fix support for Domoticz floor/room topics. Regression from v12.0.1 (#20299 )
2023-12-23 16:13:13 +01:00
Jason2866
b4f1aafc4c
Platform 2023.12.00 ( #20298 )
2023-12-23 12:18:25 +01:00
s-hadinger
15e181ac53
Update CHANGELOG for Matter remote password
2023-12-23 11:57:01 +01:00
s-hadinger
fb90a34b0a
Matter support for password for remote Tasmota devices ( #20296 )
2023-12-23 10:54:22 +01:00
Jason2866
18e5f53e97
Add new board setting "download speed" to esp32x boards json ( #20291 )
...
* add download_speed setting
* add "download speed"
* add / change up- download speed
2023-12-22 19:40:47 +01:00
s-hadinger
fbc827d11d
Berry fix leds brightness ( #20292 )
2023-12-22 18:10:34 +01:00
lis0r
4ac93a4d1a
Add support for SJWS01LM BLE flooding sensor ( #20288 )
2023-12-22 15:31:14 +01:00
Bernhard Urban-Forster
5988e77f8c
as608: send mqtt message on non-matching finger ( #20287 )
2023-12-22 14:21:59 +01:00
Christian Baars
0e87096bad
allow Berry fast_loop for BLE module ( #20281 )
2023-12-21 20:28:08 +01:00
Theo Arends
e5abd47c86
More syslog explaining
2023-12-21 14:49:37 +01:00
Theo Arends
2f824b1976
Document different syslog layouts
2023-12-21 14:30:49 +01:00
Theo Arends
a445c7f23a
Fix syslog server warning
...
Fix syslog server warning caused by lack of <PRI> field and hostname starting with 'z' (#14689 )
2023-12-20 16:00:27 +01:00
Marcus Better
04a8414217
Fix Tuya v2 module compilation ( #20272 )
2023-12-20 10:00:52 +01:00
Theo Arends
9e2ae391fc
Fix ESP32 piezo ceramic buzzer
...
Fix ESP32 piezo ceramic buzzer doesn't buzz (#20118 )
2023-12-19 15:38:12 +01:00
Jason2866
87b5886ea7
correct enable `ESP32 Async UDP` for core 3.0.0
2023-12-19 15:18:03 +01:00
Jason2866
d78a223646
enable lib `ESP32 Async UDP` for core 3.0.0
2023-12-19 15:14:57 +01:00
Theo Arends
b81eaf5bc8
Support syslog updates every sleep
...
Support syslog updates every sleep or every second if `#define SYSLOG_UPDATE_SECOND` (#20260 )
2023-12-19 12:45:13 +01:00
budulinek
23b4cd08d4
Realtime syslog ( #20260 )
...
* Realtime Syslog
* Update tasmota.ino
---------
Co-authored-by: Theo Arends <11044339+arendst@users.noreply.github.com>
2023-12-19 12:29:39 +01:00
SteWers
81f90a251c
de_DE Fixes and typos ( #20269 )
...
* de_DE Fixes and typos
* Hyphen
2023-12-19 09:37:02 +01:00
Theo Arends
b69a335634
Update changelogs
2023-12-18 14:26:13 +01:00
Jason2866
d2690ef7c0
enable CST816S touch driver in firmware lvgl ( #20264 )
2023-12-18 14:02:00 +01:00
Theo Arends
f65ae0694b
Fix XSS phase 1
2023-12-18 12:31:14 +01:00
Norbert Richter
c111bb963f
Add NeoPool hydrolysis FL1 and Redox flag ( #20258 )
2023-12-18 11:27:12 +01:00
Arne Meeuw
6b35fc8ddb
Add support for CST816S touch interface ( #20213 )
...
* Add initial version (prints coordinates)
* Add CST816S_found
* Revert formatting
* Add supported gestures (untested)
* Correct use of enums
* Remove library dependency
* Unification of methods
* Remove redundant variables and format
2023-12-18 11:03:18 +01:00
SteWers
2204ecdc51
Unify de_DE ( #20257 )
...
* Unify de_DE
Make de_DE more unify
* Update de_DE.h
2023-12-18 10:17:39 +01:00
s-hadinger
5fd8faa633
Add animate palettes ( #20256 )
2023-12-17 21:23:43 +01:00
bovirus
d3a30681b2
Update Italian language ( #20255 )
2023-12-17 21:13:07 +01:00
s-hadinger
dc98f6e190
Simplify animate ( #20254 )
...
* Simplify animate
* make add_ methods idempotent
2023-12-17 20:47:18 +01:00
s-hadinger
cc5eb732ea
Fix animation ( #20250 )
2023-12-16 22:38:04 +01:00
Theo Arends
70768ea8ad
Update changelogs
2023-12-16 18:29:09 +01:00
Barbudor
7c290388d9
Sonoff Basic R4 Magic switch ( #20247 )
...
* magic switch take 1
* good to go
* good to go
* final, including in tasmota32c3
2023-12-16 18:23:51 +01:00
s-hadinger
3f4b69f91c
Improve animation ( #20246 )
2023-12-16 17:26:58 +01:00
Norbert Richter
d10b30ef55
Update NeoPool register desc ( #20245 )
2023-12-16 14:40:18 +01:00
s-hadinger
d6bf19190f
Small fixes to animate module ( #20238 )
2023-12-14 23:09:40 +01:00
s-hadinger
c1f8ee5dbb
Refactoring of Berry `animate` module for WS2812 Leds ( #20236 )
2023-12-14 20:13:17 +01:00
Theo Arends
7b12450876
Update SECURITY.md
2023-12-14 15:29:19 +01:00
Theo Arends
b421e2d88b
Update changelogs
2023-12-14 15:17:44 +01:00
Theo Arends
827f614933
Update SECURITY.md
2023-12-14 15:12:36 +01:00
s-hadinger
5102dbf1d2
Matter Contact sensor was not triggering any update ( #20232 )
2023-12-13 20:07:12 +01:00
Theo Arends
512d659d67
Bump version to v13.3.0.1
2023-12-12 16:20:06 +01:00
Theo Arends
c6ecaf9bd7
Update changelogs
2023-12-12 10:56:04 +01:00
s-hadinger
f796915fd1
HASPmota `bar` fixed `val` attribute ( #20208 )
2023-12-11 22:13:24 +01:00
s-hadinger
f7cf94b929
Remove Berry `every_200ms` event which didn't work anyways ( #20205 )
2023-12-11 21:22:20 +01:00
Christian Baars
864a99d887
Berry ULP - API changes for IDF5.x ( #20198 )
...
* remove pointless dependencies
* add API changes for IDF5.x
2023-12-09 13:32:02 +01:00
s-hadinger
15d72e9f33
Fix solidification of leds ( #20199 )
...
* Fix solidification of leds
* Fix includes
2023-12-08 22:41:44 +01:00
s-hadinger
d61adb0b0c
Leds animation refactoring stage 1 ( #20197 )
2023-12-08 21:13:44 +01:00