Multi-System Reactor

744 Topics 7.1k Posts
  • 0 Votes
    6 Posts
    211 Views

    You could in your reset action add a delay then have the light turn off after said delay. But if you want the light to turn off specifically when there is exclusively no motion detected, you can add a group in your reset reaction like the screenshot below and it will only turn off the light if there is no motion detected. @toggledbits can confirm if that is the correct approach.

    cb074bbd-c7fd-45f8-a9bf-d89202dc61e5-image.png

  • Entity sanity check

    Locked Solved
    9
    1 Votes
    9 Posts
    250 Views

    @catmanv2 said in Entity sanity check:

    Out of curiousity, I assume it's mqtt package files?

    Yes. There's a sample config in the package, and I had to check it. All extras will be getting sample configs like that, and the documentation will in future likely also be moved or duplicated into the package as well.

  • 0 Votes
    7 Posts
    322 Views

    @toggledbits You are correct. I had an extra motion sensor and was planning on putting it on the opposite side. While I was testing, with three sensors in the AND group, it dawned on me that all three would have to have triggered and gone false for this to work. This won't happen if you only enter the garage a few feet and never to the other side. I ended up creating my rules exactly how your example was and it's working great. Thanks for the insight and example.

  • "device not enumerated by Maker API" in logs

    Locked
    1
    0 Votes
    1 Posts
    85 Views
    No one has replied
  • 0 Votes
    9 Posts
    348 Views

    Well, now that you mention it, if the data passed to Hass will accept an array of entity IDs, I see no reason not to do it. It just passes it through. Have to get the JSON right, though.

  • Using Variables in notifications

    Locked
    11
    0 Votes
    11 Posts
    381 Views

    @toggledbits I used something like that to dampen solar panel logic. I am not "legally" allowed to hook up, but I still wanted to play with them. I still have a dumb meter and it's easily possible to end up negative for the month. I used a couple of RIB relays to turn panel groups off if the consumption target for the month was trending under what would be considered believable.

    (I also turn them off by the driveway entrance sensor logic on the days that I know the meter reader will show up. I don't particularly need an observant reader seeing the meter flying around backward)

  • Extras Filename/versions do not match

    Locked
    2
    0 Votes
    2 Posts
    106 Views

    Those are all correct.

  • 0 Votes
    7 Posts
    236 Views

    Confirmed this issue is rectified. Thank you!

  • Can a rule be used to disable other rules?

    Locked
    6
    0 Votes
    6 Posts
    277 Views

    @basai My approach to this has been to set a rule to determine a "thing" or "state". I then "turn on/off" other rules by looking at the status of that rule.

    Example:

    Ruleset: is temp below 40º? True for <40º, False for >40º
    Ruleset: do this thing if ruleset "is temp below 40º" is true (or false.)

  • 0 Votes
    5 Posts
    176 Views

    @toggledbits in editor mode it is always correct, i.e. showing "less than", but after hitting "exit" it's showing "at least" (and functionally working as it was "at least")

    EDIT: it almost works as the rule starts triggered (as it should), but it also stays triggered (which it should not)

  • 0 Votes
    5 Posts
    232 Views

    @toggledbits said in Upcoming HubitatController z-wave polling feature:

    I think that's right

    It is correct. My polling config left the default frequency at 60000ms (1 minute) and I did not include the interval settings on my devices, of which I am polling 3 until I can get around to replacing them. Upon reactor startup, the first device in the list is polled, one minute later the second device, another minute later, the third device. Seven minutes from there, or ten minutes from the initial poll, device 1 is polled again.

    Thank you @toggledbits for adding this feature.

  • MSR setup for http request (today's date)

    15
    0 Votes
    15 Posts
    679 Views

    OK. Move your global expressions into your rule so they are rule-based expressions. They will update each time the Interval triggers.

  • Notifications to HA App via Reactor?

    8
    0 Votes
    8 Posts
    262 Views

    Thanks for the suggestions!
    In absence of a notify option, I think setting a variable which has an action for notify.x triggered by it changing, and using using the content of the variable (and then clearing it) might work.
    'other people' i'm trying to get the hang of how things work will be able to understand set variable "send_notification" and type what they want as well 🙂

  • NUTControlle with influxDB

    6
    0 Votes
    6 Posts
    190 Views

    @toggledbits

    Thanks boss for the master class!! I will change x_hubitat_extra_attributes, you are right, many information I will not use.

    Thanks.

  • Owntracks Entity does not update as expected

    Locked Solved
    5
    0 Votes
    5 Posts
    161 Views

    Fabulous! For once I wasn't being a complete idiot, and now the entity is True (which is sort of what I'd expect) Thanks so much!

    C

  • [MSR] Starting point for a MSR controller

    Locked
    4
    2 Votes
    4 Posts
    197 Views

    I'll be releasing some considerably updated documentation with the next build.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Entity is not visible

    Locked
    7
    0 Votes
    7 Posts
    195 Views

    Perfect! Thanks!

    Now to see if it works!

    C

  • 1 Votes
    6 Posts
    292 Views

    By the way, you can also access the configuration values in the expressions you use, by access through the config object in your expressions. For example, you could refer to config.toggle or config.status to access those values from your entity configuration.

    This was not mentioned in the docs and I'm updating it now.

  • Another philosophy question: Modes

    Locked
    8
    0 Votes
    8 Posts
    303 Views

    @catmanv2 Hardware:Ambient Weather WS-2902

    They have an API you can call to your station and pull in the data. I drive my HVAC with it, too.

Recent Topics