Skip to content

Multi-System Reactor

799 Topics 7.6k Posts
  • Using InfluxDB with MSR

    3
    1 Votes
    3 Posts
    313 Views
    toggledbitsT
    I have a version of the InfluxDB plugin that can query and populate the attributes of an entity, just as many other controllers do in Reactor. That's still experimental, and requires some depth of knowledge of what I regard as a rather poorly-documented query language (theirs) that is yet another learning curve. At the moment, I see it as little more than a high bar for users and a huge technical support nightmare for me, so the jury is still out on if that ever sees daylight beyond my bench.
  • git hub docker container not available?

    2
    1
    0 Votes
    2 Posts
    223 Views
    B
    It may be that you need to pull "latest-[flavor]" and not just "latest" eg: latest-amd64 etc. dependent on the image specific to your installation type. -bh
  • Synology NAS docker image replacement

    6
    0 Votes
    6 Posts
    424 Views
    MikeReadingtonM
    @toggledbits Fair enough
  • Copying configuraiton and rules from QNAP install to Raspberry PI 4 install

    13
    0 Votes
    13 Posts
    769 Views
    T
    Sorry @toggledbits . I tied it again after a good break and it appears to work fine. I honestly don't know what was going wrong but things seem to now be in order: pi@raspberrypi:~ $ cd reactor pi@raspberrypi:~/reactor $ ls config docker-compose.yml logs storage pi@raspberrypi:~/reactor $ docker-compose down Stopping reactor ... done Removing reactor ... done Removing network reactor_default pi@raspberrypi:~/reactor $ docker-compose pull Pulling reactor ... done pi@raspberrypi:~/reactor $ docker-compose up -d Creating network "reactor_default" with the default driver Creating reactor ... done docker-compose.yml below FYI: Multi-System Reactor template docker-compose.yml (version 22160) Change the lines indicated by "DO"... version: '3' services: reactor: container_name: reactor environment: # DO change the TZ: line to set your local time zone. # See valid TZ list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones TZ: GB # # DO NOT change this path. Your directory location is in "source" below. REACTOR_DATA_PREFIX: /var/reactor # DO change the image below to the one you are using (e.g. armv7l or aarch64 for RPi 4) image: toggledbits/reactor:latest-aarch64 restart: "always" expose: - 8111 ports: - 8111:8111 volumes: # DO change the /home/username/reactor below to the directory you created for # your local data; DO NOT change the /var/reactor part - /home/pi/reactor:/var/reactor - /etc/localtime:/etc/localtime:ro tmpfs: /tmp
  • Alexa TTS via Home Assistant?

    Locked
    2
    0 Votes
    2 Posts
    295 Views
    toggledbitsT
    Thread
  • Reactor as tab in Hass sidebar

    6
    0 Votes
    6 Posts
    433 Views
    G
    @matohl Yessir - figured that out way too late into the night to reply Also used this to add my two Hubitats to the mix.
  • Documentation>Network Status

    4
    0 Votes
    4 Posts
    335 Views
    S
    @Fanan Thanks for the info. @toggledbits Thanks for the detailed documentation. I have it working.
  • MSR Upgrade from 22119 to 22136 fails, service wont start

    6
    0 Votes
    6 Posts
    516 Views
    W
    So, following: cd \path\to\reactor node tools\install_reactor_windows_service.js -u . del /s /f node_modules npm rm -g node-windows npm uninstall node-windows npm uninstall -g node-windows npm install -g node-windows@1.0.0-beta.6 npm link node-windows ...extract the Reactor.zip over the old directory... node tools\install_reactor_windows_service.js -i . I'm now running fine with Reactor (Multi-hub) stable-22136. Thank you @toggledbits for your support and amazing product. Bonus is the SSL now works too (CertifytheWeb with LetsEncrypt will renew it and drop the key files in the correct location). That means I can have Reactor as a tab in the Hass sidebar (previously https Hass --> http reactor would not work). [image: 1654579663148-bdb4b2e7-f193-4fe1-9012-fdba37630a3e-image.png] Ractor.yaml: [image: 1654579126355-99a5f802-c3e4-4bfa-9a29-975de1da4d28-image.png] CertifyTheWeb: [image: 1654579185489-621270ab-242f-47c4-a7ee-d547ce9eb4cf-image.png] Browser: [image: 1654579237480-0f4ac4f9-f330-4186-bb30-fd9cd559da39-image.png]
  • 0 Votes
    3 Posts
    245 Views
    CrilleC
    Interesting fact, thank you for clarifying and actually implementing it into Reactor.
  • Status page rule history length.

    1
    0 Votes
    1 Posts
    146 Views
    No one has replied
  • [Solved] New device on Ezlo is not added in Reactor

    4
    0 Votes
    4 Posts
    307 Views
    toggledbitsT
    PR 0000322 resolves, in build 22149.
  • Disk Warning on Multisystem Reactor

    3
    2
    0 Votes
    3 Posts
    219 Views
    S
    Thanks that was it. For some reason Home Assistant was configured with Debug logging on and the log file was 267GB on a 512gb drive. SMH...
  • Up and running

    9
    2 Votes
    9 Posts
    544 Views
    CatmanV2C
    @toggledbits said in Up and running: @catmanv2 said in Up and running: although it was only 2 months old If you mean the release, the stamp 21350 means December 16, 2021, so that's more than five months ago. Things change fast around here! Ahh I was looking at the date stamp on the download. Thanks, as ever C
  • Schlage Lock - Alert when PIN Entered

    17
    2
    0 Votes
    17 Posts
    2k Views
    G
    @mikereadington If you're moving your locks to Hubitat I recommend you also add the Reliable Locks app available in HPM. [image: 1653479677822-b7018093-6d72-4799-b53d-50b02d8d3d80-image.png] It's resolved many issues that Schlage and Hubitat have (even with the improved native integration.)
  • MSR No longer Setting Reactions

    3
    0 Votes
    3 Posts
    294 Views
    T
    Thank you. For some reason I was thinking/reading that the 1.0 branch was the latest. I updated as you suggested which fixed my issue. Much appreciated.
  • MSR Telegram Messages Stopped Working

    5
    0 Votes
    5 Posts
    546 Views
    T
    Thank you all for your suggestions and support. It turned out that it was a problem with my QNAP Container install. I have to re-install it and then re-install the (latest) MSR version. Anyhow, I'm up an running again.
  • SSL Certificate for Multi System Reactor via LetsEncrypt

    Locked
    2
    0 Votes
    2 Posts
    233 Views
    toggledbitsT
    https://reactor.toggledbits.com/docs/How-To-HTTPS/
  • MSR ZEN32 weird behavior

    Locked
    3
    1
    0 Votes
    3 Posts
    393 Views
    R
    Thanks, Fixed it.
  • HASS 2022.5 issue with ZwaveJS in MSR

    Locked
    5
    0 Votes
    5 Posts
    548 Views
    R
    Found the issue. The port was not set in Network section of zwavejs2mqtt.
  • Global Expression – Reference Error

    Locked
    13
    4
    0 Votes
    13 Posts
    928 Views
    wmarcolinW
    @toggledbits [image: 1651689741082-a7f22b83-cfa6-43ac-9783-74b8b5df9d73-image.png]

Recent Topics