matfra / rf2mqtt

Send RF 433MHz codes received by a Raspberry Pi to an MQTT broker for consumption by Home Assistant
5 stars 1 forks source link

mqtt-to-rf? #1

Open Omirax opened 4 years ago

Omirax commented 4 years ago

Perfect work!

What about mqtt-to-rf? It's possible?

Best Regards,

matfra commented 3 years ago

Yes, for this I use the native rpi_rf support in home assistant:

switch:
  - platform: rpi_rf
    gpio: 17
    switches:
      tripod:
        code_on: 5330691
        code_off: 5330700
        pulselength: 176
        protocol: 1
      lamp:
        code_on: 5330227
        code_off: 5330236
        pulselength: 176
        protocol: 1