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.
D

dcmChrissy

@dcmChrissy
Bail out of failed reaction?
T
Topic thumbnail image
Multi-System Reactor
Arming Envisalink panel from MSR
T
Topic thumbnail image
Multi-System Reactor
[Solved] DynamicGroupController updating members issue
CrilleC
Edit: Solved in latest-26221. Bare-metal latest-26193 I have this group: "OKforLarm": name: OK för Larm select: - include_controller: vera - include_capability: door_sensor filter_expression: entity.attributes.door_sensor.state It contains the entities I expect but behaves a bit odd. When I open vera>device_10097 the entity attribute door_sensor.state changes to true but it won't show up as member in the group, when I also open vera>device_10095 they both shows as members and when I close vera>device_10095 it disappear from the group but when I close vera>device_10097 it lingers in the group until I restart Reactor.
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
DynamicGroupController and attributes
therealdbT
Hey @toggledbits I'm back to trying to optimize a couple of things based on dynamic group. First of all, I think I found a typo in the doc: primary_attribute: "binary_sensor.state" primary_attribute_value: | d = false; each id in members: d = getEntity(id)?.attributes?.power_switch?.state or d, d I think the correct code snippet is d = false, All that said, my use case for dynamic groups is to group 3 different climate devices, so I could easily command them at the same time. Commands are good, but sometimes I want to check if any of the devices are on, and that's easily done with a similar snippet as the one you have in the docs. But this is limited to the primary attribute, while I want to have any of the attributes in the group to be driven by a similar logic (while all are null in the group). ie, access hvac_control.mode and see if any of the unit is set to cool, or heat. Is that possible, without re-defining an expression in each of my rules? Thanks!
Multi-System Reactor
Upgrade Issues
T
Topic thumbnail image
Multi-System Reactor
[SOLVED] Conflicting Set Reaction Groups Appear to Fire Simultaneously in Single Rule Evaluation
G
Topic thumbnail image
Multi-System Reactor
[SOLVED] Question regarding "in" vs "contains" vs contents of the string
G
Topic thumbnail image
Multi-System Reactor
openLuup console disappeared - 500 - Internal Server Error
A
Love openLuup - it just keeps working perfectly. I started looking at trying to add a gen4 Shelly device to the Shelly plugin via L_ShellyBridge.lua. The plugin is a little uncooked (no rudeness intended), so a bit of a rabbit hole for me. All of a sudden no console pages available in either Firefox or Chrome. AltUI works perfectly and all the log files indicate no errors. openLuup still running everything works as it should - just no console pages. I possibly screwed something up but any recently changes files show no problems. The original/ backup of L_ShellyBridge.lua was reinstated but still no console. Bit stumped on this one. Not sure how to debug. Any ideas?
Plugins
Logon screen timeout
G
Noticing since 170 that the lock screen doesn't switch to the logon prompt but, rather, stays on the active UI until such time as you go to click something within it. Then it jumps to the login screen. Brave browser Brave 1.92.139 (Official Build) (arm64) Chromium: 150.0.7871.114
Multi-System Reactor
[MSR] Copy&past of actions and/or drag&drop between set/reset
therealdbT
Hey @toggledbits One thing that bothers me while doing work on new systems/new features, is that I cannot copy&paste actions, and I cannot drag&drop between set and resets. #1 is for when I want to copy an action between different rules opened in two separate browser windows, while #2 is when I just need to flip a bunch of actions in the reset, or move some logic back and forth. Both will be appreciated, but I understand the technical challenges. Thanks!
Multi-System Reactor
Upgrade advice - upgrade from aarch64 to ARM64 image
T
I'm currently on version 26011. I understand that the aarch64 image is no longer supported. So, I therefore need to update to the ARM64 image. Can anyone possibly suggest how I update my docker compose.yaml file (see below). Ideally I'd like to keep my existing reactions etc. rather than start from scratch. # Multi-System Reactor template docker-compose.yml (version 22160) # # Change the lines indicated by "DO"... # 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/docker/reactor:/var/reactor - /etc/localtime:/etc/localtime:ro tmpfs: /tmp
Multi-System Reactor
Alexa for MSR, any interest?
MikeReadingtonM
Topic thumbnail image
Multi-System Reactor
Ezlo Paid Subscription for Vera Cloud Services
toggledbitsT
It appears that Ezlo is going to new levels of paid subscription for cloud services supporting Vera hubs. I have to congratulate them. It will soon be 8 years since Ezlo acquired Vera, and despite their purported financial and "intellectual" capital, they have to date not produced a viable full replacement for Vera. Now they are going to charge extra for services for a platform that they stopped updating years ago. If you know anyone who hasn't yet fully moved on from Captain Ahab's White Whale Chase, please remind them that my Decouple project is still up on Github to decouple a Vera Plus/Secure/Edge from Vera/Ezlo's cloud services. Veras have been said to misbehave when they can't reach the mother ship. I have also written my first new Vera plugin in... six years? more?... the AlertPushover project will send Vera hub alerts to Pushover, so you can still get messages generated by your Vera hub without paying for Ezlo's cloud service. It's crude but functional (i.e. better than nothing/worth every penny paid). These two projects won't replace the functionality of their cloud service and app for those who need those things. But any that don't, this may help bridge the gap. Hopefully these stragglers who have waited so long and been disappointed so often will get the idea that it's time to move on.
General Discussion
[RESOLVED] Telegram notification broke with latest update
3
Topic thumbnail image
Multi-System Reactor
[RESOLVED] Phantom device, “INFO” appears
wmarcolinW
Topic thumbnail image
Multi-System Reactor
[RESOLVED] Mode Status NULL
wmarcolinW
Topic thumbnail image
Multi-System Reactor
[RESOLVED] HTTP query failing after version 26177
wmarcolinW
Topic thumbnail image
Multi-System Reactor
Question about the find function
wmarcolinW
Topic thumbnail image
Multi-System Reactor
[Answered] OK to remove old json files?
3
Topic thumbnail image
Multi-System Reactor
About
Posts
15
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • MIOS - UI5 web login
    D dcmChrissy

    After a long (8+ months) period of non-access, I am again able to login remotely through mios. Believed (unconfirmed) the issue was a redirection to fwd4 vs. fwd3 which was my previous default. I can currently successfully test by:

    1. Browsing to https://status.getvera.com/
    2. Under Portal (Legacy - UI5) clicking the "Login & User Accounts" link redirects to my Vera 3 (UI5)
    Keep in mind that this did NOT work for the longest time. I tried a few Tech Support tickets via the Vera and also a plea on their forum. For the heck of it, I tried to access via status.getvera.com and one day I was surprised that it works again (but now using fwd4)

    Also, the less secure link via ALTUI of:
    https://fwd4.mios.com/USER/PASSWORD/ACCESSPOINT/data_request?id=lr_ALTUI_Handler&command=home#

    . . . works again.

    ![UI5-RemoteLogin.PNG](Something went wrong while parsing server response)

    (Unable to upload screenshot .png at this time)
    EDIT: perhaps not enough posts to allow me to "Upload Image"

    General Discussion

  • (Tip) Pushover and Original Reactor using openLuup / ALTUI
    D dcmChrissy

    @toggledbits
    Thanks!
    Testing and manual typing of the custom sound names works great!
    Chris

    Vera/openLuup plugins

  • (Tip) Pushover and Original Reactor using openLuup / ALTUI
    D dcmChrissy

    UPDATE: With @toggledbits update for "R4V" below, your new notification sounds will work just by typing your custom soundfile name into the Sound: field of the Notify Action. Editing the J_ReactorSensor_UI7.js is not an undertaking for the simple user 😲

    Please ignore the entire "Tip" below, it ended up hosing my Reactor interface and I had to re-install the Reactor "stable" version to get back up and running. I'll leave it posted for a bit in case someone knows WHY it got hosed.
    Sorry,
    Chris

    Guessing this is the most appropriate area in which to post this . . .

    In case nobody has written this yet, I've been using Pushover for a while. First with VeraAlerts on Vera3/UI5, now with Reactor on openLuup/RPi3.

    Until recently, Pushover has constrained us by only allowing select notification sounds. Now pushover.net will allow you to upload custom sounds to their internal library.

    PushOver.PNG

    You may then add these sounds to Patrick's J_ReactorSensor_UI7.js file

    					values: [
    						"=(device default)", "none=(none/silent)", "vibrate=(vibrate only)", "pushover=Pushover",
    						"bike=Bike", "Bubbles=Bubbles (VA)", "bugle=Bugle", "cashregister=Cash Register", "classical=Classical", "Cloud=Cloud (VA)", "cosmic=Cosmic", "falling=Falling",
    						"gamelan=Gamelan", "incoming=Incoming", "intermission=Intermission", "iPhone_Ding=iPhone Ding (VA)", "magic=Magic", "mechanical=Mechanical",
    						"pianobar=Piano Bar", "siren=Siren", "spacealarm=Space Alarm", "tugboat=Tug Boat", "alien=Alien Alarm (long)",
    						"climb=Climb (long)", "persistent=Persistent (long)", "echo=Pushover Echo (long)", "updown=Up Down (long)"
    
    

    Not sure how the above code will format here, but I searched for "Pushover" in the .js file, found the section above, and sprinkled my 3 custom sounds alphabetically into the existing group (following existing formatting)

    After that, a browser refresh was all that was needed.

    That's All Folks,
    Don't Call Me Chrissy

    Vera/openLuup plugins

  • AltUI/Reactor issue?
    D dcmChrissy

    @perh
    No, I did not notice. I guess I would have realized it the next time I wanted to look at a logic summary!

    Crap

    Guess I should figure a way to roll back . . .

    On Chrome by the way.

    openLuup

  • AltUI/Reactor issue?
    D dcmChrissy

    @mrfarmer
    May be related.
    Occasionally, (indeed happened on the latest ALTUI update), after updating ALTUI, a Reactor will lose the buttons at the bottom. The picture below attempts to illustrate.
    Reactor Devices.PNG

    At this point, I do not dig into the reactor UI to see any other oddness like (maybe) the screenshots posted above. Instead, when I see this, I'll reset ALTUI by . . .
    Reset ALTUI.PNG

    Reload & refresh the luup engine / browser, and Reactor is back to normal.

    . . . Just a guess
    DCMChrissy

    openLuup

  • openLuup: Windows Subsystem for Linux (WSL)
    D dcmChrissy

    @akbooer
    Great! Pretty simple, thank you for the instructions!

    Already had WSL enabled, although an older version.

    I downloaded & installed the Alpine WSL from the windows store.

    Starting the app presented the terminal window.

    Trying to install the packages . . .
    $ apk add [package name] gives a permission denied error

    error.PNG

    If I su and then install the packages from the # prompt, they install.

    Following the rest of the steps from a $ prompt work as you instructed, including manually adding the vera bridge and updating openLuup to your development branch.

    openLuup runs great, but GetVeraFiles always download zero byte png files in the /icons folder (ongoing problem for me on all of my recent openLuup installs) A "permissions" problem? Even though I never change any permissions unless instructed in your install instructions.

    Love the local access to the cmh-ludl tree!

    Again, thanks
    DCMChrissy

    openLuup

  • Massive discounts on Shelly for black friday
    D dcmChrissy

    Thanks,
    Took advantage of the discounts at the Shelly USA store. (i3 dual pack)
    Chris

    Hardware

  • Move UZB from Windows 10 to RPi 3 (Buster)
    D dcmChrissy

    Just a follow-update . . .
    Installed the razberry package with no issues.
    API key carried over without having to re-enter.
    Did have to force interview which worked for 2 powered devices, but failed with a battery PIR (Monoprice)
    Excluded then Included the PIR & the interview process completed.

    Installed the openLuup Z-Way plugin (master), followed instructions.
    Bingo!
    Neat.

    A good practice exercise for me, but turns out to be possibly temporary.
    The mentioned mini-PC options in this thread are drawing me to a more reliable solution.
    @mrFarmer, thanks for the tip, if I stay on the Pi3, I'll definitely add the SSD drive.

    Best,
    DCMChrissy

    Z-Wave.me

  • Telegram Plug-in to send text, images and video notifications
    D dcmChrissy

    @therealdb
    Sorry db, thanks PerH - 'nuff said, properly chastened
    😬

    Plugins

  • Telegram Plug-in to send text, images and video notifications
    D dcmChrissy

    @toggledbits
    I've got something similar. Running ALTUI 2.50.2549 (from the bottom banner)
    Installed the Reactor.stable branch for the Pushover enhancements.
    Oddly, although my Plugins tab for Reactor reads GitHub.stable, my Reactor Logic Summary page notes:

    Version: 3.9develop-20318.1220 config 20263 cdata 20045 ui 20190 pluginDevice 98 LuaXP 1.0.2enh

    Reactor_Display.PNG

    Plugins

  • Move UZB from Windows 10 to RPi 3 (Buster)
    D dcmChrissy

    Amazing and almost endless choices / configurations are available.

    Z-Wave.me

  • Move UZB from Windows 10 to RPi 3 (Buster)
    D dcmChrissy

    @perh
    Thanks for the tip!

    O.T. those Gemini Lake boxes look way cool

    C

    Z-Wave.me

  • Move UZB from Windows 10 to RPi 3 (Buster)
    D dcmChrissy

    @rafale77
    Thanks for the pointers!

    The RPi system running on a Micro SD is certainly NOT optimal as the card is bound to fail eventually.

    I've been practicing with various Debian builds (including a Raspbian image) running on several VirtualBox VMs to help me get more comfortable with Linux.

    Although I'm getting familiar with the Linux os CLI (and there's always google), I'm still too inexperienced with the networking part of it and need a LOT more learning / practice.

    My end goal is to have a 24/7 mini PC with Linux.

    Again, Thanks

    DCMChrissy

    Z-Wave.me

  • Move UZB from Windows 10 to RPi 3 (Buster)
    D dcmChrissy

    First Post . . .

    Good to "see" y'all here!

    Last week, I purchased the Z-Wave.me UZB1 dongle and also purchased the Z-Way license.

    Knowing in advance that the combination (Windows 10 and the Z-Way server) was lacking, I wanted to install anyway on a Windows 10 machine, and include a few spare z-wave devices to see how things worked. Pretty well, for the most part.

    @rafale77 had written that the UZB stick works well in the RPi compared to the RaZberry card (which I also purchased but is still in it's packaging), I would like to plug this UZB1 into my Pi running openLuup/ALTUI (then hopefully installing the Z-Way plugin)

    I'm not confident enough yet to plug the UZB into my Vera3 (UI5) and transfer my existing z-wave devices to the stick.

    Without creating a new Buster image downloaded from Z-Way, could I possibly . . .

    1. Plug the UZB1 into the Buster Pi3
    2. From the terminal, run,
    wget -q -O - razberry.z-wave.me/install | sudo bash
    

    then, if I can reach the :8083 port (as quoted by PoltoS) "go to Settings -> Apps -> Active -> ZWave and change /dev/ttyAMA0 to /dev/ttyACM0"

    and expect that my UZB1 will now run on the Pi ?

    If it is mostly that simple, would my license transfer?

    Should I exclude the (3) z-wave devices I had running on the Windows 10 Z-Way server first?

    If I'm oversimplifying, tell me to "shut up" and read some more! 😕

    Thanks again,

    DCMChrissy

    Z-Wave.me
  • Login

  • Don't have an account? Register

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