Multi-System Reactor

693 Topics 6.8k Posts
  • Support for Ezlo Atom controllers?

    Locked
    51
    1 Votes
    51 Posts
    2k Views

    Yup, that's definitely a security issue, and not the only one I'm concerned about, which is another reason I'm unlikely to be using an eZLO hub in my home for anything more than development of this tool.

  • Sonos to MSR?

    Locked
    2
    0 Votes
    2 Posts
    69 Views

    Hell no. 🙂

  • Having media player tell the states?

    Locked
    5
    0 Votes
    5 Posts
    164 Views

    I see! Great help - as always! I'm greatful for all the support you giving!

  • MSR missing condition

    Locked
    4
    0 Votes
    4 Posts
    329 Views

    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.

  • 0 Votes
    4 Posts
    121 Views

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

    @toggledbits yep, that's true, I should have been more exact

  • [SOLVED] Multiple Holidays, one Ruleset

    Locked
    8
    1 Votes
    8 Posts
    286 Views

    @therealdb I've never seen that calendar site before - interesting.

  • MSR and WLED Presets

    Locked
    5
    0 Votes
    5 Posts
    241 Views

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

    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
    1 Votes
    5 Posts
    214 Views

    @toggledbits So starting with build 21228 this is now possible (isRuleSet)?

  • Entities - where used and what triggered it

    Locked
    5
    0 Votes
    5 Posts
    201 Views

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

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

    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
    0 Votes
    2 Posts
    86 Views

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

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

    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
    6k Views

    @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
    184 Views

    Thanks for the additional details. That worked.

  • MSR feedback post RfV migration

    Locked
    5
    1 Votes
    5 Posts
    167 Views

    @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.
    copy.jpg

  • Incorrect 24 Hr time format?

    Locked
    2
    0 Votes
    2 Posts
    85 Views

    This is the way JavaScript is formatting the time, given the locale settings of your browser.

Recent Topics