Commit Graph

2296 Commits

Author SHA1 Message Date
s-hadinger
86e48395c8
Berry animation transpiler refactoring phase 2 (#23900) 2025-09-10 20:06:19 +02:00
s-hadinger
1eb38f0b78
Berry animation transpiler refactoring (#23890) 2025-09-08 23:30:57 +02:00
arendst
993282f56e Solidified Code updated 2025-09-07 20:57:33 +00:00
Theo Arends
21eb227956 Fix regressions from GUI HTML5 change (#23847) 2025-09-07 22:56:57 +02:00
Jason2866
23c214bcdc
updated JPEGDEC v1.8.3 (#23883) 2025-09-07 20:16:53 +02:00
Theo Arends
ed35bbff84 Unable to use default serial GPIOs by TasmotaSerial regression from v14.5.0 with IDF 5.3.2.250120 (#23775) 2025-09-05 12:49:50 +02:00
fleinze
66801313aa
check if interface is up when selecting interface (#23872) 2025-09-04 15:10:33 +02:00
s-hadinger
4d89c97c56
Berry animation fix complex calculation (#23870) 2025-09-03 23:19:17 +02:00
s-hadinger
a52fdd0526
Berry animation fix timings (#23869) 2025-09-03 22:10:31 +02:00
s-hadinger
e3b6c5cbe5
Berry animation simplify transpiler (#23865) 2025-09-01 20:05:31 +02:00
s-hadinger
6d4b49c88b
Berry animation improvements to sequence (#23858) 2025-08-31 23:23:38 +02:00
s-hadinger
7c5b99e2dc
Berry 'animate' framework is DEPRECATED, will be replace by 'animation' framework (#23854) 2025-08-30 10:58:19 +02:00
s-hadinger
356a399569
Berry animation animation as opacity (#23852) 2025-08-29 23:34:21 +02:00
s-hadinger
d5114c32c5
Berry animation template (#23851) 2025-08-29 23:10:41 +02:00
s-hadinger
5a08bc11e3
Berry multiplication between string and int (#23850) 2025-08-29 11:41:08 +02:00
s-hadinger
9426df28f9
Berry animation fix and improve sequence (#23849) 2025-08-29 11:11:01 +02:00
s-hadinger
01b9036e38
Berry animation allow reference to other instances and check parameters (#23843) 2025-08-27 22:02:20 +02:00
s-hadinger
a07b293a9b
Berry remove overflow check when parsing hex (#23842) 2025-08-27 20:43:54 +02:00
s-hadinger
5d9e62eebe
Berry animation simplify DSL output Berry code (#23839) 2025-08-26 22:38:09 +02:00
s-hadinger
bff1e53c42
Berry animation fix foc (#23833) 2025-08-25 22:12:17 +02:00
s-hadinger
580d4f4da1
Berry animation change syntax highlighter for doc (#23832) 2025-08-25 21:59:09 +02:00
s-hadinger
eeb6d02c1a
fix smooth_oscillator and simplify 2025-08-25 21:39:58 +02:00
s-hadinger
1c5636ebae
Fix animation README 2025-08-25 21:36:40 +02:00
s-hadinger
d4ed9b9f76
Berry animation fix compilation (#23830) 2025-08-25 20:59:12 +02:00
s-hadinger
9aaed29a54
Berry animation DSL: fix transpilation of complex expressions (#23829) 2025-08-25 20:54:37 +02:00
s-hadinger
72ddde049e
Berry animation DSL: computed parameters and simplified generated code (#23828) 2025-08-25 19:39:29 +02:00
s-hadinger
8f9c173ed6
Berry fix calling 'setmember' with a function (#23825) 2025-08-24 19:52:13 +02:00
Christian Baars
30f770ca4a
Add ESP32 ROM SHA Hardware Acceleration to BearSSL (#23819)
* Add ESP32 ROM SHA Hardware Acceleration to BearSSL

* USE_SHA_ROM by default for all esp32x variants

---------

Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com>
2025-08-24 15:32:47 +02:00
s-hadinger
ba6177861a
Berry animation add strip_length provider (#23822) 2025-08-24 10:05:51 +02:00
s-hadinger
a7cfe701ba
Berry animation remove mandatory commas from DSL (#23821) 2025-08-24 09:52:51 +02:00
s-hadinger
123cb8ed79
Berry animation remove strip from DSL (#23817) 2025-08-23 19:59:45 +02:00
s-hadinger
772ba227e2
Berry update of preview of animation framework (#23816) 2025-08-22 19:44:35 +02:00
s-hadinger
af8700f6d9
Berry provide details when solidifying fails because of upvals (#23809)
* Berry provide details when solidifying fails because of upvals

* more resilient code
2025-08-21 15:21:04 +02:00
Jason2866
3eb6bf6c8e
Add initial c5 support (#23804) 2025-08-20 21:51:23 +02:00
Theo Arends
cc88f3e6a9 Fix LilyGo T5 2025-08-12 17:22:31 +02:00
Theo Arends
e37f8b71f0 Remove WSL rudiments 2025-08-12 16:29:30 +02:00
Theo Arends
2deb34e856 Update epdiy library
- ESP32 Platform from 2025.07.31 to 2025.08.30, Framework (Arduino Core) from v3.1.3.250712 to v3.1.3.250808 and IDF from v5.3.3.250707 to v5.3.3.250801 (#23778)
- Epdiy library from v1.0.0 to v2.0.0
2025-08-12 16:15:58 +02:00
s-hadinger
1f8fe6b2ea
Matter change UDP logging (and fix typo) (#23749) 2025-08-02 12:04:31 +02:00
s-hadinger
be1e6df7ad
Berry animation init_strip (#23745) 2025-08-01 23:19:24 +02:00
s-hadinger
95f7e39672
Berry call() now works for classes (#23744) 2025-08-01 22:44:49 +02:00
s-hadinger
5416890f11
Berry animation improve event_manager (#23743) 2025-08-01 21:57:35 +02:00
s-hadinger
3ef60018f0
Berry animation change color parsing (#23741) 2025-08-01 19:34:23 +02:00
s-hadinger
ca934bae33
Preview of Berry animation framework (#23740)
* Preview of Berry animation framework

* fix comet and compilation for safeboot
2025-08-01 18:02:02 +02:00
Theo Arends
37af8be39d Update changelogs 2025-07-20 15:49:34 +02:00
Alexey Pavlov
6080bdc472
Latest opentherm (#23704)
* Revert "Build firmware from Master branch"

* Updated workflows

* Added ENS160 (Air quality) and ENS210 (Temperature & Humidity) sensor

* Revert "Added ENS160 (Air quality) and ENS210 (Temperature & Humidity) sensor"

* pre-release 9.3.0

* Update README.md

* Update xsns_05_ds18x20.ino

Fix DS18x20 driver timing issue (#11270)

* Prep release 9.4.0

* Prep 9.4.0

* Update Spanish and Italian

* Update languages

* Push rebuild

* Update changelog

* Update tasmota_version.h

* Update CHANGELOG.md

* Update README.md

* Prep v10.1.0

* revert xlgt_01_ws2812

* Update xsns_69_opentherm.ino

Add variable overrides

* Revert "Update xsns_69_opentherm.ino"

* Prep release

* Prep release

* Prep release 11.1

* Prep release 12.0

* Fix resolving MQTT and NTP servers

- Fix resolving MQTT and NTP servers (#15816)
- Bump version to v12.0.1

* Update RELEASENOTES.md

* Update CHANGELOG.md

* Release 12.1

* Release 12.1

* Revert camera changes

* Prep v12.1.1

* Prep v12.1.1

* Prep v12.1.1

* OT bugfix

* Prep release v12.2.0

* Prep v12.3.0 release

* Revert Tuya change

* add safeboot to release (#17393)

* Update Tasmota_build_master.yml

* Fix ESP8266 zifbee exception 3

* Update RELEASENOTES.md

* fix needed depend. base32-images (#17406)

* Fix ESP32 uploads

* Create TASMOTA_FullLogo_Vector_White.svg

* Fix support for non-sequential buttons and switches

Fix support for non-sequential buttons and switches (#17967)

* Fix duplicate EnergyTotal update

* Update README.md

* New workflow for release (#18722)

* Update CHANGELOG.md

* Update CHANGELOG.md

* fix rs485 transmit

* fix modbus

* prep v13.1

* Prep v13.2.0

* Prep v13.3

* Update to v13.4.0

* Prep release v14.0.0

* Prep release v14.0.0

* Prep v14.1.0

* Prep v14.2.0

* Update CHANGELOG.md

* Prep 14.4

* Update changelog

* Prep v14.5.0

* remove abs from analog sensor

* Update CHANGELOG.md

* Prep release v14.6.0

* Update CHANGELOG.md

* Prep v15.0.0

* change opentherm library

* fixes for new open therm library

* remove changes

* remove changes

---------

Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com>
Co-authored-by: Theo Arends <11044339+arendst@users.noreply.github.com>
Co-authored-by: chrfriese123 <christoph@frieseonline.de>
Co-authored-by: Alexey Pavlov <ap@profi.ru>
Co-authored-by: Serge <60098151+Xjeater@users.noreply.github.com>
2025-07-20 15:29:10 +02:00
s-hadinger
d82fb0e07f
Berry fix missing coma (code actually not used in Tasmota) 2025-07-17 09:59:49 +02:00
s-hadinger
df4943bc19
Berry Leds fix minor inconsistencies in Leds_segment (#23688) 2025-07-15 22:49:18 +02:00
realmicu
7e77086a2d
Add support for Hyundai WS Senzor 77(TH) (#23673) 2025-07-12 21:20:41 +02:00
Jason2866
9e25fc0f30
basic P4 support (#23663) 2025-07-10 16:47:30 +02:00
Arnie97
39013e4f7b
Remove Keeloq 64/66 conversion code (#23615) 2025-07-05 15:20:31 +02:00
s-hadinger
45dd2a331e
Berry f-strings now support ':' in expression (#23618) 2025-06-29 22:46:18 +02:00
s-hadinger
ddf96fb58f
Add Claude 4 generated hierarhy of Matter classes (#23608) 2025-06-28 09:39:46 +02:00
s-hadinger
232db5ce77
Berry fix security issues in 'berry_mapping' and improve documentation (#23606) 2025-06-27 21:26:33 +02:00
s-hadinger
8de22ee4cc
Berry fix security issues in 'int64' and improve documentation (#23605) 2025-06-27 20:49:49 +02:00
s-hadinger
727756283d
Berry add internal documentation with Claude 4 (#23604) 2025-06-27 19:42:44 +02:00
s-hadinger
decdfc6b51
Berry vulnerability in JSON parsing for unicode (#23603) 2025-06-27 19:38:31 +02:00
s-hadinger
e9b62811c7
Berry minor fixes to tapp handling (#23590) 2025-06-22 15:06:22 +02:00
s-hadinger
7d7a9ea6fb
LVGL restore lv_chart.set_range removed in LVGL 9.3.0 in favor of lv_chart.set_axis_range (#23567)
* LVGL restore `lv_chart.set_range` remove in LVGL 8.3.0 in favor of `lv_chart.set_axis_range`

* Fix typo in changelog

* Another typo
2025-06-17 23:12:55 +02:00
Jason2866
384edd22a7
fix lib names (#23560) 2025-06-16 17:46:00 +02:00
Christian Baars
fb44d42426
BLE updates for esp-nimble-cpp v2.x (#23553) 2025-06-15 18:24:54 +02:00
s-hadinger
e30ad61e00
Berry report from upstream !BE_USE_PRECOMPILED_OBJECT (#23549) 2025-06-14 16:07:31 +02:00
s-hadinger
d4d6a2c779
LVGL HASPmora fix regression introduced with LVGL 9.3.0 (#23547) 2025-06-14 11:03:55 +02:00
s-hadinger
390927c190
Berry fix realline (#23546) 2025-06-14 10:37:04 +02:00
s-hadinger
b5d6e95164
LVGL regression missing 'lv.ANIM_OFF' and 'lv.ANIM_ON' (#23544) 2025-06-13 22:31:12 +02:00
s-hadinger
64d6231111
LVGL Tasmota logo splash screen (#23538) 2025-06-12 07:53:41 +02:00
s-hadinger
ea99e4724f
Autoconf failing when last line has no trailing LF (#23537) 2025-06-11 23:10:20 +02:00
s-hadinger
84059199d4
Berry 'tasmota.is_network_up()' (#23532) 2025-06-10 20:56:50 +02:00
s-hadinger
8da8c97d4f
ESP32 LVGL library from v9.2.2 to v9.3.0 (#23518) 2025-06-06 23:54:17 +02:00
s-hadinger
bafcfcd227
Berry increase web hooks from 16 to 32 (#23507) 2025-06-02 23:12:55 +02:00
s-hadinger
d94d7c8972
Berry change number parser for json to reuse same parser as lexer (#23505) 2025-06-02 21:42:44 +02:00
s-hadinger
ea9a24e76d
Berry fix potential pointer underflow with string.endswith (#23496) 2025-05-31 20:02:40 +02:00
s-hadinger
1cd4e27123
Berry fix integer and real parser to handle overflows (#23495) 2025-05-31 15:03:54 +02:00
s-hadinger
fcf4706914
Berry avoid json parsing for unmatched commands (#23494) 2025-05-30 22:34:56 +02:00
s-hadinger
6a4f09c888
Berry fix vulnerability in solidify code
Found by Claude.ai
2025-05-24 09:48:42 +02:00
s-hadinger
d7f9142833
Berry fix POOL32 pointer comparison (#23468) 2025-05-23 22:45:04 +02:00
s-hadinger
67d223dc78
Fix Berry solidification regression introduced in #23451 2025-05-22 08:27:41 +02:00
s-hadinger
c10686e366
Berry 'compile' and 'tasmota.compile' option to compile in local context (#23457)
* Berry 'compile' and 'tasmota.compile' option to compile in local context

* remove unwanted changes
2025-05-21 23:46:36 +02:00
s-hadinger
40bc108ba1
Berry 'webserver.remove_route' to revert 'webserver.on' (#23452) 2025-05-20 23:07:05 +02:00
s-hadinger
7ce3ba376c
Berry 'introspect.module' option to not cache module entry (#23451) 2025-05-20 22:39:42 +02:00
Damian Wrobel
a6ab85f3cd
Fix version for IniFile-Tasmota (#23449)
Fixes the version string in lib/lib_ssl/IniFile-Tasmota/library.properties
file to be semver compliant to avoid build error:
  ValueError: Invalid version string: '0.0.0+modified by Tasmota, based on 1.3.0':

Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
2025-05-19 23:44:18 +02:00
s-hadinger
e2d30dd64d
Berry fix keys conflict (#23444) 2025-05-19 10:42:17 +02:00
s-hadinger
78787f693e
Berry support for 'sortedmap' (#23441)
* Berry support for 'sortedmap'

* Add keys()
2025-05-18 19:29:50 +02:00
NeuDLi
3327f4a5ca
Update IRac.cpp (#23438)
Fix the Coolix fan-only mode in IRac class.

(9785cb910d)
2025-05-18 17:52:16 +02:00
s-hadinger
f5fe75c9b0 Solidified Code updated 2025-05-17 08:14:50 +00:00
s-hadinger
65b1c9668f
Berry remove global 'b' (#23433) 2025-05-17 10:13:15 +02:00
s-hadinger
1ee3d8c079
Fix solidification of float on macos (#23432) 2025-05-17 09:54:32 +02:00
s-hadinger
e86af24056
DNS setting with 'IPAddress4/5' not persisted (#23426) 2025-05-15 23:25:32 +02:00
s-hadinger
aff2157356
HASPmota auto-dimming when no touch (#23425) 2025-05-15 19:05:43 +02:00
s-hadinger
b29ef3dfbc
Fix 'haspmota.parse()' page parsing (#23403)
* Fix 'haspmota.parse()' page parsing

* take into account current page as default
2025-05-10 19:21:35 +02:00
s-hadinger
66013fcf04
HASPmota add 'antiburn()' (#23400) 2025-05-10 11:33:14 +02:00
Christian Baars
75b109c893
use smaller poly1305-donna and remove other poly1305_auth code (#23386) 2025-05-06 22:01:22 +02:00
s-hadinger
f83b5a8c80
Berry introspect.module() failed to load modules in files (#23376) 2025-05-05 22:33:52 +02:00
Christian Baars
e2eae10db6
Fix log_level definition conflict (#23366) 2025-05-02 15:10:02 +02:00
s-hadinger
6cd19c0e59
WebUI status line left and renamed events 'FUNC_WEB_STATUS_left' and 'FUNC_WEB_STATUS_RIGHT' (#23354) 2025-04-29 14:04:29 +02:00
s-hadinger
7e7f237292
Wireguard default values (#23349) 2025-04-27 23:12:18 +02:00
s-hadinger
94652ad6ed
Added Wireguard VPN (#23347) 2025-04-27 20:54:01 +02:00
Christian Baars
723684bb06
Berry: add crypto modules ED25519 and Chacha20-Poly1305 (#23338)
* add crypto modules for Berry

* remove Berry examples from PR
2025-04-25 00:11:47 +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