Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.03 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.03 KB

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