Skip to content

Multi-System Reactor

785 Topics 7.4k Posts
  • [Reactor] Services with sync response

    Locked
    20
    0 Votes
    20 Posts
    1k Views
    toggledbitsT
    I'm on it. Sit tight.
  • TILT-ZWAVE2.5-ECO tilt_sensor.state (primary) = NULL

    Locked
    14
    0 Votes
    14 Posts
    931 Views
    toggledbitsT
    Perfect. Thanks for sending the log. Don't forget to remove or comment out the monitor_nodes line if you haven't already... it will consume disk space to exhaustion if you don't disable it. Edit: the issue, by the way, was the new device data had handling dependent on which version of Z-Wave JS was running, because the device is reported differently on earlier versions (as you pointed out earlier), but the test in the new data file was broken. Easy fix.
  • Unusual zwavejs entity naming convention

    Locked
    2
    2
    0 Votes
    2 Posts
    419 Views
    SnowmanS
    @toggledbits It appears the ZIP file you provided me with to fix the TILT-ZWAVE2.5-ECO tilt_sensor.state issue also fixed this topic. I do not see the unusual entity names. Thanks [image: 1726666431522-1d4e5a7e-0fa9-42a0-b3e7-6dfb8ab00ef8-image.png] [image: 1726666453079-5d5f903e-e8bb-4239-a9a5-86dfbc72b442-image.png]
  • [MSR] reactor-mqtt-contrib package for additional MQTT templates

    Locked
    44
    1 Votes
    44 Posts
    4k Views
    therealdbT
    New 24258 released today: https://github.com/dbochicchio/reactor-mqtt-contrib/releases/tag/24258 Requires Reactor 24257. New template for HomeKey-ESP32 (more on that very soon) power_source capability for Fully Kiosk
  • [ZwaveJS] Remotec zrc90 not updating Central Scene variable

    Locked
    3
    0 Votes
    3 Posts
    290 Views
    therealdbT
    I'll keep this instruction for the future. I got frustrated, reset the device and paired it again and it's now reporting good when changed. I tried everything before the inevitable dance. Who knows what was corrupted. Guess "it's just Zwave"️ Thanks.
  • Rule Execution Sequence

    Locked
    6
    2
    0 Votes
    6 Posts
    477 Views
    tunnusT
    @wmarcolin what if you do this like below: Rule 1: commands/reactions up to (and including) shutdown Rule 2: triggers when rule 1 is true with a long delay reset value (or maybe latching), and commands/reactions start with 900 s delay and the rest of the reactions
  • [ZWaveJS] Venetian blind tilt for Fibaro Roller Shutters 2 (FGR222)

    Locked
    6
    1
    0 Votes
    6 Posts
    420 Views
    therealdbT
    0 closed, 99 open (so, horizontal). 50 is 50% open. But maybe my device is specific, I've never been able to open more than flat/horizontal.
  • [ZwaveJS] Position and cover not working for Roller Shutter 1/2/3

    Locked
    37
    0 Votes
    37 Posts
    3k Views
    toggledbitsT
    Try activating the central scene on the device. Since these values are events, they aren't created until the first event is received. You may also need to refresh the browser, or at least "stimulate" the redraw of the entity list (by modifying the filters, etc.).
  • [ZWaveJS] Wrong leak_detector.state for NAS-WS01Z

    Locked
    6
    0 Votes
    6 Posts
    478 Views
    toggledbitsT
    I've seen this before on some battery devices. A couple I have will also go to uninitialized after replacing batteries. Kind of a pain, but I think years of Z-Waving has conditioned us all to a few "quirks".
  • Is there a method to ignore a specific entity attribute (flapping)

    Locked
    2
    0 Votes
    2 Posts
    181 Views
    toggledbitsT
    A lot more specifics about the device and attribute are needed to answer this question. Please review the posting guidelines and update your head post (post your additional information by editing the head post, not posting a reply here).
  • How to reference a local expression inside a Shell Command

    Locked reactor
    4
    0 Votes
    4 Posts
    290 Views
    SnowmanS
    @toggledbits It never crossed my mind to use HTTP. I'll give it a try.
  • [ZwaveJS] Incorrect support for Notification_Access_Control_Door_state

    Locked
    3
    0 Votes
    3 Posts
    191 Views
    therealdbT
    Since you're fixing shutters, don't forget the tilt position Thanks!
  • [ZwaveJS] Problems with endpoints and Fibaro Double Switch 2 (FGS223)

    Locked
    8
    0 Votes
    8 Posts
    481 Views
    toggledbitsT
    Yeah, that's related to recent changes Z-Wave JS made for similar devices. They are now supporting a command class they didn't before. Start a new thread for it, and I'll run it down.
  • Issue with Zooz Zen14 outlet and Zwavejs

    Locked
    7
    1
    0 Votes
    7 Posts
    475 Views
    T
    @toggledbits said in Issue with Zooz Zen14 outlet and Zwavejs: Try build 24232 of ZWaveJSController just posted. This is an interim build. That appears to have fixed the issue. Thanks!
  • This topic is deleted!

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

    Locked
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    12 Posts
    876 Views
    therealdbT
    For me a "for/foreach" could be useful as well, when dealing with multiple devices and the same actions. Now this part is all code.
  • MSR, Repeat While not evaluated?

    Locked
    5
    1
    0 Votes
    5 Posts
    331 Views
    M
    Redesign in progress. Thanks again for this great multi platform tool.
  • Need some advice how to fix a rule that throttles sometimes.

    Locked
    2
    1
    0 Votes
    2 Posts
    220 Views
    toggledbitsT
    @Andr said in Need some advice how to fix a rule that throttles sometimes.: I had understand it that if Constraints isn't true, then the triggers isn't evaluated. Nope. The triggers are evaluated first. If they are satisfied, then the constraints are examined. So that 180 updates per minute from the Shelly is what's causing the throttling. You need to reduce the frequency of updates from the source device to the rule. Since you seem to only care about the power over a period of 10 seconds, you could use the time series features of VirtualEntityController and produce, for example, a 10-second moving average. The VEC will gobble update the individual updates from the Shelly and drive virtual sensors that advertise the moving average, per phase. Your rule can then check the average from the virtual sensors (you probably don't need sustained for at that point, because the moving average contains the time component). Depending on how "bouncy" the source power readings are, it may still update a lot, but you can tune/dampen that by playing with the precision (e.g. set precision: -1 to round to nearest 10 watts).
  • Delete many entities more efficient?

    Locked Solved
    5
    0 Votes
    5 Posts
    373 Views
    F
    @toggledbits Thanks! This is the solution I was looking for, since I'm not that patient...

Recent Topics