Skip to content

Multi-System Reactor

856 Topics 8.1k Posts
  • Access control - allowing anonymous user to dashboard

    2
    0 Votes
    2 Posts
    356 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.
  • Oddness in Copy/Move of Reactions

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

    4
    2
    0 Votes
    4 Posts
    552 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
    448 Views
    therealdbT
    @toggledbits yes, fixed! thanks.
  • Possible feature request 2?

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

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

    4
    1
    0 Votes
    4 Posts
    541 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).
  • Difficulty defining repeating annual period

    5
    0 Votes
    5 Posts
    428 Views
    G
    @retireditguy here's my xmas which is tricky because it moves year-to-year based on starting the day after Thanksgiving: [image: 1767447096039-a7c80e12-b0cf-4ab3-b6e4-c178b45c8f46-image.png] And here's my Thanksgiving which is tricky because it moves year-to-year, being based on the "fourth Thursday of November": [image: 1767447187394-15300be5-ee5a-4804-973b-d63b72fa404f-image.png] And here's a more "traditional" one for a set date: [image: 1767447243483-11db8315-158a-40d0-9bfb-390479a640a9-image.png]
  • Need help with sequence

    3
    0 Votes
    3 Posts
    283 Views
    therealdbT
    I will change my logic to just check for your state to be disarmed (so, no changes) for at least 5 secs, or as already suggested, just use OR with all the possible variations you’d get.
  • Possible feature request?

    5
    0 Votes
    5 Posts
    579 Views
    therealdbT
    I did a "replace script" that's parsing JSON files and replacing references. Every time I change a device (i.e.: I pair a new Zwave device or replace some Wi-Fi thing with ZigBee/Zwave), I run it with old device and new device as params. Back in the days I mostly did it manually. Here's the todo list: Stop reactor Copy storage folder (and make a backup) Search for the old device ID and change accordingly Save files, copy to storage folder Start Reactor again I agree a much needed feature will be the ability to filter rules by device. At least you'll easily spot the ones not used in code blocks and that will be useful when you don't remember the exact rule that is doing something with a particular device.
  • Logic Assistance: Exterior Lights on when Illuminance Below Threshold

    11
    2
    0 Votes
    11 Posts
    1k Views
    CatmanV2C
    @Pabla very clever! C
  • Time series documentation

    11
    0 Votes
    11 Posts
    1k Views
    tunnusT
    @toggledbits adding depth did the trick, thanks again!
  • MQTT templates for ZIgbee scene controller, or a better way?

    3
    2
    0 Votes
    3 Posts
    505 Views
    CatmanV2C
    That is very helpful, thanks. I'll enable some logging tomorrow and have a dig! C
  • Reset a delay

    8
    0 Votes
    8 Posts
    829 Views
    CatmanV2C
    Thanks both! Busy day today but shall look tomorrow. Love this place <edit> Just looks. That makes perfect sense! C
  • Constraints states visually do not match actual

    3
    3
    0 Votes
    3 Posts
    383 Views
    S
    I guess I never noticed before as I thought they used to update. The rules function so just visual. Thank You for the information.
  • [MSR] Feature request: For Each action on arrays/groups

    7
    1
    0 Votes
    7 Posts
    766 Views
    therealdbT
    yep, parameters for reactions will definitely improve my job here, specially when speaking of thermostats/HVAC in general. Thanks as always for your support, Patrick!
  • [Solved] Error: Command timeout

    10
    0 Votes
    10 Posts
    3k Views
    toggledbitsT
    OK. I DM'd you something else to try.
  • Issue with MSR UI becoming unresponsive

    7
    0 Votes
    7 Posts
    719 Views
    S
    sorry for all the replies here but.. I deleted the device trackers and they all just reappear. They are coming from HA even though I have removed Opnsense integration. So I added this to my reactor.yaml filter_entity: - "/^device_tracker_/" Deleted the tracker jsons, restarted docker and the problem is 100% resolved. I am now trying to figure out how to get rid of these in HA. very annoying....
  • Date/time condition

    3
    1
    0 Votes
    3 Posts
    401 Views
    tunnusT
    Ok, I'm aware of "after" operator, and in this case didn't want to use "between 13:00 and 13:05"
  • This topic is deleted!

    2
    1
    0 Votes
    2 Posts
    7 Views

Recent Topics