home-assistant.io/source/_integrations/anel_pwrctrl.markdown
Franck Nijhof 533bb3866f
HTTPS-everywhere (update links in our website) (#10932)
* HTTPS-everywhere (update links in our website)

* HTTPS-everywhere (round 2)

* HTTPS-everywhere (round 3)
2019-10-21 23:11:12 +02:00

1.3 KiB

title, description, logo, ha_category, ha_iot_class, ha_release
title description logo ha_category ha_iot_class ha_release
ANEL PwrCtrl Switch Instructions on how to integrate ANEL PwrCtrl switches within Home Assistant. anel.png
Switch
Local Polling 0.30

The anel_pwrctrl switch platform allows you to control ANEL PwrCtrl devices.

Supported devices (tested):

  • PwrCtrl HUT

To add this platform to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
switch:
  platform: anel_pwrctrl
  host: IP_ADDRESS
  port_recv: PORT
  port_send: PORT
  username: USERNAME
  password: PASSWORD

{% configuration %} host: description: The IP address or hostname of your PwrCtrl device. required: false type: string port_recv: description: The port to receive data from the device. required: true type: integer port_send: description: The port to send data to the device. required: true type: integer username: description: The username for your device. required: true type: string password: description: The password for your device. required: true type: string {% endconfiguration %}

If no host is given the platform will try to auto-discover all devices on the network, that are listening on the given port_recv.