Skip to content

v2.0.0

Compare
Choose a tag to compare
@tomhollingworth tomhollingworth released this 25 May 04:16
· 28 commits to master since this release
39e985d

BREAKING CHANGES

  • Changed topic payload for <SITE>/<AREA>/<LINE>/Status/StateCurrent to integer data type (use <SITE>/<AREA>/<LINE>/Status/StateCurrentStr instead)
  • Changed topic payload for <SITE>/<AREA>/<LINE>/Status/UnitMode to integer data type (use <SITE>/<AREA>/<LINE>/Status/Status/UnitModeStr instead)

Changes

  • Add Sparkplug B Payload and Topic Support
  • Add TICK to global configuration
  • Add CLIENT_TYPE environmental variable
  • Add SPARKPLUG_GROUP_ID environmental variable
  • Add SPARKPLUG_EDGE_NODE environmental variable
  • Add MQTT_CLIENT_ID environmental variable
  • Add .../Status/StateCurrentStr topic for string name of state
  • Add .../Status/UnitModeStr topic for string name of mode
  • Change .../Status/StateCurrent to integer data type (use .../Status/StateCurrentStr instead)
  • Change .../Status/UnitMode to integer data type (use .../Status/UnitModeStr instead)
  • Change Command tags to boolean values (integer 0/1 still works)
  • Fix UnitMode command
  • Updated README
  • Bump Revision