mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Update anel_pwrctrl.markdown (#27731)
* Update anel_pwrctrl.markdown Added notes about supported firmware, tested devices and fixed port descriptions. * tiny tweaks --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
d90f8922e3
commit
e76b0017b3
@ -11,23 +11,25 @@ ha_platforms:
|
|||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
The `anel_pwrctrl` switch platform allows you to control [ANEL PwrCtrl](https://en.anel.eu/index.htm?src=/produkte/produkte.htm) devices.
|
The `anel_pwrctrl` switch platform allows you to control [ANEL PwrCtrl](https://en.anel.eu/index.htm?src=/produkte/produkte.htm) devices on firmware 6.x and older. [ANEL PwrCtrl](https://en.anel.eu/index.htm?src=/produkte/produkte.htm) devices on firmware 7.x are not supported.
|
||||||
|
|
||||||
Supported devices (tested):
|
Supported devices (tested):
|
||||||
|
|
||||||
- PwrCtrl HUT
|
- PwrCtrl HUT
|
||||||
|
- PwrCtrl Advanced
|
||||||
|
- PwrCtrl Advanced Power
|
||||||
|
|
||||||
To add this platform to your installation, add the following to your `configuration.yaml` file:
|
To add this platform to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
switch:
|
switch:
|
||||||
platform: anel_pwrctrl
|
- platform: anel_pwrctrl
|
||||||
host: IP_ADDRESS
|
host: IP_ADDRESS
|
||||||
port_recv: PORT
|
port_recv: PORT
|
||||||
port_send: PORT
|
port_send: PORT
|
||||||
username: USERNAME
|
username: USERNAME
|
||||||
password: PASSWORD
|
password: PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -36,11 +38,11 @@ host:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
port_recv:
|
port_recv:
|
||||||
description: The port to receive data from the device.
|
description: The port on which the device receives data.
|
||||||
required: true
|
required: true
|
||||||
type: integer
|
type: integer
|
||||||
port_send:
|
port_send:
|
||||||
description: The port to send data to the device.
|
description: The port from which the device sends data.
|
||||||
required: true
|
required: true
|
||||||
type: integer
|
type: integer
|
||||||
username:
|
username:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user