Hello Everyone,
I have some custom made moteino end user nodes with RFM95W that were sending data every 10 min since 1years and half on ttn v2. Today i decided to finally migrate everything to version 3.
So thanks to many post on this forum I updated to rak2245 pi to ttn v3, success connected, receiving data…
My end user devices, i imported them manually in console (im in ABP) thanks to this post :
All i did on my end device was reseting via the RST pin, and it started working for 3 messages, i reached counter around 15/16 and it suddenly stopped working, then started working again for 3 messages, then again device not found for the next 5 messages, as example this node:
it reach fc_cnt 15 failed, device not found
10 min later, at next call from the same node, fc_cnt 16: worked
30 min later, another device not found from same node ( it worked for 17 and 18)
When it fail i get this error:
"data": { "@type": "type.googleapis.com/ttn.lorawan.v3.ErrorDetails", "namespace": "pkg/gatewayserver", "name": "host_handle", "message_format": "host `{host}` failed to handle message", "attributes": { "host": "cluster" }, "cause": { "namespace": "pkg/networkserver", "name": "device_not_found", "message_format": "device not found", "correlation_id": "4f88c2b31b9642029564c0548340048e", "cause": { "namespace": "pkg/networkserver/redis", "name": "no_uplink_match", "message_format": "no device matches uplink", "code": 5 }, "code": 5 }, "code": 5 },
I noticed i was missing always 5 messages in a row, then was receiving fine for 3 message in a row etc…
so by looking at frequencies, i noticed that it always work when received on those freqs:
868100000
868300000
868500000
and always fails from those freqs
867100000
867300000
867500000
867700000
867900000
I’m running out of idea and will probably migrate everything back to ttn v2 if not, but im asking if maybe anyone of you have any clue where to start searching ?
Thanks a lot
EDIT:
- on my location, im the only gateway and thus my end user node report only to my gateway
- i also deleted all my enduser node from ttn v2 console