tombrain

Results 16 comments of tombrain

Parallel in Filesystem to yaml of esphome

did you get working with sonoff by esp?

i think so. you have to port this code: https://github.com/jacobmellin/unitec-rfsend/blob/master/unitec-rfsend.c

Perhaps you can try by native ESPHome first: https://esphome.io/components/remote_transmitter.html#setting-up-rf-devices ``` switch: - platform: template name: RF Power Button turn_on_action: - remote_transmitter.transmit_rc_switch_raw: code: '100010000000000010111110' protocol: 2 repeat: times: 10 wait_time: 0s...

second you can try my raw433-method - mqtt.publish: topic: waremacontrol/command/raw433 payload: "0101010101110110110101"

both code ars only examples.. protocol 2 is from copy&paste of official doku