home-assistant.io/source/_components/switch.pca.markdown
majuss 93ec350a74 Added documentation for the ELV PCA 301 smart emeter switch (#8717)
* added PCA 301 docu

* added reference to hexfile for jeelink clone

* cosmetics

* typo

* cosmetics; version bump

* added name conf; deleted linebreak

* ✏️ Tweaks
2019-06-25 21:07:07 -07:00

1.3 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release
page ELV PCA 301 Switch Instructions on how to integrate ELV PCA 301 switches into Home Assistant. 2019-02-24 18:00 true false true true 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.

{% linkable_title 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 %}