Commit Graph

9927 Commits

Author SHA1 Message Date
Theo Arends
b6edea6fcf Fix IOS compilation 2025-09-22 11:24:57 +02:00
SteWers
ec6e1dd2a6
Optimize WiFi strength indicator (#23924)
* Optimize WiFi strength indicator

- Simplify `WifiGetRssiAsQuality`
- Make WiFi strength indicator in web status line color independent
- Correct count of visible bars in strength indicator
- Save flash space (64 bytes; with WiFi status line 80 bytes)
- Highlight connected SSID/AP in settings with compiler option `USE_HIGHLIGHT_CONNECTED_AP` (needs additional 256 bytes)

* Change format of RSSI display
2025-09-21 15:26:03 +02:00
gemu
40bf796ef3
fix Ecotracker emulation (#23926) 2025-09-20 10:53:21 +02:00
Jason2866
96c9c9788b
Fix Linker error with latest esp-hosted-mcu version (#23922)
* fix compile / weird linker error
2025-09-19 14:48:42 +02:00
Christian Baars
514c444cce
I2S: web radio - fix not happening reconnect (#23916) 2025-09-16 20:47:20 +02:00
Theo Arends
8d9b885270 Change M5Stack CoreS3 display.ini to use SPI1
- together with template change allows ethernet to work when display is disabled
2025-09-15 16:54:39 +02:00
Theo Arends
028b917abd Add M5Stack CoreS3 support 2025-09-14 16:27:13 +02:00
Theo Arends
56f5d3219a Add low uptime color (to find latest restarted device) 2025-09-12 15:36:32 +02:00
stefanbode
7315b06969
Bug + new option to set shutterposition (#23893)
* Bugfix + new ShutterSetPosition

Regression on Pulsetime
New function to set Position at any time without moving

* Update i18n.h

Added new option
2025-09-10 11:47:34 +02:00
Theo Arends
1fadb7e732 Bump version v15.0.1.4 2025-09-08 16:23:51 +02:00
Theo Arends
1e4dd48873 Fix HTML5 spacing 2025-09-08 11:36:17 +02:00
Theo Arends
cb080d3a9f Fix HTML5 GUI spacing 2025-09-07 23:33:04 +02:00
Theo Arends
21eb227956 Fix regressions from GUI HTML5 change (#23847) 2025-09-07 22:56:57 +02:00
Theo Arends
febda983b0 Update changelogs
- Reduce statedata.be websend file size
2025-09-07 22:14:12 +02:00
SteWers
eb8d51f47c
Update web UI styles and HTML syntax (#23847)
* Update web UI styles and HTML syntax

Merged HTTP_HEAD_STYLE2 into HTTP_HEAD_STYLE1 and removed redundant style files. Updated button and form HTML across web UI to use consistent markup. Adjusted various style and separator elements for improved HTML5 compliance and consistency.

* Fix WiFi config page

* Fix typo

* Revert merging HTTP_HEAD_STYLE

Revert merging `HTTP_HEAD_STYLE1.h` and `HTTP_HEAD_STYLE2.h`
2025-09-07 21:58:43 +02:00
Theo Arends
ede11b1795 Add option "Treat topic as hostname" 2025-09-07 16:02:28 +02:00
Theo Arends
46fa6cabe1 Add highlight for last changed devices 2025-09-07 14:56:20 +02:00
Theo Arends
2f67682256 Add Devices online count 2025-09-07 12:44:14 +02:00
sfromis
27532f8d81
Update statedata.be topic handling (#23878)
Could would react to any topic including the string "STATE", specifically including "ZBSTATE" payload from the command "ZbScan"
2025-09-06 21:31:45 +02:00
sfromis
1736c640f3
Update statedata.be with stop() method (#23875)
Code was calling stop() when reinitialized, but method was not defined
2025-09-06 08:38:05 +02:00
Theo Arends
4490284fb4 Enhance berry example with full list of active devices 2025-09-05 22:35:42 +02:00
Theo Arends
120308f969 Add used Modbus UART debug information 2025-09-01 11:19:59 +02:00
Theo Arends
d20cebb654 Add support for RX8030 RTC (#23855) 2025-08-31 22:56:32 +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
SteWers
27a1f11c70
Fix Wifi status line (#23841)
Fix colors of WiFi strength indicator to make it work again correctly. Regression of #23597.
2025-08-28 13:53:03 +02:00
Theo Arends
2540cf7e81 Fix horizontal line in GUI 2025-08-26 16:43:51 +02:00
Theo Arends
26ac0cc468 Add tool to show global state info in GUI
- Can be used to find hostname and IP address of newly added devices.
2025-08-26 16:23:03 +02:00
Jason2866
e6e837f814
changes for new hosted-muc (#23834) 2025-08-25 23:08:40 +02:00
Theo Arends
57d2225a97 Add truncate if needed 2025-08-25 20:33:27 +02:00
Theo Arends
517eae733b Add displaymode 7
- Extend state JSON message with functional hostname and ipaddress which could be WiFi or Ethernet
2025-08-25 17:07:36 +02:00
Theo Arends
43a5359af7 Add DisplayMode 6 2025-08-24 17:04:31 +02:00
Jason2866
81be80b04a
FIX max GPIO and add C5 dangerous and special GPIOs (#23806)
* add C5 dangerous and special GPIOs
* Fix max GPIO and flash / red pins (#517)
2025-08-23 19:38:27 +02:00
s-hadinger
772ba227e2
Berry update of preview of animation framework (#23816) 2025-08-22 19:44:35 +02:00
Theo Arends
b5775895d2 Remove user-scalable=no from HTTP HEADER (#23798)
- Fix ESP32-C5 config-version
2025-08-22 17:38:08 +02:00
s-hadinger
bdea647435
Momentarily increasing debug for Alexa Hue/Wemo debugging (#23810) 2025-08-21 16:15:54 +02:00
Jason2866
a879285c57
fix C5 settings buffer -> use 8 2025-08-20 22:14:52 +02:00
Jason2866
3eb6bf6c8e
Add initial c5 support (#23804) 2025-08-20 21:51:23 +02:00
Theo Arends
20cd4a4c2f Fix display compilation 2025-08-13 15:52:55 +02:00
Fabrizio Amodio
d986ff7d76
Glamos Walker GPS Tracker LoRaWAN Decoder (#23781) 2025-08-13 11:15:40 +02:00
Fabrizio Amodio
aac772d34d
WS522 Downlinks Refactoring (#23780)
* WS522 Downlinks Refactoring

* WS522 Add remove_cmd
2025-08-13 11:15:00 +02:00
Fabrizio Amodio
244327de0b
Fix LwDecode.be permit to disable duplicates hash (#23779) 2025-08-13 11:14:22 +02:00
Theo Arends
cc88f3e6a9 Fix LilyGo T5 2025-08-12 17:22:31 +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
Theo Arends
51af5be778 Fix LwDecode.be colors
- Add hot-reload to all vendor drivers
2025-08-11 14:48:08 +02:00
Fabrizio Amodio
5493323272
LoRaWAN Decoder Framework Enhancement (#23772)
* LwDecode.be refactoring & optimization by Claude.ai

* SendDownlinkMap implemented

* LwReload command implemented to live reload of the LoRaWAN decoder without restarting berry

* SendDownLink response refactory
2025-08-11 14:23:27 +02:00
Fabrizio Amodio
efb5ab1ef8
LoRaWAN Sensor standard formatter (#23761)
* LoRaWAN decoder standard formatter implemented

* New icons added

* Milesight WS202/WS301/WS522 standard formatter implementation

* Milesight WS202/WS301 bug fix

* little code optimization

* bug fix

* formatter sample usage

* Removed Icons handling from standard formatted, adjust standard sensor format, added links to standard formatter

* altitude formatter, add_link formatter, SendDownLink  function

* WS522 missing attribute, Downlink refactoring, UI Standardization
2025-08-07 15:25:34 +02:00
Theo Arends
324ac9b158 Fix syslog RFC5424 compliance (#23509) 2025-08-07 14:57:43 +02:00
Fabrizio Amodio
5bd9414012
Milesight WS522 LoraWan Decoder (Portable Socket) (#23750)
* Milesight WS522 LoraWan Decoder (Portable Socket)

* WS522 Bug fix

* WS522 Code Refactoring, UI Improvment, Downlink Management
2025-08-04 11:43:34 +02:00
Theo Arends
fd3ff98074 Bump version v15.0.1.3 2025-08-03 14:45:54 +02:00
s-hadinger
ca34162937
Berry raise webserver hooks from 16 to 32 (#23748) 2025-08-02 11:45:52 +02:00