Skip to content

Multi-System Reactor

808 Topics 7.7k Posts
  • 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
    254 Views
    toggledbitsT
    https://smarthome.community/post/6932
  • MSR doesn't change Mode in Hubitat

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

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

    Locked
    5
    1 Votes
    5 Posts
    494 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
    960 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
    638 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
    170 Views
    No one has replied
  • 0 Votes
    34 Posts
    4k 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
    334 Views
    E
    I have set change as operator and left the input field empty. This also works. Thanks for the reply.
  • Renaming controller ID in reactor.yaml is a bad idea

    Locked
    2
    1
    0 Votes
    2 Posts
    290 Views
    LibraSunL
    I bumped into the inverse of that problem when I accidentally caused several devices to be removed from my Vera Plus. While MSR was happy to carry on as if nothing had happened (which I suppose could have been ruinous to my overall workflow, had I not intervened!), the truth was that Vera assigned all new Dev#s to those child devices once they reappeared to her. The only thing that saved my bacon in the process was being able to leverage MSR's memory of the old Dev#s, so I could systematically go change them back under Device > Advanced > Parameters > id, one by one. Took a while, caused uncountable Luup engine restarts, but honestly worth it in the end. How do you think MSR ought to handle future renaming events? I'm sure @toggledbits welcomes your suggestions. For starters: Should MSR gracefully detect the new controller name assignment from reactor.yaml and propagate that change to all Rules? Should controller renaming be done instead through a purpose-built 'Tool' inside MSR that handles such modifications? Should controller enumeration be abstracted one further level so they are referenced by, say, S/N behind the scenes? Glad you were able to reverse the change without losing your hard work!
  • Random off delay in MSR

    Locked
    3
    1
    0 Votes
    3 Posts
    369 Views
    E
    Thanks for quick response !
  • system capability zwave_scene_controller

    Locked
    46
    0 Votes
    46 Posts
    8k Views
    E
    Thanks for the quick response. It works!
  • Expression value trigger not working ?

    Locked
    5
    1
    1 Votes
    5 Posts
    491 Views
    cw-kidC
    I just edited the rule and ticked "ignore case" again and saved and the rule is still working and triggering, so that was a red herring as you say.

Recent Topics