Now I am trying to incorporate it into a NodeMCU I have running but cannot get the correct output from the transmitter, so i was hoping someone could point me in the right direction.
Here is my config for the switch in ESPHome;
switch:
- platform: template
name: Fan - Power On
turn_on_action:
- remote_transmitter.transmit_rc_switch_raw:
code: '10001010000001000100001100001010'
protocol:
pulse_length: 450
I can only set the protocol to “2” or alternatively have the pulse length set. I also don’t know how to find the Sync, Zero, One, Inverted optional values that can be set.
That’s pretty cool. Do you know how the addressing of multiple fans is handled?
I have 3 fans in my house, all are the same model and they work independently. I gather each have their own address.
No worries, thanks. Did you originally use the receiver module to dump the message from the remote and now you just replay them with the transmitter?
Cheers