Skip to content

Multi-System Reactor

814 Topics 7.8k Posts
  • Feature Request: Declare new variables inside existing expressions

    Locked
    2
    0 Votes
    2 Posts
    266 Views
    toggledbitsT
    I'm concerned that although you say you "like keeping [your] inventory of expressions compact," what you will in fact do by being able to create variables on-the-fly from within other variables/expressions is create a long and decidedly not compact inventory of variables created by whatever other expressions are declared, thus complicating your understanding of where they came from, how they got their value, and when they change. That will also further complicate the system's ability to know what changes affect what variables where and need to trigger evaluations of rules, etc. In your example above, I'm sure you would expect, if varInner was in fact a getEntity() call, that any change to the entity would trigger a re-evaluation of varInner, as well as its parent rule and everywhere it or an effected parent is used. It's too much, and the potential for creating unsupportable nightmare scenarios too high.
  • Is there a projected date for the release of v 1.0 of MSR?

    Locked
    12
    2 Votes
    12 Posts
    1k Views
    Black CatB
    @cw-kid said in Is there a projected date for the release of v 1.0 of MSR?: Maybe we should open a bug tracker ticket for a feature request. Done.
  • Feature Request: MSR Rule Snapshot Exporter

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

    Locked
    5
    0 Votes
    5 Posts
    1k 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
    1k 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
    277 Views
    M
    Aha... se the log it says
  • Feature request on reactions side.

    Locked
    37
    0 Votes
    37 Posts
    5k 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
    278 Views
    toggledbitsT
    https://smarthome.community/post/6932
  • MSR doesn't change Mode in Hubitat

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

    Locked
    5
    0 Votes
    5 Posts
    482 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
    491 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
    2k 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
    850 Views
    T
    Thanks guys, this worked just like I needed it to.
  • FEATURE REQUEST: URL Maker in 'Tools'

    Locked
    5
    1 Votes
    5 Posts
    538 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
    4k 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
    2k 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
    1k 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
    705 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
    179 Views
    No one has replied

Recent Topics