sync: pull live-tested drivers from forty-two-watts#6
Open
frahlg wants to merge 1 commit into
Open
Conversation
Four drivers had drift between this repo and the forty-two-watts bundled tree where they're actually run against hardware. Picks the 42W copies as the source of truth and regenerates manifest.json. - easee_cloud.lua: 1Φ↔3Φ auto-switching + driver-side improvements from PR #207 in forty-two-watts. Also gets the sign-convention comment block the verifier requires (EV charger is a one-way load in site convention). - ferroamp.lua: stale-cache fix (#234) and a clean MQTT-release on driver cleanup so reload doesn't leave a duplicate client. - pixii.lua: control fix that stops self-flap when the site-meter driver IS a battery, plus reactive-load diagnostics (per-phase VA + VAR sentinel-guarded). - tesla_vehicle.lua: BLE rate-limit backoff to let the radio recover, + wake-on-edge so the vehicle wakes when the wallbox starts delivering. Sign-convention comment added (read-only — Vehicle metadata only, no power channel). Verified locally with go run ./cmd/driverrepo -verify. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Four drivers had drift between this repo and the forty-two-watts bundled tree where they're actually run against hardware. This PR picks the 42W copies as the source of truth and regenerates
manifest.json.easee_cloud.luaferroamp.luapixii.luatesla_vehicle.luaCaught during end-to-end testing of the upcoming forty-two-watts device-repository client: the client's hash check would have refused to install any of these on a live Pi because the published
sha256no longer matches what 42W ships. Sync brings the manifest back in line with the production-tested versions.Test plan
go run ./cmd/driverrepo -write-manifestsucceeds (manifest regenerated)go run ./cmd/driverrepo -verifypasses locally (sign-convention checks satisfied)User explicitly authorized this PR in the brainstorming session (Swedish "Jag pushar PR mot srcfl/hugin-drivers" then "ja kör").
🤖 Generated with Claude Code