-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Add external component to receive & decode nexus433 sensors to the list. #4990
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
base: current
Are you sure you want to change the base?
Conversation
This component makes use of the CustomMQTTDevice class to send data to HA.
WalkthroughA new entry was added to the "Custom Components & Code" section of the DIY examples guide, referencing a component for Digoo DG-R8H and similar nexus433 devices with MQTT integration. The entry includes a GitHub repository link and the author's username. No other modifications were made. Changes
Sequence Diagram(s)No sequence diagram generated as the change only updates documentation with a new reference entry. 📜 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 (1)
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:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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)
guides/diy.rst (1)
103-103
: Verify and correct repository URL and description.
The entry references “nexus433” but omits “sensors,” and the GitHub link is spellednesux433
. Please confirm the correct repository name (likelynexus433
) and update both the URL and the display text accordingly. For example:- `Digoo DG-R8H and similar nexus433 to MQTT component <https://github.com/FreeBear-nc/esphome-nesux433>`__ by `FreeBear <https://github.com/FreeBear-nc>`__ + `Digoo DG-R8H and similar nexus433 sensors to MQTT component <https://github.com/FreeBear-nc/esphome-nexus433>`__ by :ghuser:`FreeBear-nc`
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
guides/diy.rst
(1 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
`**`: - Do not generate or add any sequence diagrams
**
: - Do not generate or add any sequence diagrams
guides/diy.rst
✅ Deploy Preview for esphome ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@@ -100,6 +100,7 @@ Custom Components & Code | |||
- `Garage Door Opener with position control using a relay and one or two reed sensors <https://github.com/tronikos/esphome-gdo>`__ by :ghuser:`tronikos` | |||
- `Medisana BS440 (and propably more scales) <https://github.com/bwynants/weegschaal>`__ by `bwynants <https://github.com/bwynants>`__ | |||
- `Novy Pureline Pro extractor hood <https://github.com/bwynants/purelinepro>`__ by `bwynants <https://github.com/bwynants>`__ | |||
- `Digoo DG-R8H and similar nexus433 sensors to MQTT component <https://github.com/FreeBear-nc/esphome-nexus433>`__ by :ghuser:`FreeBear-nc` |
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.
This link is a 404
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.
Link fixed (typo in repository name my end).
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
An external component that receives data from DG-R8H (and other nexus433 compatible sensors).
The component makes use of the CustomMQTTDevice class to send data to HA, so provides a basic example of using mqtt publish.
Might be of interest to other people...