Skip to content

Releases: victronenergy/node-red-contrib-victron

v1.6.55

14 Nov 20:28

Choose a tag to compare

What's Changed

  • fix: allow output nodes to use configured path without msg.path

Full Changelog: v1.6.54...v1.6.55

v1.6.54

13 Nov 13:06

Choose a tag to compare

What's Changed

  • fix: detect array types when setting D-Bus values
  • library update

Full Changelog: v1.6.53...v1.6.54

v1.6.53

12 Nov 11:02

Choose a tag to compare

v1.6.53 Pre-release
Pre-release

v1.6.53

New Features

  • RGB control support for virtual switches
  • AC Load virtual device: New virtual device type with configurable 1/3 phase support and experimental S2 protocol integration
  • E-drive rebrand: Motor drive virtual device renamed to "E-drive" for better clarity

Improvements

  • Rate limiting added to input nodes to prevent message flooding
  • Debounced virtual device property writes to mitigate UI race conditions
  • Case-insensitive sorting for measurement dropdowns
  • Set current limit on AC input 1 or AC input 2 (issue #260)

Bug Fixes

  • Fixed device type selection when deployed without type
  • Fixed trailing-edge throttle for rate limiting (issue #279)
  • Fixed zero value handling for initial values in output nodes
  • Fixed global namespace pollution with window.__victron
  • Fixed default service paths to be input-only when mode field is missing

v1.6.52

16 Oct 13:57

Choose a tag to compare

What's Changed

  • Add Ruuvi Air support (is not available at the OS level yet)
  • Documentation on dropdown and stepped switch where switched
  • Add tooltip for Name and Group
  • Widen the documentation box so the text fits better
  • On deploy of the dropbox fill the dimming value with 0 instead of label[0]

Full Changelog: v1.6.51...v1.6.52

v1.6.51

15 Oct 18:54

Choose a tag to compare

What's Changed

This release features a lot of changes, mainly focussed on the virtual switches. Apart from adding several new types (bilge pump, dropdown and basic slider), it also reduces the number of switches from 4 to 1. This reduction is for maintainability reasons and was announced here.
In order to group your switches together, you can now pre-define a group from the edit panel already. Another thing that was added to all virtual devices is one (or more) output(s)! The first output just passes through the msg.payload that came in. Virtual switches already have multiple outputs, outputting the state and value.
In order to make the use of this a bit easier also documentation got added to the virtual switches within the edit panel.
Other than this quite big update, several bugs got fixed, notably the one where we release the dbus service name on close. This prevents lingering deleted virtual switches on the dbus, while Node-RED hadn't restarted. And should make working with virtual devices a way more pleasant experience.

Here are the changes more cryptically worded:

Full Changelog: v1.6.50...v1.6.51

v1.6.50

19 Sep 12:54

Choose a tag to compare

  • Fix to make selecting the virtual device type possible for new nodes (introduced in 1.6.49)

Full Changelog: v1.6.49...v1.6.50

v1.6.49

19 Sep 12:07

Choose a tag to compare

v1.6.49 Pre-release
Pre-release

What's Changed

  • fix building for Venus
  • let default name of switch mimic the swich type instead of switch [1-4]
  • disallow changing the device type after deployment
  • set connection to show Node-RED and update product name

Full Changelog: v1.6.48...v1.6.49

v1.6.48

18 Sep 08:55

Choose a tag to compare

v1.6.48 Pre-release
Pre-release

Test release for fixing missing resources.

v1.6.47

18 Sep 07:12

Choose a tag to compare

v1.6.47 Pre-release
Pre-release
  • Switch type "unranged setpoint" has been renamed to "numeric input"
  • feat(victron-virtual): add UI control visibility for virtual switches
  • fix(dbus-listener): improve error handling for GPS service and virtual reconnects

Full Changelog: v1.6.46...v1.6.47

v1.6.46

16 Sep 19:43

Choose a tag to compare

v1.6.46 Pre-release
Pre-release

What's Changed

  • Fix for setting nr of steps for the stepped switch
  • Renaming of switch type 8 to numeric input box
  • feat: configurable default voltage for virtual battery by @dirkjanfaber in #280

Full Changelog: v1.6.45...v1.6.46