fix(drivers): bundle easee_cloud 1.3.3 with the current power time - #1419
Conversation
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
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 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 | |||
There was a problem hiding this comment.
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 👍 / 👎.
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_cloud1.3.3 (srcfl/device-drivers#131) omitspower_observed_atwhile TotalPower is unchanged since the last poll. Core'scurrentEVSamplethen 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
drivers/BUNDLED_SOURCE.jsonmoves fromd44fda1to489c937(the merge of device-drivers#131).easee_cloud1.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 hadhost.http_patchsince before this change. This is the lag Bundled driver pin is behind device-drivers #1274 tracks.Evidence
scripts/sync-bundled-drivers.shwrites 40 drivers, and--checkpasses.scripts/check-driver-versions.shverifies the version changes across the 40 bundled drivers.go test ./internal/drivers(driver syntax and startup contract) passes.make checkpasses there.Closes #1274.
🤖 Generated with Claude Code
https://claude.ai/code/session_01MuerPFZFG88kgu8sWVHeq7