mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-13 15:37:03 +00:00
Updated documentation
This commit is contained in:
parent
bd905c3595
commit
30d73c3a6e
@ -7,6 +7,9 @@ There is also a web interface available on runtime, showing meter data in real t
|
||||
|
||||
<img src="webui.jpg" width="480">
|
||||
|
||||
## Hardware options
|
||||
Look in [hardware section](/hardware) for more details about supported hardware
|
||||
|
||||
## Release binaries
|
||||
|
||||
In the [Release section](https://github.com/gskjold/AmsToMqttBridge/releases) of this repository, you will find precompiled binaries for some common boards.
|
||||
|
||||
@ -1,8 +1,20 @@
|
||||
/*
|
||||
Name: AmsToMqttBridge.ino
|
||||
Created: 3/13/2018 7:40:28 PM
|
||||
Author: roarf
|
||||
*/
|
||||
/**
|
||||
* @brief ESP8266 based program to receive data from AMS electric meters and send to MQTT
|
||||
*
|
||||
* @details Originally developed by Roar Fredriksen, this program was created to receive data from
|
||||
* AMS electric meters via M-Bus, decode and send to a MQTT broker. The data packet structure
|
||||
* supported by this software is specific to Norwegian meters, but may also support data from
|
||||
* electricity providers in other countries. It was originally based on ESP8266, but have also been
|
||||
* adapted to work with ESP32.
|
||||
*
|
||||
* @author Roar Fredriksen (@roarfred)
|
||||
* The original developer for this project
|
||||
* https://github.com/roarfred/AmsToMqttBridge
|
||||
*
|
||||
* @author Gunnar Skjold (@gskjold)
|
||||
* Maintainer of current code
|
||||
* https://github.com/gskjold/AmsToMqttBridge
|
||||
*/
|
||||
|
||||
#include "AmsToMqttBridge.h"
|
||||
#include <ArduinoJson.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user