Eastron SDM 630
The Eastron SDM 630 is an electricity meter which can be read using an RS485 Modbus connection.
Official website:
- https://www.eastroneurope.com/products/view/sdm630modbus Official Modbus specification:
- https://www.eastroneurope.com/images/uploads/products/protocol/SDM630_MODBUS_Protocol.pdf
Device Schema:
Status: All registers in the documentation have been put into the schema definition.
Used version of the specification: SDM630_MODBUS_Protocol.pdf
Schema as Yaml: SDM630.yaml
The schema is also available as pre generated Kotlin code.
<dependency>
<groupId>nl.basjes.modbus.devices</groupId>
<artifactId>modbus-device-sdm630</artifactId>
<version>0.3.0</version>
</dependency>
Repo location of this Schema: https://github.com/nielsbasjes/modbus-devices/tree/main/modbus-device-sdm630