Skip to content

Multi-System Reactor

816 Topics 7.8k Posts
  • Can the list of rule sets be sorted?

    Locked
    4
    0 Votes
    4 Posts
    430 Views
    CatmanV2C
    @alan_f <is pleased to have company on the obvious bus> C
  • InfluxDB - is it possible to log expressions as well as entities?

    Locked
    5
    0 Votes
    5 Posts
    460 Views
    A
    Excellent. I'll read up on that and figure out whether the node-red or VirtualEntityController route is cleaner. Thanks!
  • MSR Not Recognizing Old HASS on New VM

    Locked
    20
    0 Votes
    20 Posts
    1k Views
    PablaP
    Just to close this thread up, it was a VMware issue as stated above. Moved over to an ODROID and MSR connected no problem.
  • Is there a search function (maybe a feature request)

    Locked
    2
    0 Votes
    2 Posts
    179 Views
    therealdbT
    I was asking for the same feature, but an easy thing in the meantime is to just get the storage folder, open it with VS Code and use "Find in files". It will help you to get the old entities and you'd even replace them with new ones. Just stop Reactor, edit/save the files, and copy them again. Be 100% sure to spell the device names correctly, or you'll break things. Be sure to have backups as well and good luck!
  • Migration of House Modes

    Locked
    5
    0 Votes
    5 Posts
    409 Views
    PablaP
    I had this same issue when I imported my Vera Reactor rules earlier this month
  • Using Google Calendar data from HA in Reactor

    Locked
    3
    4
    0 Votes
    3 Posts
    392 Views
    T
    @therealdb said in Using Google Calendar data from HA in Reactor: There’s a part dedicated to dates in the docs. I think the best approach is to parse the date from the attribute and compare day and month part to start/end. Everything is covered under expressions in the docs. I figured the issue out. All the documentation in HA had been telling me to use haas_attr: offset_reached to cue to the calendar event, which seems to work in Home Assistant when creating automations, but not in MSR. What I found through a bit of trial and error is that what I'm actually looking for is haas.state (primary). Once I figured that out, adding conditions based upon hass_attr: message, which is actually the calendar title.
  • [Solved] VirtualEntityController setup

    Locked
    3
    3
    0 Votes
    3 Posts
    467 Views
    G
    @toggledbits my bad on the logs. I didn't necessarily think of this as "error" as much as "what did I miss??" Adjustment made and all looks happy. [image: 1663441983814-f56ae334-807b-42d1-91df-9a14fe1b620a-image.png] [image: 1663442027696-4daa6b73-7325-458c-b845-b48451042826-image.png]
  • Approach to Rulesets, a philosophic question

    Locked
    14
    2
    0 Votes
    14 Posts
    2k Views
    therealdbT
    @toggledbits I’ll try them soon. I’m quite busy at work, but I hope to remove a couple of virtual devices from my Vera and move ha bridge and my dashboard to native MSR http commands. Thanks for the addition!
  • Entity action & controllers

    Locked
    2
    1
    0 Votes
    2 Posts
    161 Views
    toggledbitsT
    Experience has taught me that it is usually more mystifying to users why a device isn't listed at all when they think they want to use it, than listing a device and having it display no attributes or actions for it.
  • [MSR] MQTT not echoing variables in latest update

    Locked
    4
    2
    0 Votes
    4 Posts
    342 Views
    therealdbT
    @toggledbits no errors in the log (sorry, I had a long day yesterday and was too late at home to check), but the new version is working good again. Thanks!
  • MSR Reaction question - Support with iBlinds on Vera

    Locked
    9
    1
    0 Votes
    9 Posts
    899 Views
    toggledbitsT
    Just to close the loop, per the release notes for 22257, a device exception was created for IBlinds 2.0, and @tamorgen confirmed via PM that it's working as expected.
  • OpenWeatherMap not providing any data

    Locked
    4
    1
    0 Votes
    4 Posts
    309 Views
    G
    @tamorgen I can assure you that OWM does work very well with MSR. I am not using the reactor.yaml config, however. I call to OWM with a ruleset that populates multiple variables. I do this for OWN, Apple Sky, and Ambient (from my own wx station's API.)
  • How to close these new metadata windows?

    Locked
    2
    2
    0 Votes
    2 Posts
    249 Views
    PablaP
    Just tested this out on Chrome and the window disappears once the mouse moves away from the entity, have you tried a different browser perhaps?
  • Add Ability to Limit Amount of Time a Condition Pulses

    Locked
    14
    0 Votes
    14 Posts
    989 Views
    PablaP
    Upgraded successfully and the limit for Pulse is back!
  • MSR web UI stops connecting after a period of time

    Locked
    11
    0 Votes
    11 Posts
    1k Views
    tunnusT
    @cw-kid had the same situation, only after I totally removed "accept: ..." and didn't add it back, those alerts stopped
  • ZWaveJS new device alerts

    Locked
    2
    0 Votes
    2 Posts
    270 Views
    toggledbitsT
    Sure. Can do.
  • Where do the icons come from?

    Locked
    4
    1
    0 Votes
    4 Posts
    397 Views
    R
    Yeah, I usually pay attention to the green text when looking for true conditions. The red x's look too much like a web error icon so didn't even think about looking at a true condition to see what it looked like.
  • [SOLVED] "Action must be edited to update to the latest stored form"

    Locked
    5
    2
    0 Votes
    5 Posts
    478 Views
    toggledbitsT
    This warning can be ignored for HTTP Request actions only. It should be heeded for all other types. I will silence the notice on the next build.
  • Reactor not showing full vera device parameters

    Locked
    13
    4
    0 Votes
    13 Posts
    1k Views
    T
    So, I have found my missing parameters! They appeared following a reactor update. Perhaps next time I add new vera devices, I should stop reactor and re-start it after I have added the new devices and things have settled down. Anyhow, thanks again for your assitance Patrick.
  • Last Modifed Information

    Locked
    18
    1
    0 Votes
    18 Posts
    2k Views
    wmarcolinW
    Hi @toggledbits !! After your class in January, I started using Dynamic Group Controller to manage devices that have no changes after a period to alert me of an eventual problem (48 hours for one group and 7 days for another). "dgc_lastupdate_48h": name: DGC Last Update Up 48 hours select: - include_controller: - hubitat - exclude_entity: - "hubitat>54" - "hubitat>257" - "hubitat>56" filter_expression: > entity.lastupdate < (time()-172800000) "dgc_lastupdate_7d": name: DGC Last Update Up 7 days select: - include_entity: - "hubitat>107" - "hubitat>1569" - "hubitat>483" filter_expression: > entity.lastupdate < (time()-604800000) It works and helped a lot, but as you already said, it can fail because a simple name update or reset of the HE/MSR can update everything and not indicate failures. Even updating the battery does not mean that the device is working. It can send a signal, but having no action does not help to identify the failure. So I don't know if I could include in the Thanksgiving wishlist maybe something like Last Action, where it would store the date and time of when the device performs an action, i.e., the primary attribute that triggers a Trigger, for example. Sorry to bother you with this subject again, but with a very large number of devices that I already have, it is becoming increasingly difficult to identify failures, a device that stops working, and then impacts the entire automation. Thanks.

Recent Topics