Skip to content

Releases: tjhowse/modbus4mqtt

v0.3.4

07 Nov 05:03

Choose a tag to compare

Add more registers to the default Sungrow SH5k-20 register map,
Log version number to console and MQTT on startup,
Improved error logging,
A fix for value maps with human-readable values like "on" and "off" being interpreted by YAML as boolean values.

v0.3.3

01 Nov 00:33

Choose a tag to compare

Add some goof-proofing on the new scan_batching setting.

v0.3.2

01 Nov 00:09
38ec4d1

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

Choose a tag to compare

Fix for integration of SungrowModbusTcpClient.

Add encrypted Sungrow Modbus interface

10 Oct 01:02

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.