Skip to content

Multi-System Reactor

792 Topics 7.5k Posts
  • Couldn't Copy Few Files from Reactor Directory

    4
    0 Votes
    4 Posts
    248 Views
    CatmanV2C
    I suspect they can be ignored indeed C
  • Moving the IP of an HA install

    Locked
    3
    0 Votes
    3 Posts
    201 Views
    CatmanV2C
    Super, thanks. Makes things easier (as I've come to expect!) C
  • Home Assistant add-on

    30
    3 Votes
    30 Posts
    4k Views
    K
    Restarting reactor from reactor itself after changing any global expressions or making new global expressions is doing the trick for me currently.
  • Expressions page showing old data

    10
    0 Votes
    10 Posts
    716 Views
    K
    Restarting reactor from reactor itself after changing any global expressions or making new global expressions is doing the trick for me currently. But I am using MSR via the unofficial addon by @mrw298 .
  • Help with Logic Routines SW1/SW2

    9
    0 Votes
    9 Posts
    670 Views
    wmarcolinW
    Hi @Pabla Thank you for your time, but let me try to better explain the situation I have using the air conditioner. My equipment can be operated/command in three ways: Remote control, which basically each function just turns on and off (let's call it SW1); APP on the phone, which in this case knows the status of the device by WiFi integration / Samsung cloud (SW2); Or by the dashboard mounted on Hubitat (SW3). I will detail the use case of the actions and impacts. a. Turning on the a/c through the HE dashboard (SW3), the virtual button activates the Samsung integration drive, setting the mode ON, this integration with the cloud updates the status of the APP (SW2), but the remote control thinks it is off ( SW1), as it has no integration, but the air will be turned on and it will work normally. b. Turning on the air through the APP (SW2), through the integration with HE, the status of the drive is modified, so my rule turns on the SW3, aligning the dashboard. c. The same thing happens if you use the control (SW1), the Samsung cloud is triggered, it updates the APP status, and the HE drive with the status modification triggers the rule that turns on the SW3 virtual button. In this case, the control now knows that air is connected. As you can see, I have a rule that when switching SW1 or SW2 or SW3, it will in ON ways inform the status change and align the 3 SW for all to be ON. In the case of turning off, it is the opposite way, any of the 3 SW can turn off, and a second rule makes the alignment to put the 3 SW in an OFF state. As our friend @toggledbits mentioned, cave-mode is the easiest, create two rules, one for each situation and everything works, that's what I have today. My puzzle is that since one rule is the opposite of the other, I thought of trying to have just one, using the SET and RESET situation. As I demonstrated, the SET is easy, because anyone with the OR condition solves, one that is triggered, turns it ON and puts all the others in the same status, now turning OFF is the complicated thing, because it changes the condition from OR to AND, that is, SW1 and SW2 and SW3 have to be ON to keep the device ON, if any of them turns OFF you have to turn OFF all the others. Well let's to follow the cave-mode which is easier for now, in the future our genius @toggledbits maybe create a Latch in reverse Thanks.
  • Can't post screen shots here now?

    8
    0 Votes
    8 Posts
    458 Views
    DesTD
    I will look into it. Seems that we are having a bunch of update to do again!
  • Home Assistant push notification for Reactor version update possible?

    4
    0 Votes
    4 Posts
    325 Views
    G
    @tamorgen Can you mark this as [Solved] please?
  • Testing reaction set global expression

    Solved
    6
    0 Votes
    6 Posts
    424 Views
    R
    Ok, that makes sense. Thanks for clearing this up! Maybe make a note in the documentation? Most kind of expect all the actions to run when you click the "Run action now" button on the Reaction, I think. And it's even more confusing if it's also dependent on the rule being active or not.
  • DelayLight replicate in MSR

    2
    0 Votes
    2 Posts
    259 Views
    toggledbitsT
    This post needs to be updated/enhanced to meet the posting guidelines.
  • Having an Echo device play mp3?

    Unsolved
    2
    0 Votes
    2 Posts
    302 Views
    PablaP
    Does the Echo media player entity in HA support playback of local files? If so you may just need to add the capability for the echo device in your reactor config file. See here in docs to do so
  • Sending numbers as payload type in actions enhancement

    4
    0 Votes
    4 Posts
    294 Views
    toggledbitsT
    OK. I can address the error message. Best of both worlds.
  • Disabled groups in reactions

    5
    0 Votes
    5 Posts
    370 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
    270 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
    316 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
    320 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
    792 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
    1k 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
    145 Views
    No one has replied
  • Can I use Dynamic Group Control for Triggers and Reactions?

    Locked
    19
    4
    0 Votes
    19 Posts
    1k 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
    496 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]

Recent Topics