home-assistant.io/source/_integrations/ruckus_unleashed.markdown
c0ffeeca7 7bf775c88b
p-r integrations: apply sentence-style caps to categories (#29905)
* p-r integrations: apply sentence-style caps to categories

* Apply suggestions from code review

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-11-19 14:03:58 +01:00

2.1 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_config_flow, ha_codeowners, ha_domain, ha_platforms, ha_integration_type
title description ha_category ha_release ha_iot_class ha_config_flow ha_codeowners ha_domain ha_platforms ha_integration_type
Ruckus Unleashed Instructions on how to integrate your Ruckus Unleashed device into Home Assistant.
Presence detection
0.117 Local Polling true
@lanrat
@ms264556
@gabe565
ruckus_unleashed
device_tracker
hub

This platform allows you to connect to a Ruckus Unleashed access point.

There is currently support for the following device types within Home Assistant:

  • Presence detection - The platform will look at devices connected to the access point and will create a device_tracker for each discovered device.

Configuration

To add a Ruckus Unleashed device to your installation, go to Settings -> Devices & Services, click the + button, then select Ruckus from the list of integrations.

It is required to configure the IP address of your master access point. See the section Access Points on the management web interface. And perhaps consider to set a preferred master (Admin & Services>System>System Info>Preferred master).

You will have to create a user on the device which is a Monitoring Admin. Login to the Ruckus Unleashed admin UI and follow these steps:

  • Create a new role.
    • Check Allow Unleashed Administration.
    • Select the Monitoring Admin (Monitoring and viewing operation status only) radio button.
  • Create a new user with the new role.

Troubleshooting

For this platform to work, the Ruckus Unleashed device will need to be accessible over SSH. If you are having trouble with Home Assistant not connecting, make sure the user you created above can log in to SSH and can run privileged commands.

Terminal:

ssh <ruckus_ip>

Please login: <username>
Password: <password>
Welcome to Ruckus Unleashed Network Command Line Interface
ruckus> enable
ruckus# exit
Exit ruckus CLI.