Skip to content

Multi-System Reactor

808 Topics 7.7k Posts
  • [MSR] Starting point for a MSR controller

    Locked
    4
    2 Votes
    4 Posts
    337 Views
    toggledbitsT
    I'll be releasing some considerably updated documentation with the next build.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Entity is not visible

    Locked
    7
    0 Votes
    7 Posts
    390 Views
    CatmanV2C
    Perfect! Thanks! Now to see if it works! C
  • MQTTController configuration with multiple topics per entity

    Locked
    6
    5
    1 Votes
    6 Posts
    776 Views
    toggledbitsT
    By the way, you can also access the configuration values in the expressions you use, by access through the config object in your expressions. For example, you could refer to config.toggle or config.status to access those values from your entity configuration. This was not mentioned in the docs and I'm updating it now.
  • Another philosophy question: Modes

    Locked
    8
    0 Votes
    8 Posts
    742 Views
    G
    @catmanv2 Hardware:Ambient Weather WS-2902 They have an API you can call to your station and pull in the data. I drive my HVAC with it, too.
  • Aeotec Water Sensor 7 Pro reporting in MSR

    Locked
    9
    0 Votes
    9 Posts
    640 Views
    T
    @toggledbits Mystery solved. I had issues initially adding it into Haas yesterday, because it initially didn’t connect via S2 security. I had to exclude it and include it again. It would appear that I had named it initially as Dishwasher Flood, but when I included it again, I left the default name. It would appear that the initial inclusion hasn’t fallen off of MSR yet. When I searched for Water Sensor in MSR, it shows up correctly. So, operator error, not a problem with MSR or Haas. Thank’s for taking a look.
  • Being sure MSR in docker is updating

    Locked
    5
    1
    0 Votes
    5 Posts
    376 Views
    C
    Thanks..... just checking, will this lose any of my config or does it just affect the core files for MSR? Edit: thanks, no config lost. Docker rm reactor removed the old version I've pulled the new version with "docker-compose up -d" after saving the yml template in your docs onto the pi and running the command from that folder Now on MSR: latest-22274-24dfd72c (used this guide to install docker-compose) in case anyone else has no clue how to do it - https://dev.to/elalemanyo/how-to-install-docker-and-docker-compose-on-raspberry-pi-1mo Back to the first issue where reactions aren't being triggered with their rules. I'll create a new post if needed for that. Thanks again!!
  • Long and Lat not updating in rule

    Locked
    3
    0 Votes
    3 Posts
    241 Views
    R
    ignore it till I get a correct example.
  • Feature Request: Widget for Condition sustained time

    Locked
    1
    1
    0 Votes
    1 Posts
    147 Views
    No one has replied
  • MSR Set Reaction not working anymore

    Locked
    6
    2
    0 Votes
    6 Posts
    769 Views
    toggledbitsT
    @basai said in MSR Set Reaction not working anymore: putting more quarters in it didn't help LOL! That inflation is hitting everything, isn't it? Glad it worked out!
  • [RESOLVED] How does MSR handle renamed entities?

    Locked
    9
    1
    0 Votes
    9 Posts
    864 Views
    toggledbitsT
    Great. If you didn't see the note, you can also just do a soft-restart on the HubitatController system entity. Search for the entity in the Entities list (recommend: clear all filters, then filter by capability sys_system and it should stand out). Run its sys_system.restart action. HubitatController will reinventory hub devices and see the name change. Unfortunately, HE doesn't send an event when a device name or label changes (other controllers do, so this soft restart or full restart isn't necessary with those).
  • Feature Request: Back-up through UI

    Locked
    6
    2 Votes
    6 Posts
    458 Views
    toggledbitsT
    OK. I get the picture. There are some issues at play here, but it gives me something (more) to think about...
  • Can the list of rule sets be sorted?

    Locked
    4
    0 Votes
    4 Posts
    392 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
    425 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
    171 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
    356 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
    369 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
    434 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!

Recent Topics