Skip to content

Releases: rebel7580/MQTT-Plug-in-For-HomeVisionXL

v1.132

21 May 03:17
Compare
Choose a tag to compare
  • Add "View Frozen" message to PUB/SUb tab when log view is frozen.
  • Gray out Freeze or Unfreeze view in pop-up depending on freeze state.
  • Update to the lastest version of mqtt-2.0.tm. Fixes missed first msg issue.

v1.131

18 Apr 02:12
Compare
Choose a tag to compare

Revision : 1.131
Date : 2024/4/18 1:56:50

  • Fix bug in Pub/Sub Publish that prevents publishing or updating dropdown list if initially blank.

v1.130

06 Apr 06:37
Compare
Choose a tag to compare

Revision : 1.130

Date : 2024/3/31 3:51:28

Description :

  • Add option in Pub/Sub tab to set a user-defined timestamp string. Default: %d-%T
  • Change some config variable names to use consistent naming convention. Bumped config version from 13 to 14.

1.129

24 Mar 19:24
Compare
Choose a tag to compare

Revision : 1.129

Date : 2024/3/24 18:57:34

Description :

  • Add drop-down lists for Pub/Sub Topic and Payload fields.
  • Keep Pub/Sub Subscriptions even when Config window is closed.
  • Allow Pub/Sub Topics to use Standard form.
  • Add Log window for Pub/Sub related events (so you don't need to use the debug plug-in to see subscription messages.)
  • Add colored text to Topic entry fields to match colors in log.
  • Add mqttStatus procedure for user plug-ins to check MQTT status.

v1.124

15 Jun 03:31
Compare
Choose a tag to compare

Revision : 1.124

Date : 2023/6/15 3:23:20
Description :

  • Fix bug(s) in Pub/Sub retain code.

v1.23

27 May 17:42
Compare
Choose a tag to compare

Revision : 1.123

Date : 2023/5/27 4:30:15
Description :

  • Fix variable clash with retain checkboxes in Pub/Sub tab

v1.122

20 May 03:56
Compare
Choose a tag to compare

Revision : 1.122

Date : 2023/5/20 0:55:45
Description :

  • Add -log|-nolog|-retain|-noretain options to serial commands.
  • Add retain checkboxes in Pub/Sub tab

v1.118

13 Apr 01:23
Compare
Choose a tag to compare

Revision : 1.118
Description :

  • Improve subscription handling (unsub from old subs)

V1.117

06 Apr 23:43
Compare
Choose a tag to compare

Revision : 1.117

Date : 2023/4/6 22:9:48
Description :

  • Add Tab for publishing and subscribing,
  • Make sendDiscovery available to other plugins.
  • Change subscribe callback args to allow for future compatibility to the mqtt lib

v1.114

29 Jan 17:41
Compare
Choose a tag to compare

Revision : 1.114

Date : 2022/11/30 1:38:16 Description :

  • Change External Device and Internal Object Config screens to NOT rewrite entire screen when getting updates from objects/devices, to avoid selection problems if states are changing rapidly.
  • Remove log options when using Command option.