Skip to content

Multi-System Reactor

780 Topics 7.4k Posts
  • Where do the icons come from?

    Locked
    4
    0 Votes
    4 Posts
    188 Views
    R

    Yeah, I usually pay attention to the green text when looking for true conditions. The red x's look too much like a web error icon so didn't even think about looking at a true condition to see what it looked like.

  • [SOLVED] "Action must be edited to update to the latest stored form"

    Locked
    5
    0 Votes
    5 Posts
    246 Views
    toggledbitsT

    This warning can be ignored for HTTP Request actions only. It should be heeded for all other types. I will silence the notice on the next build.

  • Reactor not showing full vera device parameters

    Locked
    13
    0 Votes
    13 Posts
    600 Views
    T

    So, I have found my missing parameters! They appeared following a reactor update. Perhaps next time I add new vera devices, I should stop reactor and re-start it after I have added the new devices and things have settled down. Anyhow, thanks again for your assitance Patrick.

  • Last Modifed Information

    Locked
    18
    0 Votes
    18 Posts
    803 Views
    wmarcolinW

    Hi @toggledbits !!

    After your class in January, I started using Dynamic Group Controller to manage devices that have no changes after a period to alert me of an eventual problem (48 hours for one group and 7 days for another).

    "dgc_lastupdate_48h": name: DGC Last Update Up 48 hours select: - include_controller: - hubitat - exclude_entity: - "hubitat>54" - "hubitat>257" - "hubitat>56" filter_expression: > entity.lastupdate < (time()-172800000) "dgc_lastupdate_7d": name: DGC Last Update Up 7 days select: - include_entity: - "hubitat>107" - "hubitat>1569" - "hubitat>483" filter_expression: > entity.lastupdate < (time()-604800000)

    It works and helped a lot, but as you already said, it can fail because a simple name update or reset of the HE/MSR can update everything and not indicate failures. Even updating the battery does not mean that the device is working. It can send a signal, but having no action does not help to identify the failure.

    So I don't know if I could include in the Thanksgiving wishlist maybe something like Last Action, where it would store the date and time of when the device performs an action, i.e., the primary attribute that triggers a Trigger, for example.

    Sorry to bother you with this subject again, but with a very large number of devices that I already have, it is becoming increasingly difficult to identify failures, a device that stops working, and then impacts the entire automation.

    Thanks.

  • sunset/sunrise question in 22251

    Locked
    11
    0 Votes
    11 Posts
    402 Views
    G

    @toggledbits I wasn't sure at the time of the OP post that it was a legit bug and not just... me.

    🙂

  • First post

    Locked
    8
    1 Votes
    8 Posts
    343 Views
    T

    @toggledbits said in First post:

    Haven't used Fedora in a good while (although I'm a Berkeley guy), but most *nix has the which command you can use to find the path that a command lives in: which node

    That did it. I always forget that command!

  • Create Expression to call out Entity ID of Tripped Binary Sensor

    Solved
    18
    0 Votes
    18 Posts
    643 Views
    toggledbitsT

    @toggledbits said in Create Expression to call out Entity ID of Tripped Binary Sensor:

    You can't do it in x_hass_system.call_service (specifically and uniquely) because the data is an object field in that action, and the substitution doesn't work in object types, only in strings.

    This restriction has been lifted in build 22251. The data will now be stored as a string rather than an object, so that substitution can occur. This requires that any use of call_service be edited, so that the stored data is updated to the new form. You'll get alerts for actions that need to be edited. See the announcement for build 22251 for more info.

  • Input Text Support for Home Assistant

    4
    0 Votes
    4 Posts
    219 Views
    toggledbitsT

    @pabla said in Input Text Support for Home Assistant:

    Hey Patrick, now that I know I cannot use expressions in the data section of service calls

    This restriction has been lifted in build 22251.

  • Edit group detail

    6
    0 Votes
    6 Posts
    286 Views
    toggledbitsT

    Build 22251 now up.

  • [SOLVED] 'not in' being ignored latest-22240-3b3254d6

    Locked
    27
    0 Votes
    27 Posts
    2k Views
    G

    @toggledbits After I saw this post I tested the daytime version and it behaved as intended. Half the battle down, we'll test the other half this evening. Thanks for the guidance here, it's a different approach but I can def see places where it's useful.

  • [Solved] ZWaveJSController Add-on Install files

    Locked
    8
    0 Votes
    8 Posts
    327 Views
    toggledbitsT

    No, it's a limitation of the Synology container manager, apparently. It doesn't seem to apply updated values from the new image to existing containers. I'll make note of that on the next Reactor build (later today) as well. I've also updated the instructions to just eliminate the install scripts; they don't do anything meaningful (everything ZWaveJSController needs is already in the current Reactor environment).

    When Reactor 22248 comes out later today, you will not need to upgrade to it unless you feel a need to get the one major new feature (ability to "wait for completion" when a reaction runs another reaction). If you don't need it, don't bother. But if you do decide to upgrade, you will also need to upgrade your ZWaveJSController to its 22248 build as well.

  • Can't upgrade package dependencies [Windows10]

    Locked
    6
    0 Votes
    6 Posts
    260 Views
    A

    @toggledbits said in Can't upgrade package dependencies [Windows10]:

    I trust the government more than I trust Windows. I'll leave it at that.

    Hard choice... 😁

  • Hot Water Recirc - Global Date/Time Variable

    Locked
    7
    0 Votes
    7 Posts
    315 Views
    toggledbitsT

    Good approach! Very easy to follow the logic here.

  • Ezlo Plus - Philips Hue devices duplicates in MSR

    Locked
    14
    0 Votes
    14 Posts
    474 Views
    cw-kidC

    @toggledbits

    Thanks for the additional information, that is certainly good to know about.

  • Can't MSR see my Hass groups /rooms?

    Locked
    4
    0 Votes
    4 Posts
    249 Views
    toggledbitsT

    You can set up groups in Reactor now and they will carry through to the dashboard. Check out the documentation for DynamicGroupController under ControllerConfiguration. If you're just cherry-picking entities for membership, all you need to do is list them in include_entity. No dynamic filter is needed, so you will effectively create a static group.

  • Help with controlling Hue lights through Home Assistant & Reactor

    Locked
    4
    0 Votes
    4 Posts
    193 Views
    S

    @toggledbits thanks that works great (the workaround). One slight typo though, you have script instead of scene in the graphic.

  • "changes from" operator stops to detect change

    Locked
    19
    0 Votes
    19 Posts
    931 Views
    T

    Sigh. So this is weird. I updated to the latest and no change.

    I then took your advice and just was manually changing the Value8 variable in Vera from alpha to beta. It still didn't help. I finally took the 600 second delay out and noted that the set/reset started working. Put the delay back and all is good (I think).

    I'll keep an eye on it. Thanks for sticking with me on this one.

  • x_vera_device.failed=true Question

    Locked
    7
    0 Votes
    7 Posts
    293 Views
    toggledbitsT

    The issue isn't that CommFailure was 0 or 1, it was that it wasn't there at all. That suggests it may have existed at some point with value 1, then disappeared, leaving the attribute value on the MSR side stuck (because it had no variable from Vera to use to change it). It's possible the Vera device handler has a bug and instead of setting 0 when the device is configured, it sets it to blank, which as of a couple of firmware versions ago, deletes the variable rather than setting it to an empty value. Having now created it manually, if it later disappears, that would confirm this theory -- something in the firmware is removing for some reason (or worst case, there's user_data corruption). In any case, CommFailure should always exist for Z-Wave devices, so something isn't right there, but of course, no chance that it would be researched or fixed these days. The Vera firmware thread has been long dead, no updates have been published, and questions and requests are left unanswered; I have my doubts that anyone with the knowledge (and will) is still there. Everyone's busy filling the holes in the new firmware (now four years since the acquisition).

  • Removed Devices and Scenes on Ezlo Plus remain in MSR

    Locked
    8
    0 Votes
    8 Posts
    280 Views
    cw-kidC

    @toggledbits

    Thanks Patrick.

  • Home Assistant Service Call - JSON/Formatting Question

    Locked
    8
    0 Votes
    8 Posts
    1k Views
    PablaP

    @tbully Yeaup I have run into this issue with target as well, for some reason HA doesn't like it.

Recent Topics