Skip to content

Commit 4eda0d0

Browse files
committed
eos_connect_develop: bump version to 0.3.35.298; add dynamic feed-in pricing and MQTT fixes
- Add multi-source dynamic feed-in pricing support (#219) - Fixed prices, Elpris DK, EPEX-Spot via Akkudoktor - Standardized pricing to ct/kWh with hot-reload config - Backward compatible migration - Fix MQTT state labels for EVCC discharge modes (#252) - Correct display and command mapping - Enable manual mode selection in HA All changes fully backward compatible.
1 parent aa7550d commit 4eda0d0

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

eos_connect_develop/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
> **Note**: Configuration now managed via web UI. See v0.3.34 changelog for migration details.
22
33
---
4+
**Version 0.3.35.298** published on 2026-05-22
5+
6+
- **NEW FEATURE: Dynamic Feed-In Pricing with Multi-Source Support**
7+
- Support for multiple feed-in pricing sources: Fixed prices, Elpris DK spot prices, EPEX-Spot prices via Akkudoktor API
8+
- All prices standardized to ct/kWh for consistency across the UI
9+
- FeedInPriceInterface handles multi-source management with background price updates
10+
- Backward compatible: Existing fixed prices automatically migrated (config key renamed)
11+
- New web UI configuration section with hot-reload support
12+
- Comprehensive test suite (26 tests) covering all sources
13+
- Fixes [#219](https://github.com/ohAnd/EOS_connect/issues/219)
14+
15+
- **FIX: MQTT state labels for EVCC discharge modes**
16+
- Corrected incorrect state display: States 4 & 5 now show "Discharge Allowed EVCC" instead of "Avoid Discharge"
17+
- Users can now manually select discharge-allowed modes in Home Assistant
18+
- MQTT command mapping fixed to enable proper mode selection
19+
- Documentation updated to reflect correct behavior
20+
- Fixes [#252](https://github.com/ohAnd/EOS_connect/issues/252)
21+
422
**Version 0.3.35.297** published on 2026-05-20
523

624
- **FIX: Add metadata markers to runtime data fetch errors**

eos_connect_develop/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "EOS connect develop"
22
description: "IMPORTANT UPDATE v0.3.34: Web-based configuration introduced. Your existing settings are migrated automatically on first start. After update, open the EOS Connect web UI to manage all settings. The addon config panel will only show Web Port, Time Zone and Log Level in a future release."
3-
version: "0.3.35.297"
3+
version: "0.3.35.298"
44
slug: "eos_connect_develop"
55
url: "https://github.com/ohAnd/EOS_connect"
66
arch:

0 commit comments

Comments
 (0)