I have my 433 devices working in home assistant now, but when my family goes out the back door, it stays “Open” even though it’s closed. It takes about 2 seconds to go through our sliding glass door, but it seems OMG is ignoring a sensor for 3 seconds after receiving a message. I’ve asked my family to wait a second before closing the door so my “smart home” can see it, but that is not working out.
After doing some searching, there is a setting “time_avoid_duplicate” which is 3 seconds. The CLOSE should not be a duplicate, as the payload is different but something is causing OMG to ignore the device for 3 seconds after opening. However, I can’t seem to change this setting in the Home Assistant OMG_lilygo_rtl_433_ESP controls. I can change the brightness of the screen, but not a very important time setting? Weird
So it seems this is compiled in the code. I’ve never compiled Arduino code before but have been trying all day. It’s failing on missing files, I’m don’t know what options I need to define (ZgatewayRF or ZgatewayLORA or both?!) . I can’t find a step by step guide compiling OMG for a LilyGo TRL 433 v2.1
Is there any possible way to change the time_avoid_duplicate without compiling?