Multi-System Reactor

696 Topics 6.8k Posts
  • 0 Votes
    9 Posts
    239 Views

    @cw-kid said in Opening curtains with a motion sensor but only once?:

    What would be my one other Condition in the AND group I could use?

    Date/time...

  • While action group in MSR 22022

    2
    0 Votes
    2 Posts
    82 Views

    Agh. I forgot to throw one switch on the build. Sorry. I've stricken that from the description, and it will appear in a future release.

  • npm ERR! code EBADPLATFORM reactor 20022

    2
    0 Votes
    2 Posts
    354 Views

    Looks like a dependency of one of the dependent packages doesn't have an Android implementation. Sorry, mate. Nothing I can do about that. You've been riding the bleeding edge with your setup, and it finally cut.

  • 1 Votes
    3 Posts
    353 Views

    Good news. Following instructions when installing 22022 no longer gives a vulnerability warning for me, Ubuntu bare metal.

    npm i --no-save --omit dev up to date, audited 90 packages in 566ms 12 packages are looking for funding run `npm fund` for details found 0 vulnerabilities --- npm ls reactor-multi-system@1.0.3-22022 ├── @influxdata/influxdb-client@1.22.0 ├── @mdi/font@5.9.55 ├── body-parser@1.19.1 ├── bootstrap-icons@1.5.0 ├── bootstrap@4.6.0 ├── cookie@0.4.1 ├── digest-fetch@1.2.1 ├── diskusage-ng@1.0.2 ├── express@4.17.2 ├── feather-icons@4.28.0 ├── font-awesome@4.7.0 ├── gridstack@5.0.0 ├── jquery-ui-dist@1.12.1 ├── jquery@3.6.0 ├── js-yaml@3.14.1 ├── node-fetch@2.6.7 ├── nodemailer@6.7.2 ├── qs@6.10.3 ├── serve-static@1.14.2 ├── uuid@8.3.2 └── ws@7.5.6
  • Release 22021 Windows Bare-metal won't load

    7
    0 Votes
    7 Posts
    160 Views

    @wmarcolin said in Release 22021 Windows Bare-metal won't load:

    Sorry for the boldness, but I would like to make a suggestion for the Widgets, would it be possible to remove the technical name of the rule from the logs (rule-kxhekauro)? I believe that everyone puts a name on their actions and this information may not be very useful).

    THANKS BOSS!! New version 22022 worked!!

    e2406bb2-f36b-4f4c-a201-a40da587d23a-image.png

  • 0 Votes
    6 Posts
    635 Views

    Interesting, so I found Sam Cater's blog, the source for your first link. That was necessary to build the image for RPi because docker would not even build the container on Alpine 3.13 or 3.14 without the patch. I did not anticipate that effect of the patch would penetrate the container, but I can see how it could.

    I'm not inclined to back off back to 3.12, though. As your link points out, newer versions of Grafana and Mosquitto are affected in the same way, and I'm sure the other tools mentioned will soon follow. We're all in the same boat. So, I'm going to incorporate this step into the installation instructions for docker container users on Raspbian Buster.

  • 0 Votes
    7 Posts
    205 Views

    I already have the Recently Changed Entities issue fixed. I'm not going to release until later today. There is another issue working on this release, and I have some experimental work ready for you all to look at as well.

  • [Solved] Column width for Entities in MSR UI

    6
    0 Votes
    6 Posts
    202 Views

    Ultimately I'd like to make these all adjustable, but that's going to take a good bit more work. I tried, and it wasn't a quick and easy job, and I was mostly focused on the grid for the Status on the UI side of this release. More to follow...

  • 0 Votes
    9 Posts
    170 Views

    @toggledbits Sorry - your support is too on the ball 👍 - I had deleted the post as I realized it was non sensical and created a new post

  • 0 Votes
    3 Posts
    98 Views

    @toggledbits ok, done.

  • Trying to setup InfluxDB breaks my MSR install

    15
    0 Votes
    15 Posts
    292 Views

    FYI only/anecdotally: I am using both 1.8 with Grafana and 2.0 with it's native graphing. Grafana is subtly prettier, for sure, but I'm not sure it outweighs the convenience of having one less piece of software to install. The only thing I haven't verified for 2.0's graphing is that you can do equations/functions as additional traces. I do that on my temp+humidity graphs in Grafana to compute the dew point; it didn't jump out at me how to do it in 2.0's native graphing, so I owe that a few minutes at some point, but at the moment, I'm trying to button up a ton of work to roll out in a new (MSR) release.

    9ee26b8a-88c4-4918-9eba-f60a04129b2a-image.png

    64755938-b468-458f-80ac-adbf793d2659-image.png

  • "Plugins"/firm-coded rulesets in MSR?

    10
    0 Votes
    10 Posts
    310 Views

    @perh I've been using MSR for my HVAC since the beginning. I use what I've dubbed "Arm For" rulesets.

    3243d41d-b31e-4609-acda-fbca91415d76-image.png

    3c57fe00-6b66-42a5-aa6d-910c085b3cea-image.png

    These "control" nothing. The individual rulesets referencing these do that.

    baed7d20-1862-4522-b854-d97b0db24ad3-image.png As the Ambient API will sometimes drop I have a backup source thru OpenWeatherMap, hence the trigger re the Ambient being null.

    Is there a better way? Probably. This has worked wonderfully for years (starting with RFV and moving to MSR.)

  • 0 Votes
    1 Posts
    211 Views
    No one has replied
  • 0 Votes
    10 Posts
    282 Views

    Ah, yes... if you need to reuse the fetched entity several times, it's definitely better to use a do...done block as the loop body and keep the result of getEntity() in a local variable, so you're only doing that fetch one time. You can then use the local variable as many times as needed... a cache of sorts. I'm with you...

  • 0 Votes
    1 Posts
    95 Views
    No one has replied
  • Vera plugin devices just appear in MSR?

    6
    0 Votes
    6 Posts
    197 Views

    OK thanks guys for the information appreciate it.

  • 0 Votes
    16 Posts
    399 Views

    Installed the new version yesterday along with the new guard and all is still fine this morning. Considering that it was failing very quickly before, I consider that issue fixed.

  • 0 Votes
    5 Posts
    679 Views

    For those of you encountering the same issue, after further testing, I stumbled across the fact that the Entity Id that must be used now is "select_preset_wled" versus "light_wled" as was the case before HA 2021.12. When selected, the service drop down should only come up with "select.select_option" and the corresponding option field needs to be populated with the name of the preset you created in WLED (not the number). Note: if you have multiple WLED's set up, your selectable Entity ID list would contain: select_preset_wled, select_preset_wled_1, select_preset_wled_2 and so on...all referring to each of the WLED lights not the actual presets of that light. Hope that helps....

  • 0 Votes
    10 Posts
    251 Views

    @toggledbits Just confirmation that this all did do what it was to do: I was still in my office and watched the xmas lights do their thing!

  • This topic is deleted!

    6
    0 Votes
    6 Posts
    39 Views

Recent Topics