Shelly Pro 3 EM (400)
Shelly Pro 3 EM is a 3 (three) phase Energy Metering device for a Y (star) 4 - four wire connection. The device measures consumed energy from the system and stores it on one minute intervals, with enhanced data for the Active Power, Apparent Power, Voltage, Current on the 3 phases and a Current reading for the Neutral channel (optional).
The following components are available in Shelly Pro 3 EM:
- System
- WiFi
- Ethernet
- Bluetooth Low Energy
- Cloud
- MQTT
- Modbus
- Outbound Websocket
- EnergyMeter
- EMData
- Up to 10 instances of Script
Parameters
These parameters are used by the device to measure and report data to the user.
voltage_limit_v
- the voltage limit that the device can handle safely - set to 280V. Above 280V an error is triggered, the device will be damaged if higher voltages are applied.current_limit_a
- the maximum current which the device can measure - set to120A
or400A
forPro3EM400
. The device is unable to measure above this limit, an error is triggered, the device will be damaged if higher currents are applied.power_threshold
- the reporting threshold to notify for a change inPower
value. Consists of two settings:ratio
- ratio betweennew value
andlast received value
- set to0.05
or5%
absolute
- absolute difference betweennew value
andlast received value
- set to10.0W
voltage_threshold
- the reporting threshold to notify for a change inVoltage
value. Consists of two settings:ratio
- ratio betweennew value
andlast received value
- set to0.05
or5%
absolute
- absolute difference betweennew value
andlast received value
- set to1.0V
current_threshold
- the reporting threshold to notify for a change inCurrent
value. Consists of two settings:ratio
- ratio betweennew value
andlast received value
- set to0.05
or5%
absolute
- absolute difference betweennew value
andlast received value
- set to0.05A
power_factor_threshold
- the reporting threshold to notify for a change inPower Factor
value. Consists of two settings:ratio
- ratio betweennew value
andlast received value
- set to0.05
or5%
absolute
- absolute difference betweennew value
andlast received value
- set to0.01
power_factor
is a dimensionless value.
energies
are reported upon receiving a new value, they are notthreshold
dependent.
Upon receiving a new value, it is checked against both the ratio
and absolute
differences, if one of them is satisfied - a new value is reported. After the check the new value
becomes last received value
.
* Currently the Pro3EM
and Pro3EM400
emit status events on a predefined interval, regardless of the thresholds above.
Meter constant for the Pro3EM
and Pro3EM400
is 1000 imp/kWh for the Count
LED optical output.
Useful Tools
A collection of tools for reading energy data off the device, reading momentary voltage, current, power values or monitoring and controlling the device from the command line can be found in this repository: https://github.com/ALLTERCO/shelly-cli-tools