BlackZork / mqmgateway

MQTT gateway for modbus networks
GNU Affero General Public License v3.0
44 stars 20 forks source link

If value after conversion is not changed then it should not be republished #38

Closed BlackZork closed 2 months ago

BlackZork commented 7 months ago

Use case:

R = ....00

When register data is changed to .....01 both A and B are published.

Value for B did not change, so it should not be republished again.

BlackZork commented 2 months ago

Fixed in 89a6092