Multi-System Reactor

694 Topics 6.8k Posts
  • Home Assistant add-on

    30
    3 Votes
    30 Posts
    1k Views

    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
    303 Views

    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
    280 Views

    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
    229 Views

    I will look into it. Seems that we are having a bunch of update to do again!

  • 0 Votes
    4 Posts
    186 Views

    @tamorgen Can you mark this as [Solved] please?

  • Testing reaction set global expression

    Solved
    6
    0 Votes
    6 Posts
    173 Views

    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
    148 Views

    This post needs to be updated/enhanced to meet the posting guidelines.

  • Having an Echo device play mp3?

    Unsolved
    2
    0 Votes
    2 Posts
    127 Views

    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

  • 0 Votes
    4 Posts
    177 Views

    OK. I can address the error message. Best of both worlds.

  • 0 Votes
    5 Posts
    240 Views

    MQTTController 23116 is now available for download; it has hsltorgb(hue,sat,lev) and rgbtohsl(r,g,b) functions available in expressions.

  • Disabled groups in reactions

    5
    0 Votes
    5 Posts
    190 Views

    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
    0 Votes
    4 Posts
    148 Views

    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
    0 Votes
    3 Posts
    192 Views

    @Crille
    Thanks for that! I've added two global expressions using two different services, and they both are returning the forecasted high for today.

    02e9a137-8383-49b4-852c-87e9c0d8c7a7-image.png

  • [Closed] Pushover sounds in MSR

    Locked
    4
    0 Votes
    4 Posts
    187 Views

    @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!

  • 0 Votes
    13 Posts
    453 Views

    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
    0 Votes
    18 Posts
    635 Views

    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
    0 Votes
    1 Posts
    98 Views
    No one has replied
  • 0 Votes
    19 Posts
    507 Views

    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
    313 Views

    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
    326 Views

    @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

Recent Topics