
esp32 and 433mhz receiver
I'm hoping to get a little guidance or some confirmation that I'm on the right track. I've never worked with RF433 at all, but just ordered a superheterodyne receiver to tie into an esp32: https://imgur.com/a/5SjsKUj
Seems fairly straightforward to connect, however what i want to do is intercept the signal from some Dakota Alert beam break sensors (https://imgur.com/a/kx8GZCs). From what little i can find online it seems like they send unencrypted over 433. Am i correct in thinking that i can use remote_receiver in esphome to pickup those signals and identify them individually if i set it to dump all? Is it more complicated than that? The docs for remote receiver look pretty thorough, but my lack of experience with RF is making it tough to fully comprehend.
Thanks