Herramienta de Calibración de Tiempo QR
Publicado 2026-09-09
中ENGenere en línea un código QR firmado con la hora del sistema para que los dispositivos lo escaneen y calibren su reloj; se actualiza cada segundo, sin instalación.
The time-calibration QR tool lets you set/correct device clocks in batch or one by one: the device scans the QR code, parses the signed system time it carries, verifies the signature, then updates its local clock.
Step 1: Generate
1. Open the tool (Technical Docs → Online Tools → Time Calibration QR Tool);
2. Enter the signing password agreed with the device side (the default matches the factory convention — change it and sync to devices as needed);
3. Scan the QR code with the device; after signature verification, the device calibrates its clock to the encoded time;
4. The QR code refreshes every second, so the time is always the system time at the moment of generation.
Payload Format
The payload consists of a protocol header + system time + HMAC-MD5 signature:
___VBAR_CONFIG_V1.1.0___{systemtime='YYYY-MM-DD HH:mm:ss'}--<Base64(HMAC-MD5)>
Security Notes
The key participates in HMAC-MD5 signing and the device verifies with the same key; everything runs locally in your browser and no data is uploaded.
Preguntas frecuentes
¿Con qué frecuencia se actualiza el código QR de calibración?
Se actualiza cada segundo, de modo que la hora codificada es siempre la hora del sistema en el momento de la generación.
¿Qué es la contraseña de firma?
Es la contraseña que introduce al generar; firma la carga con HMAC-MD5 y el dispositivo debe verificar con la misma clave.
¿El código QR filtra información del sistema?
Solo contiene el encabezado del protocolo, la hora actual del sistema y la firma — sin información de red ni de cuentas.
