[Casting this to the void. I am not sure I am asking for help, more for mutterings from fellow travellers. Thanks for listening]
Design:
Listen with rtl-433 to four driveway (PIR) sensors.
When sensor 4 pings, note it (it is probably a kangaroo) as time t4
When sensor 3 pings, note it as t3 (it might also be a wombat)
Decide: t3 - t2 > 5s and t3 - t2 < 15s? (it is probably a human visitor driving a car up the driveway) - sound the doorbell.
Using CubicSDR and this physical; setup (RTL-SDR with no antenna)
I do: trigger unit 2, wait 3s, trigger unit 1, wait 1s, stop the device, save screengrab:

What I THINK I see:
The units send two messages , very similar looking, but shifted in frequency.
Each half transmission lasts ?about half a second?
I guess this frequency pattern is what they are calling "FHSS"?
The spread of frequencies seems very not-random, with each unit producing near-identical steps:
First transmission 434.58MHz and 434.62MHz
Second transmission at 435.43MHz and 435.47MHz.
Next for me, I think, is to tell rtl-433 to look for FSK on, say 434.58 and 434.62.
Am I thinking/doing that right?