I am trying to configure the JoinEUI filter for the following devEUI: “70b3d5e75e013212”. I get there with a fairly wide filter, which I try to reduce later, without success. Here is the extract from my ‘chirpstack-gateway-bridge.toml’ file.
join_euis=[
[“70b3d54a00000000”, “70b3d54a0000ffff”], #work fine for other sensor
-# [“70b3d5e75e013200”, “70b3d5e75e0132ff”] don’t work for DevEUI “70b3d5e75e013212”
-# [“70b3d5e75e010000”, “70b3d5e75e01ffff”] don’t work for DevEUI “70b3d5e75e013212”
-# [“70b3d5e75e000000”, “70b3d5e75effffff”] don’t work for DevEUI “70b3d5e75e013212” [“70b3d5e700000000”, “70b3d5e7ffffffff”] #work for DevEUI “70b3d5e75e013212”
]
Can someone explain to me how to reduce the filter size properly, please?