Skip to content

Multi-System Reactor

792 Topics 7.5k Posts
  • Sonos to MSR?

    Locked
    2
    0 Votes
    2 Posts
    156 Views
    toggledbitsT
    Hell no.
  • Having media player tell the states?

    Locked
    5
    0 Votes
    5 Posts
    365 Views
    F
    I see! Great help - as always! I'm greatful for all the support you giving!
  • MSR missing condition

    Locked
    4
    2
    0 Votes
    4 Posts
    444 Views
    toggledbitsT
    No worries, just wanted to link back to existing content. There's a "Run Lua" action in MSR. It's on the controller's entity (e.g. vera>system). No way around the About page right now.
  • Not all options available when creating a new rule

    Locked
    4
    1
    0 Votes
    4 Posts
    213 Views
    J
    OK. It's all good now. I rebooted my system and all my icons are back and I'm able to access all the options now. Thanks for your help.
  • About latching

    Locked
    3
    0 Votes
    3 Posts
    200 Views
    tunnusT
    @toggledbits yep, that's true, I should have been more exact
  • [SOLVED] Multiple Holidays, one Ruleset

    Locked
    8
    1
    1 Votes
    8 Posts
    482 Views
    G
    @therealdb I've never seen that calendar site before - interesting.
  • MSR and WLED Presets

    Locked
    5
    0 Votes
    5 Posts
    423 Views
    J
    Thanks. This worked perfectly and do appreciate the added context to understand why. Note: there was already a "local_hass_devices.yaml" file in my config with an entities header. Therefore, I just needed to enter the following 3 lines/entity information you noted below that heading and all was good.
  • Condition must occur after -restriction

    Locked
    4
    1
    0 Votes
    4 Posts
    269 Views
    toggledbitsT
    You can use a Rule State condition in the current rule, though, and reference that condition. While it's not as direct as picking a rule outside of the current rule, the effect is the same. If you want, though, you're welcome to open a feature request PR for direct selection of another rule.
  • MSR newbie first impressions about 1.0.0

    Locked
    5
    2
    1 Votes
    5 Posts
    384 Views
    tunnusT
    @toggledbits So starting with build 21228 this is now possible (isRuleSet)?
  • Entities - where used and what triggered it

    Locked
    5
    0 Votes
    5 Posts
    411 Views
    3
    I could use this "Where Used" feature as well. I have 3 Global Expressions that I don't think I have using, but want to make sure before I nuke them. I did not change my logging levels, but did search through all the reactor.log files and do not see anything. Is there a different way to see if they are in use, other than killing them and seeing what breaks?
  • [Solved] MSR won't start after upgrade

    Locked
    3
    0 Votes
    3 Posts
    318 Views
    tunnusT
    Using pm2, but was testing with "node app.js". 21200 worked fine without NODE_PATH set EDIT: now works with NODE_PATH set. Still wondering if there has been a change related to this as with build 21200 I didn't have this set?
  • [Solved] Trigger based on door lock PIN code

    Locked
    4
    1
    0 Votes
    4 Posts
    327 Views
    3
    Just an update for future readers. I set up a new rule to reset the sl_UserCode to none and then had the triggers defined as above. They were all matching/updating, but my Reactions would not fire. The problem ended up being the lock status changing from true to false. Even though MSR was showing it updating. Maybe it was too fast for Vera? I changed that trigger to sl_UserCode <> none and now everything is working as expected. Following @toggledbits setup from the other thread. sl_UserCode changes from none to any sl_UserCode <> none I also found the sl_LockButton variable. I included the changing of this value from 1 to 0 when I reset my UserID variable. When the physical lock button is pressed, the value of this gets updated to a 1. But that value never changes. Natively Vera was able to tell when the physical button was pressed, but RfV or MSR couldn't. Resetting this to 0 and then the physical button changing it to 1 allows MSR to see the update. YAY! That's another scene moved off of Vera.
  • [Solved] Reboot option (bug?)

    Locked
    2
    1
    0 Votes
    2 Posts
    155 Views
    toggledbitsT
    Not yet implemented, and when it is, it will be renamed to restart and just do a Luup reload. Your Lua alternative is correct for your objective.
  • Excluded vera devices in Hass

    Locked
    2
    1 Votes
    2 Posts
    190 Views
    toggledbitsT
    This is planned but I haven't unified the idea across all controllers. But probably will happen in the not-too-distant future.
  • Telegram & MSR 1.0.0

    Locked
    20
    0 Votes
    20 Posts
    1k Views
    cw-kidC
    I only had two rules that would of been affected by this change. I have moved all those PS4 related expressions out to be global expressions now instead and the one other rule that was using one of those expressions as its trigger, I've edited to use the new global expression instead. None of my other rules I don't think were using a local expression from another rule.
  • Expressions and LuaXP Functions

    Locked
    126
    0 Votes
    126 Posts
    37k Views
    tunnusT
    @toggledbits any chance we'll see strftime function coming up "soon"? Or advice how to implement the same with lexpjs (when you have unix timestamp, RfV example below)? strftime("%H:%M %d/%m/%y", <timestamp> )
  • Aeotec doorbell question

    Locked
    6
    0 Votes
    6 Posts
    382 Views
    R
    Thanks for the additional details. That worked.
  • MSR feedback post RfV migration

    Locked
    5
    2
    1 Votes
    5 Posts
    319 Views
    3
    @toggledbits said in MSR feedback post RfV migration: You shouldn't see the index values at all, This is interesting. Now that you mention this, on a different computer over the weekend, I didn't see the 0, 1, 2 values. I only saw Home, Away, etc. Besides being a different computer, I'm pretty sure my version of Chrome between the two is the same. The only other difference between then and now is that I upgraded my MSR from the generic 1.0 21200 build to the latest 21221 build. Chrome is all I have and use. I just tried Edge and IE, because they are there by default. But they both suck and won't display anything except the left most side panel. None of the links work either. @toggledbits said in MSR feedback post RfV migration: Can't cascade; At least maybe shade the Rule Set labels to set them apart. Or add an option at the top of the list, or a new button all together, to Copy From Set / Copy From Reset? Just ideas. [image: 1628724243191-copy.jpg]
  • Incorrect 24 Hr time format?

    Locked
    2
    1
    0 Votes
    2 Posts
    113 Views
    toggledbitsT
    This is the way JavaScript is formatting the time, given the locale settings of your browser.
  • [Solved] MSR doesn't like January?

    Locked
    9
    2
    0 Votes
    9 Posts
    349 Views
    3
    @toggledbits said in MSR doesn't like January?: OK. Build 21221 is up with the rule editor fix for date/time January. Thank you. I can confirm that the (every month) no longer appears when I edit the rule.

Recent Topics