close
Skip to content

Evbox Elvi (OCPP): "charger logic error" and "charger out of sync"#29809

Open
premultiply wants to merge 2 commits into
masterfrom
premultiply/issue29588
Open

Evbox Elvi (OCPP): "charger logic error" and "charger out of sync"#29809
premultiply wants to merge 2 commits into
masterfrom
premultiply/issue29588

Conversation

@premultiply
Copy link
Copy Markdown
Member

@premultiply premultiply commented May 10, 2026

Fixes #29588

Replaces #29652

Copilot AI review requested due to automatic review settings May 10, 2026 11:28
@premultiply premultiply added the devices Specific device support label May 10, 2026
Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

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

Hey - I've left some high level feedback:

  • Consider adding a short inline comment or central explanation for why Current.Offered needs to be negated (-Current.Offered) for metervalues in this template so future maintainers understand the rationale and don't inadvertently revert it.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- Consider adding a short inline comment or central explanation for why `Current.Offered` needs to be negated (`-Current.Offered`) for metervalues in this template so future maintainers understand the rationale and don't inadvertently revert it.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adjusts the EVBox Elvi OCPP charger template to change which OCPP MeterValuesSampledData measurands are configured, aiming to address reported “charger logic error” / “charger out of sync” behavior (#29588).

Changes:

  • When meter is true, set metervalues to remove Current.Offered, Power.Offered, and SoC from evcc’s desired measurands list.
  • Keep the existing behavior for meter: false to configure metervalues: Current.Offered.

Comment thread templates/definition/charger/ocpp-evbox-elvi.yaml Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@andig
Copy link
Copy Markdown
Member

andig commented May 11, 2026

Oh nice... maybe add a comment that it does?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devices Specific device support

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Evbox Elvi: "charger logic error" and "charger out of sync"

3 participants