hi all
I’m trying to integrate a ceiling fan, which is controlled by ir-remote, into home assistant.
Using the irmp-project, to analyse the ir-protocol, I’ve got the data like this:
P=FAN | 0x2C A=0x0 C=0x410
P=FAN | 0x2C A=0x0 C=0x410 R
P=FAN | 0x2C A=0x0 C=0x410 R
P=FAN | 0x2C A=0x0 C=0x410 R
The ir-protocol is identified as ‘FAN’ (had to enable it first, before it was recognized as ‘NUBERT’))
IRMP FAN-Protocol
Now, I’m stuck with, how to send it with ESPhome. I’ haven’t found an option for the FAN-protocol for the ‘remote transmitter’ component.
The ceiling fan manufacturer is Westinghouse and the remote is a model named ‘ID6’.
Maybe someone has done this before? Any help is welcome.
Kind regards
Chris.