Skip to content

Commit fc4a4ce

Browse files
ludeeusfabaff
authored andcommitted
Added more information to the RFY part of cover.rfxtrx.markdown (home-assistant#2332)
* Update cover.rfxtrx.markdown Added information that is needed if you set up RFY with single digit code. If the code is not supplemented with `0` HA will throw out an error. * Update cover.rfxtrx.markdown Was missing an 0 in the example
1 parent 203aac6 commit fc4a4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/cover.rfxtrx.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cover:
4242

4343
##### {% linkable_title RFY %}
4444

45-
The [RFXtrx433e](http://www.rfxcom.com/RFXtrx433E-USB-43392MHz-Transceiver/en) is required for RFY support, however it does not support receive for the RFY protocol - as such devices cannot be automatically added. Instead, configure the device in the [rfxmngr](http://www.rfxcom.com/downloads.htm) tool. Make a note of the assigned ID and Unit Code and then add a device to the configuration with the following id `071a0000[id][unit_code]`. Eg, if the id was `0a` `00` `01`, and the unit code was `01` then the fully qualified id would be `071a00000a000101`.
45+
The [RFXtrx433e](http://www.rfxcom.com/RFXtrx433E-USB-43392MHz-Transceiver/en) is required for RFY support, however it does not support receive for the RFY protocol - as such devices cannot be automatically added. Instead, configure the device in the [rfxmngr](http://www.rfxcom.com/downloads.htm) tool. Make a note of the assigned ID and Unit Code and then add a device to the configuration with the following id `071a0000[id][unit_code]`. Eg, if the id was `0a` `00` `01`, and the unit code was `01` then the fully qualified id would be `071a00000a000101`, if you set your id/code to single digit in the rfxmngr eg, id: `1` `02` `04` and unit code: `1` you will need to add `0` before, so `102031` becomes `071a000001020301`.
4646

4747
##### {% linkable_title Common %}
4848

0 commit comments

Comments
 (0)