Skip to content
  • Throttled problem

    Multi-System Reactor
    6
    0 Votes
    6 Posts
    51 Views
    tunnusT

    @wmarcolin here's something I've used for a sensor that updates too frequently:

    id: virtual4b name: "Lay-Z-Spa temp" capabilities: temperature_sensor: attributes: value: model: time series entity: "mqtt>layzspa_states" attribute: "temperature_sensor.value" interval: 1 # minutes retention: 1 # minutes aggregate: sma precision: 0 primary_attribute: temperature_sensor.value type: ValueSensor

    Now I can use this virtual entity instead of a real one in a rule without throttling or logging problems (log files rotating too often etc)

  • Dynamic Alert Based on Tripped Expression

    Multi-System Reactor
    3
    0 Votes
    3 Posts
    41 Views
    T

    This is fantastic (and I’m sure is covered in the manual - oops). Thank you, @tunnus

  • 0 Votes
    6 Posts
    53 Views
    CrilleC

    Thank you! toggle.toggle is back in business.

  • [Solved] Local expression evaluation

    Multi-System Reactor
    7
    0 Votes
    7 Posts
    49 Views
    V

    @tunnus @toggledbits Thank you both for all your explanation.

    Much appreciated.

  • Hello and first network question

    Unsolved General Discussion
    8
    1 Votes
    8 Posts
    169 Views
    D

    @CatmanV2
    255 255 255 0
    both

  • 0 Votes
    8 Posts
    132 Views
    G

    @CatmanV2 reactor_inet_check.sh and it's in your Reactor /tools directory. You don't touch it, just call it.

    Then pull the output into a rule
    13d46371-bc40-4cf9-a481-83ca28d1025d-image.png and trigger whatever alerting you'd like.

  • Apple Home Automation Issue

    How-To
    2
    1 Votes
    2 Posts
    41 Views
    CatmanV2C

    What is the trigger for the Apple Home automation? Any screen shots might help

    C

  • 0 Votes
    7 Posts
    140 Views
    M

    @gwp1 I have no doubts that MSR is a great tool for sure when you use more than one platform.
    But sorry I repeat myself... my goal is to only use Home Assistant in the near future and I will migrate step by step from Vera.
    If I can not do all automations in HA I will most certainly seriously consider combining HA with MSR.

    In the meantime I have found the answers on my question myself.

    http luup request to get values of sensor data/variables from Vera.
    Example for a rain sensor:

    http://192.168.1.xxx:3480/data_request?id=variableget&DeviceNum=xx&serviceId=urn:upnp-org:serviceId:RainSensor1&Variable=CurrentRain

    Within Home Assistant I created RESTful sensors to get the data in.

    And it works great.

  • [Solved] Migrating MSR to Docker on Proxmox

    Multi-System Reactor
    12
    0 Votes
    12 Posts
    198 Views
    G

    To bring this all full circle, I had installed Portainer just to see what it was/did. Rereading the manual for MSR I stumbled across Portainer-specific instructions.

    Short story long, I deleted the original container and created a new one thru the Portainer path. Done in mere minutes, runs flawlessly and I don't need to worry about the docker-compose errors I was getting.

    Going to mark this topic as solved as all of the three issues were addressed.

  • 0 Votes
    6 Posts
    70 Views
    B

    Confirming that 25016 has indeed resolved the error.

    Thank you !!

  • 5 Votes
    116 Posts
    16k Views
    toggledbitsT
    Reactor build 25016

    HOME ASSISTANT NOTE: Versions of Home Assistant earlier that 2024.1.0 are no longer supported. They may continue to work, but I won't be troubleshooting any issues that come up with them. Generally speaking, HA releases are supported one year in arears from current.

    NODEJS V18 EOL: If you are using nodejs version 18, it will go off maintenance on April 15, 2025, and is therefore now deprecated. Please update to a more recent version before this date. Even-numbered LTS versions are recommended. Version 20 will go EOL in April 2026, and version 22 (recommended) in 2028.

    Reaction List: Fix an error thrown when creating a new Reaction. Dashboard: improve display of ValueSensor class objects for capabilities temperature_sensor, humidity_sensor, battery_level, and volume. HassController: Support new vacuum activity attribute and values (see HA 2025.1 release info). HassController: Support state for lawn mowers. HassController: Add x_hass_system.reload_configuration and x_hass_system.restart actions. HassController: Bless Hass to 2025.1.2
  • 'Random' lights turning on

    Unsolved General Discussion
    12
    0 Votes
    12 Posts
    129 Views
    M

    Have you asked the wife? Mine likes to randomly turn lights on (never off!) just to get me confused 😁
    Cheers Rene

  • 0 Votes
    3 Posts
    82 Views
    CatmanV2C

    That's fabulously clear. Thanks, as ever

    C

  • 0 Votes
    6 Posts
    117 Views
    cw-kidC

    OK thanks, I think that works!

    So I have two rules now the main 1st rule that detects Motion on the IP Camera and also a Virtual Switch must be True, those are the two triggers, this is the rule with the Actions in it.

    In the Constraints I am referencing the "Rule State" of the 2nd new rule and that must be False.

    ffb990d2-5b0f-419f-88e3-4cde28ed51b0-image.png

    This is the new 2nd rule and I have just used the Triggers with the "Changes" operator.

    So if any of these devices change their state within the X number of Seconds the OR group will be True thus the 1st main rule would NOT run its Actions in that case.

    But if none of these devices have changed their state within the X number of Seconds the OR group will be False thus the 1st main rule would run its Actions.

    e972131c-82e8-44b6-819f-dfe9a217692a-image.png

  • Reactor-Editor / Reactor-ui-Status Errors

    Multi-System Reactor
    15
    0 Votes
    15 Posts
    380 Views
    V

    Thanks for the update and sorry about the timeout issue, I was not aware of it.

    Here is the requested rule:

    ac60b96d-b639-4baf-95d4-853332bc62be-image.png

    10cbe2e7-0af9-4ede-afa8-060b0f99befe-image.png

    f9282548-9462-4c52-a125-dc57fc9c3fa6-image.png

  • 0 Votes
    2 Posts
    108 Views
    toggledbitsT

    @vezinpi said in Reactor-Editor / Reactor-ui-Status Errors:

    Not sure that it is the same issue but just got this on built 24302 when running a reaction for testing purpose. Despite the error message, the reaction ran properly.

    That was fixed in 24343. The reaction apparently runs long (lots of delays?), so it was causing the API to time out waiting for the reaction to finish. All works differently in 24343 and beyond.

  • every X days field uneditable

    Multi-System Reactor
    11
    0 Votes
    11 Posts
    156 Views
    G

    @tunnus yes, the rule is working and @toggledbits indicated as such (that it would work) but he raised a potential issue regarding the crossing of midnight that I was asking about there being a better approach.

  • 2 Votes
    1 Posts
    112 Views
    No one has replied
  • Darker Reactor style

    Multi-System Reactor
    11
    1 Votes
    11 Posts
    322 Views
    therealdbT

    small update to align to 24343. https://gist.github.com/dbochicchio/825098ac13b7f8cac22012eae37ff7ce

  • Which user to install nodejs as ? Debian Linux

    Multi-System Reactor
    20
    0 Votes
    20 Posts
    741 Views
    G

    @therealdb I have the hardware, just haven't had the time yet, to do exactly this.

Recent Topics