Does anyone actually have a working 433mhz RF solution?

Im trying to integrate letterbox, and looking for a solid, reliable RF 433mhz solution.

So far, with my hardware, I have not had any luck.

If you have this working, can you share your setup and hardware.

Thanks

1 Like

No problem so far with Kincony K868-AG both for IR and radio :wink: KC868-AG: IoT IR controller - Smart Home Automation | KinCony

I have two Sonoff RF Bridge 433s running ESPHome and with a Portisch patched radio.
They run flawlessly, but I think the Sonoff RF Bridge V2 can’t be patched with Portisch, which might limit its flexibility a bit, and that version is most likely all there is to get today.

1 Like

Hello,
If you just want to receive 433mhz signals, and from a letterbox I supose that’s the case, your best option it is rtl_433 : GitHub - merbanan/rtl_433: Program to decode radio transmissions from devices on the ISM bands (and other frequencies)
There is also addon for HA: Home Assistant Add-on: rtl_433 with MQTT auto discovery
You just need a DVB-T usb dongle

I use an ESPHome and Portisch-flashed Sonoff RF Bridge transceiver and a LilyGo LoRa32 receiver running the OMG LilyGo rtl_433 firmware. The Sonoff has worked well for door/window sensors and a couple ceiling fan remotes for a few years. I added the LilyGo receiver a couple months ago when I found out the middle school down the street has an RF weather station that I could pull into HA.

1 Like

Interesting, I have a KC868-A8.

What modules are you using? Also what range can be expected?

So off r2 no portisch but works

What do you mean by module ? for range you can expect 10/20m easily if radio is not too noisy in your area :wink:

I’ve been very happy with my DIY transciever

I recall people mentioning rf door sensors for letterboxes.

I don’t know how reliable it is.

Im using a YoLink door sensor for mine. The mailbox is a couple hundred feet away. No issues at all.
You can get the sensor and hub needed on Amazon pretty cheap. They integrate well into HA.

1 Like

What range do you expect from this? Also this can be used to send any command right, not related to Sonoff at all?

Looks decent.

1 Like

Also, does transceiver mean it can both transmit and receive in both directions?

Take a look at this:

It is for the older Sonoff RF Bridge.
The newer one do not support Portisch, I think, but it can still do a lot of the stuff.

1 Like

They claim 100m or greater. I haven’t tested for range though. I just use it in my apartment. Looks like you can also increase voltage to increase range.

Yes it has both a seperate transmitter and receiver, which you’ll sometimes see shortened as transciever.

You can send any codes (I believe). You can learn the codes from most cheap rf devices like motion sensors and door sensors.

Could you share your yaml config? Are you able to get external temperature sensors?

Are you able to locally control this newer Sonoff RF Bridge (without support for Portisch)?

No, because I don’t have a Sonoff Bridge;)

I made a DIY device.

My brain is broke or something. Im getting multiple On/Off for one button press. I tried several filters to make it only report 1 on/off sequence but no go. Any ideas?

I tried both Raw and RC codes.
Screenshot from 2024-01-29 01-27-25

- platform: remote_receiver
    name: "keychainRF_D"
    rc_switch_raw:
      code: '110001011110100000100001'
      protocol: 1    
    

  - platform: remote_receiver
    name: "keychainRF_Pronto"
    pronto:
      data: 
       '0000 006D 0019 0000 0026 0010 0024 0010 000C 0026 000D 0026 000D 0026 0026 0010 000C 0026 0026 0010 0025 0010 0025 0010 0025 0010 000C 0026 0026 0010 000C 0026 000D 0026 000D 0026 000D 0026 000D 0026 0026 0010 000C 0026 000D 0026'       

Did you try delayed_off: ?

Might need to see your config.

i tried delayed_on_off:

they would just toggle to Off and wouldn’t go back On again.