Confirm power control
Check relay, metering, safety cutoff, and charging session rules.
Charging socket control
Use QuLink when charging sockets, e-bike charging cabinets, or metered power devices need QR payment, timed relay control, power/session data, and server callbacks.
Project fit
Integration model
QuLink maps payment or API approval to relay output, timed run, stop behavior, and session data upload.
Workflow
Check relay, metering, safety cutoff, and charging session rules.
Define price, duration, stop behavior, and data fields.
QuLink triggers the output after payment or API approval.
Your server receives duration, result, and optional metering data.
API example
The exact command fields depend on machine interface, firmware profile, and whether payment or your own app triggers the action.
POST /v1/devices/CHARGE-06/commands
{
"command": "start_session",
"source": "qr_payment",
"machine_action": {
"type": "relay",
"duration_ms": 3600000
}
}
Start the project
Send the charging device photo, relay/power notes, metering requirement, session rule, and target deployment country.
FAQ
QuLink can handle control and data workflows, but electrical safety design must be confirmed for the specific device and market.
Yes, if metering data is available through supported inputs, serial, RS485, or an OEM profile.
Yes, when the machine-side wiring supports stop or relay cutoff behavior.
Related use cases