WouterJansen / emonTXethernet

Based on the OpenEnergyMonitor systems, a small variation with communication over Ethernet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emonTXethernet

This repository is a collection of files used to correctly setup and use a EmonTX Shield on a Arduino. It uses a Ethernet Shield for the communication instead of the usual radio seen on EmonTX.

This repository has the following items:

  • The firmware sketch for a Arduino to measure the EmonTX CT sensor inputs and send them with a HTTP GET request to EmonCMS.
  • 3D printing files for a case that holds a Arduino Uno with a mounted standard Ethernet Shield and EmonTX Shield.
  • Simplistic OpenHab instructions for correctly reading the EmonCMS MQTT messages and display them on your sitemap.
  • Custom PCB Board files to make a simplified EmonTX Board soley focused on the CT input sensors and 9V AC-AC adapter. Without all components for UART or radio communication.

This is all based on original work by others. See the invidiual files for more credit information. Mostly OpenEnergyMonitor is responsible for all the posibilities seen here. https://openenergymonitor.org/

About

Based on the OpenEnergyMonitor systems, a small variation with communication over Ethernet.

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%