📖

Help & Documentation

BatteryPass

byNeuraTech AI
TR EN DE

Help & Documentation

EU 2023/1542 Battery Passport — quick start

1

Quick Start

  1. Sign up — company name, slug, LEI.
  2. On the dashboard, click + New Battery Model → wizard with 7 clusters × 95 attributes.
  3. Fill the wizard and submit (status: draft).
  4. Back on the dashboard click Activate on the model row.
  5. Once active: + Publish Passport (single sample) or 📦 Bulk Item Import (Excel/CSV).
  6. Passport URL format: https://battery-id.com/p/<slug>/01/<GTIN>/21/<serial>
2

Access Tiers (prEN 18239)

EU 2023/1542 Article 77(2) defines 4 access tiers — we implement them as:

TierWhoData
publicEveryone (no auth)Annex XIII point 1 — model, performance, carbon
consumerEnd-user+ own item usage data (point 4 — Phase 2)
legitimate_interestRefurbisher, recycler, repairer+ point 2 (composition, dismantling)
authorityNotified Body, MSA, EC+ point 3 test reports

Mock auth for now (X-Auth-Tier header). Phase 2 will integrate Keycloak/eIDAS High LoA.

3

95 Data Attributes (DIN DKE SPEC 99100)

Catalog v1.1 covers EU 2023/1542 Annex XIII point 1+2+3 + Annex VI Part A in full. See /catalog/clusters/....

4

QR Carrier (prEN 18220)

GS1 Digital Link URL format: https://battery-id.com/p/<slug>/01/<GTIN-14>/21/<serial>. Encoded as QR. Generate A4 label sheets via POST /battery-batches/{id}/label-sheet.

5

Audit & Versioning

Every PATCH creates a new passport_version snapshot. Time-travel via GET /dpps/byProductIdAndDate/.... All writes audited (GET /audit-log).

6

API

Swagger UI. Auth: X-Tenant-Id header. Rate limit 120/min.

7

FAQ

Self-hosting, schema upgrades, regulatory timeline — see TR docs or contact support.