mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-25 22:11:29 +01:00
Added hints about repetition of signals (#3000)
* Added hints about repetition of signals * Formatting for rf-transmitter docs improvment
This commit is contained in:
parent
323874b76a
commit
143a874059
@ -898,6 +898,10 @@ earlier, create a new template switch that sends the RF code when triggered:
|
|||||||
- remote_transmitter.transmit_rc_switch_raw:
|
- remote_transmitter.transmit_rc_switch_raw:
|
||||||
code: '100010000000000010111110'
|
code: '100010000000000010111110'
|
||||||
protocol: 2
|
protocol: 2
|
||||||
|
repeat:
|
||||||
|
times: 10
|
||||||
|
wait_time: 0s
|
||||||
|
|
||||||
|
|
||||||
# Or for raw code
|
# Or for raw code
|
||||||
switch:
|
switch:
|
||||||
@ -912,6 +916,15 @@ earlier, create a new template switch that sends the RF code when triggered:
|
|||||||
Recompile again, when you power up the device the next time you will see a new switch
|
Recompile again, when you power up the device the next time you will see a new switch
|
||||||
in the frontend. Click on it and you should see the remote signal being transmitted. Done!
|
in the frontend. Click on it and you should see the remote signal being transmitted. Done!
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Some devices require that the transmitted code be repeated for the signal to be picked up
|
||||||
|
as valid. Also the interval between repetitions can be important. Check that the pace of
|
||||||
|
repetition logs are consistent between the remote controller and the transmitter node.
|
||||||
|
You can adjust the ``repeat:`` settings accordingly.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
See Also
|
See Also
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user