Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grizzl-E doc updates for firmware 3.x.x on Mini / Ultimate models #1586

Merged
merged 2 commits into from
Mar 22, 2025

Conversation

bverkron
Copy link
Contributor

@bverkron bverkron commented Mar 16, 2025

Hi there!

I got a Grizzl-E Mini Connect 2024 and have been running it with the HA OCPP integration for a month or two with almost zero issues, despite the major issues and required workarounds reported in the documentation. It seems the Mini Connect and Ultimate models use a different firmware series (3.x.x vs 5.x) and they have resolve the majority of the issues.

This is my Mini Connect running on the latest version of the OCPP integration (0.8.4) with no modifications to the integration code. Not every sensor is provided but the ones that are provided work perfectly so far.

Screenshot 2025-03-15 at 5 55 40 PM

The only issues I've had with the OCPP integration, so far, is amperage changes not being applied. After several discussions with United Chargers they acknowledged the issue and said it should be fixed in an upcoming firmware update.

Here is a copy of the relevant portion of the email thread with them.

Screenshot 2025-03-15 at 5 42 10 PM

They have also setup a dedicated email address for working with them on OCPP implementation issues at integrations@unitedchargers.com. I decided not to include that email address in the documentation directly since it's intended more for developers to work with them on OCPP defects rather than be used as a setup support inbox for general users. But open to discussion on it.

Screenshot 2025-03-15 at 5 43 48 PM

Anyway, I thought this was all really good and useful info for people considering Grizzl-E chargers, specifically the Mini and Ultimate who want to integrate into Home Assistant. With the current documentation they might be scared away thinking it won't work.

Happy to make any recommended changes!

Summary by CodeRabbit

  • Documentation
    • Enhanced details on Grizzl-E charger support, specifying which models are compatible with firmware 3.x.x.
    • Clarified that OCPP compliance issues affect firmware version 5.x, while Mini Connect and Ultimate models running firmware 3.x.x remain issue‑free.
    • Noted a known firmware issue for version 03.09.0 with an upcoming fix in version 03.11.0 and provided references for further guidance.

Copy link
Contributor

coderabbitai bot commented Mar 16, 2025

Walkthrough

This update refines the Grizzl-E charger documentation. The supported-devices file now lists models compatible with firmware 3.x.x (including Mini Connect 2024 and Ultimate) and notes a known issue in firmware 03.09.0 with a pending fix in 03.11.0. The user-guide file clarifies that OCPP compliance issues affect firmware 5.x, while firmware 3.x.x remains unaffected. No changes were made to public entity declarations.

Changes

Files Change Summary
docs/supported-devices.md, docs/user-guide.md Updated Grizzl-E charger documentation. In supported-devices, added a list of models for firmware 3.x.x, highlighted an amperage handling issue in firmware 03.09.0 (fix expected in 03.11.0), and referenced a PDF for OCPP requests. In user-guide, clarified that OCPP defects are confined to firmware 5.x, contrasting with stable 3.x.x behavior.

Suggested reviewers

  • lbbrhzn

Poem

I'm a hopping rabbit on the run,
Skipping through docs in the morning sun,
With firmware tales and charger lore,
I nibble on updates and hop for more,
Leaping with joy at changes galore!
🥕🐇

Tip

⚡🧪 Multi-step agentic review comment chat (experimental)
  • We're introducing multi-step agentic chat in review comments. This experimental feature enhances review discussions with the CodeRabbit agentic chat by enabling advanced interactions, including the ability to create pull requests directly from comments.
    - To enable this feature, set early_access to true under in the settings.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@bverkron bverkron changed the title Grizzl-E doc updates Grizzl-E doc updates for firmware 3.x.x on Mini / Ultimate models Mar 16, 2025
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (2)
docs/user-guide.md (1)

135-135: Clarify Firmware Versioning and Refine Wording
The updated section clearly distinguishes that firmware 5.x exhibits OCPP-compliance defects while firmware 3.x.x (used on Mini Connect and Ultimate) is not plagued by these issues. However, consider refining the sentence for a more formal tone. For example, replacing “expects to release” with “is expected to release” and “fix these problems” with “resolve these issues” could improve clarity and formality.

Suggested diff:

-Grizzl-E firmware 5.x has a few OCPP-compliance defects, including responding to certain OCPP server messages with invalid JSON. Firmware 3.x.x on chargers such as the Mini Connect and Ultimate does not seem to have these issues. Symptoms of this problem include repeated reboots of the charger. By editing the OCPP server source code, one can avoid these problematic messages and obtain useful charger behaviour. ChargeLabs (the company working on the Grizzl-E firmware) expects to release version 6 of the firmware in early 2023, which may fix these problems.
+Grizzl-E firmware 5.x exhibits several OCPP compliance issues (e.g., responding to certain OCPP server messages with invalid JSON), whereas firmware 3.x.x—used on chargers like the Mini Connect and Ultimate—appears to operate without these issues. These defects may cause symptoms such as repeated charger reboots. As a workaround, one can modify the OCPP server source code to bypass the problematic messages. ChargeLabs (the company behind the Grizzl-E firmware) is expected to release version 6 of the firmware in early 2023, which may resolve these issues.
🧰 Tools
🪛 LanguageTool

[style] ~135-~135: Consider using a different verb for a more formal wording.
Context: ...f the firmware in early 2023, which may fix these problems. The workaround consist...

(FIX_RESOLVE)

docs/supported-devices.md (1)

134-144: Enhance Clarity on Firmware Differentiation and Update Phrasing
The changes clearly differentiate between Grizzl-E chargers running firmware 3.x.x and those with 5.x.x by list format, which is very helpful. A couple of minor suggestions:

  • You may consider rephrasing “work mostly without issue” to “operate reliably” to maintain a more formal tone.
  • The sentence “Supported OCPP requests for the 3.x.x firmware are documented in a PDF on their site in under https://grizzl-e.com/connect-to-third-party-ocpp-backend/” could be slightly polished for clarity. For example, “are documented in a PDF available on their website at …” may improve readability.

Suggested diff:

-Grizzl-E chargers with firmware 3.x.x work mostly without issue, such as the following:
+Grizzl-E chargers running firmware 3.x.x operate reliably, as demonstrated by:
  
-Known issue: In firmware 03.09.0 amperage changes are accepted but not applied. This is due to the firmware accepting but not handling a value of `ChargePointMaxProfile` in `ChargerProfilePurpose`. United Chargers has stated that this will be addressed in firmware version 03.11.0.
+Known issue: In firmware 03.09.0, amperage changes are accepted but not applied due to the firmware not handling the `ChargePointMaxProfile` value within `ChargerProfilePurpose`. United Chargers has stated that this issue will be resolved in firmware version 03.11.0.
  
-Supported OCPP requests for the 3.x.x firmware are documented in a PDF on their site in under https://grizzl-e.com/connect-to-third-party-ocpp-backend/
+Supported OCPP requests for the 3.x.x firmware are documented in a PDF available on their website at https://grizzl-e.com/connect-to-third-party-ocpp-backend/
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a063d99 and 6206714.

📒 Files selected for processing (2)
  • docs/supported-devices.md (1 hunks)
  • docs/user-guide.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/user-guide.md

[style] ~135-~135: Consider using a different verb for a more formal wording.
Context: ...f the firmware in early 2023, which may fix these problems. The workaround consist...

(FIX_RESOLVE)

@lbbrhzn lbbrhzn merged commit a29ff0b into lbbrhzn:main Mar 22, 2025
2 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.

None yet

2 participants