Skip to content

Commit aa7550d

Browse files
committed
eos_connect_develop: bump version to 0.3.35.297; add metadata markers to runtime errors
- Improve error visibility with metadata markers on data fetch failures (#251) - Price/battery interfaces now include actionable config links in error metadata - Better NoneType handling for Tibber price responses All changes fully backward compatible.
1 parent 2e99ef0 commit aa7550d

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

eos_connect_develop/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
> **Note**: Configuration now managed via web UI. See v0.3.34 changelog for migration details.
22
33
---
4+
**Version 0.3.35.297** published on 2026-05-20
5+
6+
- **FIX: Add metadata markers to runtime data fetch errors**
7+
- Price interface now marks Tibber fetch errors with config links for easier troubleshooting
8+
- Battery interface marks state update errors with actionable metadata
9+
- Properly handles NoneType errors in Tibber price responses
10+
- Enables visibility of data fetch failures in startup panel instead of just HA logs
11+
- Continues improvement of [#251](https://github.com/ohAnd/EOS_connect/issues/251)
12+
413
**Version 0.3.35.296** published on 2026-05-10
514

615
- **NEW FEATURE: Startup Error Helper with Scoped Alerts**

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.296"
3+
version: "0.3.35.297"
44
slug: "eos_connect_develop"
55
url: "https://github.com/ohAnd/EOS_connect"
66
arch:

0 commit comments

Comments
 (0)