From 4d1796cb32329c07c8c8e95114b40d07eb1366cc Mon Sep 17 00:00:00 2001 From: xBlaz3kx Date: Thu, 30 Jul 2026 00:31:31 +0200 Subject: [PATCH] feat: add oecs product; fix row sizing (3 entries per row) --- src/css/custom.css | 2 +- src/pages/index.js | 87 ++++++++++++++++++++++++++++++++-------------- 2 files changed, 61 insertions(+), 28 deletions(-) diff --git a/src/css/custom.css b/src/css/custom.css index 3d932e2..163e0e1 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -594,7 +594,7 @@ html[data-theme='dark'] .tech-tag { } /* Product cards — equal height with bottom-aligned actions */ -.products-section .col--6 { +.products-section .col--4 { display: flex; flex-direction: column; } diff --git a/src/pages/index.js b/src/pages/index.js index 1fe76af..0f05393 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -147,7 +147,7 @@ function ProductsSection() {
-
+

🔌 ChargePi

@@ -187,7 +187,7 @@ function ProductsSection() {
-
+

⚙️ ChargeFlow CLI

@@ -227,76 +227,109 @@ function ProductsSection() {
+
+
+
+

📋 ChargeFlow Registry Coming Soon

+

OCPP schema compatibility registry for charge points and CSMS backends

+
+
+
+

Check OCPP schema compatibility with any charge point vendor, model, or CSMS backend from a single unified registry — no more manual cross-referencing.

+
+
+

Key Features

+
    +
  • Vendor & model compatibility lookup
  • +
  • OCPP schema validation
  • +
  • CSMS backend compatibility checks
  • +
  • Docker support
  • +
+
+
+

Technical Details

+
+ Go + OCPP + Protobuf + Docker + MIT +
+
+
+ +
+
+
+
-
+
-

🤖 OpenEV Data MCP

-

Query EV specifications through AI assistants via Model Context Protocol

+

📄 OECS

+

Open EV charger specification

-

An MCP server that exposes the open-ev-data dataset to AI assistants, enabling language models to query electric vehicle specifications through a standardized protocol.

+

The Open EV Charger Specification defines a JSON Schema-based standard for documenting charger hardware, software, payment methods, and compliance — a machine-readable counterpart to a manufacturer's datasheet.

Key Features

    -
  • Vehicle & manufacturer data endpoints
  • -
  • Battery capacity & range specifications
  • -
  • AC/DC charging capability details
  • -
  • In-memory TTL caching (5 min default)
  • -
  • Health check endpoint on port 9090
  • +
  • Standardize any EV specification
  • +
  • Covers software, hardware and compliance
  • +
  • Includes links to certifications and claims
  • +
  • Example specs for AC wallboxes & DC fast chargers

Technical Details

+ JSON Schema Go - MCP - PostgreSQL - HTTP - Docker MIT
- +
-
+
-

📋 ChargeFlow Registry Coming Soon

-

OCPP schema compatibility registry for charge points and CSMS backends

+

🤖 OpenEV Data MCP

+

Query EV specifications through AI assistants via Model Context Protocol

-

Check OCPP schema compatibility with any charge point vendor, model, or CSMS backend from a single unified registry — no more manual cross-referencing.

+

An MCP server that exposes the open-ev-data dataset to AI assistants, enabling language models to query electric vehicle specifications through a standardized protocol.

Key Features

    -
  • Vendor & model compatibility lookup
  • -
  • OCPP schema validation
  • -
  • CSMS backend compatibility checks
  • -
  • Docker support
  • +
  • Vehicle & manufacturer data endpoints
  • +
  • Battery capacity & range specifications
  • +
  • AC/DC charging capability details
  • +
  • In-memory TTL caching (5 min default)
  • +
  • Health check endpoint on port 9090

Technical Details

Go - OCPP - Protobuf + MCP + PostgreSQL + HTTP Docker MIT
- +