hivemq / hivemq-edge

HiveMQ Edge is an MQTT gateway that enables interoperability between OT devices and IT systems. It translates diverse protocols into MQTT for streamlined communication and helps organize data into a unified namespace, making managing and streaming data across your infrastructure easier.
http://hivemq.com
Apache License 2.0
92 stars 21 forks source link

fix(19348) - Modbus change data calculation should only publish deltas #302

Closed simon622 closed 3 months ago

simon622 commented 4 months ago

When the checkbox only publish data items that have changed since last poll was set, the entire previous graph (which may have contained multiple indices) was sent with each poll if a single items had changed. The calculation now considered each item individually.

sfrehse commented 3 months ago

@DC2-DanielKrueger could ¥ou please resolve the conflict and let merge this PR.