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 ...
PythonでModbus通信ができるライブラリPyModbusを紹介します。 Welcome to PyModbus’s documentation! — PyModbus 4.0.0dev documentation pymodbus.readthedocs.io 参考として、ネットワーク通信用のライブラリsocketは下記の通りです。 1-1.Modbusとは ...
charge_soc_threshold_high = 98.0 # Float: 0.0-100.0 - Immediate termination charge_soc_threshold_low = 95.0 # Float: 0.0-100.0, must be < high - With taper current charge_taper_current = 0.2 # Float: ...