Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 595 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 595 Bytes

PyModMon

Python Modbus Monitor

This is a Python skript that acts as a Modbus slave. It can be used e.g. for reading data from newer solar inverters made by SMA.

It has the ability to monitor several modbus addresses with a configurable interval and can also write the received data to a csv file.

The logged data can then be used with other programs for analysing or plotting.

Dependencies:

  • Python 2.7
  • Python package docopt
  • Python package pymodbus (and dependencies)

pymodmon_3.py is the updated version for Python 3 (tested with Python 3.7). No additional functionality was added.