Skip to main content

Eastron SDM72D-M (three-phase)

Status: Vendor Confirmed · Register points: 13 · Transports: Modbus RTU

A curated ModDef profile for the Eastron SDM72D-M (three-phase). Import it as eastron.sdm72 or load the .moddef.yaml directly.

Usage

Load the profile, bind a transport, and read a point by name. The runtime applies the offset, scaling, byte order, and sentinels from the definition.

doc, _ := moddef.Load("eastron-sdm72.moddef.yaml")
dev, _ := client.New(doc, "eastron-sdm72", transport) // your modbus.Transport
v, _ := dev.ReadPoint(ctx, "total_system_power")
fmt.Println(v)

Measurands

The 2 semantic quantities this device reports, each linked to the measurand catalog. Query a device by measurand instead of a raw point when you want portable code.

Base quantityNameUnitDescription
active_powerActive PowerWInstantaneous real power
energy_activeActive EnergyWhCumulative active energy register

Source