-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Added everblu-meters-esp8266/esp32 to water.markdown #38607
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 section was added to the documentation describing a DIY sensor integration for monitoring water or gas usage from Itron EverBlu Cyble Enhanced RF meters. The method utilizes the RADIAN protocol over 433 MHz with ESP32/ESP8266 and a CC1101 transceiver, and supports integration with Home Assistant via MQTT AutoDiscovery. The documentation also notes potential compatibility with related meter models, though these are untested. Changes
Sequence Diagram(s)sequenceDiagram
participant Meter as Itron EverBlu Cyble Enhanced Meter
participant Transceiver as CC1101 Transceiver
participant ESP as ESP32/ESP8266
participant HomeAssistant as Home Assistant
Meter-->>Transceiver: Broadcasts usage data via 433 MHz (RADIAN protocol)
Transceiver-->>ESP: Receives RF data
ESP-->>HomeAssistant: Sends data via MQTT AutoDiscovery
HomeAssistant-->>ESP: (Optional) Acknowledgment/Integration
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (3)
🪧 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/_docs/energy/water.markdown (1)
69-69
: Fix typo in “across”
The word “accross” is misspelled and causing a pipeline failure. Please correct it to “across” to resolve the error.- Used accross the UK and Europe. + Used across the UK and Europe.🧰 Tools
🪛 GitHub Actions: home-assistant.io Test
[error] 69-69: textlint: This is a commonly misspelled word. Correct it to 'across' (common-misspellings)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
source/_docs/energy/water.markdown
(1 hunks)
🧰 Additional context used
🪛 GitHub Actions: home-assistant.io Test
source/_docs/energy/water.markdown
[error] 69-69: textlint: This is a commonly misspelled word. Correct it to 'across' (common-misspellings)
⏰ 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
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, @genestealer 👍
../Frenck
Proposed change
Added a new entry to the Community-made sensors section of the water usage documentation page, introducing the
everblu-meters-esp8266/esp32
project. This project allows integration of Itron EverBlu Cyble Enhanced RF water meters with Home Assistant using an ESP8266/ESP32 and a CC1101 RF transceiver. Data is retrieved over 433 MHz using the RADIAN protocol and published to Home Assistant using MQTT AutoDiscovery.The project supports:
This addition helps users with compatible meters easily track water or gas usage in Home Assistant.
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.Summary by CodeRabbit