Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Unsolved
Collapse
Discussion Forum to share and further the development of home control and automation, independent of platforms.
  1. Home
  2. Software
  3. Multi-System Reactor
  4. Reactor (Multi-System/Multi-Hub) Announcements
Rule condition shows TRUE in UI but Rule never transitions to SET — survives full restart
N
Build: latest-26221-b25bb3e3, Docker on Synology. Hi, I have a Rule whose Trigger/Constraints reference other Rules via Rule State ... is TRUE. At some point it stops firing. Expanding the rule's condition tree in the UI shows every Trigger and Constraint condition green/TRUE — confirmed live by walking into the room and watching Motion go true in real time. Rule History shows no new SET, just old reset entries. Tried, on the same rule, same evening: recreating the trigger conditions with fresh IDs, recreating the constraint conditions with fresh IDs (flat and wrapped in a new Group — wrapping in a Group produced one SET, but it didn't reproduce on repeat attempts with the same structure), and finally a full container restart with a verified-correct saved rule. Still no SET, even with a fresh live motion event right after the restart. Separately, I found that this rule (and its 10 per-room clones) share identical internal condition/group IDs with each other — leftover from a batch clone done months ago, never regenerated. Not sure if that's related, since fixing the IDs didn't reliably fix the symptom either. Has anyone seen a Rule State condition show TRUE in the UI without the Rule ever producing a SET, surviving a clean restart? Thanks in advance
Multi-System Reactor
DynamicGroupController and attributes
therealdbT
Hey @toggledbits I'm back to trying to optimize a couple of things based on dynamic group. First of all, I think I found a typo in the doc: primary_attribute: "binary_sensor.state" primary_attribute_value: | d = false; each id in members: d = getEntity(id)?.attributes?.power_switch?.state or d, d I think the correct code snippet is d = false, All that said, my use case for dynamic groups is to group 3 different climate devices, so I could easily command them at the same time. Commands are good, but sometimes I want to check if any of the devices are on, and that's easily done with a similar snippet as the one you have in the docs. But this is limited to the primary attribute, while I want to have any of the attributes in the group to be driven by a similar logic (while all are null in the group). ie, access hvac_control.mode and see if any of the unit is set to cool, or heat. Is that possible, without re-defining an expression in each of my rules? Thanks!
Multi-System Reactor
Reactor (Multi-System/Multi-Hub) Announcements
toggledbitsT
Build 21228 has been released. Docker images available from DockerHub as usual, and bare-metal packages here. Home Assistant up to version 2021.8.6 supported; the online version of the manual will now state the current supported versions; Fix an error in OWMWeatherController that could cause it to stop updating; Unify the approach to entity filtering on all hub interface classes (controllers); this works for device entities only; it may be extended to other entities later; Improve error detail in messages for EzloController during auth phase; Add isRuleSet() and isRuleEnabled() functions to expressions extensions; Implement set action for lock and passage capabilities (makes them more easily scriptable in some cases); Fix a place in the UI where 24-hour time was not being displayed.
Multi-System Reactor
Unofficial thread for compatibility
tunnusT
As there are statements about compatibility for home assistant versions in MSR new version announcements (e.g. "HassController: Bless Hass to 2025.7.3"), I thought it would be good idea to track other controllers as well. As an example, I can confirm that build "latest-25208-c53e8513" works with Hubitat Elevation C-8 platform version 2.4.2.134 using Maker API. Updates: (the latest versions first in the list) OK: build "latest-25264-2fbe9217" with Hubitat C-8 platform v. 2.4.3.123
Multi-System Reactor
Ooops - Deleted Reactor Ex Machina II
R
I accidentally deleted Reactor Ex Machina II (REM II) from my Reactor rules. I tried to recover it by deleting the .json and .dval in the Rules subdirectory and then recreating it from Togglebits original posting, but that did not work. Does anyone know how to recover REM ll ?
Multi-System Reactor
Bail out of failed reaction?
T
Topic thumbnail image
Multi-System Reactor
Arming Envisalink panel from MSR
T
Topic thumbnail image
Multi-System Reactor
[Solved] DynamicGroupController updating members issue
CrilleC
Edit: Solved in latest-26221. Bare-metal latest-26193 I have this group: "OKforLarm": name: OK för Larm select: - include_controller: vera - include_capability: door_sensor filter_expression: entity.attributes.door_sensor.state It contains the entities I expect but behaves a bit odd. When I open vera>device_10097 the entity attribute door_sensor.state changes to true but it won't show up as member in the group, when I also open vera>device_10095 they both shows as members and when I close vera>device_10095 it disappear from the group but when I close vera>device_10097 it lingers in the group until I restart Reactor.
Multi-System Reactor
Upgrade Issues
T
Topic thumbnail image
Multi-System Reactor
[SOLVED] Conflicting Set Reaction Groups Appear to Fire Simultaneously in Single Rule Evaluation
G
Topic thumbnail image
Multi-System Reactor
[SOLVED] Question regarding "in" vs "contains" vs contents of the string
G
Topic thumbnail image
Multi-System Reactor
Logon screen timeout
G
Noticing since 170 that the lock screen doesn't switch to the logon prompt but, rather, stays on the active UI until such time as you go to click something within it. Then it jumps to the login screen. Brave browser Brave 1.92.139 (Official Build) (arm64) Chromium: 150.0.7871.114
Multi-System Reactor
[MSR] Copy&past of actions and/or drag&drop between set/reset
therealdbT
Hey @toggledbits One thing that bothers me while doing work on new systems/new features, is that I cannot copy&paste actions, and I cannot drag&drop between set and resets. #1 is for when I want to copy an action between different rules opened in two separate browser windows, while #2 is when I just need to flip a bunch of actions in the reset, or move some logic back and forth. Both will be appreciated, but I understand the technical challenges. Thanks!
Multi-System Reactor
Upgrade advice - upgrade from aarch64 to ARM64 image
T
I'm currently on version 26011. I understand that the aarch64 image is no longer supported. So, I therefore need to update to the ARM64 image. Can anyone possibly suggest how I update my docker compose.yaml file (see below). Ideally I'd like to keep my existing reactions etc. rather than start from scratch. # Multi-System Reactor template docker-compose.yml (version 22160) # # Change the lines indicated by "DO"... # services: reactor: container_name: reactor environment: # DO change the TZ: line to set your local time zone. # See valid TZ list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones TZ: GB # # DO NOT change this path. Your directory location is in "source" below. REACTOR_DATA_PREFIX: /var/reactor # DO change the image below to the one you are using (e.g. armv7l or aarch64 for RPi 4) image: toggledbits/reactor:latest-aarch64 restart: "always" expose: - 8111 ports: - 8111:8111 volumes: # DO change the /home/username/reactor below to the directory you created for # your local data; DO NOT change the /var/reactor part - /home/pi/docker/reactor:/var/reactor - /etc/localtime:/etc/localtime:ro tmpfs: /tmp
Multi-System Reactor
Alexa for MSR, any interest?
MikeReadingtonM
Topic thumbnail image
Multi-System Reactor
[RESOLVED] Telegram notification broke with latest update
3
Topic thumbnail image
Multi-System Reactor
[RESOLVED] Phantom device, “INFO” appears
wmarcolinW
Topic thumbnail image
Multi-System Reactor
[RESOLVED] Mode Status NULL
wmarcolinW
Topic thumbnail image
Multi-System Reactor
[RESOLVED] HTTP query failing after version 26177
wmarcolinW
Topic thumbnail image
Multi-System Reactor
Question about the find function
wmarcolinW
Topic thumbnail image
Multi-System Reactor

Reactor (Multi-System/Multi-Hub) Announcements

Scheduled Pinned Locked Moved Multi-System Reactor
announcements
149 Posts 2 Posters 134.8k Views 13 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • toggledbitsT Online
    toggledbitsT Online
    toggledbits
    wrote on last edited by
    #75

    Reactor build 22308

    ALL USERS -- IMPORTANT: If you are upgrading from any version earlier than 22256, please read the advisories and prerequisites for that build, below.

    • PR 0000343: Fix missing fields for notification action (Pushover title reported; 22305 injection).
    • PR 0000342: Documentation fix, error in example code for if expressions in Expressions doc.
    • PR 0000341: Ease entity ID restriction (for users with international characters in entity IDs).
    • PR 0000340: Localization of "upgrade available" alert message.
    • PR 0000339: push()/unshift() functions not working as expected (not a lexp issue, it's a last-value storage/comparison problem when value is object type).
    • PR 0000338: Version/license/meta info for extensions is now displayed on the About page.

    Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

    1 Reply Last reply
    1
    • toggledbitsT Online
      toggledbitsT Online
      toggledbits
      wrote on last edited by toggledbits
      #76

      Reactor 22328

      ALL USERS -- IMPORTANT: If you are upgrading from any version earlier than 22256, please read the advisories and prerequisites for that build, below.

      • The baseurl config key/value is no longer required. It is used only in exceptional circumstances. It is now commented out in default configurations (dist-config/reactor.yaml), and setting it is no longer required as an installation step. Users configuring their systems to use HTTPS access to the Reactor UI should, instead of using baseurl: https://..., set use_tls: true in the reactor section of their configuration.
      • Improve messages in Run Reaction actions when there is an error starting the reaction.
      • DynamicGroupController: make sure change in group name in configuration is always applied at startup.
      • HassController: implementation for device_tracker service to location capability.
      • HassController: since HA appears to provide conversion, enable all color modes if any is supported.
      • HassController: Add support for new xy_color capability.
      • HassController: Allow YAML form service data in call_service actions. The service data can now be formatted as YAML or JSON. The former is the default unless { is the first character in the field, to preserve compatibility with existing actions using JSON data.
      • Add xy_color system capability.
      • Fix a startup issue on Windows.
      • PR 0000345: Fix expression doc example for each statement
      • HassController: Bless Hass to 2022.11.4

      ZWaveJSController 22323

      NOTE: This version requires Reactor build 22314 or higher.

      • Allow zwave_device.set_config parameter to be either string (property name) or number (property/configuration parameter ID). This should improve usability for this action.
      • Store property ID in metadata for x_zwave_values attributes.
      • Improve "first guess" device support for many devices when Z-Wave JS is still running interviews and Reactor comes up (i.e. when data from Z-Wave JS about devices is incomplete).
      • Improve device support for multiple Fibaro, Aeotec, Everspring devices.
      • Improve manufacturer/device support for Remotec, Poly-Control, Danalock, Zipato, Nortek, NEO, Minoston (EVA Logik).

      MQTTController 33326

      NOTE: This version requires Reactor build 22306 or higher.

      • Allow templates to be stored in individual files in a config/mqtt_templates subdirectory. This should improve users' configuration management for community-contributed templates.
      • Additional error checking in install script.
      • Implement entity deadmarking like other controllers.
      • Improve entity initialization/resilience to isolated configuration problems.
      • Incorporate some device template fixes from @therealdb (with gratitude for his ongoing contributions).
      • Support for deterministic updating of attributes on a topic by using a new/alternate array-based configuration syntax. [docs]
      • Support for requires key in templates to facilitate user-feedback when a template is used but a configuration value required by the template it not provided by the user.

      Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

      1 Reply Last reply
      2
      • toggledbitsT Online
        toggledbitsT Online
        toggledbits
        wrote on last edited by
        #77

        Reactor build 22337

        ALL USERS -- IMPORTANT: If you are upgrading from any version earlier than 22256, please read the advisories and prerequisites for that build, below.

        • Rules UI: Improved detection in UI (or more correctly, notification from core to UI) of "trouble" on rules.
        • HassController: reconfigure entities on HA version change; support for person, weather, number, button, sun.
        • HTTPAPI: API requests are now logged by default.
        • HTTPAPI: A malformed monitored_entities configuration will no longer prevent the perform API request from completing.
        • HassController: Bless Hass to 2022.11.5

        Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

        1 Reply Last reply
        1
        • toggledbitsT Online
          toggledbitsT Online
          toggledbits
          wrote on last edited by
          #78

          Reactor build 22349

          NOTE: If you get missing entity errors from your rules when you first start this version, don't panic. Just wait a few seconds and then restart Reactor; it should then start clean.

          IMPORTANT: The bare-metal distributions no longer include package dependencies pre-installed. It is therefore critical that you install/update dependencies every time you upgrade by running npm run deps in the Reactor install directory (for Linux users; Windows users please refer to the installation documentation. This advisory does not apply to docker-based installs — Reactor docker images always include package dependencies pre-installed.

          • Expressions: isNaN() now returns false when passed null. This is now different from JavaScript, where parseFloat(null)/parseInt(null) return NaN, but isNaN(null) (oddly, IMO) returns true.
          • Fix an error in Group class implementation that was causing spurious errors from DynamicGroupController after a member entity was deleted or purged.
          • VeraController: Improve detection of UV sensor child devices registered as GenericSensor device type and having LightSensor1/CurrentLevel state variable when LightSensor1 isn't even a declared service for the type (i.e. a mess). This applies specifically to Aeotec Multi-Sensor 6 devices on 7.32beta4, but may apply to other devices/firmware.
          • EzloController: Sound sensors are now handled with Reactor value_sensor capability.
          • EzloController: Guard against missing item enumerated in data for a device (data inconsistency in Ezlo API's returned device data).
          • UI Entities List: UI now stores the last 10 actions and their parameters, and restores the parameters when an action is repeated.
          • UI Entities List: Action parameter default values for certain types are now provided correctly (some types would come up blank even though a non-blank default was provided in the parameter definition).
          • HassController: Bless Hass to 2022.12.6
          • i18n: Improve messages for Rules/Predicates when dependent objects are missing.
          • Improvements from the 22343 silent release (see below).

          MQTTController build 22350

          • Improve handling of x_mqtt_device.online attribute for templates that have custom LWT event.

          Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

          1 Reply Last reply
          2
          • toggledbitsT Online
            toggledbitsT Online
            toggledbits
            wrote on last edited by toggledbits
            #79

            Reactor build 23010

            • Stop Reaction action now allows you to stop the current/running reaction. This is intended to be used in constrained groups, where a match to the constraints may stop the reaction to prevent it from doing anything else.
            • New ev_charger system capability.
            • Reaction Editor: Fix incorrect storage type for boolean arguments affecting some controllers.
            • HassController: Bless Hass to 2023.1.2

            MQTTController build 23010

            • Fix spurious message when stopping MQTTController instance.

            ZWaveJSController build 23011

            • Fix a possible runtime error during node configuration if the target node isn't yet fully ready.
            • Support for iblinds V3.

            Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

            1 Reply Last reply
            2
            • toggledbitsT Online
              toggledbitsT Online
              toggledbits
              wrote on last edited by
              #80

              Reactor build 23028

              • UI/Rules Editor: Collapsed sections now change the color of the "hidden content" badge -- red if the hidden content contains an error that needs to be corrected before save, green if it contains modified conditions or actions, and info blue (as before) if no errors and unmodified. No badge is shown if the section is empty (as before). The badge icon has been changed to a crossed eye.
              • Docs: Add Portainer installation instructions: https://reactor.toggledbits.com/docs/Installation-docker-portainer/
              • EzloController: If there are too many consecutive timeouts on requests to the hub, recycle the hub connection.
              • HassController: Bless Hass to 2023.1.7

              Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

              1 Reply Last reply
              1
              • toggledbitsT Online
                toggledbitsT Online
                toggledbits
                wrote on last edited by toggledbits
                #81

                Reactor build 23049

                • Rule and Reaction Editors: Use fixed "helper" for drag/drop to circumvent limitations in jQuery-UI causing odd restrictions and side-effects when dragging large objects (like HTTP Request actions). It's not as cool-looking, but function over form is required here.
                • Docs: Provide installation link for community-supplied HassOS add-on; thank you to mrw298 for this.
                • HubitatController: Do not automatically select the Hub Information device for health probes; the new Hub Information v3 operates differently from previous versions and now is longer usable for health probes. A device will be chosen at random unless the probe_device config is set. [docs]
                • HassController: Bless Hass to 2023.2.5

                Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

                1 Reply Last reply
                2
                • toggledbitsT Online
                  toggledbitsT Online
                  toggledbits
                  wrote on last edited by toggledbits
                  #82

                  Reactor build 23063

                  • Reaction Editor (UI): restore wide fields in HTTP Request action; injection from changes in 23049.
                  • Reaction Editor (UI): fix detection of substitution in some cases that would cause single-action "try" button to not be disabled when a substitution was in the action's parameters (substitution isn't performed on single-action try).
                  • Entities Page: Action dialog now warns that substitution isn't performed in that tool (launching an action from entity detail panel).
                  • HassController: support for humidifier/dehumidifier (domain/service and device class, respectively).
                  • VirtualEntityController: Fix an error in config check that was not allowing underscore (_) in entity IDs.
                  • VirtualEntityController: Enforce x_virtualentity.set_attribute parameters more aggressively (better error message when not provided).
                  • VirtualEntityController: Fix an error in x_virtualentity.set_attribute that would cause the HTTP API to not give a response when the action completed.
                  • I18n: Rework the loading of locale settings files, their relation to the node or browser locale, and the configurable overrides. Reactor will now use the requested locale (host config, browser config/URL, Reactor config) even if a translation file is not available for it. This places the burden on JS' native Intl, which is ample, and reduces some complexity in Reactor's model.
                  • HassController: Bless Hass to 2023.3.1

                  ZWaveJSController build 23063

                  • Command class Sound Switch now maps to chime capability (Aeotec Siren 6, others)
                  • Support multi-step action implementations (e.g. chime.play needs to set two values sequentially (volume then sound).

                  Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

                  1 Reply Last reply
                  1
                  • toggledbitsT Online
                    toggledbitsT Online
                    toggledbits
                    wrote on last edited by
                    #83

                    Reactor build 23078

                    • Fix loading of local capabilities definitions broken in a previous build.
                    • HassController: Bless Hass to 2023.3.5

                    Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

                    1 Reply Last reply
                    1
                    • toggledbitsT Online
                      toggledbitsT Online
                      toggledbits
                      wrote on last edited by
                      #84

                      Reactor build 23114

                      • Conditions: add is NOT TRUE and is NOT FALSE operators. The is NOT TRUE operator (for example) is unlike the is FALSE operator in that, if the tested value is null, the is NOT TRUE operator result would be true, while the is FALSE operator result would be false. This distinction facilitates some tests where it may be desirable to handle null as equivalent to either true or false without having to provide an additional, separate is NULL condition (and possibly an enclosing OR group).
                      • DynamicGroupController: document group actions; this makes it an official feature (was experimental).
                      • Engine/Rule: Clean up a misspelled method name.
                      • InfluxFeed docs: update supported and recommended versions. [doc]
                      • HubitatController: Tweak reconnect timing decay (allow for longer decay when hub cannot be contacted for an extended period).
                      • Reactions: Clarify what "Disabled" means in the constraints of a Group action (incl. Repeat...While) of a reaction. It does not disable the actions in the group. The disable flag applies to the constraint conditions only, having the same effect as it would on rule-based triggers and constraints (i.e. it becomes as if the constraint conditions do not exist). [docs] and [docs]
                      • HassController: Bless Hass to 2023.4.6

                      Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

                      1 Reply Last reply
                      1
                      • toggledbitsT Online
                        toggledbitsT Online
                        toggledbits
                        wrote on last edited by
                        #85

                        MQTTController 23135

                        • In action payload, force conversion of all data types to string for "raw" output, rather than assuming result of expression is a string (although docs say to do that, it's just too easy to omit, and too easy to change it so the requirement is moot).
                        • Add parameter: name value form to action payload definition to draw payload value from the named parameter without the need to use an expression (this follows the implementation of action definitions in other Controller instances as well). That is, you can specify, for example, parameter: level instead of using expr: parameters.level (assuming the parameter value requires no scaling or other modifications to be compatible with the device). [docs]

                        Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

                        1 Reply Last reply
                        0
                        • toggledbitsT Online
                          toggledbitsT Online
                          toggledbits
                          wrote on last edited by toggledbits
                          #86

                          Reactor Build 23171

                          NOTE: This build includes fixes made in a prior silent release (where the change(s) affected only one user).

                          DEPRECATION NOTICE: Support for versions of Home Assistant prior to 2022.5.3 will be removed on the next build. These older versions may continue to operate successfully with HassController going forward, but I will not address/fix issues for them.

                          • PR 0000356: Fix an issue where a rule with multiple sunrise/sunset conditions using the between operator chooses the first condition's before/after constraints rather than its own (i.e. it was choosing the control states from the first row rather than the current row).
                          • SystemController: the deprecated suninfo.sun_angle attribute is now removed (its replacement is suninfo.elevation).
                          • HubitatController: Hub variables can now be set up to 1024 characters with hub firmware 2.3.5.135 and above; for earlier firmware, the limit is 255 characters. The length limit is enforced by the hub, not HubitatController.
                          • HassController: Bless Hass to 2023.6.2

                          Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

                          1 Reply Last reply
                          1
                          • toggledbitsT Online
                            toggledbitsT Online
                            toggledbits
                            wrote on last edited by toggledbits
                            #87

                            Reactor build 23196 (latest and stable branches)

                            NOTICE: As announced in the release note for the previous build (23171), Home Assistant versions earlier than 2022.5.3 are no longer supported.

                            • Introduce a maximum delay in the write-back of certain storage containers (e.g. that used for expressions).
                            • Docs: fix an error in an example on the How-To: Expressions with Entities page.
                            • HassController: Bless Hass to 2023.7.2

                            Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

                            1 Reply Last reply
                            1
                            • toggledbitsT Online
                              toggledbitsT Online
                              toggledbits
                              wrote on last edited by toggledbits
                              #88

                              Reactor build 23218

                              • Improve the initialization of new global variables so they don't show "not yet evaluated" until a non-null value is set (null is a valid evaluation result and should remove the "not yet").
                              • Expressions: improve the display of non-printing characters in the expression editor's "current value" display (they now display as Unicode escape sequences).
                              • i18n: Fix init of localized weekday names when most recent Sunday occurs in prior month (caused, for example, incorrect weekday checkbox labels in Weekday conditions; cosmetic only, no operational effect).
                              • SystemController: for Reactor update, include update branch, version, and commit as attributes on system entity.
                              • Entities page: New Copy Attributes button in entity detail copies all attribute values to the clipboard.
                              • HassController: Bless Hass to 2023.8.0

                              Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

                              1 Reply Last reply
                              0
                              • toggledbitsT Online
                                toggledbitsT Online
                                toggledbits
                                wrote on last edited by toggledbits
                                #89

                                Reactor Build 23242

                                • Rules Editor: Fixed an issue where a condition option change to the duration operator with no change to duration value may not be saved.
                                • HassController: Add mapping for proximity domain (to value_sensor).
                                • HassController: Bless Hass to 2023.8.2

                                Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

                                1 Reply Last reply
                                1
                                • toggledbitsT Online
                                  toggledbitsT Online
                                  toggledbits
                                  wrote on last edited by toggledbits
                                  #90

                                  ZWaveJSController build 23254

                                  • Some versions of iBlinds v3 report CC 38 (Multilevel Switch) and some report 106 (Window Covering), no obvious way to tell if there's a config parameter that controls this, or if it's a firmware change (firmware versions report same even when command class is different). Update handles both based on what's available (this is the first time I've seen a 106-reporter in the wild).

                                  Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

                                  1 Reply Last reply
                                  0
                                  • toggledbitsT Online
                                    toggledbitsT Online
                                    toggledbits
                                    wrote on last edited by toggledbits
                                    #91

                                    MQTTController build 23254

                                    • Improve recovery time when broker is starting up, accepts our connection, but then refuses subscription (i.e. it's not fully ready).

                                    Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

                                    1 Reply Last reply
                                    0
                                    • toggledbitsT Online
                                      toggledbitsT Online
                                      toggledbits
                                      wrote on last edited by toggledbits
                                      #92

                                      Reactor build 23302

                                      • Expressions: functions asin(), acos(), atan(), and atan2(), and the reserved word pi (lowercase), are now supported (identical to their JavaScript equivalents).
                                      • Update the documentation for migrating (importing) rules from Reactor for Vera (the Vera Reactor Plugin).
                                      • HassController: All use of x_hass.call_service (the entity-based service call action) now uses the target field to specify the entity_id, rather than the old form which embedded the entity_id in the data field.
                                      • HassController: The x_hass_system.call_service (system-global service call action) has been extended to allow the user to enter a target field for service calls that benefit from it. It should be noted, however, that the x_hass.call_service action on a Reactor entity (mapping a HA entity) should be used in preference to the system-global service call whenever possible, as changes in ID by HA will break the system-global call without warning (entity-based service call actions will simply use the new ID given by HA).
                                      • HassController: Bless Hass to 2023.10.5

                                      Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

                                      1 Reply Last reply
                                      3
                                      • toggledbitsT Online
                                        toggledbitsT Online
                                        toggledbits
                                        wrote on last edited by
                                        #93

                                        Reactor Build 23338

                                        DEPRECATION WARNING (bare-metal installs only): all nodejs versions earlier than 18 are now end-of-life; these versions will not be supported for Reactor after 1-Mar-2024. You should upgrade nodejs as soon as possible. The minimum supported version is now 18.18, but for longevity, upgrading to the current LTS version is recommended. Users of Reactor running in docker containers are not affected, as the image always embeds a supported LTS version of nodejs (that is, no action is required for docker users).

                                        • Expressions: Update lexpjs to fix degenerate case of case with single when and an else (which is better written as an if...then...else, but shouldn't throw an error in any case).
                                        • CallMeBot: the built-in CallMeBot notifier is now deprecated. There are no plans to remove it right now, but it will not receive future updates. Use HTTP Request actions directly in Reactions instead.
                                        • Reduce the frequency of reminder alerts when an upgrade is available.
                                        • HassController: Bless Hass to 2023.11.3

                                        Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

                                        1 Reply Last reply
                                        1
                                        • toggledbitsT Online
                                          toggledbitsT Online
                                          toggledbits
                                          wrote on last edited by
                                          #94

                                          Reactor Build 23344

                                          This is a "silent" release (you won't get upgrade notices) and available for docker containers only at this time.

                                          • PR 0000294: InfluxFeed now supports exporting of global variable values to InfluxDB. See docs.
                                          • VirtualEntityController: Fix issue where a global variable dependency (value change) was detected, but the old GV value was always retrieved.
                                          • Dashboard: Strings displayed by ValueSensor widgets are now elastic-sized to reduce overflow.
                                          • Dashboard: Fix group spec handling so that custom top-level dashboards for a group can be created. This needs documentation.
                                          • HassController: Bless Hass to 2023.12.1

                                          Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

                                          1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Recent Topics

                                          • Rule condition shows TRUE in UI but Rule never transitions to SET — survives full restart
                                            toggledbitsT
                                            toggledbits
                                            0
                                            6
                                            34

                                          • DynamicGroupController and attributes
                                            toggledbitsT
                                            toggledbits
                                            1
                                            9
                                            236

                                          • Reactor (Multi-System/Multi-Hub) Announcements
                                            toggledbitsT
                                            toggledbits
                                            5
                                            149
                                            134.8k

                                          • Unofficial thread for compatibility
                                            tunnusT
                                            tunnus
                                            2
                                            2
                                            710

                                          • Ooops - Deleted Reactor Ex Machina II
                                            toggledbitsT
                                            toggledbits
                                            0
                                            2
                                            60

                                          • Bail out of failed reaction?
                                            T
                                            tamorgen
                                            0
                                            3
                                            101

                                          • Arming Envisalink panel from MSR
                                            T
                                            tamorgen
                                            0
                                            7
                                            323

                                          • [Solved] DynamicGroupController updating members issue
                                            CrilleC
                                            Crille
                                            0
                                            5
                                            239

                                          • Upgrade Issues
                                            T
                                            tbully
                                            0
                                            9
                                            347

                                          • [SOLVED] Conflicting Set Reaction Groups Appear to Fire Simultaneously in Single Rule Evaluation
                                            toggledbitsT
                                            toggledbits
                                            0
                                            10
                                            459

                                          • [SOLVED] Question regarding "in" vs "contains" vs contents of the string
                                            G
                                            gwp1
                                            0
                                            5
                                            225

                                          • openLuup console disappeared - 500 - Internal Server Error
                                            A
                                            a-lurker
                                            0
                                            2
                                            245
                                          Powered by NodeBB | Contributors
                                          Hosted freely by 10RUPTiV - Solutions Technologiques | Contact us
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Unsolved