Skip to content

Multi-System Reactor

792 Topics 7.5k Posts
  • Help with HTTP Request to Ezlo hub to get temp

    11
    4
    0 Votes
    11 Posts
    386 Views
    cw-kidC
    I created a How to Guide on the Vera forum, mainly so I don't forget how to do this and others may find it useful also. https://community.ezlo.com/t/example-msr-rule-to-bridge-back-a-device-from-an-ezlo-hub-to-a-vera-hub-for-home-remote-dashboard/218979
  • [SOLVED] Hubitat mapped capability has no implementation error

    4
    1
    0 Votes
    4 Posts
    248 Views
    toggledbitsT
    It's harmless. I'll make sure it's silences in the next release.
  • Anybody Installed MSR on unRaid Docker

    11
    0 Votes
    11 Posts
    602 Views
    3
    @droy said in Anybody Installed MSR on unRaid Docker: I try to avoid “privileged” mode for containers Yeah. I don't remember why I set it that way. I'll disable it and see if anything breaks.
  • Haas system call service notify

    1
    1
    0 Votes
    1 Posts
    157 Views
    No one has replied
  • 0 Votes
    3 Posts
    228 Views
    V
    No rush at all. Many thanks
  • MSR for Athom Homey Pro?

    2
    0 Votes
    2 Posts
    167 Views
    toggledbitsT
    Homey is not on my schedule at the moment. I did some initial review, but there seem to be some gaps in the API, and the cost of the unit pretty much exceeds what I've gotten in total donations, so I can't justify spending the money. If there's a Homey developer out there that wants to do it, I'd support them, of course, but it's not something I'm going to pick up right now.
  • Hubitat "hubitat" is reconnecting alert

    6
    0 Votes
    6 Posts
    650 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
    602 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
    4k 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
    136 Views
    No one has replied
  • New Status Panels - Controllers rename them?

    3
    1
    0 Votes
    3 Posts
    147 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
    1
    0 Votes
    6 Posts
    210 Views
    cw-kidC
    It seems to have updated OK, its now version 22025-26435e3 Thanks
  • Removing a controllers some issues?

    3
    2
    0 Votes
    3 Posts
    118 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

    hvac msr solar
    3
    0 Votes
    3 Posts
    236 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
    1
    0 Votes
    4 Posts
    132 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
    171 Views
    No one has replied
  • Opening curtains with a motion sensor but only once?

    9
    0 Votes
    9 Posts
    452 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
    126 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
    604 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
    652 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

Recent Topics