Skip to content
  • 0 Votes
    93 Posts
    7k Views
    tunnusT
    @toggledbits understood. The other case I still have is two rules having partly the same logic, but those identical bits are not behaving in the same way. Just started logging those rules and the next time they behave differently I’ll send you logs along with description what was expected to happen.
  • 0 Votes
    8 Posts
    493 Views
    F
    I finally got the time to dive deeper into my issue. I ended up creating scripts within HA, which I triggered from MSR. Tried to do everything with only MSR, but I couldn´t in the end. So for now, this was my solution - creating and triggering scripts. Thanks as always for all help!!
  • Do you Matter?

    Unsolved General Discussion
    3
    0 Votes
    3 Posts
    141 Views
    akbooerA
    Well, that seems remarkably easy configuration… Just added a Shelly 2PM Gen4 (dual switch) to Apple Home. It just required me to scan the QR code from the Home app and wait a short while. No other configuration required initially. In particular, no need to set up IP addresses or anything. Subsequently, I did enable MQTT and openLuup picked up on it immediately (although as a generic Shelly device, because I haven’t included that as a recognised device, yet.) Control seems to work instantly from Apple Home app. Now need to link it to automation and other switches. So far, so good.
  • Caution: zwave-js-ui docker 11.4.0 is broken

    Software
    2
    0 Votes
    2 Posts
    98 Views
    toggledbitsT
    OK. He just posted 11.4.1 and things are looking better on docker.
  • Shelly Wall Display XL

    Hardware
    6
    2 Votes
    6 Posts
    237 Views
    therealdbT
    Thanks! I managed to get the 4 buttons, a nice feature for the wife. Unfortunately, it's not POE, but it was easy for me to pull a cable. It has a relay, but I'm not using it ATM. In the coming weeks I'll mount the second one on the second floor. The custom firmware has both MQTT and HTTP APIs, so it's easy to synchronize them.
  • Handling Dead Entities and Renamed Entities

    Solved Multi-System Reactor
    5
    0 Votes
    5 Posts
    170 Views
    PablaP
    @toggledbits interesting, I totally understand the rationale why the controllers act this way. However, I feel like there are times where you’d want to batch update entities. Could this be added into the UI, similar to the purge dead entities action? Maybe an “update entity metadata” action?
  • 0 Votes
    6 Posts
    219 Views
    toggledbitsT
    @therealdb said in Strange behavior for MQTT templates using payload and attributes: Never code in a hurry while doing 100 other things Ummm... is there any other way?
  • 1 Votes
    46 Posts
    9k Views
    therealdbT
    25272: Fixes for shelly_scenecontroller to better handle multiple pushes of the same button.
  • HA 2025.9.4 Supported Yet?

    Multi-System Reactor
    2
    0 Votes
    2 Posts
    138 Views
    toggledbitsT
    @CatmanV2 said in The reaction stopped working (Google Nest max playing a video): Tangentially did I miss 2025.9.4 getting blessed in MSR? I've been holding off Generally, if 2025.9.0 or .1 is blessed, the remaining releases are going to contain only small tweaks and bug fixes, and will likely be OK to install (just ignore the warning alert). The biggest risk there is the first release (e.g. 202x.y.0) changing behavior that required me to adapt to in HassController, and a later minor release (e.g. 202x.y.2) addresses some error they made in that first cut and changes/fixes that behavior in a way that's now incompatible with the new HassController changes. Historically, that's pretty rare. The biggest risks are always the first of their monthly releases, where there are long lists of big behavior changes and usually many potentially breaking changes. And yes, please keep the threads on-topic.
  • Rule Set UI bug - RESOLVED

    Multi-System Reactor
    2
    4
    1 Votes
    2 Posts
    283 Views
    toggledbitsT
    Great report. Thank you! Will be fixed in next build.
  • [Reactor] Copy&Paste of Rules

    Multi-System Reactor
    1
    0 Votes
    1 Posts
    316 Views
    No one has replied
  • 0 Votes
    5 Posts
    450 Views
    toggledbitsT
    This looks like a job for a finite state machine. An alternate way to tackle this may be to have a state local variable that's just a number/counter that increments when the scene controller button is pushed... Set Variable state = ${{ ( ( state ?#0 } + 1 ) % 3 }}. This will make state cycle through the values 0, 1, 2, 0, 1, 2... Then the reaction has these groups: When state == 0: turn both fans off When state == 1: turn 1 on, 2 off When state == 2: turn 1 off, 2 on [image: 1756482827376-2b5121d9-527f-4151-a719-7859c19bcd89-image.png] It's easy to add a fourth state if you want the option of having both fans on at the same time. I'll leave the changes as an exercise for readers. DM if you need a hint.
  • Stop the MSR by an external switch on Hubitat.

    Multi-System Reactor
    6
    0 Votes
    6 Posts
    788 Views
    Tom_DT
    I would never rely on automation to keep equipment you are working on off. Turn it off at the breaker or disconnect.
  • Expose MSR entities

    Multi-System Reactor
    11
    0 Votes
    11 Posts
    966 Views
    CatmanV2C
    You are both gents! C
  • Comment in Globa Expressions

    Multi-System Reactor
    2
    1 Votes
    2 Posts
    714 Views
    CrilleC
    Maybe not the prettiest way to do it but why not let the rule set the comment followed by the value? Like ”This is set by rule Test”, value
  • Little Bobby tables...

    Unsolved General Discussion
    3
    0 Votes
    3 Posts
    601 Views
    CatmanV2C
    @akbooer indeed so C
  • Home Assistant Voice TTS is Easy

    Home Assistant
    3
    2
    0 Votes
    3 Posts
    728 Views
    CatmanV2C
    I take it back. Worked immediately! C
  • Play Audio through Home Assistant Voice Unit

    Home Assistant
    1
    2
    1 Votes
    1 Posts
    480 Views
    No one has replied
  • Home Assistant Voice

    Home Assistant
    21
    0 Votes
    21 Posts
    2k Views
    CatmanV2C
    Watching with great interest! C
  • Unofficial thread for compatibility

    Multi-System Reactor
    1
    2 Votes
    1 Posts
    414 Views
    No one has replied

Recent Topics