home-assistant.github.io/source/_components/rfxtrx.markdown
2016-04-26 15:31:55 +02:00

742 B

layout title description date sidebar comments sharing footer ha_category
page RFXtrx Instructions how to integrate RFXtrx into Home Assistant. 2015-10-08 10:15 true false true true Hub

The rfxtrx component supports RFXtrx devices by RFXCOM which communicate in the frequency range of 433.92 MHz.

To enable RFXtrx in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
rfxtrx:
  device: PATH_TO_DEVICE
  debug: True

Configuration variables:

  • device (Required): The path to your device, e.g. /dev/serial/by-id/usb-RFXCOM_RFXtrx433_A1Y0NJGR-if00-port0
  • debug (Optional): If you want to receive debug output.