Skip to content
  • 5 Votes
    119 Posts
    17k Views
    toggledbitsT
    Reactor build 25082

    NOTE: Bare-metal users, please run npm run deps in your Reactor directory after updating, then restart Reactor. Generally, you should always do this after upgrading to a new build, but for this build in particular, it's necessary.

    Status Tab: fix an error that could cause lost notifications on object changes to some widgets. Packages: update some packages and force one dependency to eliminate a warning from node about a deprecated subsystem (not every package has caught up yet). Reactor UI: improve cleanup and memory utilization of tabs when switching between them. Engine: The isRuleSet() and isRuleEnabled() expression functions now trigger re-evaluation of expressions in which they appear when the subject rule changes state. HassController: Bless Hass to 2025.3.4 ZWaveJSController build 25082

    This build of ZWaveJSController requires Reactor build 25082 or higher.

    BREAKING CHANGE: For RGBW/RGBWW devices, the color_temperature capability is no longer used; white channels will now be mapped to the dimming capability. If you have such devices and use color_temperature attributes and actions, you will need to make appropriate adjustments to your Rules and Reactions.

    Add support for start and stop heal actions (in zwave_network capability). Improve connection retry decay computation (use slow initial decay with rapid ramp). Improve handling of white channels in RGBW/RGBWW devices. Mapping them to color_temperature seems to be incorrect in most cases, so they are now mapped to dimming. If the device has multiple channels, the white or color channels may be pushed to child entities. The zwave_device.set_value action now accepts JSON in the value fields for Z-Wave JS values that support it. Some devices are able to report or set multiple values simultaneously by using a dictionary as the value (aka JSON object with key/value pairs). RGBWW devices, for example, may support the currentColor and targetColor property with a value object like { "warmWhite": 0, "coldWhite": 0, "red": 128, "green": 0, "blue": 240 }.

Recent Topics