Skip to content

QRZ Logbook Synchronisation

Joerg edited this page Dec 15, 2023 · 6 revisions

Note this feature requires a paid subscription to QRZ.

Cloudlog allows QRZ Logbook QSO push, this allows you to send any QSOs logged to the third party service. Setup of this feature is simple.

When creating or editing the Station Profile there is a field for the QRZ Logbook API once this is provided when you Add/Edit a QSO this information will be forwarded to QRZ Logbooks API

Tips

Cloudlog also supports pulling "confirmations" out of QRZ.com since Version 2.6.0.

Batch Down-/Uploading

You can run batch down-/uploading to QRZ, this is useful in case of instances where QRZ.com is down or you have edited a QSO these are uploaded with this process. If you have enabled "Realtime-Upload" at Station-Locations, the upload-one isn't needed. If not enabled, please set it to:

12 */6 * * * curl --silent https://<url-and-path-to-cloudlog>/index.php/qrz/upload/  &>/dev/null
18 */6 * * * curl --silent https://<url-and-path-to-cloudlog>/index.php/qrz/download/  &>/dev/null

Mark QSOs as uploaded

Under ADIF Import / Export you can mark your QSOs uploaded if they are already uploaded to the QRZ Logbook.

Clone this wiki locally