Mustafatarakci / we515mqtt

stream Orno WE-515 energy meter data to mqtt and influxdb aktar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orno WE-515 to MQTT

A couple of services to read data from a OR-WE-515 Energy meter and broadcast it to my local MQTT broker and to Grafana for visualization. It will probably work with with OR-WE-514 too commenting out the lines that read the multitariff registers.

Nothing too refined and mainly meant for personal use.

we515mqtt.py

The main service, reads data WE515 from Modbus RTU over TCP and publish it to a MQTT broker.

To interact with the device over wifi I'm using a Protoss PW11-H.

mqttinfluxbridge.py

Subscribes to MQTT data and writes it to a InfluxDB database

Grafana dashboard example with latest measurements

dashboard

Useful references

About

stream Orno WE-515 energy meter data to mqtt and influxdb aktar

License:GNU General Public License v3.0


Languages

Language:Python 100.0%