Hi
the feeder gets assigned a new serial number every time it is re-installed. However, you can override the new serial in order to re-use an existing one. The serial is stored in the file
/var/lib/openskyd/conf.d/10-serial.conf
In order to change to your old serial, just change the respective line to the following value:
- If your old serial number was negative:
VALUE = OLD_SERIAL + 4294967296
- If your old serial number was positive:
So if your old serial number was -1408241234, just change the line to "serial=2886726062". If it was 1234, change it to "serial=1234".
If it worked, just delete the unused serial from your profile (delete button in the top right corner of your profile).
Matthias