Skip to content

Releases: tjhowse/modbus4mqtt

v0.3.3

01 Nov 00:33
Compare
Choose a tag to compare

Add some goof-proofing on the new scan_batching setting.

v0.3.2

01 Nov 00:09
38ec4d1
Compare
Choose a tag to compare

A top-level scan_batching setting has been added to the configuration YAML schema. This can be used to define how many contiguous registers are scanned in a modbus device in one read operation. The default is 100.

v0.3.1

11 Oct 04:40
Compare
Choose a tag to compare

Fix for integration of SungrowModbusTcpClient.

Add encrypted Sungrow Modbus interface

10 Oct 01:02
Compare
Choose a tag to compare

This release adds support for https://github.com/rpvelloso/Sungrow-Modbus via a top-level variant field in the configuration YAML. This wraps ModbusTcpClient and decrypts the comms between modbus4mqtt and Sungrow inverters running more recent firmware. There is no need to provide an encryption key to decrypt the traffic, this happens automatically.