Measures single-phase energy bi-directionally with Class B precision via Modbus TCP.
Overview
The Circutor CEM-C6-MID is a single-phase energy meter for loads up to 100 A with bi-directional measurement and MID Class B precision. This ModbusCloud template reads voltage, current, frequency, power factor, active power, and total active energy over Modbus TCP.
Key readings
Voltage
Current
Frequency
Power Factor
Active Power
Total Active Energy
Use cases
Monitor real-time voltage, current, and active power of a single-phase circuit on your cloud dashboard.
Track total active energy consumption and export for tenant sub-metering or billing verification.
Create an alert when power factor drops below a defined threshold to flag potential power quality issues.
Log bi-directional energy data over time to verify solar self-consumption versus grid feed-in.
Generate periodic energy reports for building owners or facility managers from the cloud platform.
Installation
1Mount the Circutor CEM-C6-MID on the DIN rail and wire the line and neutral conductors through the meter according to the manufacturer's wiring diagram.
2Connect the meter to your local network via its Ethernet interface and assign a static IP address or verify the DHCP lease.
3Set a unique Modbus unit ID on the meter if multiple devices share the same network segment.
4Connect your ModbusCloud gateway (MCG or MLP series) to the same local network and ensure it can reach the meter's IP address.
5Import the Circutor CEM-C6-MID template in the ModbusCloud platform and enter the meter's IP address and Modbus unit ID.
6Verify that live readings for voltage, current, and active power appear on the ModbusCloud dashboard before closing the panel.
Things to watch for
01
Why does the power factor register show a unit of W instead of a dimensionless value?
This is a labeling inconsistency in the device register map. The register does contain the power factor value, not a wattage reading. The ModbusCloud template maps it correctly as power factor.
02
What data type do the registers use?
All registers on the CEM-C6-MID are uint16. Make sure your gateway and template are configured for unsigned 16-bit integer parsing to avoid incorrect readings.
03
Where do I find the total active energy register?
Total active energy starts at Modbus register address 40961. Total reactive energy starts at address 40991. Both are pre-configured in the ModbusCloud template.
04
Can I use this meter for official billing since it is MID certified?
The CEM-C6-MID carries MID Class B certification, which is accepted for billing purposes in many European countries. Check your local regulations to confirm applicability.
Registers (9)
9 read / 0 write
Name
Address
Function
Type
Unit
Access
Voltage
305
FC03
uint16
V
R
Current
314
FC03
uint16
A
R
Frequency
304
FC03
uint16
Hz
R
Power Factor
344
FC03
uint16
W
R
Reactive Power
329
FC03
uint16
var
R
Apparent Power
337
FC03
uint16
VA
R
Active Power
321
FC03
uint16
W
R
Total Active Energy
40961
FC03
uint16
kWh
R
Total Reactive Energy
40991
FC03
uint16
kWarh
R
Working with Modbus in your projects?
ModbusCloud is the hardware-plus-software platform that installers use to monitor, visualise and control Modbus devices from one portal. This template is one of hundreds you can use right away.