• 0 Votes
    4 Posts
    193 Views

    thanks for the advice, the issue was simply solved by forgetting and repairing the device, I'm not sure, but there was an interference from my bluetooth headphones that I tried switching off, anyway the article below helped a lot with tackling the issue, I put it here so others can use it if ever encountering this issue:

    Erfan Askari  /  Jan 29  /  Voice Assistants How To Connect Alexa To Vizio Soundbar: Ultimate Guide | Smart Home Scope How To Connect Alexa To Vizio Soundbar: Ultimate Guide | Smart Home Scope

    Trying to connect Alexa to Vizio soundbar? Here’s a guide that’ll help you do it by Bluetooth and AUX, the choice is yours!

  • Scene number?

    Code/Snippet library
    4
    0 Votes
    4 Posts
    235 Views

    Why use any individual scene code at all? Per the reference docs you cited, if you define a scene_prolog global (presumably with the exact same code as your existing executeSceneNumber) that should work directly.

  • 1 Votes
    7 Posts
    226 Views

    @tommydog It is in prerelease ordering. I don't have one, had just heard about it.

  • 1 Votes
    1 Posts
    85 Views
    No one has replied
  • Widgets and filtering

    Multi-System Reactor
    10
    0 Votes
    10 Posts
    274 Views

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

  • 0 Votes
    2 Posts
    164 Views

    Thanks! I have this on my roadmap, so it’s really appreciated. I’ll also work on a script/plugin to easy remap from one controller to another, since I’ll definitely need it.

  • 0 Votes
    11 Posts
    1k Views

    I developed this mapping table in answer to some of my own questions above.

  • 1 Votes
    2 Posts
    126 Views

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

  • 0 Votes
    7 Posts
    171 Views

    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.

  • 0 Votes
    2 Posts
    150 Views

    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 🙂

  • 0 Votes
    1 Posts
    65 Views
    No one has replied
  • 0 Votes
    3 Posts
    146 Views

    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?

  • 0 Votes
    2 Posts
    116 Views

    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.

  • Beginner assistance

    Unsolved General Discussion
    2
    0 Votes
    2 Posts
    193 Views

    Hi, I'm new here and just testing the water. Did you sort this problem out as I can see it was a few months ago...

  • 0 Votes
    3 Posts
    159 Views

    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

  • 0 Votes
    16 Posts
    376 Views

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

  • Docker container for Z-Way

    Z-Wave.me
    37
    1 Votes
    37 Posts
    2k Views

    @PerH said in Docker container for Z-Way:

    Its been a while since i've used this now, I've moved to Z-WaveJS..
    Socat - so you have a remote connection to your z-stick? Should work fine with this contatiner, just set it up in the docker-compose file.
    That said, I would ask on the z-way forum, you may find a more current z-way version in a newer container..

    All settings should be persistent if volumes are set up correctly.

    I don't have a remote connection yet, I'm preparing for the migration from Vera to Z-way. I wanted to nuke the Vera and use it as a central hub for my Z-way stick.

    From what I've read, Socat will not work in combination with docker. The Ser2net/ Socat solution is giving me a headache with the preparation alone. It is difficult with docker, so it seems, unless you create a docker specifically with Socat in it. But creating docker images is not a skill I possess (yet).

    Unlike others in this thread, I'm a fan of docker containers. (Easier to maintain, troubleshoot and keep up-to-date). But Socat is a show stopper for now.

    I think I'll ditch the Vera Edge and Z-way docker. I'm looking at using a Raspberry Pi with USB/IP (can't easily install this on the Vera) now instead of Ser2net/Socat and running the Z-way addon for HA.

  • Yale Smart Lock

    Unsolved General Discussion
    2
    0 Votes
    2 Posts
    210 Views

    Hi, @Nick521

    I see the Yale Assure Lock Touchscreen 1st gen a sturdy choice, but newer versions might have extra perks. The Mul T Lock cylinder could fit, but it's wise to double-check with the manufacturer or locksmith for compatibility on both Assure Lock versions.

    On the flip side, the Schlage Encode Plus is a strong contender with its advanced security features. It's like navigating a maze of options, but consider what features matter most to you and if they align with your needs. It's a bit of a tech puzzle, but finding the right fit is worth the effort!

  • 0 Votes
    3 Posts
    111 Views

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

  • 0 Votes
    8 Posts
    267 Views

    🤔

Recent Topics