+ Add Additional emonTx-3phase
Additional EmonTx energy monitoring nodes running three-phase firmware can be added to both an emonPi or a emonBase system to:
- Monitor 3-phase power (with 3-phase emonTx firmware, see EmonTx Technical)
Data is transmitted to the emonPi or emonBase via low power 433MHz radio as standard, or alternatively using the ESP8266 WiFi adapter via WiFi for applications where the 433 MHz radio range is insufficient.
The emonTx with three-phase firmware is designed for use on a 3-phase, 4-wire system.
A) Adding one emonTx three-phase to an emonPi system
Installtion
Before starting installation it’s important to identify the phases.
-
Ideally plug the AC voltage adapter into L1 this will allow straightforward connection of CTs as follows CT1=L1, CT2=L2 and CT3=L3.
-
If it’s not possible to plug the AC voltage adapter into L1 e.g all the accessible plug sockets are on a different phase then the connection of CTs must be adjusted e.g If AC voltage adapter is plugged into L2 then the CTs must be connected as follows CT1=L2, CT2=L3 and CT3=L1
For a detailed and technical explanation of the 3-phase firmware, see the emonTx three-phase technical user guide and the [3-phase emonTx firmware repository}(https://github.com/openenergymonitor/emontx-3phase).
Emoncms Input processing
Setup the input processing as follows,
Use the + Input
input process to add the phase power inputs together to create a feed for the total power e.g
B) Adding more than one emonTx three-phase to an emonPi or emonBase system
In addition to standard emonTx installation as covered in the emonTx and emonBase installation guide: when using 2 or more emonTx units with the same base-station the node ID on each unit needs to be unique.
The nodeID can be selected at time of purchase or set using the on-board DIP switch to toggle. If more than two emonTx’s are required on the same network then further nodeID values can be set via RF node ID serial config.
The image on the right shows the DIP switch configuration looking at the emonTx with the CT sensor inputs at the top of the board. Move the top switch D9 to the left to select USA ACAC Voltage calibration. Move the bottom switch D8 to the left to select RF node ID 12 rather than 11.
Serial Configuration
It’s possible to set the emonTx radio settings, sensor calibration and other properties over serial. See Github PDF: Configuration of RF Module & on-line calibration for full details. If a custom node ID is set, a corresponding node decoder needs to be in place in emonhub.conf to decode the emonTx radio packet data. See emonhub.conf configuration guide.
Note: If using the Arduino IDE serial terminal to set properties of the firmware via serial, ensure the serial monitor is set to NL/CR
and the baud rate is set to 115200
. The serial monitor may need to be restarted after changing the line ending selection.