Heatsense Radiocheck Icon Heatsense Radiocheck

Error:
📹 Camera active - Point at QR code
⏱️ Cooldown active (1 second between scans)

Request History

Admin Configuration

Error:

API Settings

Available variables:
{{content}} - Extracted DevEUI (preserves case)
{{content_lower}} - Extracted DevEUI converted to lowercase

DevEUI Extraction: If QR contains semicolons (e.g., LA666118660;A840419A2A5D5D04;...), the second value is used as DevEUI. Otherwise, the entire content is treated as DevEUI.

Note: DevEUI in history will be clickable and open the details page URL in a new tab.

DevEUI Extraction

The application automatically extracts DevEUI from QR codes in two supported formats:

Format 1 - Direct DevEUI:
A840419A2A5D5D04

Format 2 - Semicolon-separated (DevEUI is 2nd value):
LA666118660;A840419A2A5D5D04;A840410000000101;E213CDA25D8DCB5C

Result: Both formats extract A840419A2A5D5D04 as the DevEUI for API calls and details page URLs.

OIDC Configuration

Common OIDC Provider Examples:

Keycloak: https://your-keycloak.com/auth/realms/your-realm
Auth0: https://your-domain.auth0.com
Azure AD: https://login.microsoftonline.com/your-tenant-id/v2.0
Google: https://accounts.google.com

JWT Debug Mode

For testing purposes, you can paste a JWT token directly instead of using OIDC flow.

JWT Mode Active

You are currently authenticated using a direct JWT token instead of OIDC flow.

App Cache & Updates

Manage app caching and check for updates:

Cache Strategy: Static assets use stale-while-revalidate pattern.
API Requests: Never cached to ensure fresh data.
Auto-updates: Checks for updates every minute when online.

Debug Information