Skip to content

Releases: SICKAppSpaceCodingStarterKit/CSK_Module_MQTTClient

v2.1.1

06 Aug 10:54
6cf0076

Choose a tag to compare

Release 2.1.1

Bugfix

  • Using credentials did not work properly

v2.1.0

20 May 14:19
f7eebd3

Choose a tag to compare

Release 2.1.0

New features

  • Optionally send a BirthMessage if connected to MQTT broker
  • Optionally set global prefix for all topics
  • Optionally deactivate logging of communication to reduce CPU load
  • Check if persistent data to load provides all relevant parameters. Otherwise add default values

Improvements

  • Check if client is connected to broker before trying to publish

Bugfix

  • Did not use topic prefix for WillMessage
  • Did not update topic prefix / status if WillMessage is active within UI
  • Legacy bindings of ValueDisplay elements within UI did not work if deployed with VS Code AppSpace SDK
  • UI differs if deployed via Appstudio or VS Code AppSpace SDK
  • Fullscreen icon of iFrame was visible

v2.0.0

28 Nov 09:29
155701f

Choose a tag to compare

Release 2.0.0

New features

  • Supports FlowConfig feature to provide incoming MQTT messages / push messages to MQTT broker
  • Provide version of module via 'OnNewStatusModuleVersion'
  • Check if features of module can be used on device and provide this via 'OnNewStatusModuleIsActive' event / 'getStatusModuleActive' function
  • New event 'OnNewConnectionStatus'
  • Function 'getParameters' to provide PersistentData parameters
  • Function to 'resetModule' to default setup

Improvements

  • New UI design available (e.g. selectable via CSK_Module_PersistentData v4.1.0 or higher), see 'OnNewStatusCSKStyle'
  • 'loadParameters' returns its success
  • 'sendParameters' can control if sent data should be saved directly by CSK_Module_PersistentData
  • Changed log level of some messages from 'info' to 'fine'
  • Added UI icon and browser tab information

Bugfix

  • Module tried to reconnect to MQTT broker every 5sec after a disconnection even it already reconnected succesfully
  • Typo in code regarding password variable for credentials
  • Typo in code regarding client certificate key path

v1.1.0

18 Apr 13:21
0ce0c25

Choose a tag to compare

Version 1.1.0

New feature

  • Added optional setting to enable the MQTT client to Disconnect with Will Message. If enabled, a Will Message will be sent before intentionally disconnecting.

v1.0.0

20 Mar 10:01
ef43837

Choose a tag to compare

Release 1.0.0

Improvements

  • Reconnection timer of 5 seconds in case the connection is lost (broker is rebooted)
  • Showing in the message log if connection/reconnection failed
  • Changed a couple of misleading labels for MQTTS in UI

Bugfix

  • Bug of multiple function calls by the same event when topic of the event is changed. Solved by deregistering from event if the topic of the event is changed
  • 'passwords' changed to 'password' as the parameter is called mqttClient_Model.parameters.password

v0.4.1

19 Sep 09:55
552f51a

Choose a tag to compare

v0.4.1 Pre-release
Pre-release

Version 0.4.1

Improvements

  • Updated docu and added "Known issues" in README

Bugfix

  • Did not convert data of registered events to strings before trying to publish them via MQTT

v0.4.0

30 Jun 10:45

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

Repository moved to GitHub organization.