Skip to content

Multi-System Reactor

821 Topics 7.8k Posts
  • Disabled groups in reactions

    5
    0 Votes
    5 Posts
    593 Views
    toggledbitsT
    It's A, not B. This is consistent with the use of condition groups elsewhere, like in rule triggers and, most specifically, constraints (conditions on a group are constraints).
  • MSR Not Actioning

    4
    1
    0 Votes
    4 Posts
    492 Views
    S
    I updated to the latest build and this solved all of my issues. Thanks for the suggestions! I will try to stay up to date on the latest stable builds from here on.
  • Forecast attribute in array

    3
    2
    0 Votes
    3 Posts
    445 Views
    T
    @Crille Thanks for that! I've added two global expressions using two different services, and they both are returning the forecasted high for today. [image: 1681399410684-02e9a137-8383-49b4-852c-87e9c0d8c7a7-image-resized.png]
  • [Closed] Pushover sounds in MSR

    Locked
    4
    0 Votes
    4 Posts
    680 Views
    G
    @toggledbits That's on par with what I was thinking - no worries, I'll look at making the call as part of the ruleset. Thanks!
  • Home assistant addon: Import Vera/Openluup backup

    Locked
    13
    0 Votes
    13 Posts
    2k Views
    R
    Pff, solved. It was a copy/paste issue of some sorts. I removed the space and typed it again and now it works. Thanks for the help!
  • Reactor Ex Machina

    Locked
    18
    3
    0 Votes
    18 Posts
    2k Views
    3
    I'm not in need of it. As I was moving off Lighting Director I just happened to notice they had a max number of lights. I think the OG DeusExMachina did too. I think how you have it would be more lifelike. Especially when you couple of a few specific OFF rules so the lights turn off faster than 10-20 minutes.
  • Function sanity check please

    Locked
    1
    4
    0 Votes
    1 Posts
    215 Views
    No one has replied
  • Can I use Dynamic Group Control for Triggers and Reactions?

    Locked
    19
    4
    0 Votes
    19 Posts
    2k 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
    1
    0 Votes
    9 Posts
    1k 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. [image: 1680554790209-83bfa3dc-25a5-4496-a688-a3e93007eeed-image.png]
  • [RESOLVED] How quickly should logs rotate?

    Locked
    13
    2
    0 Votes
    13 Posts
    1k 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. [image: 1680548559708-f5fc7a07-2b33-4574-b3ec-d2dca45c70f6-image.png]
  • ZWaveJSController won't connect to ZWaveJS under Home Assistant/HACS

    Locked
    13
    1
    0 Votes
    13 Posts
    2k Views
    G
    @tamorgen That sounds vaguely familiar!
  • Critical Disk Space Warning

    Locked
    6
    2
    0 Votes
    6 Posts
    673 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
    1 Votes
    2 Posts
    301 Views
    G
    The same ask of ChatGPT.... [image: 1680232037788-2eb01a01-2c90-4c1a-bf1e-f05c35694e74-image.png]
  • Trying to add second Hubitat controller [Solved]

    Locked hubitat c8 multicontroller
    8
    0 Votes
    8 Posts
    1k Views
    G
    @retireditguy did you resolve your issue? If so, please update the title with [Solved] so the rest of us know.
  • 0 Votes
    3 Posts
    419 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
    2
    0 Votes
    11 Posts
    1k 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! [image: 1679324080122-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
    2
    0 Votes
    3 Posts
    725 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
    2k Views
    toggledbitsT
    Not ignored, just not used if there was no language file present for the selected language.
  • 0 Votes
    1 Posts
    151 Views
    No one has replied
  • Does order matter in Reactions Set/Reset

    Locked
    4
    0 Votes
    4 Posts
    464 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.

Recent Topics