I have an issue with devices that were connected over a gateway which got offline for a while (3 months).
After the gateway came back online, the devices now show “This device has not (yet) been activated” in the activation menu. Before the gateway interruption, the data packets from the nodes were recieved without an issue.
Looking at the the live LoRaWAN frames in the gateway, regular uplinks are recieved from the lost devices.
Has anybody an idea what the reason might be for the loss of the activation keys?
This is intended behaviour, Chirpstack removes the device session keys from the database after a certain amount of time inactive (I assume simply for space management). I know there is a configuration setting to change how long they are stored before deleting although I have never done it myself.
Thanks for your comments. Being still on v3, I’ll increase the device_sessin_ttl parameter to prevent future problems.
The nodes I’m missing are rather old (LoRaWAN v1.0.1) and don’t initiate an automatic rejoin when lost. So all that remains to me is to reboot each node…