Skip to content

Releases: gavinying/modpoll

v1.4.0

15 Nov 02:15
be8b4b3
Compare
Choose a tag to compare

1.4.0 (2024-11-15)

Features

  • Add example config for Eastron SDM120 (#72) (2dde6b9)
  • Allow HEX number in configuration file (#70) (6324269)
  • Publish MQTT message for each single reference. (adb869f)

Bug Fixes

  • Rename doc include config_template.csv (#73) (8003ff3)

v1.3.3

15 Oct 03:00
b2c2753
Compare
Choose a tag to compare

1.3.3 (2024-10-15)

Bug Fixes

v1.3.2

15 Oct 02:55
9bb1e1a
Compare
Choose a tag to compare
v1.3.2 Pre-release
Pre-release

1.3.2 (2024-10-15)

Bug Fixes

v1.3.1

15 Oct 02:32
0db2aff
Compare
Choose a tag to compare
v1.3.1 Pre-release
Pre-release

1.3.1 (2024-10-14)

Bug Fixes

  • Arguments mqtt-qos doesn't work for publish (0a65d0a)
  • Zsh parse error due to the special character used in mqtt-publish-topic-pattern. (98230e8)

v1.3.0

13 Oct 13:52
67d5e3b
Compare
Choose a tag to compare

1.3.0 (2024-10-13)

Features

  • Support running multiple master instances (#64) (c44b597)
  • Optimize code to make it more object oriented (7195e29)
  • Remove importlib-metadata dependency since we drop support for pre-python3.8 environments. (36a6fd4)

Bug Fixes

  • Adjust delay to every loop iteration (e368922)
  • Allow github action to read the PR title and add labels (22cb7c8)

v1.2.0

25 Aug 08:22
877fb63
Compare
Choose a tag to compare

1.2.0 (2024-08-25)

Features

  • Introduce MQTT topic pattern to replace the existing MQTT topic prefix. (58d3f67)
  • Add docker compose for better developer experience. (01f15e8)

Bug Fixes

v1.1.0

03 Aug 04:05
fd6d88a
Compare
Choose a tag to compare

1.1.0 (2024-08-03)

Features

Bug Fixes

  • allow user defined docker registry (38acfcc)
  • device list is not properly used (1824bed)
  • duplications in ci actions (db5c667)
  • paho v2 changes in callbacks (09316f8)
  • poetry warning (44ec61f)
  • unexpected input for release-please (24703fe)

v1.0.0

11 Jul 13:26
96cce1d
Compare
Choose a tag to compare

1.0.0 (2024-07-11)

⚠ BREAKING CHANGES

  • Initial stable release

Features

  • Support Modbus RTU/TCP/UDP devices
  • Poll data from multiple Modbus devices
  • Publish data to MQTT broker for remote debugging
  • Log data for further investigation
  • Provide docker solution for continuous data polling in production