Skip to content

Multi-System Reactor

779 Topics 7.4k Posts
  • Using Hikvision HTTP API request with MSR

    Locked
    8
    0 Votes
    8 Posts
    1k Views
    E

    I haven't found the time yet to fix MSR. I think there is something wrong with NPM. Node Red can't update some plugins either.

    Is it also possible to use the function in a reactor (openluup)?

  • Change in Plans (Don't Panic)

    Locked
    30
    7 Votes
    30 Posts
    2k Views
    K

    @toggledbits said in Change in Plans (Don't Panic):

    Maybe once I get the ZWaveJS interface fleshed out

    Curious about progress on this. I was just messing around with ZwaveJS today and was thinking of utilizing it to move all my zwave devices from openluup+zway to HA+ZwaveJS. Obviously a direct ZwaveJS interface to MSR would be optimal.

    Also is there any plans of a tool that might allow us to swap an entity reference in the rules? Moving zwave devices to ZwaveJS would require going through all MSR rules one by one and remapping to reference the ZwaveJS entity instead of the openluup entity.

  • Cannot move/drag conditions with Safari/iOS

    Locked
    1
    0 Votes
    1 Posts
    93 Views
    No one has replied
  • Passing expression variables between rules

    Locked
    9
    0 Votes
    9 Posts
    407 Views
    M

    Not sure if anyone's suggested this, but it would be great if the expressions could be grouped. Like for me I have tons of variables for my thermostats, tracking all sorts of house parameters which all of the thermostats share. Would be great to have an object to contain them all so I don't have all of the expressions mixed up. something like thermostat.first_floor.heat_current_setpoint would be really cool.

  • Wait for http response before running the next http request

    Locked
    2
    0 Votes
    2 Posts
    124 Views
    toggledbitsT

    I was just thinking about this as I was solving some other expression issues for the "Replace SiteSensor with MSR" thread. I will add an option for this; I think it's doable.

  • Device information in string or array

    Locked
    18
    0 Votes
    18 Posts
    849 Views
    toggledbitsT

    @hansw said in Device information in string or array:

    I was not aware of this ${{ }} construction and I have no idea from which language this syntax is but I guess it forces the bit in between to be evaluated.

    That is exactly what it does, and the value that results become the value of that field for the action. Similar syntax is used in many applications (it's not really a language feature as much as it is an application feature), among them Home Assistant. Reactor for Vera used plain { } but this was problematic because the more robust expression language of MSR uses those characters.

  • MSR UI not working on iPhone

    Locked
    4
    0 Votes
    4 Posts
    223 Views
    toggledbitsT

    Yeah, that menu interaction is strange on small devices (it's about as you describe on my Galaxy S21), I'll admit, and it's a Bootstrap standard menu and template. I'll see if there are updates there that can be applied that might improve its behavior.

  • [SOLVED] (no data) on trigger values

    Locked
    3
    0 Votes
    3 Posts
    173 Views
    3

    @toggledbits said in (no data) constraints:

    Those are triggers by the way, not constraints...

    😊 Oops.

    Thanks for the immediate turn around. That resolved the issue.

  • Sending HASS notifications from MSR

    Locked
    13
    0 Votes
    13 Posts
    575 Views
    H

    @toggledbits said in Sending HASS notifications from MSR:

    and sys_system from the capabilities

    Thanks, that did it!

  • Sustained condition is missing from MSR

    Locked
    14
    0 Votes
    14 Posts
    587 Views
    E

    Thanks both @toggledbits and @Elcid. I will use the @toggledbits idea because i dont need instantaneous feedback from ezlo.

    Did anybody tested ezlo with higher number of devices how it compares with Vera? i have around 50 zwave devices and when i turn on scene with multiple devices sometimes it takes 1 minute scene to complete, i get a lot of retries especially with the dimmers, the zwave network is good because the 50 devices are in 60 sqm apartment on 2 floors so 50 devices make excellent mesh 🙂 90% of the devices are mains powered.

    My idea is to use Ezlo hub for zwave devices and transfer them to Control4 via HTTP calls. that is why i will use @toggledbits solution because ezlo -> Control4 is just for feedback i dont need instantaneous response, from C4 -> Ezlo i will use direct http call so that will be instant

  • Error importing backup from vera

    Locked
    14
    0 Votes
    14 Posts
    634 Views
    W

    I did a pull, now running 21257. Import seems to be working. The import tool created a bunch of rules from Vera Reactor. I will go through them 1 at a time to make the necessary changes. I will report back later if there are issues related to this.

    Thanks again.

  • MSR http PUT error

    Locked
    6
    0 Votes
    6 Posts
    352 Views
    E

    @whyfseeguy I also have a Hikvision camera since a month and I'm playing with it. Now I read your post that you can set a variable remotely through ISAPI. That would be cool. Could you explain how you can do that with MSR. I want to turn the smart supplement light on and off at a certain hour. Now I do that with scheduled switch but it's better with sun rise and sun set with logic MSR

  • [Solved] HASS.OS Install

    Locked
    16
    0 Votes
    16 Posts
    1k Views
    V

    Thanks. I will keep that up my sleeve in case HASS fail to address the issue in a timely manner. But for now, the Portainer plugin version 1.5.2 is doing the trick.

  • [Solved] Start-up

    Locked
    5
    0 Votes
    5 Posts
    396 Views
    V

    The startup_delay seems to be doing the trick for me but it is true that the extra delay is a bit anoying and inefficient when simply starting or re-starting MSR. Before seeing your answer I was thinking that the start_delay should only apply when an improper shutdown is detected (kinda equivalent to power loss) but your solution with the startup_wait is much better. I will be on the lookout for it.

    Thanks again.

  • Release 1.0.0

    Locked
    9
    11 Votes
    9 Posts
    716 Views
    B

    @buxton Just a follow-up to the docker compose file I listed above. The error I received for the logging option occurred because I used an integer for the "max-file" field. The proper notation should be:

    logging: driver: "json-file" options: max-file: "5" max-size: 2m

    Also note that for the logging section only, there are two spaces for the indents instead of one . YAML is unforgiving with formatting, so this too was corrected in my YAML file

  • [Solved] Bi-weekly interval

    Locked
    7
    0 Votes
    7 Posts
    361 Views
    tunnusT

    @toggledbits works now as expected

  • MSR if you have only one system

    Locked
    11
    0 Votes
    11 Posts
    443 Views
    therealdbT

    @toggledbits said in MSR if you have only one system:

    I don't know how the openLuup ZWay integration works

    It's using polling via HTTP.

  • Future Plans for the Dashboard?

    Locked
    5
    0 Votes
    5 Posts
    291 Views
    3

    @cw-kid Thank you for this. I know this is slightly off topic, but I'm having a difficult time with The Home Remote to get a door/window sensor status to appear within my grid. Is there something I missed? Granted I did not watch all of the videos as the ones I skipped didn't really elude to adding in a device like you can do on the mobile app. I don't want to control the sensor, so a button seemed incorrect. I literally just want to display if the window is open or closed. Is that added as an Icon? Image? Or something else?

    TIA

  • Correct trigger for smoke sensor?

    Locked
    3
    0 Votes
    3 Posts
    215 Views
    cw-kidC

    OK many thanks

  • Sunrise/Sunset data

    Locked
    12
    0 Votes
    12 Posts
    766 Views
    S

    @toggledbits Whoops, I totally misread what you posted. I have corrected per you recommendations. Thanks

Recent Topics