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 ...
├── main.py # 配置 + 主程序入口 ├── modbus_client.py # Modbus TCP 通信封装 ├── data_converter.py # 数据类型转换(Int/Real/Bool ...