home-assistant.io/source/_components/switch.pca.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.2 KiB

title description logo ha_category ha_iot_class ha_release
ELV PCA 301 Switch Instructions on how to integrate ELV PCA 301 switches into Home Assistant. elv.png Switch Local Polling 0.95

The pca switch platform allows you to control the state of your ELV PCA 301 smart switch. You need an 868 MHz interface like the JeeLink flashed with the pca-hex firmware.

Configuration

To use your PCA 301 switch or socket in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
switch:
  - platform: pca
    device: SERIAL_PORT

This platform will add all PCA 301 switches which are in range. You can read the total used energy in KWh and the current power in Watt.

{% configuration %} device: description: "The path to you serial console. Get it via: ls /dev/tty*." required: true type: string name: description: Default name for the plugs. required: false type: string {% endconfiguration %}