Commit Graph
9788 Commits
Author SHA1 Message Date
Christian BaarsandGitHub fb44d42426 BLE updates for esp-nimble-cpp v2.x (#23553) 2025-06-15 18:24:54 +02:00
Christian BaarsandGitHub f378e68b3d i2s additions (#23543) 2025-06-14 16:32:54 +02:00
Theo Arends 9392ac7d55 Bump version v15.0.1.1 2025-06-14 14:31:34 +02:00
UBWHandGitHub ea4e399b18 Create DDS75L.be (#23545)
LoRaWAN Decoder File for Dragino DDS75-LB/LS

An Ultrasonic distance sensor

https://www.dragino.com/products/distance-level-sensor/item/271-dds75-lb-ls.html
2025-06-14 11:10:46 +02:00
Theo Arends 79024cdd23 Bump version v15.0.0.1 2025-06-13 15:01:51 +02:00
s-hadingerandGitHub 64d6231111 LVGL Tasmota logo splash screen (#23538) 2025-06-12 07:53:41 +02:00
gemuandGitHub 004f1ec36a fix compile error when globvars not used (#23535) 2025-06-11 09:16:15 +02:00
Theo Arends 742b7338fd Update rsyslog msgid 2025-06-10 23:40:38 +02:00
Theo Arends 4002344227 Fix syslog message id 2025-06-10 16:23:42 +02:00
Theo Arends bba5ba008e Format syslog messages according to RFC5424 adding local log time (#23509) 2025-06-09 17:42:58 +02:00
s-hadingerandGitHub 7c2eabcd94 Zigbee improved message when coordinator failed to start (#23525)
* Zigbee improved message when coordinator failed to start

* Faster fail
2025-06-08 19:04:17 +02:00
Theo Arends 76a39f7597 LoRaWan berry fix initial last seen 2025-06-07 14:25:55 +02:00
s-hadingerandGitHub 8da8c97d4f ESP32 LVGL library from v9.2.2 to v9.3.0 (#23518) 2025-06-06 23:54:17 +02:00
Theo Arends 5522f3f6ba LoRaWan berry decoders add last seen to interrupt sensor 2025-06-06 16:09:13 +02:00
Theo Arends f3d4b5275d LoRaWan berry decoders fix invalid last seen 2025-06-05 15:08:21 +02:00
Theo Arends 26613aacb2 Add Berry mqtt publish rule processing 2025-06-05 14:04:03 +02:00
Theo Arends 4be87d41ef Fix LoRaWan decoder LHT52 battery calculation 2025-06-05 11:27:06 +02:00
Theo Arends 55c7dc0654 LoRaWan fix initial last_seen uninitialized 2025-06-04 18:38:23 +02:00
Theo Arends 93a22628e5 LoraWan change to confirmed command downlink 2025-06-04 18:13:43 +02:00
Theo Arends 263d84315f Add support for LoraWanSend and LoraWanNode 2025-06-03 17:58:35 +02:00
sfromisandGitHub e7f9f51e27 Update xsns_102_ld2402.ino, command table broken (#23504)
Command pointer table broken after refactoring https://github.com/arendst/Tasmota/commit/3a28938b9153d01e7ccef0a03d981251ced56123

The error with a comma before an entry instead of after, to match the other pointers, looks very obvious to me. Hence, I'm submitting this PR without having the hardware, and thus not able to do a runtime test.
2025-06-02 21:53:08 +02:00
Theo Arends de0d88514a Fix button size 2025-06-01 15:50:42 +02:00
Theo Arends 692cf547cb Add Support for AP33772S USB PD Sink Controller as used in CentyLab RotoPD 2025-05-30 15:51:50 +02:00
Theo Arends 04302414c8 Berryfy code 2025-05-30 11:13:57 +02:00
Theo Arends b90ef3b400 Fix compilation 2025-05-29 17:53:55 +02:00
Theo Arends 2eb56b77a2 Change LoRaWan GUI sensor representation 2025-05-29 17:31:21 +02:00
gemuandGitHub 2914554f5e fix regression (#23483) 2025-05-28 08:13:08 +02:00
Theo Arends b822a37a7c Add command trace code to be enabled with define DEBUG_COMMAND_HANG (#23481) 2025-05-27 11:31:15 +02:00
gemuandGitHub 6aca98673d fix upd[x] chg[x] (#23477) 2025-05-26 08:05:41 +02:00
Theo Arends 429537ce4c Fix Dragino LHT65 lorawan decoder 2025-05-25 17:20:47 +02:00
Theo Arends fe596c680d Fix LoraWan config change detection 2025-05-25 16:39:30 +02:00
Fabrizio AmodioandGitHub 553ee44b02 Berry: 'webserver.content_status_sticker' attribute parameter added (#23466)
* Berry: 'webserver.content_status_sticker' attribute parameter added

* fix optional parameter in comment
2025-05-23 22:42:59 +02:00
Theo Arends 6853e88116 Update i18n.h 2025-05-23 16:38:25 +02:00
Theo Arends f6bf4351f5 Increase number of supported LoRaWan nodes from 4 to 16 2025-05-23 13:40:30 +02:00
sfromisandGitHub b684486570 Command lookup table in support_command.ino broken for ESP32 (#23461)
I observed that the definition of command names became mangled with commit https://github.com/arendst/Tasmota/commit/2bc5f682b04ab8fb0a7975763c1a4c2f4a8d54b5 due to vertical bar not being placed where it should. With no bar after `D_CMND_CPU_FREQUENCY`, the command name became concatenated with the next `D_CMND_SETSENSOR` with the "funny" effect that command name `CpuFrequencySetSensor` got matched with `&CmndSetSensor`

The reason for it not being matched with `&CmndCpuFrequency` is that there is a bar too many before the `Info` command name, as previous command name lines all finish with `"|"`. Hence an extra command table entry was created, meaning that the mismatch "only" affected command names `Info`, `TouchCal`, `TouchThres`, `CpuFrequency` and `SetSensor`.

Issue is only for ESP32, as both mishaps happened in a block conditional on `#ifdef ESP32`.

Arguably, it could make sense to have all the lines with command names start with `"|"` as a consistent way of formatting the lines without the special case of ending `"|"` to be omitted for the very last command name line, but I wanted to only make minimal changes
2025-05-22 22:13:52 +02:00
Theo Arends 4f4bf7c61b Add GUI support to LoRaWan decoders 2025-05-22 17:32:16 +02:00
s-hadingerandGitHub 40bc108ba1 Berry 'webserver.remove_route' to revert 'webserver.on' (#23452) 2025-05-20 23:07:05 +02:00
Theo Arends 6a27899241 Update changelogs 2025-05-20 17:14:59 +02:00
s-hadingerandGitHub 1306f7a8c7 Berry remove imports from globals (#23429) 2025-05-17 09:37:53 +02:00
s-hadingerandGitHub e86af24056 DNS setting with 'IPAddress4/5' not persisted (#23426) 2025-05-15 23:25:32 +02:00
NorbertandGitHub fc492bb6b2 Change the log level from INFO to Debug (#23423)
https://discord.com/channels/479389167382691863/790187952416358460/1372526416855437322
2025-05-15 15:30:12 +02:00
Theo Arends c61462a8ea Add timestamp decode to LHTxx 2025-05-15 15:17:58 +02:00
Theo Arends f90be50d2d Cleanup LoRaWan berry decoding 2025-05-15 14:27:56 +02:00
Theo Arends 0abe70816b Fix LoRaWan Decoding when SO147 is enabled 2025-05-15 13:38:19 +02:00
Theo Arends 28f4a07fd6 Add LoRaWan Decoder MerryIoT DW10 2025-05-15 11:13:55 +02:00
Theo Arends 7fb8654c6c Add Support for LoRaWan Rx1 and Rx2 profiles (#23394) 2025-05-13 16:53:02 +02:00
08e8f0b64d LoRaWan Decode Files (#23412)
* Add LoraWanDecoders

Documentation to follow in separate PR.

See https://github.com/arendst/Tasmota/discussions/23394

* Create README.md

Quick Guide

* Update README.md

Typo

---------

Co-authored-by: UBWH <clark@ubwh.com.au>
2025-05-13 08:53:07 +02:00
s-hadingerandGitHub 9f764ac414 TCP bridge more logging (#23410) 2025-05-11 18:41:20 +02:00
Theo Arends f660ba7e04 Add function SleepSkip(<millis> to handle imminent interrupt outside interrupt handler 2025-05-11 17:32:55 +02:00
s-hadingerandGitHub 56ce7b3f93 Allow temporary change of DisplayDimmer (#23406) 2025-05-11 10:43:11 +02:00