Skip to content

Multi-System Reactor

792 Topics 7.5k Posts
  • Feature Request: MSR Rule Snapshot Exporter

    Locked
    4
    2 Votes
    4 Posts
    275 Views
    MatohlM
    @librasun Good idea
  • Hubitat and virtual devices

    Locked
    5
    0 Votes
    5 Posts
    813 Views
    M
    @toggledbits Yes it is but its just to toggle all off and then on so it goes quite fast.. But in Hubitat dashboard its the same thing. Because if you have all devices enabled for a dashboard it loads slower. Then they have made it so you can enable the ones you want in a dashboard. This really sucks when you make dashboard with a lot of specific devices.
  • calculate with MSR variables in LuaXP

    Locked
    9
    1
    0 Votes
    9 Posts
    672 Views
    E
    @toggledbits Yes, it works! Excellent. Thank you for your time! Now I can continue my project. The new variable is also useful.
  • Current Alert Tasks

    Locked
    2
    1
    0 Votes
    2 Posts
    200 Views
    M
    Aha... se the log it says
  • Feature request on reactions side.

    Locked
    37
    0 Votes
    37 Posts
    3k Views
    T
    @toggledbits said in Feature request on reactions side.: whereas buttonCodes[ . ] and buttonCodes["x"] simply make no sense. These are actually OK if buttonCodes is an object, not an array. You can use the square-bracket notation same as dot member access, so buttonCodes[ "x" ] (note the quotes so it's a string) is the same as buttonCodes.x. Using the square bracket notation lets you use a variable for the member name. You don't need a second array, you just need to structure buttonCodes correctly... buttonCodes = { '0': 'codes for 0', '1': 'codes for 1', '.': 'codes for dot' } key_to_send = "." # or whatever/however you get the key send_data = buttonCodes[ key_to_send ] I ended up using this method and it works great! Thanks for all the help.
  • Local Expression not recognised after update to 21096

    Locked
    2
    3
    0 Votes
    2 Posts
    181 Views
    toggledbitsT
    https://smarthome.community/post/6932
  • MSR doesn't change Mode in Hubitat

    Locked
    1
    0 Votes
    1 Posts
    155 Views
    No one has replied
  • Installing build 0.1-21089

    Locked
    5
    0 Votes
    5 Posts
    323 Views
    J
    @toggledbits ok, I thought I did that, but maybe I don't remember correctly. Not a Linux expert... yet! I am now up and running
  • TimeStamp variable in MSR

    Locked
    4
    0 Votes
    4 Posts
    333 Views
    E
    Thanks for the quick response! I'm going to try to use it in my logic
  • Status Tab Preview

    Locked
    20
    1
    2 Votes
    20 Posts
    1k Views
    LibraSunL
    Also, so as to minimize the number of "SET" (but otherwise inactive) Rules, I decided to change all of my [ Entity Attribute ] [ X ] [ is FALSE] // remains true indefinitely when OFF to [ Entity Attribute ] [ X ] [ changes ] [ (any) ] to [ FALSE ] // only true briefly when turned OFF Dunno if I'm OCD or just didn't want Status implying that something was "going on" when it's not.
  • This topic is deleted!

    Locked
    40
    0 Votes
    40 Posts
    123 Views
  • Parsing an expression

    Locked
    8
    0 Votes
    8 Posts
    456 Views
    T
    Thanks guys, this worked just like I needed it to.
  • FEATURE REQUEST: URL Maker in 'Tools'

    Locked
    5
    1 Votes
    5 Posts
    351 Views
    LibraSunL
    @cw-kid said in FEATURE REQUEST: URL Maker in 'Tools': This website has a URL creator for Vera. interestingly they have several other HTTP link creators for other controllers at that site.
  • Alerts - (vera>device_699) does not have attribute ?attr?

    Locked
    32
    3
    0 Votes
    32 Posts
    2k Views
    toggledbitsT
    You only care about what's in the "Device_Num_699" section of the file. You can "pretty up" the format in jsonlint.com, and if you look at that section, you'll find Armed is in there, state ID 621 at the very end of the states array. }, { "id": 621, "service": "urn:micasaverde-com:serviceId:SecuritySensor1", "variable": "Armed", "value": "0" }], The other devices are in the alerts section of the response, which isn't relevant to our work here.
  • Ways to find controller's external IP address using MSR

    Locked
    18
    0 Votes
    18 Posts
    1k Views
    toggledbitsT
    On my end I'll tighten up the UI so that option can't be selected when the changes operator is used.
  • Vera Run LUA Missing

    Locked
    10
    1
    1 Votes
    10 Posts
    596 Views
    cw-kidC
    Appears to be fixed in version 21090. I can now see and select x_vera_sys.runlua on both Vera controllers. Thanks
  • Can MSR be connected to more than one Vera controller?

    Locked
    8
    0 Votes
    8 Posts
    406 Views
    LibraSunL
    @cw-kid said in Can MSR be connected to more than one Vera controller?: @librasun Not heard of this Apilio thing before. So its like IFTTT for connecting unrelated HA devices and services ? Yes. They have provisions for logic flow, variable storage (and computation), triggers, etc. It's an IFTTT competitor in the same way Stringify once was. Apilio lets you interface with Tuya, LG, IFTTT (which interoperates rather deeply with Apilio), Webhooks, SmartThings, all the big guns. It's a paid service but cheap, under $1/mo. for a middle tier account.
  • Feature Request: Enhanced 'Reactor System' Environment State

    Locked
    1
    0 Votes
    1 Posts
    131 Views
    No one has replied
  • 0 Votes
    34 Posts
    3k Views
    LibraSunL
    Thanks for the added clarity. I plan to refactor some of my Rules accordingly.
  • updates as operator is missing in MSR

    Locked
    3
    1
    0 Votes
    3 Posts
    235 Views
    E
    I have set change as operator and left the input field empty. This also works. Thanks for the reply.

Recent Topics