Skip to content

Multi-System Reactor

746 Topics 7.1k Posts
  • Can't Restart Reactor - Corrupted SD Card?

    Locked
    7
    0 Votes
    7 Posts
    422 Views
    PablaP

    To close this thread out, it wasn't a Reactor issue. My Rpi 3B+ was simply overheating and throttling processes. Moved to an Odroid N2+ with a heatsync running Ubuntu and everything is running smoothly!

  • Post-DST and MSR not reflecting local time

    Locked
    18
    0 Votes
    18 Posts
    2k Views
    G

    @toggledbits yeah, I just got new hardware and am considering moving to the containerized version. But that's going to take some time as it's tech I've not played with before and my day job + new puppy haven't left much dev hours these months. 🙂

    MSR is now very integral to the operation of this house so I need to tread carefully when poking the proverbial bear.

  • MSR with InfluxDB, filter unit from beeing send

    Locked
    3
    0 Votes
    3 Posts
    241 Views
    toggledbitsT

    Rene,

    You don't need all that, this should be sufficient:

    select_capabilities: power_sensor: attributes: value: true

    or the equivalent, using an array of attribute names (my favorite):

    select_capabilities: power_sensor: attributes: [ 'value' ]

    or using the other YAML array syntax:

    select_capabilities: power_sensor: attributes: - value

    You can also use a negative to suppress an attribute:

    select_capabilities: power_sensor: attributes: [ '-units' ]

    Also, can I ask that you go back and fix the formatting of the code sections of your posts, for the benefit of future readers looking at your question and example solution?

  • Need guidance on local MQTT capabilities

    Locked
    5
    0 Votes
    5 Posts
    297 Views
    CrilleC

    Ah, if I only known what to search for or had a really good memory I would have found ev_charger announced here but not listed in Standard Capabilities 🙂

    My charger seems to ignore out of range values as well so ev_charger was the missing piece in my quest, thank you @therealdb.

  • Any interest in a Homebridge adapter for Reactor?

    Locked
    5
    0 Votes
    5 Posts
    411 Views
    G

    Just finding this but defo interested.

  • Hubitat "hubitat" is reconnecting alert

    Locked
    2
    0 Votes
    2 Posts
    210 Views
    R

    I have also encountered this problem on a recurring basis. I tried many different approaches - reboot RPI, restart MSR, reboot hubs - to correct the issue, usually without success. Earlier is week I decided to try something different. I "repaired" the "Hub Information Driver" using the Hubitat Package Manager. As so I the "repair" was complete on the hub, the problem disappeared.

  • JS Zwave / Kwikset PIN codes

    Locked
    2
    0 Votes
    2 Posts
    204 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
    220 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
    354 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
    175 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
    527 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
    154 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
    153 Views
    PablaP

    Exactly what I needed thanks Patrick!!

  • Widgets and filtering

    Locked
    10
    0 Votes
    10 Posts
    340 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
    141 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
    230 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
    169 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
    171 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
    130 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
    201 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

Recent Topics