Multi-System Reactor

691 Topics 6.8k Posts
  • 0 Votes
    8 Posts
    243 Views

    @retireditguy did you resolve your issue? If so, please update the title with [Solved] so the rest of us know.

  • 0 Votes
    3 Posts
    113 Views

    Thanks for your quick reply!
    With added NUL group and interval it seems to be working just fine.

    Well don't know about great post, just asking 'stupid' questions and hoping to learn something along the way.
    But it's nice if it can be used as an example of how tackle that kind of problem.

    br,
    mgvra

  • 0 Votes
    11 Posts
    226 Views

    I appreciate both the strictness regarding code and the lesson in javascript. Thanks!

    I've found out why my "MaxInInterval" didn't work in the original post, and what that "Force re-evaluation..." tickbox on the reactions does!

    42141f14-385f-429d-a8b9-4358b1074800-image.png

    (to type it out, I changed the variable in reaction, and naturally, the only variable being updated was the one called out..)

  • MQTT Controller and extended capabilities

    Locked
    3
    0 Votes
    3 Posts
    146 Views

    Local capabilities aren't working in the current release, and you probably don't need one anyway. This looks like a virtual switch application, for which the power_switch capability is probably sufficient. See the Capability List for details.

    Even if local capabilities were working, your action still wouldn't work because it's not properly structured. What you have in the capability should be in the entity config (with at least one other error corrected), and the local capability definition would need different data. But that's neither here nor there at the moment, because local capability definition is broken. I'll fix it in a future build, but given how few people have complained, nobody seems to be much missing it, and for your application I'm thinking power_switch is a better option anyway.

  • localization settings

    Locked
    17
    0 Votes
    17 Posts
    416 Views

    Not ignored, just not used if there was no language file present for the selected language.

  • 0 Votes
    1 Posts
    60 Views
    No one has replied
  • Does order matter in Reactions Set/Reset

    Locked
    4
    0 Votes
    4 Posts
    110 Views

    Yes.

    More context is better than less, and it would likely be more useful to others reading this to understand what specific action you are talking about, so in future, I recommend widening out those screen shots to provide that context. For the benefit of those other readers, in this case, it's a Run Reaction action. There is a similar checkbox for HTTP Request.

    Also as a general comment, you asked specifically about Set and Reset reactions, but all of this conversation applies to all reactions, including global.

  • Reactor: How to call Hass service for noob

    Locked
    4
    0 Votes
    4 Posts
    168 Views

    @Crille said in Reactor: How to call Hass service for noob:

    cmd: page home

    Perfect, it works, thank you so much.
    Capture3.PNG

  • 0 Votes
    9 Posts
    223 Views

    @christian_fabre said in No drop-down list on Entity Attribute in "Creation Rule Sets" interface:

    2- I changed browser, I used Microsoft Edge and miraculously it works and the Entities dialog box opens correctly.
    Thank you for your help ...
    but why Google Chrome which is my favorite browser does not work ...

    I note that you're using a beta version of Chrome, which may contain bugs. I tried installing the same beta version, and it worked fine for me, as does the current release version (stable, for Windows). But if Edge works for you, that also suggests the issue is specific to your browser instance.

    Again, you need to check Chrome's configuration settings to make sure that pop-ups are explicitly not blocked for the IP address of your host. In Chrome settings, search for "pop-up" to find this configuration area. Failing that, I would try purging all site data and caches in Chrome's "Privacy and Security" settings, and do "Reset Settings" at the root of Chrome's settings.

  • Evaluating variables redux

    Locked
    9
    0 Votes
    9 Posts
    167 Views

    @Pabla Umm wow!

    Thanks. That's remarkable. All sorted!

    C

  • Virtual Device for Vacations

    Locked
    6
    0 Votes
    6 Posts
    183 Views

    @therealdb ahh yes. We have antediluvian gas.....

    C

  • 0 Votes
    30 Posts
    734 Views

    It should look like this:

    message: "${{window_names}} Open"
  • 0 Votes
    5 Posts
    123 Views

    @Pabla Weirder still, now it works for me. ONLY DIFFERENCE... I wiped out the Reset Reaction completely and started fresh. All other times I had built the first group and copy button'd it to another.

    Let me try that to create the MBthR group now that I have the None Deferred group done.

    UPDATE: it's WAI now. 🤷♂

    "What changed?" I am doing this work from a different Mac. Same browser on both.

    UPDATE to the UPDATE: went back to the original Mac, browser was still open but the MSR tab closed. Opened new tab for MSR in same instance of the browser and... worked fine. 🤷♂ 🤷♂

    Will mark this as solved - I hate gremlins.

  • 0 Votes
    9 Posts
    353 Views

    Great. Thanks for letting me know.

  • Home assistant Native Notification

    Locked
    5
    0 Votes
    5 Posts
    148 Views

    @toggledbits
    Thanks Patrick, that did the trick!

  • 0 Votes
    3 Posts
    160 Views

    @Pabla thanks! That was too easy.... Shame on me...

  • 0 Votes
    31 Posts
    1k Views

    @toggledbits Thank you for helping, and that's more than fair.

    I was pressing a button on the remote while viewing the Entity section of MSR, and the virtual device showed no change (the values stayed at "null"). I was expecting them to report on/off and to report the time change.

    For others' reference, it is now working with the following code:

    event_targets: "RGBG-Remote-Button-1": name: "RGBG Remote Button 1" capabilities: - button events: - event: event_type: zha_event data: unique_id: "60:a4:23:ff:fe:65:a3:fb:1:0x0006" response: button.since: expr: time() button.state: from: event.data.command map: "on": true "off": false

    Same goes for buttons 2-5, just tweak the value of "unique_id". Button 1 it ends with "1:0x0006" and button 2 would end with "2:0x0006", etc.

    A caveat to this device is the on/off buttons at the very top send the same signal to HA as the "device 1 on/off" buttons (1:0x0006).

    Here's a link to the device: https://rgbgenie.com/?product=rgbgenie-5-zone-remote-and-dimmer-zigbee

  • Entity List Feature Requests

    Locked
    3
    0 Votes
    3 Posts
    101 Views

    Excellent this makes sense to me! Hopefully we can see the last feature in the coming future 🙂

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    12 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied

Recent Topics