2022-03-30 21:50:39 +02:00

1.5 KiB

title description ha_category ha_iot_class ha_release ha_codeowners ha_domain ha_platforms ha_integration_type
ATEN Rack PDU Instructions on how to integrate ATEN Rack PDUs into Home Assistant.
Switch
Local Polling 0.103
@mtdcr
aten_pe
switch
integration

The aten_pe integration 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.yaml file:

switch:
  - platform: aten_pe
    host: 192.168.0.60

{% configuration %} host: description: The IP/host which to control. required: true type: string port: description: The port on which to communicate. required: false type: string default: 161 community: description: community string to use for authentication (SNMP v1 and v2c). required: false type: string default: private username: description: Username to use for authentication. required: false type: string default: administrator auth_key: description: Authentication key to use for SNMP v3. required: false type: string priv_key: description: Privacy key to use for SNMP v3. required: false type: string {% endconfiguration %}