Multi-System Reactor

694 Topics 6.8k Posts
  • This topic is deleted!

    Locked
    3
    0 Votes
    3 Posts
    3 Views
  • Hubitat Device Errors in the log

    Locked
    7
    0 Votes
    7 Posts
    305 Views

    An additional follow-up: the aforementioned workaround was incorporated into the last release (21153); that is, HubitatController will now perform a login at the hub (even though the session is abandoned and no other work is done via the Hubitat UI) to clear the restriction on the eventsocket.

    Hubitat users who operate hubs with "Hub Logic Security" enabled can enable this workaround simply by adding username and password keys with valid credentials to the config section of their controller configuration (in reactor.yaml).

  • [SOLVED] Random ghosting of lights when Away

    Locked
    37
    0 Votes
    37 Posts
    1k Views

    You, sir, are living the dream.

  • SMTP Gmail issue

    Locked
    14
    0 Votes
    14 Posts
    407 Views

    @gwp1 I have been with them for 3 -4 years and never paid more than $4 a month. I have haggle every year and I get an offer every year, but this year I just used a different email address.

  • Password protecting MSR ?

    Locked
    5
    0 Votes
    5 Posts
    169 Views

    @librasun said in Password protecting MSR ?:

    Will Group Constraints be added to global Reactions?

    Highly unlikely, at least at this stage.

    @librasun said in Password protecting MSR ?:

    Will Tools eventually get a "Benchmark" utility to show a particular platform's relative speed (CPU) and memory (RAM)? I've just learned that my Synology NAS, for example, runs one particular rule in less than half the time of another user's Linux box.

    That's never been requested before, and you're going to have to do some convincing to make me see the relevance of it. I know you've been playing with delays by keeping the CPU busy in expression loops, and perhaps that's driving part of this request. Sounds like an X-Y Problem to me, really. I'd rather know what you are trying to do.

    @librasun said in Password protecting MSR ?:

    Any plans for a Rule Registry thereby MSR users share and rate their favorite rules/recipes (or just keep it in the Forum?)?

    Plans? No, but all things are possible. Open a PR for it as a feature request and I'll add it to the wish list. But I think it's premature. Right now, I have no evidence there's really an audience for this project beyond the dozen or so users currently using it. It would be great to share rules, but that's only valuable if there are users to share rules with.

    @librasun said in Password protecting MSR ?:

    Can we get collapsible Group Constraints, or go back to the "Move Up 1" / "Move Down 1" style of rearranging rule elements? Reason: Longish groups are sometimes nigh impossible to reorder drag-and-drop (they wanna go, but unless the mouse has a LOT of vertical movement available after clicking, "tall" ones kinda blubber into whatever position feels easiest for them ... usually right where they were initially).

    Open a PR for it as a feature request and I can put it on the wish list.

  • Hubitat dimmer vs Vera dimmer in MSR

    Locked
    3
    0 Votes
    3 Posts
    172 Views

    @sweetgenius Thanks for checking that out. I imagine the best way to do a last state for a light would then be two variables. Was the light on, and if yes, then last level.

  • Entitys coming back

    Locked
    12
    0 Votes
    12 Posts
    392 Views

    I'm talking about the Status top-level, not Rule status.

  • Issues installing MSR on Debian 10 Linux

    Locked
    27
    0 Votes
    27 Posts
    700 Views

    I use scp just to copy the config and storage directories. That's really all you need to from Reactor to get it going on a reinstall, as you've seen.

    I find file-based backups of entire Linux systems to be perilous, because permissions, links and special files almost always get screwed up somehow, so I never recommend that route. An image backup is better (I use partclone to back up used space only, and it's good about the later target system being a different size/geometry than the original/source), but I'll only do that maybe 1-2 times per year. I figure if I can restore an image quickly and apt-get update my way back to current, that's fast enough on recovery.

  • Home Remote dashboard app and MSR HTTP API

    Locked
    16
    0 Votes
    16 Posts
    440 Views

    @tarkus very nice!

    Yep, I will be looking into this for sure.

  • Will this rule work for lighting?

    Locked
    8
    0 Votes
    8 Posts
    181 Views

    WARNING: Avoid using the "Clone" button (for now) when constructing multiple Group Constraints. Minor glitch found with resolution TBA. Stick with creating each Group Constraint individually from scratch in your Set and Reset reactions.

  • This topic is deleted!

    Locked
    4
    1 Votes
    4 Posts
    66 Views
  • Creating Rules with Conditional Logic

    Locked
    12
    0 Votes
    12 Posts
    351 Views

    I think this topic gets addressed nicely by the new CONSTRAINT GROUPS feature introduced back in rev. 21117.

  • formatting of "set variable" in rules

    Locked
    5
    0 Votes
    5 Posts
    213 Views

    Thanks, @Elcid. That was sort of a confusing example because the variable of .011 should not have been there. That was just for testing the device_set_variable action to make sure it worked.

    Thanks, @toggledbits. That is exactly what I needed. I was trying to get the value using a getEntity() without double curly braces, so it did not work. When I got the expression to pull in with the proper formatting, I never went back and applied that to the getEntity() command that I was originally trying. I've got it now, and in time I'll get better at this.

  • Vera Thermostat trigger wrong Setpoint value

    Locked
    10
    0 Votes
    10 Posts
    300 Views

    @toggledbits

    Don't break anything on my account, I can just use the x_vera_svc Entity Attribute instead as that one seems to work OK.

  • Build 21123

    Locked
    4
    0 Votes
    4 Posts
    150 Views

    Sorry, everybody. Link updated.

  • Using MSR as a Gaming Engine: LIGHTS OUT

    Locked
    6
    1 Votes
    6 Posts
    147 Views

    LOL So true. So true. I just had to get it out of my system. It's your fault, basically, for unleashing Group Constraints. This would have been a bear to implement without 'em. 🙂

  • 1 Votes
    8 Posts
    300 Views

    I could definitely see it being useful for dashboards and also if an integrated controller does not provide the ability to create a virtual device.

  • Help with Burglar Alarm rule(s)

    Locked
    9
    1 Votes
    9 Posts
    234 Views

    Thanks guys for all the suggestions a lot to take in.

    I'll have a proper read later and see if I can retire my existing scenes setup in Vera and migrate this functionality to MSR.

  • Almost there!

    Locked
    13
    5 Votes
    13 Posts
    476 Views

    When I have an abundance of extra time, and when the MSR Dashboard feature is fully fledged, I plan to make a "Lights Out game" using NxN virtual switches, that operates just like this online version: http://bz.var.ru/comp/web/js/floor.html

  • Added Constraint Group now cannot Save rule

    Locked
    3
    0 Votes
    3 Posts
    90 Views

    OK thanks my bad. I think I have it setup correctly now.

Recent Topics