Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Unsolved
Collapse
Discussion Forum to share and further the development of home control and automation, independent of platforms.
PerHP

PerH

@PerH
Script action and custom timers
therealdbT
Sorry to write here without trying, but I’m flying today. Am I correct if i say that script action with alarm() makes it possible to execute a reaction in a given interval, lets say 15 seconds or 3.5 minutes? That sounds amazing, since I’ve used weird tricks, including a custom controller, just to do this.
Multi-System Reactor
Requesting a proper ARM64/aarch64 Docker image (Pi 5 support)
M
Hi, I'm in the process of migrating from a Raspberry Pi 4 (ARMv7) to a Raspberry Pi 5 (ARMv8/aarch64), but I’ve run into an issue: there is no proper ARMv8/aarch64 image available. None of the existing images run on the Pi 5 - they all exit immediately with code 139 (segmentation fault), which typically indicates that the binaries inside the image are not compatible with the ARM64/aarch64 architecture used by the Pi 5. Would it be possible to publish a correct ARMv8/aarch64 (linux/arm64) image? Building one should be relatively straightforward using docker buildx with multi-arch support. For example, my own Node.js images are built this way: docker buildx build --push \ -t <localrepo>/<project>:<tag> \ --platform=linux/arm64,linux/amd64 \ --file ./apps/<project>/Dockerfile . This produces both the AMD64 and ARM64/v8 variants automatically. Also, as a side note, it may be best to avoid using Alpine as the base image for the ARM64 build, since musl-based builds often cause compatibility issues and unnecessary headaches. A glibc-based base image (e.g., Debian or Ubuntu) tends to work far more reliably on ARM64, especially for Node.js applications. @toggledbits - tagging you in case you missed this. Thanks, mgvra
Multi-System Reactor
Help resolve change in behaviour post update
CatmanV2C
Topic thumbnail image
Multi-System Reactor
Reactor (Multi-System/Multi-Hub) Announcements
toggledbitsT
Build 21228 has been released. Docker images available from DockerHub as usual, and bare-metal packages here. Home Assistant up to version 2021.8.6 supported; the online version of the manual will now state the current supported versions; Fix an error in OWMWeatherController that could cause it to stop updating; Unify the approach to entity filtering on all hub interface classes (controllers); this works for device entities only; it may be extended to other entities later; Improve error detail in messages for EzloController during auth phase; Add isRuleSet() and isRuleEnabled() functions to expressions extensions; Implement set action for lock and passage capabilities (makes them more easily scriptable in some cases); Fix a place in the UI where 24-hour time was not being displayed.
Multi-System Reactor
There is an alternative to homebridge-mqttthing
CrilleC
Just throwing out a general hint to the people running Homebridge and MQTT. Homebridge MQTT-Thing hasn't been updated in almost 2 years and it falls behind on compatibility with the development of Homebridge. I was looking for a replacement and found Homebridge Easy MQTT and I think it's a good replacement for MQTT-Thing. I particularly find Easy MQTT Value tranformers easier to to understand and use compared to MQTT-Thing Apply function. It took a while to migrate everything but I'm pleased and can recommend.
Software
Reactor w/HA 2025.11 error on set_datetime service call setting only time
CrilleC
@toggledbits Do you know if this is related to that PR or is it a change they made in 2025.11.1? [latest-25310]2025-11-11T13:16:24.319Z <HassController:INFO> HassController#hass perform x_hass_input_datetime.set_datetime on Entity#hass>input_datetime_vvb_dag with { "time": "10:45" } [latest-25310]2025-11-11T13:16:24.320Z <HassController:INFO> HassController#hass: sending payload for x_hass_input_datetime.set_datetime on Entity#hass>input_datetime_vvb_dag action: { "type": "call_service", "service_data": { "date": (null), "time": "10:45", "datetime": (null), "timestamp": (null) }, "domain": "input_datetime", "service": "set_datetime", "target": { "entity_id": "input_datetime.vvb_dag" } } [latest-25310]2025-11-11T13:16:24.321Z <HassController:ERR> HassController#hass request 1762866984320<2025-11-11 14:16:24> (call_service) failed: [Error] Not a parseable type for dictionary value @ data['date'] [-] [latest-25310]2025-11-11T13:16:24.321Z <HassController:WARN> HassController#hass action x_hass_input_datetime.set_datetime({ "time": "10:45" }) on Entity#hass>input_datetime_vvb_dag failed! [latest-25310]2025-11-11T13:16:24.321Z <HassController:INFO> Service call payload: {"type":"call_service","service_data":{"date":null,"time":"10:45","datetime":null,"timestamp":null},"domain":"input_datetime","service":"set_datetime","target":{"entity_id":"input_datetime.vvb_dag"},"id":1762866984320} [latest-25310]2025-11-11T13:16:24.322Z <HassController:INFO> Service data: {"fields":{"date":{"example":"\"2019-04-20\"","selector":{"text":{"multiline":false,"multiple":false}}},"time":{"example":"\"05:04:20\"","selector":{"time":{}}},"datetime":{"example":"\"2019-04-20 05:04:20\"","selector":{"text":{"multiline":false,"multiple":false}}},"timestamp":{"selector":{"number":{"min":0,"max":9223372036854776000,"mode":"box","step":1}}}},"target":{"entity":[{"domain":["input_datetime"]}]}} [latest-25310]2025-11-11T13:16:24.322Z <Engine:ERR> Engine#1 reaction rule-mgb8pfhs:S step 0 perform x_hass_input_datetime.set_datetime failed: [Error] Not a parseable type for dictionary value @ data['date'] [-] [latest-25310]2025-11-11T13:16:24.322Z <Engine:INFO> Engine#1 action args: { "time": "10:45" } [latest-25310]2025-11-11T13:16:24.322Z <Engine:INFO> Resuming reaction Sätt Schema VVB i Home Assistant<AKTIV> (rule-mgb8pfhs:S) from step 1 [latest-25310]2025-11-11T13:16:24.323Z <HassController:INFO> HassController#hass perform x_hass_input_datetime.set_datetime on Entity#hass>input_datetime_vvb_natt with { "time": "03:00", "timestamp": 0 } [latest-25310]2025-11-11T13:16:24.323Z <HassController:INFO> HassController#hass: sending payload for x_hass_input_datetime.set_datetime on Entity#hass>input_datetime_vvb_natt action: { "type": "call_service", "service_data": { "date": (null), "time": "03:00", "datetime": (null), "timestamp": 0 }, "domain": "input_datetime", "service": "set_datetime", "target": { "entity_id": "input_datetime.vvb_natt" } } [latest-25310]2025-11-11T13:16:24.324Z <HassController:ERR> HassController#hass request 1762866984323<2025-11-11 14:16:24> (call_service) failed: [Error] Not a parseable type for dictionary value @ data['date'] [-] [latest-25310]2025-11-11T13:16:24.324Z <HassController:WARN> HassController#hass action x_hass_input_datetime.set_datetime({ "time": "03:00", "timestamp": 0 }) on Entity#hass>input_datetime_vvb_natt failed! [latest-25310]2025-11-11T13:16:24.324Z <HassController:INFO> Service call payload: {"type":"call_service","service_data":{"date":null,"time":"03:00","datetime":null,"timestamp":0},"domain":"input_datetime","service":"set_datetime","target":{"entity_id":"input_datetime.vvb_natt"},"id":1762866984323} [latest-25310]2025-11-11T13:16:24.324Z <HassController:INFO> Service data: {"fields":{"date":{"example":"\"2019-04-20\"","selector":{"text":{"multiline":false,"multiple":false}}},"time":{"example":"\"05:04:20\"","selector":{"time":{}}},"datetime":{"example":"\"2019-04-20 05:04:20\"","selector":{"text":{"multiline":false,"multiple":false}}},"timestamp":{"selector":{"number":{"min":0,"max":9223372036854776000,"mode":"box","step":1}}}},"target":{"entity":[{"domain":["input_datetime"]}]}} [latest-25310]2025-11-11T13:16:24.324Z <Engine:ERR> Engine#1 reaction rule-mgb8pfhs:S step 1 perform x_hass_input_datetime.set_datetime failed: [Error] Not a parseable type for dictionary value @ data['date'] [-] [latest-25310]2025-11-11T13:16:24.324Z <Engine:INFO> Engine#1 action args: { "time": "03:00", "timestamp": 0 } [latest-25310]2025-11-11T13:16:24.325Z <Engine:INFO> Resuming reaction Sätt Schema VVB i Home Assistant<AKTIV> (rule-mgb8pfhs:S) from step 2 [latest-25310]2025-11-11T13:16:24.325Z <Engine:INFO> Sätt Schema VVB i Home Assistant<AKTIV> all actions completed.
Multi-System Reactor
Reactor Version 25310 : Office Light control via rule in reactor no longer working since last update.
P
Hello, I currently have an office light (connected via a Leviton Zwave Dimmer switch) controlled from a Gen5 Aeotech Zwave switch installed on my Synology 720+ NAS. I run HA(2025.11.10) in a virtual machine from my NAS and Reactor on the container manager of the same NAS. Prior to updating to 25304 the rule I had set to turn the light on to a specific dimming value worked correctly. Now the rule appears to follow the decision tree, however the reaction does not trigger setting the dimming or turning on the office light? Strangely I can still turn the light on and off as well as dim it directly from HASS..? I have tried using the ''try this action'' button in the rules reaction setting and it will not control the light and does not throw an error flagÉ Please help, P.S Reactor has been rock steady for me over the last few years and I'm a big fan of this solution.
Multi-System Reactor
Shelly Wall Display XL
therealdbT
I don't know if you guys are into dashboards, but I am. For a second home I tried the Shelly Wall Display 2, and while not so big, it worked well over the summer. Since we're remodeling our house, I just swapped my old Fire Tablet (with its own problems) with two new Shelly Wall Display XL. I just removed the standard firmware, and I added mine (https://github.com/dbochicchio/ShellyElevate), forked from https://github.com/RapierXbox/ShellyElevate I just managed to support buttons (this thing has 4 of them) and it's all auto-discovered by Home Assistant and accessible via Reactor. I also have a new build in the works with support for buttons inside HA. I added a bonus Javascript interface sending events (screen/screensaver status, buttons, motion) to automatically drive the dashboard (all doing in HTML+Javascript and monitoring Reactor's variable). This specifical thing excluded, go get one of them, the device has a decent CPU for HA dashboards and blends wonderfully in the decor.
Hardware
[Solved] alarm() in global expression throws error in log.
CrilleC
Topic thumbnail image
Multi-System Reactor
[Solved] Define function issue in latest-25304
CrilleC
Topic thumbnail image
Multi-System Reactor
No Upgrade Notification for Build 25308?
CatmanV2C
FWIW I'm no longer getting a notification from MSR that there's an update. Just thought I'd mention it C
Multi-System Reactor
Strange behavior in MSR latest-25304 with disabled groups in Reaction
therealdbT
Topic thumbnail image
Multi-System Reactor
Do you Matter?
akbooerA
Is anyone using the Matter protocol to connect devices?
General Discussion
[Reactor] Variables not updating correctly in latest-25201-2aa18550
therealdbT
Topic thumbnail image
Multi-System Reactor
The reaction stopped working (Google Nest max playing a video)
F
Topic thumbnail image
Multi-System Reactor
Caution: zwave-js-ui docker 11.4.0 is broken
toggledbitsT
About 20 hours ago, the author of zwave-js-ui posted build 11.4.0 of that product, and it contains an error and won't start (at all) under docker. The author is aware and working on a fix. In the meanwhile, stick with 11.3.1 or earlier. Ref: Issue 4401
Software
Handling Dead Entities and Renamed Entities
PablaP
Hello all.. been a minute! I recently rebuilt my Z wave network and migrated to a new z wave stick. In order to prevent any downtime I kept my original z wave network up and ran a docker version of Z Wave JS UI with my new controller. This way I could add device by device without having any devices down. I finally moved all the devices over to my new stick today. The final step was to migrate everything from my Docker instance of Z Wave JS UI to the HA add-on of Z Wave JS UI. However during this migration some of the names didn't populate correctly which I later managed to import back into Z Wave JS UI. The issue was in Reactor it is stuck on the default names and the entities are not updating. I removed the controller from Reactor, restarted, hard refreshed, and added the controller back however the new entity names have not updated. Also it seems like the old entities from my previous instance of Z Wave JS UI are lingering and not being marked as dead (I believe a certain amount of time needs to lapse before they're marked as dead in Reactor). My goal is to basically purge all the entities for the 'ZWaveJS' controller in Reactor so it can pull all the updated entity names and only the entities that exist in Z Wave JS UI. I cannot find a quick way to do this, I know entities can be deleted one by one, but with over 100 entities this would take long I am guessing that if I added the controller with a new name in in the Reactor config it would pull the updated entities and names but I think that would break my rules since the entity IDs would change (I made sure to name all the entities the exact same as they were previously to prevent this issue).
Multi-System Reactor
Strange behavior for MQTT templates using payload and attributes
therealdbT
Topic thumbnail image
Multi-System Reactor
[MSR] reactor-mqtt-contrib package for additional MQTT templates
therealdbT
I'm slowly migrating all my stuff to MQTT under MSR, so I have a central place to integrate everything (and, in a not-so-distant future, to remove virtual devices from my Vera and leave it running zwave only). Anyway, here's my reactor-mqtt-contrib package: https://github.com/dbochicchio/reactor-mqtt-contrib Simply download yaml files (everything or just the ones you need) and you're good to go. I have mapped my most useful devices, but I'll add others soon. Feel free to ask for specific templates, since I've worked a lot in the last weeks to understand and operate them. The templates are supporting both init and query, so you have always up-to-date devices at startup, and the ability to poll them. Online status is supported as well, so you can get disconnected devices with a simple expression. Many-many thanks to @toggledbits for its dedication, support, and patience with me and my requests
Multi-System Reactor
HA 2025.9.4 Supported Yet?
CatmanV2C
Tangentially did I miss 2025.9.4 getting blessed in MSR? I've been holding off Cheers C
Multi-System Reactor
About
Posts
369
Topics
35
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Vera account suspended for a 1000 years
    PerHP PerH

    I'm still not excluded, but I think it's a matter of time until he sees the same profile picture.
    I was hoping to be able to test the eZLO plus some more, but given the temperature, i'd rather stay with the "Rafael group". 😁

    f915b08e-7967-4c2b-a5be-00fdc1dde22a-image.png

    Utterly flabberghasting!

    Edit: And there, i'm out too. Should we count how many eZLO plus beta testers he threw out? I have one.

    Vera

  • Another transition from Vera to OpenLuup And now to HASS - PerH
    PerHP PerH

    I finally made the Domoticz link work, and then ported all Zigbee devices to the much better zigate plugin there. No change in latency at all, very sharp responses to door and motion sensors. Happy! 🙂

    This plugin has its own GUI, and is almost structurally standalone. I've contacted the developers to ask if its possible with a direct API and to run it as a service to cut domoticz out of the chain..

    I can now confirm that TRADFRI and Aqara will work together just fine, with repeaters helping for both systems:
    5106961d-32d7-4fbd-81f9-ff381432a5da-image.png

    Blogs

  • Openluup docker filling up disk space?
    PerHP PerH

    The answer was offcourse logs. I didn't put in any limit to it, so everything is stored!

    Found the solution here, update the docker compose files, and on we go. 🙂

    Docker

  • Goodbye Brothers in crime!
    PerHP PerH

    Shouldn't this topic be set to "SOLVED"? 😉 Good luck with Hass, and not in the ironic way.

    General Discussion

  • Another transition from Vera to OpenLuup And now to HASS - PerH
    PerHP PerH

    So, the resolution to the recent errors was that the UZB Stick was set up with "Bridge" firmware! to fix, go to ExpertUI - Network - Control - Firmware - Switch to "Normal" Firmware.
    I may have been blinded by the "F**k, nothing i try works", but i think this detail could be more visible to beginners in some way, i.e. a small pop-up message when you try to add sensors in a-way (which requires normal mode FW).. I will pitch this to the z-way guys.

    Onwards!

    Blogs

  • Changing device type for wall controller
    PerHP PerH

    Found the branch selection in altappstore. 🙂

    Now i have scene variables too, and it works fine. thanks. 🙂

    Zway Bridge

  • Telegram Plug-in to send text, images and video notifications
    PerHP PerH

    Contact! 🙂

    Had to make a new token to make it work, theres no expiry of them, i hope?

    Now i have to learn how to send "special" characters, it didnt even like "!".. But i don't intend to yell in my notifications anyway. 🙂

    Sent one from reactor too Patrick. 🙂

    To all you developer guys; Awesome job! thankyou for making this great HA system! Hope to join in on making some contributions myself. 🙂

    Plugins

  • Another transition from Vera to OpenLuup And now to HASS - PerH
    PerHP PerH

    Did this:
    @rafale77 said in z-way-server ubuntu install:

    @PerH

    The problem is that libcurl3 is not in the standard repo you have listed.
    assuming you are on ubuntu download it from here:

    Ubuntu – Error

    You need to pick from the correct platform.
    wget --url you can paste from the link above--

    i.e

    wget http://no.archive.ubuntu.com/ubuntu/pool/universe/c/curl3/libcurl3_7.58.0-2ubuntu2_amd64.deb
    

    downloading from the norwegian mirror for x64

    Then run

    dpkg -i libcurl3_7.58.0-2ubuntu2_amd64.deb
    

    might need sudo authority to install.

    Edit: Another idiot way to do it is to not install libcurl3 at all and instead create a symbolic link for libcurl3 to call libcurl4 (That's how I am running mine 🤘 )

    sudo ln -s /usr/local/x86_64-linux-gnu/libcurl-gnutls.so.4 /usr/local/x86_64-linux-gnu/libcurl-gnutls.so.3
    
    sudo ln -s /usr/local/x86_64-linux-gnu/libcurl.so.4 /usr/local/x86_64-linux-gnu/libcurl.so.3
    

    Note that you will need to find where your libcurl library was installed. I just gave you the ubuntu location.

    and

    apt install curl
    systemctl disable openluup.service
    systemctl enable openluup.service
    systemctl start openluup.service
    

    up and running again. Now the appstore is OK too, commencing attempt 2 on z-way bridge.

    Blogs

  • openLuup Z-Way bridge: Version Log
    PerHP PerH

    There is an additional license for the Z-Way software, but I would say it is well worth it. My experience is that it's extremely stable (haven't crashed once in the years i've had it), and the control of the network through the expert panel is probably the best you can find.
    The "Smart Home" UI is not great, but it doesn't matter much if you're using openLuup. 🙂

    Zway Bridge

  • Generic support for vacuums
    PerHP PerH

    I suggest that you buy a xiaomi mi vacuum as well! 😉

    (good job!)

    Plugins

  • Another transition from Vera to OpenLuup And now to HASS - PerH
    PerHP PerH

    I finally reached the finishline for the move-to-docker project! 🙂
    All applications are now inside dockers, communicating on the internal docker network.

    This makes updates easy - just update to a newer docker image. (or update in the app, in the openLuup case)

    Backup is done by copying the docker volumes to an SSD along with the indluxDB.

    Restore to any machine running docker is in principle just attaching the USB devices - install ser2net, and running one docker-compose file. Everything is set up and ready to go. Tested on an Ubuntu installed machine, and it works!

    This will offcourse take a bit more disk-space, havent summed it up yet.. But i have no plans on running this on machines with tiny storage anyway.

    One thing i'd like to improve is to get the UZB into Ser2net as well, with the advantage of accessing it from my test-system as well. Z-Way unfortunately can't take IP-serial without Socat? mabye in later updates.

    I made this sketch to keep track of the system in progress, it might be usefull to others?

    70d8d104-d6f4-4819-8c16-4d4e7ceaff0d-image.png

    Blogs

  • Almost there!
    PerHP PerH

    Cool! I'm currently on the Docker path, so i'll be setting up one for this. Ubuntu or debian? mabye Alipne, as VWout used for Openluup?

    Multi-System Reactor

  • Another transition from Vera to OpenLuup And now to HASS - PerH
    PerHP PerH

    After about 7 years in the Vera/openLuup world i've now moved on to a home assistant installation. This was rather reluctantly, as openLuup has served me well with very few issues (other than ones I created myself off course!). A big thanks to @akbooer and all contributors for all the good work with this software!

    The main reason for jumping the fence to HASS was in short all the integrations and UI possibilities. The device handling for Zigbee and RFXtrx is also developing to be really good, and is still maintained.
    There is still plenty of annoying bugs/imperfections with HASS, but the maturity is at a level where most of what I need works well enough.
    My system is now:

    • HASS Container
      • Z-wave JS UI for z-wave (Still prefer Z-Way here, but the integration isn't good there yet)
      • ZHA for zigbee
      • RFXTRX plugin for 433
      • HASS Configurator for UI file editor for both HASS and MSR configuration files
    • MSR for all automations
    • Grafana and InfluxDB 1.8 (upgrading to 2.0 in a while)

    So far so good! 🙂

    Blogs

  • MSR in Alpine Docker
    PerHP PerH

    I have a docker running smoothly now, thought i'd share it. (and BTW, it looks awesome, Patrick!)
    So far i've only opened 8111, and /config as volume. Mabye the full /reactor folder should be exposed for easy updating?

    docker compose:

    version: "3.9"
    services:
      MSR:
        container_name: MSR
        restart: always
        image: perhu/msr-alpine:latest
        ports:
          - "8111:8111"
        networks:
          HAnett:
            ipv4_address: 192.168.0.8
        volumes:
          - type: bind
            source: /etc/localtime
            target: /etc/localtime
          - type: volume
            source: MSR-config
            target: /etc/reactor/config
          - type: volume
            source: MSR-storage
            target: /etc/reactor/storage
    logging:
            driver: "json-file"
            options:
                max-file: "5"
                max-size: 10m
    networks:
        HAnett:
            name: HAnett
            driver: bridge
            ipam:
                config:
                    - subnet: 192.168.0.0/16
                      gateway: 192.168.0.254
    volumes:
      MSR-config:
        name: MSR-config
      MSR-storage:
        name: MSR-storage
    

    dockerfile for those who want to modify the image: (this works if you have unzipped MSR zip file to the same folder as the dockerfile)

    FROM alpine:latest
    
    COPY /reactor/. /etc/reactor/
    
    RUN apk add --update nodejs npm && cd /etc/reactor \
            && npm install --loglevel error --no-save \
            && cp dist-config/* config/
    
    VOLUME ["/etc/reactor/config"]
    
    VOLUME ["/etc/reactor/storage"]
    
    EXPOSE 8111
    
    CMD ["/bin/sh"]
    
    WORKDIR /etc/reactor
    
    CMD ["node", "/etc/reactor/app.js"]
    

    EDIT: 20210307 - updated with localtime bind

    Multi-System Reactor

  • MSR in Alpine Docker
    PerHP PerH

    @LibraSun asked about MSR docker on synology in another thread. I don't know whats special on synology as i don't hvae one, but this is how you can do it on other linux systems (and please correct me if something's wrong in the write-up, im still learning here!):

    Start by downloading reactor from the bugtracker place and unzip it to an appropriate folder on the NAS called "/.../reactor/"
    Edit your /reactor/config/reactor.yaml with the appropriate settings
    In the same folder you have the /reactor/ sub folder, create a textfile called "dockerfile" (no extension)
    paste this in:

    FROM alpine:latest
    
    COPY /reactor/. /etc/reactor/
    
    RUN apk add --update nodejs npm && cd /etc/reactor \
           && npm install --loglevel error --no-save \
           && cp dist-config/* config/
    
    VOLUME ["/etc/reactor/config"]
    
    VOLUME ["/etc/reactor/storage"]
    
    EXPOSE 8111
    
    CMD ["/bin/sh"]
    
    WORKDIR /etc/reactor
    
    CMD ["node", "/etc/reactor/app.js"]
    

    save & close, and then type docker build -t your/image:version .

    Then you can make a docker-compose like mine in the above post, or you can use run command:
    docker run -p 8111:8111 your/image:version

    Note: @toggledbits prefers to keep control over MSR distribution through the alpha/beta testing, so publishing on dockerhub is not an option. You can have private repositories there as well in order to transfer an image between machines easily.

    Multi-System Reactor

  • Low-priority GUI feedback
    PerHP PerH

    I think so, yes. As simple as possible, unless we loose functionality, which i don't think is the case here?

    Multi-System Reactor

  • How does MSR keep in sync with devices and scenes on Vera?
    PerHP PerH

    Isn't the vera updates based on polling? if so, it will only be updated at that interval.. I think the approach used in domoticz bridge is better, with some script on the host (domoticz in that case) yelling to the bridge on changes..

    Multi-System Reactor

  • Low-priority GUI feedback
    PerHP PerH

    Haven't touched my system for a while (or read updates here), busy with other projects..
    Just have to mention that I updated to the latest today and found the new entity selector tool... LOVE it! That has been my only nagging thing about reactor since vera reactor, all that scrolling..
    Thanks, @toggledbits, this is really turning into something VERY good!

    Multi-System Reactor

  • Release 1.0.0
    PerHP PerH

    Haven't been able to do much helping on this for a while, but after installing the release docker, and moving the rest my automation to MSR i feel the need to say:
    GOOD JOB!
    Especially to Patrick, but also to all contributors.

    Automation is now very fast and intuitive to set up, and I still havent found anything i can't do with this. No bugs as far as i've seen yet either!

    Multi-System Reactor

  • [Solved] Big change in my system - How to update MSR as best as possible?
    PerHP PerH

    I just gave up waiting for the HASS Z-wave.me integration to finish, and set up Zwave JS UI instead. In the same operation, all zigbee and 433 devices was moved from openluup to HASS as well, so all devices now have a new address.

    I thought I saw some "replace device" function in MSR earlier, but now I didnt find it?

    I've done a lot of the changes manually now, and removed openluup as a system, but at every restart I still get the warning/errors about the old units. I assume it's because rules ask for them? This is where that "replace this with this" would come in handy..

    Right now, my problem is that the rules i did update doesn't pull any levers in HASS. If I go in and run the action line in the rule manually, it works, but only with the arrow button on the actual action, not the common arrow button in "set reaction".

    Any tips/hints on making this transition easier is much appreciated. 🙂

    Multi-System Reactor
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Unsolved