Skip to content

Multi-System Reactor

780 Topics 7.4k Posts
  • [SOLVED] New iblind and zwaveJScontroller/MSR not communicating

    Locked
    44
    0 Votes
    44 Posts
    3k Views
    G

    A final update here... adding in a minimum of 00:00:05 delays has resolved the issues.

  • [Solved] OWM error

    Locked Solved
    9
    0 Votes
    9 Posts
    549 Views
    wmarcolinW

    @gwp1

    56de50da-330a-483b-a398-f1e531f2578f-Untitled.jpeg

  • Host time is wrong

    Locked
    14
    0 Votes
    14 Posts
    609 Views
    wmarcolinW

    Screen shot simultaneo:

    screenLeo.png

  • Migration question

    Locked
    2
    0 Votes
    2 Posts
    170 Views
    toggledbitsT

    Basically, all you need to do is copy the config, storage, and if you have it ext subdirectories, and everything will move over. You'll need to be careful of any directory-specific items in the config files but these are very few and I don't think most people run into them. But pretty much everything needed to clone or recover the system is in those two (or three) directories; everything else either comes from the installation package, or is just logs and similar dynamic data that can be rebuilt.

  • docker synology import

    Locked
    3
    0 Votes
    3 Posts
    222 Views
    M

    many thanks it just a ln -s which it was missing

  • MSR - Bug report

    Locked
    10
    0 Votes
    10 Posts
    481 Views
    T

    @toggledbits said in MSR - Bug report:

    This is all great. Your "New Information" message would have gotten me there; I can see it now. Thanks for the extra information, that helps confirm the first and cover other cases.

    Stay tuned for fix...

    I'm glad you were able to see and replicate my issue. I'm also glad that I was able to come up with a work around until you're able to present a fix.

  • MSR Detecting HA Proximity Entity State as a String

    Locked
    2
    0 Votes
    2 Posts
    150 Views
    toggledbitsT

    Not in the current version. I'll add a mapping for it for the next version.

  • 0 Votes
    5 Posts
    255 Views
    B

    That was likely it now that you mention it. I did have a problem awhile back where I fat fingered a 2:00AM cron job that was supposed to trim backup files to only keep the last x days of *.tar.gz files which filled the partition. I bet the file date reflects when that happened 🙂

    Thanks again for the help and clarifying. Take care,
    -bh

  • Long-running task in MSR

    Locked
    5
    0 Votes
    5 Posts
    288 Views
    therealdbT

    I ended up using the same approach as in my rule for solar mode of the EV charger:

    image.png

    I left 4 seconds for the rule to reset, so it could "pulse" again in 4 secs and re-evaluate the conditions.

  • Integrate UPS with MSR

    Locked
    25
    0 Votes
    25 Posts
    2k Views
    A

    @toggledbits
    No, I get how NutController works. So far at least...

    But when I got stuck several times trying to set up NUT I almost gave up. At the same time I remembered seeing some System Info in MSR and if could find data about battery level, charging and so on I would not even need the NUT Installation.
    And that would be a big bonus for me as I realize that when my NUT installation fails one day it would take me long time to figure it out and also one less process/config to handle.

    And from System Info I assume we could get info about temperatures, storage levels, fan speeds and so on?
    This could be used to send warning notifications from MSR.

    So yes, I was asking something else that come up in my head when I tried to find another way than using NUT. 🙂

  • pattern match or find expression? I am stuck again

    Locked
    4
    0 Votes
    4 Posts
    204 Views
    toggledbitsT

    Well done!

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

    Locked
    7
    0 Votes
    7 Posts
    330 Views
    G

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

  • 0 Votes
    77 Posts
    6k 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
    210 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
    120 Views
    No one has replied
  • 0 Votes
    13 Posts
    495 Views
    therealdbT

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

  • Feature Request: Latest Reactor Version Number Attribute

    Locked
    4
    0 Votes
    4 Posts
    235 Views
    PablaP

    Appreciate it!

  • Odd behavior in Weekday checkmarks (MSR)

    Locked
    3
    0 Votes
    3 Posts
    205 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
    427 Views
    toggledbitsT

    Fixable. Exercise for the readers.

  • Z Wave JS - Not Connecting

    Locked Solved
    5
    0 Votes
    5 Posts
    1k 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.

Recent Topics