Multi-System Reactor

695 Topics 6.8k Posts
  • 0 Votes
    6 Posts
    320 Views

    @pabla Thank You!
    Perfect guess on your part. This works as an example. Appreciate you pointing me in the right direction
    working1.png

    @toggledbits also appreciate your intent to make the UI yaml friendly at some point too. This json/yaml thing caught me out, along with the code formatting required.

    Thanks again to all 🙂

    Side note to anyone using kiosk type modes (like in windows especially). It might seem nice to have the browser restart after x hours in the kiosk settings to take you back to a home/start page in HA, but that will break browsermod and force you to re-register the browser (so, the better way is to use MSR or another way to control that behavior, if you want it)

  • MQTT templates for Reactor

    Locked
    2
    4 Votes
    2 Posts
    112 Views

    What a gent!

    C

  • 1 Votes
    8 Posts
    254 Views

    yep, it's working as you suggested and I've found the mention of seconds (and of 120 updates per minute in a flapping rule).

    I'm just pinging /api/v1/alive, and I hope you'll add a more granular timer natively. I need to update some aggregate home energy data every 15 secs, because the relative sensors are updating very frequently (via MQTT, as I've already reported) and I cannot watch for sensors, it will flap too easily. For now, case closed, I guess. Thanks!

  • Pulse

    Locked
    3
    0 Votes
    3 Posts
    116 Views

    @pabla Implemented - now just waiting for Honeywell to, well, be Honeywell 🙂

  • Error message

    Locked
    16
    0 Votes
    16 Posts
    347 Views

    Complementing information, this is the mother rule, and that on the second line of the Set Reaction called the Reaction that had the error I presented above.

    0d78d30c-8346-4341-8a65-46f0937b7b15-image.png

  • 0 Votes
    4 Posts
    246 Views

    I would not leave an empty WHERE clause there... limit it to the entity you want to look at. If you don't, and you happen to modify your configuration down the road to include other extra attributes for any entity, they will be picked up by this query and seriously mess up this graph.

  • 0 Votes
    6 Posts
    197 Views

    Check out ZeroTier. It is so easy to set up on all kinds of devices.

  • HTTP Request Max Response Limit

    Locked
    2
    0 Votes
    2 Posts
    109 Views

    Thanks for the suggestion. There's a whole new way of doing settings being developed, with the goal of (a) exposing all options in the UI, and (b) eliminating the need to edit YAML.

    Please check the posting guidelines, specifically the section on how to properly format code and code-like things (like configs and logs; find it under the heading Format Posts Properly). Posting improperly-formatted configs makes problems for users that try to copy-paste later.

  • REST API implementation

    Locked
    8
    0 Votes
    8 Posts
    205 Views

    @mgvra I guess my one question is if you just simply ignore the evaluated results of a rule's true/false state isn't that pretty much the same as turning it off?

    "If a rule turns true/false but no other rule is there to hear it... does it make a sound?" 😉

  • Quality of Life Request: Update Button

    Locked
    28
    1 Votes
    28 Posts
    1k Views

    @toggledbits , thank you for your in-depth reply, there is no need to rush as there are no Raspberrys available (in our region) until mid-March (if we are lucky).

  • zwaveJS controller question/s

    Locked
    23
    0 Votes
    23 Posts
    724 Views

    @toggledbits PERFECT! Works exactly as the Community driver did in Hubitat. This is huge for my setup, thank you.

  • Hue Lights capabilities under MSR

    Locked
    14
    0 Votes
    14 Posts
    254 Views

    I've also updated https://github.com/dbochicchio/vera-VirtualDevices if anyone is still using it. I've added specific support for MSR dimming (0/1) and RBG endpoints. I've also added a couple of examples.

    I'm still using the old devices on my Vera, because I have some code still calling the Vera's endpoint and no time to replace it. I'll eventually remove the virtual devices, but right now it's serving me well, so why not. Status is keep in sync by MSR rules.

  • About page after every update

    Locked
    7
    3 Votes
    7 Posts
    242 Views

    For 22305, I modified the procedure so that the About page only shows (after entering the code) every 90 days or when the license changes.

  • Reset Rule

    Locked
    9
  • 0 Votes
    2 Posts
    81 Views

    @edwin1972 AFAIK that's a numeric field, it is expecting an integer for the number of seconds.

  • iPhone location or alternative.

    Locked
    54
    0 Votes
    54 Posts
    2k Views

    @gwp1 said in iPhone location or alternative.:

    @tamorgen I found the trick of triggering from iC3's zone_name within MSR virtually eliminates false GPS drift from suddenly shutting my house down around me only to open it back up again when it course-corrects.

    I don't get those emails - I think I did initially and don't recall what I did to stop them. iCloud does, now and then, force a reconfirmation dialogue but that's easy 2FA stuff.

    You know, looking back, I don’t think I was using IC3. I think I was using the Apple ICloud integration native to HA, not HACS. I’ll take a look at a closer look at IC3. Might give me some added functionality I don’t know I need 🙂

  • 🎉 My very first MSR controller: OpenSprinkler

    Locked
    12
    5 Votes
    12 Posts
    314 Views

    @therealdb If this only worked with Bhyve I'd be all over it 😧

  • [Resolved] No "Changes" in Reaction Group

    Locked
    13
    0 Votes
    13 Posts
    246 Views

    To be clear: the time the value was last modified is last_modified... the previous_last_modified is the timestamp of the modification before that.

    Example: an attribute changes to 2 at 14:45:00, so ....attributes.value is 2 and ....attribute_meta.value.last_modified is 14:45:00. A minute later, it changes to 0, so then ....attributes.value is 0, ....attribute_meta.value.last_modified is 14:46:00, ....attribute_meta.value.previous_value is 2 and ....attribute_meta.value.previous_last_modified is 14:45:00.

  • Update to 22306 not working as expected

    Locked
    5
    0 Votes
    5 Posts
    127 Views

    Latest release notes are still for 22305?

  • 0 Votes
    3 Posts
    98 Views

    @toggledbits I do have the rules disabled and don’t foresee needing them in the future, so for now I’ll just disable the controller

Recent Topics