Skip to content

Multi-System Reactor

776 Topics 7.4k Posts
  • Can I use Dynamic Group Control for Triggers and Reactions?

    Locked
    19
    0 Votes
    19 Posts
    771 Views
    toggledbitsT

    That would depend on what you're using them for. The only one I see above is to make a list of entity names from a group's members, presumably to use it in a message or something else not yet completed?

  • What does [Error] terminated [-] mean?

    Locked
    9
    0 Votes
    9 Posts
    421 Views
    SnowmanS

    I finally found the problem after a lot of troubleshooting. Patrick guided me to possibly an issue with the Siren but couldn't figure out, until, I realized that the 2-second tone duration I configured for siren 8 was likely the reason I saw those errors.

    If you look at my original screenshot, I was turning off the siren under the Reset Reaction but the siren had already stopped beeping under the Set Reaction. At least I like to believe it did since it only lasted 2 seconds.

    All I did is remove the Reset Reaction. See below. That did the trick for me. No more "Terminated" errors.

    83bfa3dc-25a5-4496-a688-a3e93007eeed-image.png

  • [RESOLVED] How quickly should logs rotate?

    Locked
    13
    0 Votes
    13 Posts
    494 Views
    3

    @toggledbits Awesome. Thank you.

    I know you know, but for others, the rule ID is also noted in the logs. Makes it easier to copy and paste without having to look up the ID within the GUI.
    f5fc7a07-2b33-4574-b3ec-d2dca45c70f6-image.png

  • ZWaveJSController won't connect to ZWaveJS under Home Assistant/HACS

    Locked
    13
    0 Votes
    13 Posts
    882 Views
    G

    @tamorgen That sounds vaguely familiar!

  • Critical Disk Space Warning

    Locked
    6
    0 Votes
    6 Posts
    360 Views
    R

    @toggledbits said in Critical Disk Space Warning:

    Reading: https://reactor.toggledbits.com/docs/SystemController/

    Splendid. You think of everything! Forgot about that.

  • The immortal Bard...

    Locked
    2
    1 Votes
    2 Posts
    135 Views
    G

    The same ask of ChatGPT....

    image.png

  • Trying to add second Hubitat controller [Solved]

    Locked
    8
    0 Votes
    8 Posts
    454 Views
    G

    @retireditguy did you resolve your issue? If so, please update the title with [Solved] so the rest of us know.

  • Local expressions not evaluated in rules (MQTTController based entities)

    Locked
    3
    0 Votes
    3 Posts
    196 Views
    M

    Thanks for your quick reply!
    With added NUL group and interval it seems to be working just fine.

    Well don't know about great post, just asking 'stupid' questions and hoping to learn something along the way.
    But it's nice if it can be used as an example of how tackle that kind of problem.

    br,
    mgvra

  • [Solved] Expressions - predefining a variable type

    Locked
    11
    0 Votes
    11 Posts
    442 Views
    PerHP

    I appreciate both the strictness regarding code and the lesson in javascript. Thanks!

    I've found out why my "MaxInInterval" didn't work in the original post, and what that "Force re-evaluation..." tickbox on the reactions does!

    42141f14-385f-429d-a8b9-4358b1074800-image.png

    (to type it out, I changed the variable in reaction, and naturally, the only variable being updated was the one called out..)

  • MQTT Controller and extended capabilities

    Locked
    3
    0 Votes
    3 Posts
    409 Views
    toggledbitsT

    Local capabilities aren't working in the current release, and you probably don't need one anyway. This looks like a virtual switch application, for which the power_switch capability is probably sufficient. See the Capability List for details.

    Even if local capabilities were working, your action still wouldn't work because it's not properly structured. What you have in the capability should be in the entity config (with at least one other error corrected), and the local capability definition would need different data. But that's neither here nor there at the moment, because local capability definition is broken. I'll fix it in a future build, but given how few people have complained, nobody seems to be much missing it, and for your application I'm thinking power_switch is a better option anyway.

  • localization settings

    Locked
    17
    0 Votes
    17 Posts
    655 Views
    toggledbitsT

    Not ignored, just not used if there was no language file present for the selected language.

  • 0 Votes
    1 Posts
    86 Views
    No one has replied
  • Does order matter in Reactions Set/Reset

    Locked
    4
    0 Votes
    4 Posts
    201 Views
    toggledbitsT

    Yes.

    More context is better than less, and it would likely be more useful to others reading this to understand what specific action you are talking about, so in future, I recommend widening out those screen shots to provide that context. For the benefit of those other readers, in this case, it's a Run Reaction action. There is a similar checkbox for HTTP Request.

    Also as a general comment, you asked specifically about Set and Reset reactions, but all of this conversation applies to all reactions, including global.

  • Reactor: How to call Hass service for noob

    Locked
    4
    0 Votes
    4 Posts
    252 Views
    W

    @Crille said in Reactor: How to call Hass service for noob:

    cmd: page home

    Perfect, it works, thank you so much.
    Capture3.PNG

  • No drop-down list on Entity Attribute in "Creation Rule Sets" interface

    Locked
    9
    0 Votes
    9 Posts
    359 Views
    toggledbitsT

    @christian_fabre said in No drop-down list on Entity Attribute in "Creation Rule Sets" interface:

    2- I changed browser, I used Microsoft Edge and miraculously it works and the Entities dialog box opens correctly.
    Thank you for your help ...
    but why Google Chrome which is my favorite browser does not work ...

    I note that you're using a beta version of Chrome, which may contain bugs. I tried installing the same beta version, and it worked fine for me, as does the current release version (stable, for Windows). But if Edge works for you, that also suggests the issue is specific to your browser instance.

    Again, you need to check Chrome's configuration settings to make sure that pop-ups are explicitly not blocked for the IP address of your host. In Chrome settings, search for "pop-up" to find this configuration area. Failing that, I would try purging all site data and caches in Chrome's "Privacy and Security" settings, and do "Reset Settings" at the root of Chrome's settings.

  • Evaluating variables redux

    Locked
    9
    0 Votes
    9 Posts
    325 Views
    CatmanV2C

    @Pabla Umm wow!

    Thanks. That's remarkable. All sorted!

    C

  • Virtual Device for Vacations

    Locked
    6
    0 Votes
    6 Posts
    290 Views
    CatmanV2C

    @therealdb ahh yes. We have antediluvian gas.....

    C

  • Is it possible to use a single reaction for multiple entities as variables?

    Locked
    30
    0 Votes
    30 Posts
    1k Views
    toggledbitsT

    It should look like this:

    message: "${{window_names}} Open"
  • [solved-ish] Reset Reaction doesn't allow multiple Conditions in Groups

    Locked
    5
    0 Votes
    5 Posts
    204 Views
    G

    @Pabla Weirder still, now it works for me. ONLY DIFFERENCE... I wiped out the Reset Reaction completely and started fresh. All other times I had built the first group and copy button'd it to another.

    Let me try that to create the MBthR group now that I have the None Deferred group done.

    UPDATE: it's WAI now. 🤷♂

    "What changed?" I am doing this work from a different Mac. Same browser on both.

    UPDATE to the UPDATE: went back to the original Mac, browser was still open but the MSR tab closed. Opened new tab for MSR in same instance of the browser and... worked fine. 🤷♂ 🤷♂

    Will mark this as solved - I hate gremlins.

  • [Solved] Hubitat Hub Information Driver v3 and probe device

    Locked
    9
    0 Votes
    9 Posts
    544 Views
    toggledbitsT

    Great. Thanks for letting me know.

Recent Topics