-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Added wmbusmeters #38533
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
Added wmbusmeters #38533
Conversation
Add wmbusmeters as a possible solution
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📝 WalkthroughWalkthroughThis pull request updates the documentation for water meters by adding information about Wireless M-Bus technology. The new content details the capabilities of the wmbusmeters project, which can automatically capture, decode, decrypt, and convert M-Bus packets to MQTT. It also mentions support for various M-Bus receivers, including RTL-SDR, references the rtl-wmbus library, and notes the availability of a Home Assistant add-on along with a link to a community page for further information. Changes
Sequence Diagram(s)sequenceDiagram
participant Meter as Wireless M-Bus Meter
participant Receiver as M-Bus Receiver (e.g., RTL-SDR)
participant WMB as wmbusmeters Service
participant Library as rtl-wmbus Library
participant MQTT as MQTT Broker
participant HA as Home Assistant
Meter->>Receiver: Transmits M-Bus Packet
Receiver->>WMB: Capture Packet
WMB->>Library: Decode & Decrypt Packet
Library-->>WMB: Return Parsed Data
WMB->>MQTT: Publish MQTT Message
MQTT->>HA: Deliver Message
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)
🪧 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 (
|
textlint fixed typo
Added a link to esphome wmbus receiver component
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, @dixonbg 👍
../Frenck
Added wmbusmeters as a possible DIY solution
Proposed change
I have added wmbusmeters as a possible DIY solution for collecting water usage. This is my first PR, so I am not sure how to deal with it. Please feel free to edit the text however you want. My intention is just to spread the news that a cheap TV tuner can listen and capture packets from freely broadcasting meters. I've recently managed to read my Techem water meters and I am very happy with this solution.
I even forgot to add this ESPHome alternative to tv tuners https://github.com/SzczepanLeon/esphome-components
Others use this add-on as well https://community.home-assistant.io/t/add-on-request-wmbusmeter/228988
Type of change
current
branch).current
branch).next
branch).next
branch).Additional information
Checklist
current
branch.next
branch.Summary by CodeRabbit