Reference
Deep reference for parsing, validation, builders, the platform API, and every process.
Reference
The reference layer beneath the guides: EDIFACT parsing, validation and message
builders via edi-energy (including the Platform struct for multi-party use),
the BDEW AS4 profile that carries those messages, the catalogue of every MaKo
process, Redispatch 2.0, DVGW gas transport, and the makotest Python toolkit
for testing against all of it.
Parsing
All entry points for reading EDI@Energy EDIFACT data: parse, parse_interchange, Platform::parse, ParseConfig DoS limits, and error variants.
Validation
Five-layer EDIFACT validation: schema, code lists, MIG, AHB, and semantic rules. How to read the ValidationReport, handle PIDs, and validate…
Builders
Fluent type-state builder API for constructing valid EDI@Energy EDIFACT messages: UTILMD, MSCONS, APERAK, CONTRL, INVOIC, REMADV, ORDERS, OR…
Platform
Use Platform for multi-tenant gateways, test isolation, hot-reload, and custom DoS limits. Alternative to the global ReleaseRegistry singlet…
DVGW EDI
dvgw-edi: parsing, validating and writing ALOCAT, NOMINT and NOMRES for GaBi Gas 2.1. Covers message identity (carrier vs. document code), t…
Process Catalog
Business-level catalog of all German energy market communication processes — GPKE, WiM Strom, MaBiS, GeLi Gas, WiM Gas, GaBi Gas, and PARTIN…
Redispatch 2.0
Redispatch 2.0 in mako: XML document types, 8 event-sourced workflows, the BilAReM regime under BK6-23-241, which deadlines still have a pub…
BDEW AS4 Guide
How to configure makod for BDEW AS4-Profil v1.2 production deployments. Covers the certificate triplet (TLS / signing / encryption), P-Mode …
makotest (Python)
Python test & simulation toolkit for MaKo platforms: BDEW identifier check digits, the published answer-Frist table, AHB-validated EDIFACT, …