An open API service indexing awesome lists of open source software.

https://github.com/pklaus/gossen-u180c

Software to acquire and analyze data from the Gossen Metrawatt U180C LAN Interface for the U189A energy counter.
https://github.com/pklaus/gossen-u180c

Last synced: 3 months ago
JSON representation

Software to acquire and analyze data from the Gossen Metrawatt U180C LAN Interface for the U189A energy counter.

Awesome Lists containing this project

README

        

## Gossen U180C in Python

An interface to connec to the Gossen U180C via *Modbus TCP* or via *HTTP*.
This is the LAN interface for the professional grade Gossen U189C energy meter.

### Requirements

* Python3 (I use Python 3.4)
* If you want to connect via Modbus, you need
[pymodbus][] for Python3 (depends on [twisted][] in turn).
Its documentation is found [here](https://pymodbus.readthedocs.org).
* To connect via HTTP, you also need to install the [requests][] module.

[pymodbus]: https://github.com/bashwork/pymodbus/tree/python3
[twisted]: https://twistedmatrix.com
[requests]: http://docs.python-requests.org