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.
- Host: GitHub
- URL: https://github.com/pklaus/gossen-u180c
- Owner: pklaus
- Created: 2015-04-08T08:13:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T12:28:10.000Z (over 5 years ago)
- Last Synced: 2024-12-28T15:48:38.984Z (5 months ago)
- Language: Python
- Homepage:
- Size: 312 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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