Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gisce/iec870ree
IEC-870-5-102 for REE Spanish Electric meters
https://github.com/gisce/iec870ree
energy hacktoberfest iec-870-5-102 meter python
Last synced: about 2 months ago
JSON representation
IEC-870-5-102 for REE Spanish Electric meters
- Host: GitHub
- URL: https://github.com/gisce/iec870ree
- Owner: gisce
- License: agpl-3.0
- Created: 2018-08-22T07:27:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T08:54:27.000Z (8 months ago)
- Last Synced: 2024-05-07T09:16:21.625Z (8 months ago)
- Topics: energy, hacktoberfest, iec-870-5-102, meter, python
- Language: Python
- Homepage:
- Size: 196 KB
- Stars: 12
- Watchers: 22
- Forks: 9
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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:
- `Initial definition `_
- `Extension `_Installation
------------.. code-block::
$ pip install iec870ree
Configuration of devices:
- `GSM `_
- `RTC `_Implemented ASDUs
------------------ C_AC_NA_2: Authentication (Already implemented on origin)
- C_CI_NU_2: Read integrated totals **incremental** values (Already implemented on origin)
- M_IT_TK_2: Answer to C_CI_NU_2 (Already implemented on origin)
- C_CI_NT_2: Read integrated totals **absolute** values
- M_IT_TG_2: Answer to C_CI_NT_2
- C_FS_NA_2: Finish session (Already implemented on origin)
- C_TI_NA_2: Read current date and time
- M_TI_TA_2: Answer to C_TI_NA_2
- C_RD_NA_2: Read manufacturer and device identifiers
- P_MP_NA_2: Answer to C_RD_NA_2
- C_TA_VC_2: Read metering information **Current values**
- M_TA_VC_2: Answer to C_TA_VC_2
- C_TA_VM_2: Read metering information **Saved values**
- M_TA_VM_2: Answer to C_TA_VM_2
- C_CB_UN_2: (optional) Read integrated totals **incremental** values. With blocks choices. Similar to C_CI_NU_2.
- M_IB_TK_2: Answer to C_CB_UN_2
- C_CS_TA_2: Set date and time of meter (sincro). Use this ASDU as a response
- C_PC_NA_2: Read contracted powers
- M_PC_NA_2: Answer to C_PC_NA_2History of this project
-----------------------Initial project was writen by `Javier de la Puente `_
and was called `reeprotocol `_ .
Then `GISCE-TI `_ started working on it and implemented
`Ip Layer `_,
`base changes `_
and `new ASDUs `_.
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 `_.