Skip to content

Multi-System Reactor

798 Topics 7.6k Posts
  • 0 Votes
    2 Posts
    414 Views
    toggledbitsT
    Harmless. Just a warning. I'll see about quieting it for the next build.
  • 0 Votes
    4 Posts
    530 Views
    toggledbitsT
    The error message will be improved, but for reference for future readers, there are two ways to fix this when it happens: Change the name of your local variable. Explicitly declare and initialize your local variable at the start of your expression as explicitly local. For example, assuming alpha is the name of a global expression/variable but we want to use it as a local variable name: local alpha=0, each e in matchEntities( { capability: 'dimming' } ): alpha = alpha + 1
  • 0 Votes
    5 Posts
    536 Views
    therealdbT
    @toggledbits thanks for the help. I will eventually improve this code and apply capabilities only if the device is somewhat new/changed or at startup. OpenSprinklerController is peculiar, but I think I could manage to achieve this result. This code is shared among my controllers, I've modified them to better handle updates. Thanks!
  • Access to log file viewer denied

    Locked
    6
    0 Votes
    6 Posts
    673 Views
    toggledbitsT
    If you change nothing in the ACL configuration, you can add the username and password for access to the query URL as request parameters. The specifics of this are described in the documentation (under Access Control). You can modify the ACL to allow anonymous access but restrict the source IP address to whatever host(s) you use.
  • TTS in MSR?

    Locked Solved
    33
    0 Votes
    33 Posts
    7k Views
    N
    @therealdb said in TTS in MSR?: [ "Bentornato a casa", "Casa, dolce casa!", "Ciao!", ] Grazie! and thanks to @toggledbits for the new dark theme, also my eyes are happy!
  • Should MSR import this device type from an Ezlo controller?

    Locked
    7
    3
    0 Votes
    7 Posts
    571 Views
    cw-kidC
    As for your other comments Gentlemen, I don't disagree with them..
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • A couple of things about Reactor 24293

    Locked
    3
    3
    0 Votes
    3 Posts
    380 Views
    therealdbT
    @toggledbits said in A couple of things about Reactor 24293: Yellow has been dealt with. The remaining coloring is Bootstrap (5.3). I don't specify color directly here, I specify type or usage and it chooses color, and it adjusts color based on theme. true, but these could be overridden by CSS variables. [data-bs-theme=dark] { --bs-blue: #0b5ed7; /* Darker Blue */ --bs-indigo: #520dc2; /* Darker Indigo */ --bs-purple: #59359e; /* Darker Purple */ --bs-pink: #b02a6b; /* Darker Pink */ --bs-red: #b02a37; /* Darker Red */ --bs-orange: #dc6a0a; /* Darker Orange */ --bs-yellow: #e0a800; /* Darker Yellow */ --bs-green: #146c43; /* Darker Green */ --bs-teal: #169b7e; /* Darker Teal */ } Give it a try.
  • Error on start for MSR after update to 24293

    Locked
    14
    0 Votes
    14 Posts
    1k Views
    G
    @toggledbits ignorance is bliss
  • Dark Mode not Working - 24293

    Locked Solved
    13
    2
    0 Votes
    13 Posts
    1k Views
    CrilleC
    Yes, that did it! Thanks
  • This topic is deleted!

    2
    1
    0 Votes
    2 Posts
    5 Views
  • Is there a way to restart an add-on in HAAS from MSR?

    Locked
    14
    0 Votes
    14 Posts
    1k Views
    T
    @toggledbits said in Is there a way to restart an add-on in HAAS from MSR?: If it doesn't work, be sure to check the logs for how HASS responded (it will be logged). My guess that data: line in the service data is redundant, and it's going to complain about it, but let's see. I thought it might be as well, but I figured I'd start with the way it was in the YAML code. If it doesn't work, I'll remove that line. The add-on hasn't gone unresponsive since I implemented this, so I can't say if it works or not.
  • Log files

    Locked
    8
    0 Votes
    8 Posts
    816 Views
    tunnusT
    @toggledbits godspeed Patrick!
  • [Reactor] Services with sync response

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

    Locked
    14
    0 Votes
    14 Posts
    1k 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
    469 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
    6k 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
    342 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
    591 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
    554 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.

Recent Topics