Skip to content

Multi-System Reactor

746 Topics 7.1k Posts
  • Unable to connect to HASS

    Locked
    10
    0 Votes
    10 Posts
    493 Views
    CatmanV2C

    @rogero said in Unable to connect to HASS:

    Doh. Found an ID10t error. Had the wrong IP address in the Reactor config. I definitely have too many computers at my house.

    I have a spreadsheet so I can recall WTF they all do and their IP addresses. Something of an issue when mostly stuff just works. Mostly. </Aliens>

    C

  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • MSR Logic vs Reactor question

    7
    0 Votes
    7 Posts
    312 Views
    R

    Went with Patrick's suggested approach. I do like the old reactor a bit better for this instance. Less clutter. Sure there was a technical reason to do it this way. Guess I can create multiple rule sets to group them by.

  • HASS version not supported?

    Locked
    4
    0 Votes
    4 Posts
    229 Views
    Tom_DT

    OK. Thanks.

  • Vera - Attempt to set primary to power_switch.state invalid

    Locked
    12
    0 Votes
    12 Posts
    336 Views
    cw-kidC

    @toggledbits

    Appears to have done the trick the Ezlo-Plus controller is back again in Entities.

    Thanks

  • Ezlo device capabilities

    Locked
    31
    0 Votes
    31 Posts
    1k Views
    ElcidE

    Setting node path worked, still not getting ir_remote_send_codes to work though. I added to the PR

  • Entities area is this expected?

    Locked
    4
    0 Votes
    4 Posts
    190 Views
    cw-kidC

    I updated to build 1.0.0-21200-16a604f this morning and now the Reactor System can be seen again in the Entities area.

  • Multi-System Reactor Developer Preview AVAILABLE

    Locked
    124
    4 Votes
    124 Posts
    11k Views
    toggledbitsT

    Build 21197 (1.0 release candidate 3)

    Additional capabilties for eZLO devices PR 0000229: Fixed an issue with attempt NaN write when certain sun conditions cannot be calculated in some "extreme" latitudes (e.g. sunset in Tromso NO in mid-summer: sun doesn't set; no astro dusk/dawn in mid-summer northern UK, etc.). PR 0000228: Fixed an issue with sequence (..after..) condition option not reselecting predecessor condition on subsequent rule edit.

    I don't regard this as a vital update; this is mostly just informational. But if you're affected by either of the above PRs, you may want to make the upgrade.

    On track for 1.0 release in 7/19. I've already changed the structure of the download directory.

  • Any instructions on how to update MSR on QNAP NAS Docker

    Locked
    3
    0 Votes
    3 Posts
    211 Views
    toggledbitsT

    Are you able to ssh into a QNAP NAS? I would assume you can. If so, try docker ps and see what it says. If it gives you a permissions error, try sudo docker ps. If either works (even if it lists no processes), then you can use docker commands. The following is a script that you can run. If you needed sudo to run the test command earlier, then run the script using sudo. Read the comments before running the script. There are things you need to modify before the first time you run the script, and after the first time.

    #!/bin/sh # You can save this as a script: update_msr.sh # Set permissions: chmod 755 update_msr.sh # # Before running this, stop and delete the existing container yourself. # After you have started MSR for the first time using # this script, you can uncomment the two docker # commands below and the script will do it for you from then. #docker stop reactor #docker container rm reactor # # Pull the new image: docker pull toggledbits/reactor:latest-generic-amd64 # # Create and start the new container: Adjust TZ as needed, and # provide the path to your Reactor data directory where shown: docker run --name reactor -d --restart on-failure -p 8111:8111 \ -e 'TZ=America/New_York' \ -v /PATH/TO/YOUR/DATA:/var/reactor \ --mount type=bind,src=/etc/localtime,target=/etc/localtime \ --network host \ toggledbits/reactor:latest-generic-amd64
  • Cannot save Restriction in MSR Rule Set

    Locked
    2
    0 Votes
    2 Posts
    105 Views
    toggledbitsT

    OK. I see this. It is saving it, just not redisplaying it on reload due to a race condition with an asynchronous task. I'll do a build later today with a fix.

  • Issues connecting to Ezlo Controller

    Locked
    16
    0 Votes
    16 Posts
    476 Views
    cw-kidC

    @toggledbits said in Issues connecting to Ezlo Controller:

    you press a button in Home Remote, that makes the request to MSR (over WiFi directly, or is there a cloud component to that app?

    Its direct on the WLAN from the Home Remote app to the MSR HTTP API.

    I have this exact same setup with my Vera hub for my other colour lights paired to the Vera Plus.

    I haven't noticed those being laggy when pressing the buttons on the Home Remote app page etc.

    But to be fair I don't normally press all the buttons quickly to change colours in that manner. I will try it against a Vera controller as well to see.

  • Lock code as trigger

    Locked
    7
    0 Votes
    7 Posts
    284 Views
    G

    @apocalypsehobby Interesting approach. I'm gonna look into this further.

  • Version 1.0 Pre-release Discussion

    Locked
    46
    3 Votes
    46 Posts
    2k Views
    MikeReadingtonM

    I was just going to reply to @Fanan about reading examples on the forum can really help point you in the right direction. @LibraSun posted some examples of some things I was struggling with, and that made all the difference. Carefully dissect the examples, refer back to the docs, and the dots will start to connect.

    One thing that I think helped me a whole bunch was an Amazon Prime "The Great Courses" course on programing called "How to Program: Computer Science Concepts and Python Exercises." (only $7.99 a month for access) While it is not an MSR programing language course, it helped give me some foundational knowledge that sort of transfers. An example of this would be the principle of "lists" in Python to help you understand the basics of "arrays" in MSR.

    Small steps and little victories will keep you going.

  • Trying to set variable with HTTP API request

    Locked
    19
    0 Votes
    19 Posts
    468 Views
    cw-kidC

    It's not something I've been using often and I'd known it had broken for a few months and not looked into it, which is why I only reported it had broken yesterday..

  • Play media from HA:s media folder?

    Locked
    2
    0 Votes
    2 Posts
    129 Views
    toggledbitsT

    Again, if you can do outside of MSR, there should be no reason you can't do it from within MSR. The trick is to figure out how to do it at all.

  • 0 Votes
    8 Posts
    298 Views
    therealdbT

    I’m doing something similar (ie what’s the pool temp? Or is the laundry done?) by using HA Bridge and calling a Vera function via HTTP. I think HA has this feature out of the box, using their hue emulation on Alexa or Nabu Casa.

  • Have the lights turn on - don't work

    7
    0 Votes
    7 Posts
    242 Views
    F

    I just want to update you guys, that all worked well last night. My lights turned on as expected!

  • Restart Reactor option not working on QNAP docker

    Locked
    6
    0 Votes
    6 Posts
    363 Views
    Tom_DT

    Nice to know that "Restart Reactor" under tools shuts Reactor down and then relies on the host to restart it. Nice to know that QNAP is not behaving. I restart on the QNAP GUI after I make configuration changes. I am using QNAP because it is what I have so this would be good info for someone looking for a NAS to run Reactor on.

  • Fibaro FGD212 and dimming (HomeAssistant)

    Locked
    7
    0 Votes
    7 Posts
    442 Views
    D

    Thanks for the super quick resolution on this PR!

  • Native support for Philips Hue

    Locked
    6
    0 Votes
    6 Posts
    192 Views
    toggledbitsT

    MQTT work is already under way, as is ZWaveJS. Since those are "drop-in" features, they are not version-dependent, so I don't have any urgency around getting them done in time for the 1.0 release, but MQTT will probably make an appearance in preview form (at least) in late Summer or early Autumn.

Recent Topics