mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Add rfxtrx component page
This commit is contained in:
parent
3b313924eb
commit
27511a3745
36
source/components/rfxtrx.markdown
Normal file
36
source/components/rfxtrx.markdown
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "RFXtrx support"
|
||||||
|
description: "Instructions how to integrate RFXtrx into Home Assistant."
|
||||||
|
date: 2015-10-08 10:15
|
||||||
|
sidebar: false
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
---
|
||||||
|
The rfxtrx component supports RFXtrx devices by [RFXCOM](http://www.rfxcom.com) which communicate in the frequency range of 433.92 MHz.
|
||||||
|
|
||||||
|
To enable RFXtrx in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# 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 recieve debug output.
|
||||||
|
|
||||||
|
|
||||||
|
## {% linkable_title Building on top of RFXtrx %}
|
||||||
|
|
||||||
|
- [RFXtrx Sensor](/components/sensor.rfxtrx.html)
|
||||||
|
- [RFXtrx Switch](/components/switch.rfxtrx.html)
|
||||||
|
- [RFXtrx Light](/components/light.rfxtrx.html)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user