Small Python scripts for reading data from SAJ H2-series inverters via Modbus TCP. I put this together because my inverter doesn’t expose its web UI and I didn’t have physical access to it for a while ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
Modbus is a well known protocol used for instance fo industrial, or home automation tasks. It may run on physical layers such as serial (RS232, or RS485) or ethernet (TCP, or UDP). In order to test ...