Theo Arends
a11e269ca0
Fix Xmodem send over serial
2025-04-19 12:54:53 +02:00
Theo Arends
2831bbfd18
Update changelogs
2025-04-18 10:36:42 +02:00
bovirus
92b3f7d37c
Italian language update ( #23309 )
2025-04-18 10:26:10 +02:00
s-hadinger
a2d1915692
Base64 split implementation in separate file ( #23313 )
2025-04-17 22:38:04 +02:00
s-hadinger
082170374c
Berry string literals containing NULL are truncated ( #23312 )
2025-04-17 22:12:35 +02:00
s-hadinger
c2628c95f3
Berry 'bytes().asstring()' now truncates a string if buffer contains NULL ( #23311 )
2025-04-17 21:51:03 +02:00
Theo Arends
2bc5f682b0
Add command JsonPP 0..7
to enable (>0) JSON Pretty Print on user interfaces and set number of indents
2025-04-17 15:55:05 +02:00
Theo Arends
cea46bb660
Bump version v14.6.0.1
2025-04-16 14:02:56 +02:00
Theo Arends
b67231483a
Update TEMPLATES.md
2025-04-16 11:46:06 +02:00
Theo Arends
e6918d8b9c
Fix ESP8266 IPv6 compilation
2025-04-16 11:35:06 +02:00
s-hadinger
7ea95ec6b2
Show network interface priority in 'Status 5' debug logging ( #23302 )
2025-04-15 13:21:14 +02:00
Theo Arends
8921a42f79
Add filesystem command `UfsList[2]
`
2025-04-15 12:35:55 +02:00
Theo Arends
c8181e3290
Fix PZEM GUI address display
2025-04-14 16:13:59 +02:00
Theo Arends
117e503aaa
Add PZEM_AC device address in JSON and GUI ( #23268 )
2025-04-14 15:24:02 +02:00
Theo Arends
3baa110f9d
Add support for XMODEM over serial and telnet if enabled with #define USE_XYZMODEM
2025-04-14 13:54:05 +02:00
Theo Arends
a4096ab049
Update changelogs
2025-04-14 10:54:53 +02:00
Theo Arends
83118b9e05
Update changelogs
2025-04-14 10:52:54 +02:00
protectivedad
3a28938b91
HLK-LD2402 Update for firmware 3.3.5+ ( #23281 )
...
* Many changes for the newest firmware 3.3.5
added comments and debug lines
added new autogain function (fw 3.3.5+)
changed variables for consistency
ended configuration mode on error
fixed improper JSON response messages
changed timings for new firmware
consolidated post configuration processsing
* code size reduction
updated size extimates
* reworked to reduce code and memory usage
---------
Co-authored-by: Anthony Sepa <protectivedad@gmail.com>
2025-04-14 10:44:00 +02:00
s-hadinger
68f019cf43
HASPmota default theme is now Tasmota-style ( #23288 )
2025-04-13 23:23:51 +02:00
s-hadinger
4707cc068f
HASPmota added 'y2_min' and 'y2_max' to control the second series of 'chart' ( #23287 )
2025-04-13 21:54:43 +02:00
valentin richard
0604fac3bc
fix(zigbee): fix convertTuyaSpecificCluster
datapoint parser -> support multiple data points in the same payload. ( #23247 )
...
Co-authored-by: valentin <email@example.com>
2025-04-12 19:12:32 +02:00
gemu
c12974366b
Sml update ( #23267 )
...
* rename nthll 64
* fix nthll 64
2025-04-11 15:16:05 +02:00
sfromis
cced48d824
Update uDisplay.h ( #23273 )
...
RGB565 value for pink was same as magenta. This is obviously wrong, hence correcting to the "pink" value from the docs.
While I'm far from certain about the "right" shading of color nuances, the correction does "reasonably pink" in my eyes (on a ST7789), and assuming that the value from the docs was sourced from something relevant to the small displays used with Tasmota, I consider the change to be at least a move in the right direction.
Still, the corrected value (FF80C0 in RGB888) does have the name "tea rose" when using HTML color codes as a reference, but "some people" may have more interest in long discussions like what pink "really" is.
2025-04-11 15:15:35 +02:00
Theo Arends
1a8903578f
Update changelogs
2025-04-11 15:11:38 +02:00
Jason2866
230ce2c539
Platform 2025.04.30 Tasmota Arduino Core 3.1.3.250411 based on IDF 5.3.2.250403 ( #23280 )
2025-04-11 13:06:26 +02:00
Norbert
6b7606c958
Fix spelling ( #23278 )
2025-04-11 08:54:44 +02:00
jetpax
cfe1cee4d3
Replace brotli compressed file serving with gzip ( #23274 )
...
* Replace brotli compressed file serving with gzip as it is better supported
* Add HTTP_POST support
2025-04-10 23:12:37 +02:00
s-hadinger
2999eed8b9
Berry 'readline' when a line is exactly 98 characters ( #23276 )
2025-04-10 22:57:03 +02:00
Theo Arends
3f82228905
Fix MIEL_HVAC temperature saving 9k code size in addition ( #23271 )
2025-04-10 11:32:43 +02:00
s-hadinger
7ddf8abf90
Ensure AlpineJS is in PROGMEM ( #23264 )
2025-04-07 19:49:19 +02:00
Theo Arends
215b37bf69
Add Alpine.js 2.8.2 support ( #23259 )
2025-04-07 14:42:35 +02:00
Theo Arends
342bb2cb7b
Update changelogs
2025-04-07 10:28:55 +02:00
s-hadinger
2096411be6
Fix esp_idf_http to make strings 'weak' ( #23256 )
2025-04-06 22:51:38 +02:00
jetpax
929582b1af
Expose esp_http_server to Berry ( #23206 )
...
* Expose esp_http_server to Berry
* Fix conditional build defines
* Fix Berry returns, dangling pointer
* Use correct Berry returns
* Remove debug code
* cleanup
* add BERRY to conditionals to avoid confusion
2025-04-06 22:27:48 +02:00
Thomas Büngener
4ed48feaa2
SML: CRC for binary SML ( #23205 )
...
* SML: CRC for binary SML parsing
* switch algos
* improve errormessage on buffer overflow
* move crc variable to their own struct
* Use Flag bit to disable CRC, auto-detect algorithm,
data in own struct
debug log
* configure and enable/disable via special option "=soC,bufsz,mode", mode 16 autodetect.
* fix 15 vs 0xF
* remove benchmark code
* fix typo in comment
* Byteflip for CRC
2025-04-05 11:22:22 +02:00
Theo Arends
c121dbcd4a
Update changelogs
2025-04-05 11:21:03 +02:00
s-hadinger
e8baea464f
TLS increase timeout and fix crash ( #23249 )
2025-04-05 00:04:36 +02:00
Theo Arends
2bf67b96a6
Prep XYZModem support on Serial/USB and telnet
2025-04-01 23:15:28 +02:00
s-hadinger
0cb6a8ba24
Fix typo ( #23232 )
2025-04-01 23:10:30 +02:00
Theo Arends
39494f1287
Update changelogs
2025-04-01 23:10:08 +02:00
Qowy
90c690e67a
fix DIMMER ! to use correct dim value ( #23196 )
2025-04-01 22:57:58 +02:00
s-hadinger
08f20b9404
Smoothen light gamma curve when using Fade
( #23230 )
2025-04-01 22:51:56 +02:00
Theo Arends
dfabe8cc0f
Update change logs
2025-03-31 11:49:57 +02:00
protectivedad
b43d360d37
fixes for ina226 driver ( #23197 )
...
adjust current/voltage timing to be consistent
fix missing comma in json
Co-authored-by: Anthony Sepa <protectivedad@gmail.com>
2025-03-31 11:45:59 +02:00
Theo Arends
2f7793ddcf
Fix Zigbee XModem wait loop
2025-03-29 16:37:48 +01:00
Theo Arends
3c70b728ac
Fix ESP32 compile without webserver
2025-03-28 13:58:22 +01:00
Theo Arends
289120ee92
Fix telnet buffer overrun detection
2025-03-28 12:16:32 +01:00
s-hadinger
b77b622fbe
Berry bytes add 3 ( #23200 )
...
* Berry bytes add with 3 bytes
* add changelog
2025-03-27 22:55:42 +01:00
s-hadinger
a47e6f1496
Berry avoid bootloop when Berry is disabled ( #23199 )
2025-03-27 21:08:32 +01:00
Theo Arends
74757ee7da
Fix telnet response if seriallog is 0
2025-03-27 17:27:48 +01:00