Multi-System Reactor

743 Topics 7.1k Posts
  • 8 Votes
    1 Posts
    695 Views
    No one has replied
  • 5 Votes
    113 Posts
    15k Views
    Reactor STABLE Update

    The stable branch of Reactor is now updated to build 24257. For changes, please scroll back and see the changes and advisory listed since the previous stable branch build (which was 24057).

    IMPORTANT: Bare-metal users will need to update installed packages (run npm i --no-save --no-package-lock --omit-dev in the Reactor install directory).

    NOTE: This stable branch build no longer supports nodejs versions under 18. If you are installing Reactor bare-metal (i.e. not using docker), please make sure you have upgraded to nodejs 18+. An even-numbered LTS (Long-Term Support) version of nodejs is recommended.

  • MSR UI on a mobile browser

    5
    0 Votes
    5 Posts
    59 Views

    I use Edge on both my Mac and my iPhone.

    Drag and drop is not working on my iPhone because of touch regardless of Safari. It's the same on my touch enabled Dell laptop. It could be accomplished.
    There libraries like https://github.com/heyman/jquery-draggable-touc, but YMMV.

  • 0 Votes
    4 Posts
    144 Views

    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
    104 Views

    @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

    6
    0 Votes
    6 Posts
    122 Views

    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.

  • Darker Reactor style

    10
    1 Votes
    10 Posts
    175 Views

    I just released a new update. I'll eventually move to a dedicated repo when it's stable. This update will specifically address a couple of too bright colors on rule editor. Just replace the file and remember to hard refresh the browser.

  • TTS in MSR?

    Solved
    33
    0 Votes
    33 Posts
    2k Views

    @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!

  • 0 Votes
    7 Posts
    151 Views

    As for your other comments Gentlemen, I don't disagree with them..

  • This topic is deleted!

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

    3
    0 Votes
    3 Posts
    145 Views

    @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

    14
    0 Votes
    14 Posts
    191 Views

    @toggledbits ignorance is bliss 🙂

  • Dark Mode not Working - 24293

    Solved
    13
    0 Votes
    13 Posts
    157 Views

    Yes, that did it! Thanks

  • This topic is deleted!

    2
    0 Votes
    2 Posts
    5 Views
  • 0 Votes
    14 Posts
    273 Views

    @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

    8
    0 Votes
    8 Posts
    231 Views

    @toggledbits godspeed Patrick!

  • [Reactor] Services with sync response

    Locked
    20
    0 Votes
    20 Posts
    309 Views

    I'm on it. Sit tight.

  • 0 Votes
    14 Posts
    460 Views

    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

    2
    0 Votes
    2 Posts
    160 Views

    @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.png

    image.png

  • 1 Votes
    44 Posts
    3k Views

    New 24258 released today:

    Release 24258 · dbochicchio/reactor-mqtt-contrib Release 24258 · dbochicchio/reactor-mqtt-contrib

    Requires Reactor 24257. New templates for HomeKey-ESP32. power_source capability for Fully Kiosk

    Requires Reactor 24257.

    New template for HomeKey-ESP32 (more on that very soon) power_source capability for Fully Kiosk

Recent Topics