gisce / iec870ree

IEC-870-5-102 for REE Spanish Electric meters
GNU Affero General Public License v3.0
13 stars 11 forks source link
energy hacktoberfest iec-870-5-102 meter python

iec870ree

.. image:: https://travis-ci.com/gisce/iec870ree.svg?branch=master :target: https://travis-ci.com/gisce/iec870ree

.. image:: https://coveralls.io/repos/github/gisce/iec870ree/badge.svg?branch=master :target: https://coveralls.io/github/gisce/iec870ree?branch=master

IEC-870-5-102 for REE Spanish Electric meters

Documentation about this protocol:

Installation

.. code-block::

$ pip install iec870ree

Configuration of devices:

Implemented ASDUs

History of this project

Initial project was writen by Javier de la Puente <https://github.com/javierdelapuente> and was called reeprotocol <https://github.com/javierdelapuente/reeprotocol> . Then GISCE-TI <https://gisce.net> started working on it and implemented Ip Layer <https://github.com/javierdelapuente/reeprotocol/pull/1>, base changes <https://github.com/javierdelapuente/reeprotocol/pull/8> and new ASDUs <https://github.com/javierdelapuente/reeprotocol/pull/9>. With that we put this library in production 🚀! Our working speed was different from the main repo pace so we started a new project forked from the original. You can see the issue with the history here <https://github.com/javierdelapuente/reeprotocol/issues/10>_.