Skip to content

Multi-System Reactor

746 Topics 7.1k Posts
  • Hubitat "hubitat" is reconnecting alert

    6
    0 Votes
    6 Posts
    483 Views
    3

    Sorry. I didn't include the very top of my Hubitat section. It does have the id: stuff. I think I was missing the two spaces. I went back and edited the yaml more and made sure those additional spaces were there. Then restarted the docker and everything worked just fine.

  • MQTT - add rules support ?

    11
    1 Votes
    11 Posts
    418 Views
    A

    @Crille Thanks! I was a bit confused when I first read that section of the MQTT documentation but your example using the topics from my own system helped clear it up for me.

    I made a slight change to the template to make it "teslamate/cars/%topic%" which allows me to re-use it for multiple binary entities for both cars by using for example "topic: "1/locked" and "topic: 2/locked" for two entities in reactor.yaml.

    I also hit a snag where trying to directly copy:

    entities: teslamate_sensor: type: BinarySensor capabilities: ['binary_sensor'] primary_attribute: binary_sensor.state

    caused Reactor not to start with a yaml formatting error, but referring to the documentation I changed it to:

    entities: teslamate_sensor: type: BinarySensor capabilities: - binary_sensor primary_attribute: binary_sensor.state

    moving the capability down one line with a leading "-" and it works.

    Now I just have to find the time to write all the rules that are possible with the car information available in MSR... 👍

  • OW-SERVER: 1-Wire to Ethernet Server - MSR Functionality

    33
    0 Votes
    33 Posts
    2k Views
    T

    @a-lurker Everything is working as expected now. Thank you once again for all the support and for updating the plugin. Next step...... database and graphing.

  • 0 Votes
    1 Posts
    109 Views
    No one has replied
  • New Status Panels - Controllers rename them?

    3
    0 Votes
    3 Posts
    133 Views
    toggledbitsT

    @cw-kid kid is correct. You can change the name field to get something more agreeable.

  • Where is the package-lock.json file meant to be ?

    6
    0 Votes
    6 Posts
    145 Views
    cw-kidC

    It seems to have updated OK, its now version 22025-26435e3

    Thanks

  • Removing a controllers some issues?

    3
    0 Votes
    3 Posts
    96 Views
    cw-kidC

    @crille

    Thanks that worked I think. I did a Ctrl + F5 and now I can only see the motion sensor device on the new "Ezlo_Plus" controller.

    I did restart MSR before but obviously that wasn't enough to remove the old controller entries.

  • [MSR] Ideas to consolidate logic for solar heating

    3
    0 Votes
    3 Posts
    137 Views
    therealdbT

    @crille I want to turn on if the condition is met, and turn off at sunset - 30 regardless, but not before if initial condition is met (this is controlled by a sustained condition that trip a virtual sensor to prevent bouncing). Thanks.

  • Ezlo Controller leak_detector supported for Influx-Feed?

    4
    0 Votes
    4 Posts
    112 Views
    toggledbitsT

    No worries. Also noted, you can't use mean with non-numeric values, and that state is a boolean

  • 0 Votes
    1 Posts
    113 Views
    No one has replied
  • Opening curtains with a motion sensor but only once?

    9
    0 Votes
    9 Posts
    285 Views
    toggledbitsT

    @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
    91 Views
    toggledbitsT

    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
    470 Views
    toggledbitsT

    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
    403 Views
    CrilleC

    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
    194 Views
    wmarcolinW

    @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

  • [SOLVED] Fatal error on upgrade to 22021 / Raspberry Pi4 Docker

    6
    0 Votes
    6 Posts
    715 Views
    toggledbitsT

    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.

  • Recently Changed Entities doesn't update on 22021

    7
    0 Votes
    7 Posts
    269 Views
    toggledbitsT

    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
    247 Views
    toggledbitsT

    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...

  • [SOLVED]. Build 22021-f83a39c Status page is blank

    9
    0 Votes
    9 Posts
    227 Views
    X

    @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

  • InfluxFeed configuration support for (global) expressions

    3
    0 Votes
    3 Posts
    116 Views
    tunnusT

    @toggledbits ok, done.

Recent Topics