Category "pymodbus"

Modbus Python Schneider PM5300

I'm trying to get voltage or current from PM5300 meter, but always come 32768 only. The code: from pymodbus.constants import Endian from pymodbus.payload impor

Pymodbus read holding registers

I was assigned to perform the task without any documentation. I have a problem with reading data from MODBUS. This is the script that I was able to create: fro