Skip to content

fix(drivers): bundle easee_cloud 1.3.3 with the current power time - #1419

Merged
frahlg merged 1 commit into
masterfrom
fix/bundle-easee-1.3.3
Sep 25, 2026
Merged

frahlg merged 1 commit into
masterfrom
fix/bundle-easee-1.3.3

Conversation

@frahlg

@frahlg frahlg commented Sep 25, 2026

Copy link
Copy Markdown
Member

Why

Third part of the fix for the overnight EV start-stop loop on the home box. #1417 made Core stop standing a charger down on an old power reading. This bundles the driver fix at the source: easee_cloud 1.3.3 (srcfl/device-drivers#131) omits power_observed_at while TotalPower is unchanged since the last poll. Core's currentEVSample then uses the reading's own receipt time. Easee records the observation only on change, so a steady charge used to look up to 5.5 minutes old.

What

  • Pin: drivers/BUNDLED_SOURCE.json moves from d44fda1 to 489c937 (the merge of device-drivers#131).
  • Bundled drivers changed in that range:
    • easee_cloud 1.3.2 → 1.3.3: the fix above.
    • nibe_local → 1.2.0: the Solar PV surplus feed, a write path that is off by default and triple-gated. The host has had host.http_patch since before this change. This is the lag Bundled driver pin is behind device-drivers #1274 tracks.
  • Changeset: patch.

Evidence

  • scripts/sync-bundled-drivers.sh writes 40 drivers, and --check passes.
  • scripts/check-driver-versions.sh verifies the version changes across the 40 bundled drivers.
  • go test ./internal/drivers (driver syntax and startup contract) passes.
  • In device-drivers, the new harness test covers source time for new values, omission for unchanged values and no sample when offline. make check passes there.

Closes #1274.

🤖 Generated with Claude Code

https://claude.ai/code/session_01MuerPFZFG88kgu8sWVHeq7

Moves the bundled-driver pin from d44fda1 to srcfl/device-drivers
489c937 (#131). easee_cloud 1.3.3 omits power_observed_at while the
power is unchanged since the last poll, so Core stamps the reading on
arrival instead of treating a steady charge as a stale charger (#1417).

The same range brings nibe_local 1.2.0, whose Solar PV surplus feed is
off by default and triple-gated; this also closes the pin lag in #1274.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MuerPFZFG88kgu8sWVHeq7
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 25, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-09-25T04:50:52.372470Z 4f7bdc1 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4f7bdc1efb

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -0,0 +1,8 @@
---
"ftw": patch

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Mark the Nibe capability as a minor release

When this changeset is consumed, FTW will receive only a patch bump even though the same pin newly bundles nibe_local 1.2.0's opt-in solar-surplus feed. That is a visible capability rather than a fix, so it must use a minor changeset (and receive the corresponding owner approval) or be split from this pin update.

AGENTS.md reference: AGENTS.md:L158-L162

Useful? React with 👍 / 👎.

@frahlg
frahlg merged commit f447c9d into master Sep 25, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bundled driver pin is behind device-drivers

1 participant