Close

Smartmeter GUI

A project log for Low Power Infrared Energy Meter Monitor

Using the IR diode of smart energy meters this adapter translates the IR signals into UART messages

caniquecanique 07/12/2024 at 14:530 Comments

The complete data pipeline is finished now:

Current consumption in Watt and total Watthours so far are transmitted every 15 seconds from the Smartmeter to a Canique Pico Gateway via 868 MHz radio.

The data is then displayed on cockpit.canique.com and updated whenever new data comes in.

The communication between Pico Gateway and website is via MQTT. You can also configure the Pico Gateway to redirect the data to some other MQTT broker and then process the data yourself (e.g. via InfluxDB, Grafana etc..)

If we send the data to an MQTT broker running on a Raspberry, it looks like this:

Discussions