Skip to content
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

Add rf2 autodiscovery #791

Merged
merged 4 commits into from
Nov 3, 2020

Commits on Nov 2, 2020

  1. 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.
    hbraam committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    76fd983 View commit details
    Browse the repository at this point in the history
  2. Update ZgatewayRF2.ino

    Update formatting
    hbraam committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    7a21cc7 View commit details
    Browse the repository at this point in the history
  3. Update ZmqttDiscovery.ino

    Update formatting
    hbraam committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    e21efc4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Fix formatting

    hbraam committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    19c44ec View commit details
    Browse the repository at this point in the history