-
-
Notifications
You must be signed in to change notification settings - Fork 205
eQSL
The eQSL functions synchronise your log with the state in eQSL.cc, so Cloudlog can handle your eQSL tasks without you having to keep logging in to eQSL manually.
- Add your eQSL login details in your Cloudlog user profile.
- Add an eQSL QTH nickname in each station profile you use.
Use eQSL > Mappings and add one mapping per station location.
Each mapping contains:
- station location
- eQSL username
- eQSL password
- eQSL QTH nickname
- enabled flag
- preferred download flag
If you use the same eQSL account for several station locations, enter the same username and leave password blank on additional mappings. Cloudlog will reuse the saved password for that username.
- If at least one active mapping exists, Cloudlog uses mappings first.
- If no active mappings exist, Cloudlog falls back to legacy profile fields.
Tip: Keep nickname text exactly the same as eQSL.cc, including spaces and capitals.
When you open Upload QSOs, Cloudlog shows QSOs not yet sent to eQSL.
Press Upload QSOs and successful records are marked as sent.
- Cloudlog uploads using credentials from the mapping.
- Cloudlog sends the mapping QTH nickname with each QSO.
- Cloudlog uploads using user profile eQSL credentials.
- Cloudlog uses station profile eQSL nickname.
If uploads fail, enable debugging in application/config/config.php and check logs in application/logs.
Also check:
- Username and password are correct.
- Mapping is enabled.
- QTH nickname matches eQSL.cc exactly.
Import can work in two ways:
- Upload an exported Inbox ADIF file from eQSL.cc.
- Pull directly from eQSL (automatic fetch).
- Cloudlog fetches confirmations per active mapping.
- It uses mapping password and mapping QTH nickname.
- Cloudlog uses your user profile eQSL password.
- It uses station profile nickname.
Cloudlog lets you open received eQSL cards from the logbook and caches card images locally for faster viewing.
For card image retrieval by station:
- Cloudlog tries the preferred mapping for that station.
- If no mapping is available, it falls back to legacy password.
Use this when you have uploaded ADIF manually outside Cloudlog and want Cloudlog to mark records as sent.
This is helpful on fresh installs with large historical logs.
Use eQSL > Mappings to:
- add a mapping
- edit a mapping
- disable a mapping
- choose preferred mapping for inbox download
Good practice:
- Keep one active mapping per station identity unless you need more.
- Keep one preferred download mapping per station.
Example scheduled job:
# Upload/download QSOs to/from eQSL
9 */6 * * * curl --silent https://<URL-To-Cloudlog>/index.php/eqsl/sync &>/dev/nullCron behaviour:
- Uses mapping mode when mappings exist.
- Upload runs for active mappings.
- Download runs for mappings marked preferred for download.
- Uses legacy mode only if no mappings exist.
- Mapping enabled?
- Username and password correct?
- QTH nickname exact match with eQSL.cc?
- Preferred download flag set where needed?
- Still in fallback mode because no active mappings?
- Using same eQSL username on a new mapping but left password blank before saving the first mapping for that username?
- Installation on Linux server
- Installation on Windows server
- Updating Cloudlog
- Hints & Tips
- cloudlog.php Config
- API
- Station Locations
- Radio Interface
- ADIF Import / Export
- Logbook of The World
- eQSL
- Print Requested QSLs
- Clublog Upload
- QRZ Logbook
- KML Export
- Widgets