Skip to content

Multi-System Reactor

850 Topics 8.0k Posts
  • Category Topic Guide -- Read Before Posting

    Pinned Locked guidelines
    1
    8 Votes
    1 Posts
    1k Views
    No one has replied
  • Reactor (Multi-System/Multi-Hub) Announcements

    Pinned Locked announcements
    133
    5 Votes
    133 Posts
    89k Views
    toggledbitsT
    Reaction build 26011 USERS OF AARCH64-tagged DOCKER IMAGES: Per this earlier post, this build will likely be the last with the aarch64 tag. Please follow the post's guidance for changing to one of the newer tags appropriate for your hardware and OS (32-bit armv7l or 64-bit arm64). Reactions UI: Fix update of display after copy in-place. Don't store reaction history entries for sub-reactions VirtualEntityController: better consistency in time-series configuration; update documentation. Fix an error in date display of time range conditions within certain parameters. HassController: Bless HA to 2026.1.0 This is a "silent" release (it is not advertised in the Status page of Reactor).
  • Dynamic MQTT topics and parameters

    5
    4
    0 Votes
    5 Posts
    55 Views
    M
    @toggledbits said in Dynamic MQTT topics and parameters: @mgvra said in Dynamic MQTT topics and parameters: Is there a more efficient way to handle dynamic topics? I tried passing the panel and led IDs as parameters from the UI, but I soon realized that this syntax does not work: topic: "annunciator/panel/%parameters.panelId%/led/%parameters.ledId%/set" This makes a lot of sense, and I don't know why it hasn't come up before. I need to run out for an errand with mi esposa, but when I get back, I'll work on this and post an updated MQTTController for you to try. That sounds great, thanks! I'm really looking forward to testing the updated MQTTController. It’s also a funny coincidence about the DSKY project - it’s such an iconic piece of hardware, so it's cool to hear you're getting back into it! It's funny that you mention the DSKY project, because I kind of set it aside years ago, but recently got motivated to start building again, so I've spent a little time refamiliarizing myself with where I left it... Your annunciator panel... chef's kiss! I really appreciate the 'chef's kiss' - coming from someone with your eye for detail and history with hardware like the DSKY, that really means a lot! br, mgvra
  • Condition for trend

    12
    1
    0 Votes
    12 Posts
    303 Views
    T
    Update. Worked perfectly. Thanks for setting me striaght!
  • Struggling to setup my first Tasmota device and MQTT

    23
    3
    0 Votes
    23 Posts
    864 Views
    cw-kidC
    @toggledbits I plan to add a second relay or replace it with a dual relay board, so will see how that works out with these Unit numbers.
  • 0 Votes
    12 Posts
    409 Views
    toggledbitsT
    Here's another one that is very likely to not have significant downtime: https://checkip.amazonaws.com/ If you still get errors with this one, I suspect your local network or something off with the configuration of your host.
  • Set reaction triggering wrong z-wave device

    19
    1
    0 Votes
    19 Posts
    642 Views
    T
    @toggledbits said in Set reaction triggering wrong z-wave device: The name is incorrect at ZWave-JS (on the node itself) if that's the case, so to keep your sanity later, make sure you go all the way back to the source and work your way forward from there. I renamed the devices on the ZWave-JS UI, so i won't have the problem going forward. I'm still not sure how this all happened, as I did not experience this problem in years past. The only thing I can think of is there was some sort of glitch in an upgrade. I know I had to restore the Z-Wave JS UI to an earlier version back in October because of a change they made that broke window coverings, so perhaps during that restore something went wonky.
  • Can you run MSR on Home Assistant OS ?

    12
    0 Votes
    12 Posts
    417 Views
    CatmanV2C
    Sounds like you all just defined steep learning curve C
  • How to upgrade from an old version of MSR?

    26
    0 Votes
    26 Posts
    887 Views
    CatmanV2C
    Couple of observations: You don't need to start from ground up HA plays really nicely with MSR and Vera. You can slide over as slowly as you like (I think I was running for nearly 2 years before I got the time to move it all I've been playing with AI as well (saves me bugging the brains trust here) Chat GPT and Claude. Although Claude is better they are both wrong FAR MORE often than they are right. I've been through 20+ iterations of code, every time being told 'This will absolutely work' and it doesn't That's not a massive issue as I sort of know what I'm doing, but I absolutely would not expect any AI at this point to be able to set you up a complete HA set up from scratch. As for Proxmox it does seem to be very popular. I'm not sure why as it's kind of complex (or looks that way to me after very limited study) I'm running my VMs on my Synology NASs. They are protected on a UPS, and take a snapshot every night. Roll back to a working instance takes minutes if not seconds. $0.02 C
  • 0 Votes
    18 Posts
    627 Views
    toggledbitsT
    Don't forget to hard refresh your browser as well.
  • Self test

    3
    0 Votes
    3 Posts
    189 Views
    CatmanV2C
    Awesome! C
  • Access control - allowing anonymous user to dashboard

    2
    0 Votes
    2 Posts
    206 Views
    toggledbitsT
    Sorry, that's not possible in the current incarnation of access control... either everything is protected by user authentication (login), or its not. I use a trivial password on my guest account ("guest") to work around it.
  • VEC Virtual Switch Auto Off

    1
    1 Votes
    1 Posts
    144 Views
    No one has replied
  • Upcoming Storage Change -- Got Back-ups?

    1
    3 Votes
    1 Posts
    148 Views
    No one has replied
  • Oddness in Copy/Move of Reactions

    1
    4
    0 Votes
    1 Posts
    183 Views
    No one has replied
  • [Solved] function isRuleEnabled() issue

    4
    2
    0 Votes
    4 Posts
    322 Views
    CrilleC
    Never mind. I found the issue, this works as expected isRuleEnabled('rule-mj4xiyr8') where the rule id needs to be quoted with ' or ". Not obvious in the docs, my bad for not testing that first.
  • [Reactor] Problem with Global Reactions and groups

    3
    1
    0 Votes
    3 Posts
    293 Views
    therealdbT
    @toggledbits yes, fixed! thanks.
  • Possible feature request 2?

    3
    0 Votes
    3 Posts
    248 Views
    CatmanV2C
    Oh! Damn! And thanks! C
  • Copying a global reaction

    3
    0 Votes
    3 Posts
    252 Views
    toggledbitsT
    Got it. Next build likely for this weekend.
  • [Reactor] Bug when sending MQTT boolean payloads

    4
    1
    0 Votes
    4 Posts
    354 Views
    toggledbitsT
    Yeah, I think the underlying package has some kind of half-check somewhere, like if (payload) { ... } to see if a payload is being sent, and that would fail for boolean false and other falsy values, but it doesn't matter, I don't assume the proper conversion below me, and I missed it on the exception case in that action, so there's good permanent fix (for the code... my brain, maybe not so much).

Recent Topics