mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 01:58:57 +00:00
1.4 KiB
1.4 KiB
title, description, ha_category, ha_iot_class, ha_release, ha_codeowners, ha_domain, ha_platforms, ha_integration_type, related, ha_quality_scale
title | description | ha_category | ha_iot_class | ha_release | ha_codeowners | ha_domain | ha_platforms | ha_integration_type | related | ha_quality_scale | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ELV PCA | Instructions on how to integrate ELV PCA 301 switches into Home Assistant. |
|
Local Polling | 0.95 |
|
elv |
|
integration |
|
legacy |
The pca
switch {% term integration %} 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 {% term "configuration.yaml
" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}
# Example configuration.yaml entry
elv:
device: SERIAL_PORT
This {% term integration %} 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 %}