Skip to content

Multi-System Reactor

751 Topics 7.2k Posts
  • pattern match or find expression? I am stuck again

    Locked
    4
    0 Votes
    4 Posts
    170 Views
    toggledbitsT

    Well done!

  • MSR thinks all my Ezlo Controller devices no longer exist, they do !

    Locked
    7
    0 Votes
    7 Posts
    255 Views
    G

    @CatmanV2 HA has matured nicely over the past couple years.

  • 0 Votes
    77 Posts
    5k Views
    cw-kidC

    I've just updated to this version latest-23218-479da148 I will see how I get on with that.

    UPDATE - I think this version is working I can see the Global Expressions auto evaluating.

  • Virtual Devices for lamellas in Vera

    Locked
    3
    0 Votes
    3 Posts
    182 Views
    therealdbT

    I toyed with the idea of writing my own VirtualController, but findEntity and such are only valid within the controller, so an entity from another controller is not callable. After a couple of hours flidding with code, I've just added two virtual devices like this, supporting the main features I need:

    - id: "cover_lamellas2" name: 'Frangisole Matteo: lamelle' capabilities: cover: actions: open: - target: 'position.value' value: '1' - target: 'state' value: 'true' close: - target: 'position.value' value: '0' - target: 'state' value: 'false' set: - target: 'position. Value' expr: 'parameters.state?1:0' - target: 'state' expr: 'parameters.state' position: actions: set: - target: 'value' expr: 'parameters.value' - target: 'cover. State' expr: 'parameters.value != 0'

    And two reactions like this, watching for position. Value changes:
    88a26f94-fad7-4367-b6ce-8ed5780e6f82-image.png

    It's working lovely, even if I wish it were possible to avoid two reactions. I'll move to zwavejs, eventually, so this is acceptable as a short-term solution.
    I hope this can be helpful to other people in the future.

  • Feature request: user authentication

    Locked
    1
    0 Votes
    1 Posts
    106 Views
    No one has replied
  • 0 Votes
    13 Posts
    406 Views
    therealdbT

    Yup, many thanks to @toggledbits for the quick fix!

  • Feature Request: Latest Reactor Version Number Attribute

    Locked
    4
    0 Votes
    4 Posts
    211 Views
    PablaP

    Appreciate it!

  • Odd behavior in Weekday checkmarks (MSR)

    Locked
    3
    0 Votes
    3 Posts
    178 Views
    toggledbitsT

    @Crille said in Odd behavior in Weekday checkmarks (MSR):

    "Date formatting extras. The weekday and month names are derived from the JavaScript locale, so
    they do not need to be defined here." I missed that change and still have them defined in the Swedish translation and that shows correct in the UI.

    If they are defined in the locale data, Reactor will prefer that over asking JavaScript/Node.

    This is now fixed in my dev version and the fix will be in the next build. It's cosmetic only. Until that build is released, just assume the order is Sun - Sat regardless of the label (the days are handled by number, not by name). It will also fix itself next week (the bug only occurs when the most recent Sunday is in the prior month).

  • Need help with DynamicGroup reaction for dead nodes in HAAS

    Locked
    9
    0 Votes
    9 Posts
    348 Views
    toggledbitsT

    Fixable. Exercise for the readers.

  • Z Wave JS - Not Connecting

    Locked Solved
    5
    0 Votes
    5 Posts
    909 Views
    PablaP

    @toggledbits got it. So basically if you navigate to Settings -> Add-Ons -> Z Wave JS UI and on the top where it says Info, Documentation, Configuration, and Logs click Configuration. Then under Network section turn the toggle on to show unused ports (not sure if that is the correct verbiage) then add port 3000 and hit save. Once the add-on restarts it should work.

  • 0 Votes
    2 Posts
    120 Views
    cw-kidC

    Strange, I deleted the Global Expression and created it again and now the HTTP API commands are working OK again.

    In the browser for example I now see a response like this and the variable is set with my data OK.

    {"name":"scene","expr":"","index":9,"mdt":1689950652569,"serial":22,"value":"backcam","since":1689950659980}

  • Reactor Ex Machina II (2023-July Update)

    Locked
    3
    3 Votes
    3 Posts
    215 Views
    therealdbT

    very cool. any plans for an import/export feature in the UI?

  • 0 Votes
    3 Posts
    179 Views
    G

    @Pabla This post inspired me.

    After poking at this a bit I went a different route and have my MSR backing up to a Github repo. The only thing it's unhappy about is backing up the storage directory due to the sheer number of files so I circumvented that and have that directory tarred into an archive and then the archive itself is backed up. Github is happy, I'm happy.

  • Possible Typo/Correction in Manual

    Locked
    2
    0 Votes
    2 Posts
    127 Views
    toggledbitsT

    Yeah, that's a carry over from the Vera Reactor plugin (R4V)... the docs for MSR started from R4V and got edited, and I missed that. Apologies, but darned good sleuthing on your part to find the correct thing. You are awarded 10 XP!

  • 0 Votes
    10 Posts
    340 Views
    G

    @Pabla The original Conditions were <= .25 whereas the working version had to be flipped to >= .25. That's what ultimately made it work.

  • Reactor Update Shell Script *Use at your Own Risk*

    Locked
    6
    1 Votes
    6 Posts
    232 Views
    PablaP

    @gwp1 If your reactor folder is /home/user/documents/reactor your tar.gz file should be in home/user/documents. But thats not what the error is showing, looks like the Reactor update file isn't in .gz compressed format, I know with certain browsers like Safari they will auto decompress downloaded files.

  • Ezlo Secure - Onboard Siren not appearing in MSR

    3
    0 Votes
    3 Posts
    141 Views
    CatmanV2C

    Hmm, looks OK to me, but I'm hardly an authority

    C

  • Couldn't Copy Few Files from Reactor Directory

    4
    0 Votes
    4 Posts
    168 Views
    CatmanV2C

    I suspect they can be ignored indeed

    C

  • Moving the IP of an HA install

    Locked
    3
    0 Votes
    3 Posts
    109 Views
    CatmanV2C

    Super, thanks. Makes things easier (as I've come to expect!)

    C

  • Home Assistant add-on

    30
    3 Votes
    30 Posts
    2k Views
    K

    Restarting reactor from reactor itself after changing any global expressions or making new global expressions is doing the trick for me currently.

Recent Topics