09-19-2024, 07:46 AM
A bit off topic, but interestingly, when I use the learn & transmit functionality of the KCS firmware, it works. When I use ESPhome with either the data from the dumped RF log or using raw signals I got from FlipperZero, it does not work.
from the log:
[22:44:20][I][remote.drayton:236]: Received Drayton: address=0x7837 (0xf06e), channel=0x00c command=0x030
in esphome:
button:
- platform: template
name: Turn on Ceiling Fan
on_press:
- remote_transmitter.transmit_drayton:
address: '0x7837'
channel: '0x00c'
command: '0x030'
The investigation continues :-)
from the log:
[22:44:20][I][remote.drayton:236]: Received Drayton: address=0x7837 (0xf06e), channel=0x00c command=0x030
in esphome:
button:
- platform: template
name: Turn on Ceiling Fan
on_press:
- remote_transmitter.transmit_drayton:
address: '0x7837'
channel: '0x00c'
command: '0x030'
The investigation continues :-)