Skip to content

Releases: freakent/dbus-mqtt-devices

v0.9.0

12 Jun 13:34

Choose a tag to compare

New release to support Venus OS 3.60 on 10th June 2025:

  • Support Paho MQTT v2.0 that is introduced with Venus OS 3.60
  • Better dependency set up for Beta releases of VenusOS
  • Included tomllib in list of dependencies that are auto installed with Venus OS 3.60 onwards (Python 3.12)
  • Address device registration warning in log files
  • Added support for devices with non-configurable LWT (.i.e. Shelly devices)
  • Add JK BMS battery service by @hsteinhaus in #153
  • Various bug fixes

Full Changelog: v0.8.0...v0.9.0

Questions, feedback or issues? Please open a new discussion https://github.com/freakent/dbus-mqtt-devices/discussions

v0.9.0-rc4

27 May 10:17

Choose a tag to compare

v0.9.0-rc4 Pre-release
Pre-release

New release candidate to support Venus OS 3.60:

Goal is to have a final release when VenusOS 3.60 comes out of beta.

  • Support Paho MQTT v2.0 that is introduced with Venus OS 3.60
  • Better dependency set up for Beta releases of VenusOS
  • Included tomllib in list of dependencies that are auto installed with Venus OS 3.60 onwards (Python 3.12)
  • Address device registration warning in log files
  • Added support for devices with non-configurable LWT (.i.e. Shelly devices)
  • Add JK BMS battery service by @hsteinhaus in #153
  • Various bug fixes

New Contributors

Full Changelog: v0.8.0...v0.9.0-rc4

v0.9.0-rc3

20 Apr 09:18

Choose a tag to compare

v0.9.0-rc3 Pre-release
Pre-release

New release candidate to support Venus OS 3.60:

Goal is to have a final release when VenusOS comes out of beta.

  • Support Paho MQTT v2.0 that is introduced with Venus OS 3.60
  • Better dependency set up for Beta releases of VenusOS
  • Included tomllib in list of dependencies that are auto installed with Venus OS 3.60 onwards (Python 3.12)
  • Address device registration warning in log files
  • Added support for devices with non-configurable LWT (.i.e. Shelly devices)
  • Various bug fixes

Full Changelog: v0.8.0...v0.9.0-rc3

v0.9.0-rc2

13 Apr 07:27

Choose a tag to compare

v0.9.0-rc2 Pre-release
Pre-release

##New release candidate to support Venus OS 3.60:
Goal is to have a final release when VenusOS comes out of beta.

  • Support Paho MQTT v2.0 that is introduced with Venus OS 3.60
  • Better dependency set up for Beta releases of VenusOS
  • Included tomllib in list of dependencies that are auto installed with Venus OS 3.60 onwards (Python 3.12)
  • Address device registration warning in log files

Note:
rc2 addresses an issue in rc1 when running on the current production version of Venus OS

Full Changelog: v0.8.0...v0.9.0-rc2

v0.8.0

25 Apr 19:25

Choose a tag to compare

What's New

  • Support for EVCharger devices
  • New Proxy feature (see the README)
  • Handle read-only root file systems during setup of dependencies
  • node-red samples
  • bug fixes

Issues resolved

Full Changelog : v0.6.6...v0.8.0-rc1

v0.6.6

26 Feb 23:19

Choose a tag to compare

Fixes in version 0.6.6

  • Added status attributes to Tanks and Temperature as this now appears to be required for VRM and gui-v2 (#87)
  • Improved the keep alive sample

Full Changelog: v0.6.5...v0.6.6

v0.6.5

21 Feb 14:52

Choose a tag to compare

What's Changed

  • Automatically setup module dependencies at reboot to handle VenusOS upgrades (issue #97)
  • Automatically update /data/rc.local to ensure on the current version is set to run at system start up (issue #90)

Full Changelog: v0.6.4...v0.6.5

v0.6.4

14 Feb 01:36

Choose a tag to compare

  • Resolve issue #83
  • Resolve issue #84
  • Backported versioning and samples from 0.7.5-beta

Full Changelog: v0.6.3...v0.6.4

v0.6.3

17 Sep 15:14

Choose a tag to compare

Use later version of PyYaml