Hi,
So I have built the couple of sensors that are working every 3 minutes, then they go to sleep.
They communicate with the gateways - not directly with HA - over ESPnow.
And I have few gateways as well located in different parts of the house.
Every sensor sends data to all gateways to make sure data is not lost due to low signal or so.
But then I end up with the situation, that i.e. 3 gateways receive the data from the same sensor within 20ms and then all 3 gateways publish to HA. So finally, HA receives 3 times the same temperature (or motion detected).
Is there any way to tell HA: “don’t consider the next update if it came within 1 second from the previous one?”.
If not, then I need to rework the gateways to make this happening on their level.
So if you know if that is possible on HA I would be glad to hear how to.
Thx