Add rf2 autodiscovery#791
Merged
1technophile merged 4 commits into1technophile:developmentfrom Nov 3, 2020
Merged
Conversation
Add HA auto discovery to RF2. For each unique combination of unit, groupbit and address a switch will be added to Home Assistant called: "RF2_[unit]_[groupbit])_[address]. As RF2 433Mhz switches do not render their state, no state topic will be provided in the discovery. This will cause the switch to be in optimistic mode in HA with separate on and off icons. The two separate on/off icons allow for subsequent on commands to support the dimming feature of KAKU switches like ACM-300.
Update formatting
Update formatting
Owner
|
Thanks for the PR! |
Contributor
Author
|
Your welcome.
Sorry about the formatting, I ran the clang-format command using the google
style only and missed the '.clang-format' file included in the repository.
Will make sure to use it next time.
Cheers, Herman.
…On Tue, Nov 3, 2020, 00:45 Florian ***@***.***> wrote:
Thanks for the PR!
So as to format automatically your document you have to add the
"clang-Format" extension to VSCode, once done, you can format the code by
doing a right-click into the code file window and clicking "Format
document".
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#791 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APHUNOVXEPNE6IFMZEWMCY3SN5AC5ANCNFSM4THQEXSA>
.
|
Owner
|
Thanks! |
JeroenWiersma
pushed a commit
to JeroenWiersma/OpenMQTTGateway
that referenced
this pull request
Oct 18, 2025
* Add Home Assistant auto discovery feature Add HA auto discovery to RF2. For each unique combination of unit, groupbit and address a switch will be added to Home Assistant called: "RF2_[unit]_[groupbit])_[address]. As RF2 433Mhz switches do not render their state, no state topic will be provided in the discovery. This will cause the switch to be in optimistic mode in HA with separate on and off icons. The two separate on/off icons allow for subsequent on commands to support the dimming feature of KAKU switches like ACM-300. Co-authored-by: hbraam <hbraam@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added Home Assistant discovery to RF2.
For each unique combination of unit, groupbit and address a switch will be added to Home Assistant called: "RF2_[unit][groupbit])[address].
As RF2 433Mhz switches do not render their state, no state topic will be provided in the discovery.
This will cause the switch to be in optimistic mode in HA with separate on and off icons.
The two separate on/off icons allow for subsequent on commands to support the dimming feature of KAKU switches like ACM-300.