Sorry, your browser does not support JavaScript!

Integration the power Meter into ZABBIX

Abstract: Use the energy meter of IAMMETER in ZABBIX.

This is a step by step tutorial, show how to integrate the IAMMETER`s power meter (both single phase and three phase) into ZABBIX.

Dashboard effect

This is the dashboard effect in Zabbix

Single phase Wi-Fi Energy Meter :WEM3080

zabbix effect for wem3080,single phase meter

Three Phase Wi-Fi Energy Meter:WEM3080T

zabbix effect for wem3080T,3 phase power meter

Integrate Energy meter

In this chapter, we use IAMMETER`s energy meter as the example hardware.

Import the Templates of IAMMETER to ZABBIX

All the file in https://github.com/lewei50/Solar-PV-Monitoring/tree/master/ZABBIX

gihub template for IAMMETER and zabbix

Clone the repository to local.

image-20230116152122952

Open ZABBIX -> Configuration -> Templates -> Import

zabbix setting for IAMMETER`s energy meter

Choose File: zbx_export_templates_iammeter_all.yaml

image-20230116152537117

image-20230116152607767

Import

image-20230116152629285

zabbix template for IAMMETER

zabbix template for IAMMETER 2

Add Energy meter: WEM3080

WEM3080: Single phase Wi-Fi power meter

WEM3080,single phase energy meter

Configuration -> Hosts -> Create host

zabbix and WEM3080

Host name: 12.33
Templates: IAMMETER by HTTP
Host groups: Applications

image-20230116153110987

Macros:(Value, your meter IP Address)

Macros Value
{$IAMMETER.URL} http://192.168.12.33:80

image-20230116153536718

Add OK

zabbix setting for WEM3080

Monitoring -> Hosts -> 12.33 -> Latest data, Graphs, Dashboards

zabbix host setting

image-20230116153906083

image-20230116153929519

zabbix monitor dashboard for WEM3080

Add Energy meter WEM3080T

WEM3080T:3 phase Wi-Fi energy meter

WEM3080T:3phase energy meter WiFi

Configuration -> Hosts -> Create host

Zabbix setting for WEM3080T

Host name: 12.33
Templates: IAMMETER3 by HTTP
Host groups: Applications

image-20230116154455354

Macros:(Value, your meter IP Address)

Macros Value
{$IAMMETER.URL} http://192.168.12.37:80

image-20230116154548005

Add OK

image-20230116154620620

Monitoring -> Hosts -> 12.33 -> Latest data, Graphs, Dashboards

image-20230116154735709

image-20230116154814345

image-20230116154906683

image-20230116154934244

Reference

Zabbix Integration: Integrate a single-phase Wi-Fi power meter(WEM3080) into Zabbix

Zabbix Integration: Integrate 3 phase Wi-Fi power meter(WEM3080T) into Zabbix

How do find the power meter with regard to your requirements

Top