Anel NET-PwrCtrl


The anel_pwrctrl switch platform allows you to control ANEL PwrCtrl devices on firmware 6.x and older. ANEL PwrCtrl devices on firmware 7.x are not supported.

Supported devices (tested):

  • PwrCtrl HUT
  • PwrCtrl Advanced
  • PwrCtrl Advanced Power

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 Variables

host string (Optional)

The IP address or hostname of your PwrCtrl device.

port_recv integer Required

The port on which the device receives data.

port_send integer Required

The port from which the device sends data.

username string Required

The username for your device.

password string Required

The password for your device.

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.