Skip to content

Multi-System Reactor

780 Topics 7.4k Posts
  • [Solved] Zwave Refresh for a particular attribute

    Locked
    10
    0 Votes
    10 Posts
    955 Views
    V

    Fixed by version 22052. 💪

  • [SOLVED]Zwavejs2mqtt log no longer updating

    Locked
    3
    0 Votes
    3 Posts
    280 Views
    V

    Yup, all back to normal now. Personnaly I preffer the reactor and Zwavejs logs without the serial interface info leaving that to the server log if needed. It is much cleaner.

    Thanks

  • General question: MSR and multiple HE hubs

    Locked
    4
    0 Votes
    4 Posts
    190 Views
    A

    They are not using the Hubitat mesh. They are completely separate.

  • question on button.state

    Locked
    2
    0 Votes
    2 Posts
    127 Views
    toggledbitsT

    Will work on that. Capabilities and attributes also have some information here

  • Plugin InfluxFeed - some data missing

    Locked Solved
    4
    0 Votes
    4 Posts
    217 Views
    toggledbitsT

    Forgot to mention, the 22044 build includes some new InfluxDB measurement control capabilities. Documentation

  • Problem with median function

    Locked Solved
    5
    0 Votes
    5 Posts
    278 Views
    Tom_DT

    Thanks for the MSR update. I've checked the related Expressions several times and they are working fine. Of course, the only way I found this was when lights did not come on when I thought they should so difficult to detect when things are always working correctly.

    Related, I tried to set up a Scope to watch the expressions and found they can not be watched in the Scope feature. Will that change in the future?

    Thanks again,
    Tom

  • [SOLVED] Trying to nest logic within Expression

    Locked
    6
    0 Votes
    6 Posts
    329 Views
    wmarcolinW

    @toggledbits I liked this!

    Already looking for ideas for use, and looking at the rules that I have today for how to simplify.

    3ab2d5b4-c552-40ca-b9be-fb10e32c53fb-image.png

  • [Solved]. Snipe hunting a missing entity

    Locked
    7
    0 Votes
    7 Posts
    276 Views
    G

    @wmarcolin

    cfed25b0-2e93-49d5-b96d-8ffcedce36ff-image.png 3d808a0f-a6b4-4722-96bf-a0da86050911-image.png b131df05-d61f-42bb-a6fd-19f2336e9fbb-image.png

    a2013bf1-ee7c-4225-8d7e-5295f40cfc9f-image.png ce640840-fd72-43b1-9226-ac55cfa21e57-image.png

    Even though the Echo's are using "Announce All" you have to choose ONE as the entity. Seems the one I'd chosen here was one of the ones I've downsized from my account.

  • Help with HTTP Request to Ezlo hub to get temp

    11
    0 Votes
    11 Posts
    362 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.

    Feb 10, 2022 Example MSR rule to bridge back a device from an Ezlo hub to a Vera hub for Home Remote dashboard Example MSR rule to bridge back a device from an Ezlo hub to a Vera hub for Home Remote dashboard

    I setup this rule today in MSR and a virtual Humidity Sensor on my Vera Plus. I have a real Humidity sensor device (Zigbee) paired to my Ezlo Plus. But as Home Remote dashboard app does not support Ezlo hubs and I wanted a tile showing the Humidity value, the device has to come from the Vera hub...

  • [SOLVED] Hubitat mapped capability has no implementation error

    4
    0 Votes
    4 Posts
    223 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
    512 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
    0 Votes
    1 Posts
    138 Views
    No one has replied
  • Reaction Delay "from start of reaction" behaving like "from this point"

    3
    0 Votes
    3 Posts
    181 Views
    V

    No rush at all.

    Many thanks

  • MSR for Athom Homey Pro?

    2
    0 Votes
    2 Posts
    157 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
    553 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
    484 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
    122 Views
    No one has replied
  • New Status Panels - Controllers rename them?

    3
    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
    0 Votes
    6 Posts
    192 Views
    cw-kidC

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

    Thanks

Recent Topics