Skip to content

Multi-System Reactor

779 Topics 7.4k Posts
  • JS Zwave / Kwikset PIN codes

    Locked
    2
    0 Votes
    2 Posts
    220 Views
    PablaP

    You would likely need to use the x-hass.call-service action on the lock entity and your service ID would be zwave_js.set_lock_usercode. In the data portion you'd have to fill out the code_slot and code. Note that this will not work if your lock isn't securely included with your HASS controller.

  • 0 Votes
    4 Posts
    256 Views
    toggledbitsT

    @apocalypsehobby please read the posting guidelines, a pinned post in this category. There are some specific requests for log files and snippets.

    Also rgbcolor.set takes a hex color code or decimal equivalent. It's probably not what you want to be using. set_rgb is more common.

  • MSR “Unexpected end of JSON input” after container update

    Locked
    5
    0 Votes
    5 Posts
    385 Views
    toggledbitsT

    Thank you! That really helps. The zero-sized storage/states/cs-rule-ll4rewlj.json is the only file you need to remove. Just stop the container, remove the file, and restart. That should clear it. The data in that file will be rebuilt.

  • ZWaveJSController - open/close reversal

    Locked
    3
    0 Votes
    3 Posts
    201 Views
    G

    @toggledbits It seems that the blinds reversed direction. There's a setting in HA's ZWaveJS UI:

    22849767-a6c2-43f1-8850-86a75b2e1c29-image.png

    This was set to No and the result was the blinds closing tilted up on the inside. After deploying 23326 they close tilted down on the inside. I needed to change this setting to yes for each blind in ZWave JS UI and also any Reactions that had partial open percentages from .8 to .2 (for instance) to have the blind open 20% from closed.

    I tested this thru MSR ZWaveJSController with cover.open and cover.close as well as position.set and the results were consistent: 180° opposite of what they were before 23326.

  • 0 Votes
    10 Posts
    763 Views
    toggledbitsT

    @gwp1 said in [Error] Function yaml.safeLoad is removed in js-yaml 4. Use yaml.load instead, which is now safe by default.:

    It's ok - but that's your "one" for 2024

    Then I'm doomed. 🙂

  • x_vera_sys.runlua with VeraScenes.lua stopped working now ?

    Locked
    3
    0 Votes
    3 Posts
    182 Views
    cw-kidC

    That setting is in Users & Account Info - Security - Enable potentially unsafe lua code, like wget and RunLua.

    It was unchecked. I checked it again and Reloaded the engine and it started working again. I am not sure how that setting got turned OFF as I didn't do it.

    But thanks anyway for pointing me in the right direction !

  • Expression for Seconds Left in Day

    Locked Solved
    3
    0 Votes
    3 Posts
    184 Views
    PablaP

    Exactly what I needed thanks Patrick!!

  • Widgets and filtering

    Locked
    10
    0 Votes
    10 Posts
    440 Views
    wmarcolinW

    @toggledbits I was thinking of the list of running tasks as "Set Rules", a simple way of having this query.

  • Feature Request: Disable Individual Actions

    Locked
    2
    1 Votes
    2 Posts
    163 Views
    tunnusT

    If you use groups in your reactions, you can disable those individual groups, might help a little

  • Actionable notification question

    Locked
    7
    0 Votes
    7 Posts
    334 Views
    toggledbitsT

    I realize the documentation on configuring event handlers isn't great. I've made some updates and will post them later today, but I still feel it needs work. Feel free to ask questions and make suggestions; then I'll know what holes to fill.

  • Reaction using Shell Command SSH

    Locked
    2
    0 Votes
    2 Posts
    190 Views
    C

    Update ot anyone trying to SSH from Multihub Reactor...

    I went to a linux bare metal install. Installing through the Add On store reset the docker image with every HASS restart. This means openSSH and the shared keys would disappear.

    Also - at time of writting the AddOn store version is out of date with no appearant activty. Likely to change, but I moved on to give more flexability to MSR.

    I look forward to the unintended consequences 🙂

  • Move Reactor from Docker to Home assistant plugin

    Locked
    3
    0 Votes
    3 Posts
    197 Views
    toggledbitsT

    I did not write the Reactor Add-on installation method/package for Home Assistant and I do not support it. I have no idea how it works, and I don't have a setup to debug/troubleshoot with. Perhaps another user of the Reactor Add-on can chime in.

    There was a related question/post in late December, here, and other recent posts. Check those out. They may provide some insight.

    The user who originally provided that add-on is no longer providing updates, apparently. Perhaps someone else who uses this configuration would want to pick it up?

  • [RESOLVED] Troubleshooting assistance/ideas needed

    Locked
    2
    0 Votes
    2 Posts
    143 Views
    3

    I love it when solutions come to you in your dreams. It dawned on me that my Hub Security on the hub was reset but I still had it enabled on MSR. As soon as I enabled it on my hub and restarted MSR, and literally had a kid walk through the entire house, every motion sensor was tripping back and forth from inactive to active back to inactive.

  • Alarm from Home Assistant MQTT format into MSR

    Locked
    3
    0 Votes
    3 Posts
    229 Views
    therealdbT

    I don't have a Zwave/Zigbee Alarm, so I really don't know. I tried to search for something, but these alarms are not common. Right now, I'm just setting the same value coming from the payload.

    I had a virtual AlarmPartition under Vera and it was not mapped to security_mode, but that's fair, because I'm quite sure this capability was used in plugins and not by real devices.

    EDIT: since we're at this, is it safe to assume that the values reported in the docs (http://msr.bochicchio.it/docs/Standard-Capabilities/#other) are lower case instead of the case reported in the doc page? Thanks @toggledbits

  • Location of the rules on filesystem (.json etc) in HA Add-On

    Locked
    16
    0 Votes
    16 Posts
    568 Views
    C

    @toggledbits thanks.
    I've modified the build.sh from the other add-on and set up docker hub. Despite not fully being able to understand what and where Linux read/write errors actually arise from, I've got the files built and pushed. Had to use a pi to build the arm and aarch, then Ubuntu in Windows to build the amd64 due to errors and warnings about architecture. Unsure if that has to be that way, or they should be buildable from one platform or not.
    This was the better idea as when I tried to update the other add-on container, msr warned about node.js being out of date by doing it that way.
    I've got my version loading from a local plug in and pulled/running from GitHub now on my test install. Only thing to work out
    Only thing left to work out is why the alerts/entities aren't updating, but I'm thinking that's because the default in msr points to a dns name for HA. Which is likely resolving to my prod HA Yellow (incorrect login alerts on there also point to that). Was a rush before I needed to head away. I'll backup/remove and pull the new add-on to my prod. hardware once at a computer I can work properly from, then copy the rulesets etc into a backup for that and re-export it.
    Appreciate the tips from you and @Pabla
    It's a bit more work to build the files and pull into my own add-on but it's better I have the control and still run a supported HA install 🙂

    Update: That was it, installed/updated Reactor on my HA Yellow, entities updating as expected 🙂

  • Smart plugs showing battery maintenance capability

    Locked
    3
    0 Votes
    3 Posts
    149 Views
    SnowmanS

    @toggledbits Got it. Will show all attributes next time. Thanks

  • [RESOLVED] PSA for Hubitat 2.3.7.x upgrade

    Locked
    8
    0 Votes
    8 Posts
    428 Views
    toggledbitsT

    🤔

  • Bind Zooz Zen32 (HASS/ ZWAVE JS UI) Zwave events to MSR Conditions

    Locked
    4
    0 Votes
    4 Posts
    225 Views
    toggledbitsT

    You don't need to configure any custom events. The ZWaveJSController mapping for the ZEN32 produces five entities, usually named xxx Scene001 through ...005 (where xxx is your base device name). These all publish the button capability.

    See also: https://smarthome.community/post/15176

    1614dbc8-0619-498c-a504-af9223f5a336-image.png

  • Run 'Set Reaction' or 'Reset Reaction' from LAN (HTTP)

    Locked
    5
    0 Votes
    5 Posts
    189 Views
    C

    Nice- very flexible.

  • 0 Votes
    7 Posts
    322 Views
    PablaP

    Happy to hear it worked out!! Just a tip if you chose to control your Envisalink through HA-Envisalink and not HA-Vera-Enivsalink take a look at this integration. It has a few more features than the native Envisalink integration.

Recent Topics