ATEN Rack PDU


The aten_pe integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] lets you control ATEN Rack PDUs from Home Assistant.

In order to use it, SNMP must be enabled on your PDU. It is recommended to use SNMPv3 to protect your credentials from eavesdropping.

Tested devices:

To set it up, add the following information to your configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file. After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file, restart Home Assistant to apply the changes. To view the changes, go to Settings > Devices & services > Entities. file:

switch:
  - platform: aten_pe
    host: 192.168.0.60

Configuration Variables

host string Required

The IP/host which to control.

port string (Optional, default: 161)

The port on which to communicate.

community string (Optional, default: private)

community string to use for authentication (SNMP v1 and v2c).

username string (Optional, default: administrator)

Username to use for authentication.

auth_key string (Optional)

Authentication key to use for SNMP v3.

priv_key string (Optional)

Privacy key to use for SNMP v3.