Skip to content

Releases: tillsteinbach/CarConnectivity-plugin-mqtt

0.10.2

26 Mar 12:03

Choose a tag to compare

Changed

  • Updated connector dependencies to latest versions to include latest fixes and improvements into docker images

0.10.1

15 Mar 15:00

Choose a tag to compare

Fixed

  • Fixes a problem where the plugin would not catch an error from a missing TLS file, resulting in a wrong error message in carconnectivity

0.10

06 Feb 22:45

Choose a tag to compare

Added

  • Support for MQTT v5 properties in published messages, including content type and content encoding for JSON payloads
  • Messages that exceed the maximum message given by the server are now logged as errors and not published to the broker, to avoid issues with oversized messages
  • If the server asks for a lower keepalive than the one configured in the plugin, this is now logged as an error and the client disconnects to avoid issues with the connection being closed by the broker due to keepalive timeouts

0.9.2

23 Jan 22:31

Choose a tag to compare

Changed

  • Compatibility for Carconnectivity 11.6

0.9.1

11 Jan 21:08

Choose a tag to compare

Changed

  • Compatibility for Carconnectivity 11.5

0.9

04 Jan 15:30

Choose a tag to compare

0.9

Added

  • Support for initializing attributes on startup form static entries in the configuration

Fixed

  • Fixes MQTT topic filter regex

Note: This plugin is required for compatibility with CarConnectivity version 0.11 and higher.

0.8.1

25 Nov 21:52

Choose a tag to compare

Fixed

  • MQTT Docker image now contains latest volkswagen connector that fixes the login

0.8

09 Nov 16:52

Choose a tag to compare

0.8

Fixed

  • MQTT Docker image now contains latest skoda connector that fixes the login

0.7.4

02 Nov 15:15

Choose a tag to compare

Changed

  • Updated some dependencies

0.7.3

19 Apr 21:13

Choose a tag to compare

Fixed

  • Problems with conenctors after changing to PyJWT

Changed

  • remove old force update mechanism in favour of new update command #102