-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Update remote_receiver.rst #4542
base: current
Are you sure you want to change the base?
Conversation
Added a reference to software hack that allows for RF bridges to work.
WalkthroughThe documentation for the Changes
Possibly related PRs
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 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 (2)
components/remote_receiver.rst (2)
486-487
: Fix the link formatting and improve clarity.The link to the software hack could be better formatted using proper RST syntax, and the sentence structure could be clearer.
- There's also a software `"hack" <https://github.com/mightymos/RF-Bridge-OB38S003>`__ that allows the radio chip to mirror all the voltages to the ESP to do the decoding, - rendering the hardware hack uncessary. This software passthrough mode can be used for the OB38S003 (white) and EFM8BB1 (black) sonoff RF bridge. Then use this configuration for the remote receiver/transmitter hubs: + There's also a software `hack <https://github.com/mightymos/RF-Bridge-OB38S003>`__ that enables passthrough mode, allowing the radio chip to mirror all voltages to the ESP for decoding. + This approach works with both OB38S003 (white) and EFM8BB1 (black) Sonoff RF Bridge variants, making the hardware hack unnecessary. Use this configuration for the remote receiver/transmitter hubs:
491-504
: Fix indentation and trailing whitespace.The YAML configuration block has inconsistent indentation and contains trailing whitespace.
remote_receiver: pin: # sonoff and wemos board number: GPIO3 mode: input: true pullup: false tolerance: 60% filter: 4us idle: 4ms - + remote_transmitter: pin: 1 carrier_duty_percent: 100%
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
components/remote_receiver.rst
(2 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
components/remote_receiver.rst (1)
Pattern **
: - Do not generate or add any sequence diagrams
✅ Deploy Preview for esphome ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Added a reference to software hack that allows for RF bridges to work.
Description:
Related issue (if applicable): fixes
Pull request in esphome with YAML changes (if applicable): esphome/esphome#
Checklist:
I am merging into
next
because this is new documentation that has a matching pull-request in esphome as linked above.or
I am merging into
current
because this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature.Link added in
/index.rst
when creating new documents for new components or cookbook.