-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Added LeChacal AC hats for CT clamp #38672
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
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📝 WalkthroughWalkthroughA new documentation section was added to describe the use of Raspberry Pi with LeChacal "RPICT hats" for CT clamp sensor setups. The addition outlines the capability to stack these HATs for monitoring multiple lines and details the types of power measurements supported, including Active, Apparent, and Reactive power, as well as power factor for both single-phase and three-phase installations. The integration method with Home Assistant via MQTT is also mentioned. No changes were made to warnings, disclaimers, or code entities. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant RaspberryPi
participant RPICT_HAT
participant HomeAssistant
User ->> RaspberryPi: Installs RPICT HAT(s)
RaspberryPi ->> RPICT_HAT: Collects CT clamp sensor data
RPICT_HAT -->> RaspberryPi: Sends power measurements (Active, Apparent, Reactive, Power Factor)
RaspberryPi ->> HomeAssistant: Publishes data via MQTT
HomeAssistant -->> User: Displays energy monitoring data
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this 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 (1)
source/_includes/energy/ct_clamp.md (1)
5-5
: Improve wording and parallel structure in bullet
The phrase “Using a Raspberry Pi, you can use…” is repetitive and doesn’t align with the other list items’ style. Consider rephrasing to something like:
- Use a Raspberry Pi CT clamp HAT from LeChacal called RPICT hats. They can be stacked to monitor multiple lines and provide Active, Apparent, and Reactive power plus power factor for single‑phase and three‑phase installations.
Additionally, linking “MQTT” to Home Assistant’s MQTT integration page (e.g.,/integrations/mqtt/
) will help users find setup instructions more easily.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
source/_includes/energy/ct_clamp.md
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: Redirect rules - home-assistant-docs
- GitHub Check: Header rules - home-assistant-docs
- GitHub Check: Pages changed - home-assistant-docs
🔇 Additional comments (1)
source/_includes/energy/ct_clamp.md (1)
9-9
:❓ Verification inconclusive
Affiliate links in official docs?
Home Assistant’s documentation generally does not include affiliate marketing. Please confirm whether affiliate links are permitted under project policy. If not, remove the disclaimer and any affiliate URLs, or migrate this content to a blog post or external guide.
Affiliate Links in Official Documentation
The snippet on line 9 ofsource/_includes/energy/ct_clamp.md
includes an affiliate‐link disclaimer. Home Assistant’s official docs generally do not include affiliate marketing. Please verify the project’s policy on affiliate links—if they’re not permitted, remove both the disclaimer and any affiliate URLs, or relocate this content to an external blog post or guide.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @lechacal 👍
../Frenck
Thank you. I'll get this done smoother next time hopefully. |
Proposed change
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit