Skip to content

Commit 9ffcdef

Browse files
committed
chore(release): 3.5.1-beta.4
1 parent 8ad2b92 commit 9ffcdef

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.5.1-beta.4] - 2026-07-27
11+
1012
### Added
1113

1214
- **Grid Always On switch for the smart load port** ([#484](https://github.com/joyfulhouse/eg4_web_monitor/issues/484), requested by @brendonlobo123): the portal's *Maintenance → Remote Set → Smart Load Port → Smart Load* tab carries a **Grid Always On** enable/disable that keeps the smart load port energized from the grid instead of dropping it when the Smart Load SOC window closes. It is now exposed as a switch. **Disabled by default** — it only matters once the smart load port is configured, so enable it from the entity settings if you use that port. Not restricted by inverter model or family: the function comes back in the cloud parameter read on every device checked (18kPV, FlexBOSS21, GridBOSS) and the reporter's screenshot shows it live on a 12000XP, so it is offered wherever it can be read.

custom_components/eg4_web_monitor/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"issue_tracker": "https://github.com/joyfulhouse/eg4_web_monitor/issues",
1111
"loggers": ["eg4_web_monitor"],
1212
"quality_scale": "platinum",
13-
"requirements": ["pylxpweb>=0.9.39b4", "pymodbus>=3.6.0", "pyserial>=3.5"],
14-
"version": "3.5.1-beta.3"
13+
"requirements": ["pylxpweb>=0.9.39b5", "pymodbus>=3.6.0", "pyserial>=3.5"],
14+
"version": "3.5.1-beta.4"
1515
}

0 commit comments

Comments
 (0)