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

sender

@sender
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
155
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Lovelace initial setup
    S sender

    Strictly what you are asking for is not possible. Yes, you can have horizontal and/vertical stack card, sidebar cards, etc. But you will end up with 1 dashboard and 1 tab. And in that tab you will have to use lovelace element and custom elements (like you found). Be carefull! If the custom element is not maintained (there are a lot not!) a next update of homeassistant it may not work anymore rendering you with an emtpy or scrumbled dahsboard (had that a few times)...

    Home Assistant

  • Lovelace initial setup
    S sender
    Account Suspended

    The left menu can be filled with dashboards (lovelace dashboards). I would ot do it this way but if you prefer... I have 1 dashboard with tabs (pages).

    Home Assistant

  • Who are my Home Assistant + ZWave-JS users?
    S sender

    @toggledbits why not answer my question? Do I need msr? What's in it (extra) for me?

    Multi-System Reactor zwavejs

  • Who are my Home Assistant + ZWave-JS users?
    S sender

    Can you please first answer my question? It's pretty much work what you ask.

    Question: I know reactor by name. Do I need it? I have 80 zwavjes devices and a fully loaded homeassistant (+20 integrations)

    Multi-System Reactor zwavejs

  • Seeking experts for implementing Modbus TCP
    S sender

    @crille did no know you specifically needed modbus tcp. But that natively in homeassistant

    Home Assistant

    Modbus

    Modbus

    Instructions on how to integrate modbus and platforms.

    General Discussion

  • Seeking experts for implementing Modbus TCP
    S sender

    Modbus Controller

    Modbus Controller

    Instructions for setting up the Modbus Controller component.

    General Discussion

  • Who are my Home Assistant + ZWave-JS users?
    S sender

    I use zwavejs in homeassistant with 80 devices. but I only know reactor by name... do I need it?

    Multi-System Reactor zwavejs

  • Considering changing to HA - but what installation method?
    S sender

    @perh said in Considering changing to HA - but what installation method?:

    Domoticz (used for zigbee integration) have been bothering me so much that i've been looking at HomeAssistant to replace it. Now that Z-way is moving in with an integration, its even more tempting..

    But i don't like the idea of having it as an OS that I can't use for other things, and running the HASS Core in a docker seems to be somewhat reduced in terms of addons?

    I realize that HASSOS is using docker for integrations or addons, but can I still use docker compose to set up my own dockers (i.e z-way, influx, grafana) there as well?

    I guess i'm getting old, change is difficult! 😉

    Z-way with an integration? Where did you find that?

    Home Assistant

  • Considering changing to HA - but what installation method?
    S sender

    It depends... use docker as host or a hypervisor such as proxmox or esxi. On top of which you can also run an os with docker. I use both... esxi with homeassistant os (which usedls docker under the hood) because of backup options qith synology active backup for business - snapshot backup). And another with proxmox with vms and lxc container with docker inside that (easy to restart and not to run docker on proxmoxx directly). It all runs very wel for years. I would advise if not very knowledgeable with docker to run homeassistant os in a vm on a hypervisor.

    Home Assistant

  • Z-wave serie 700 Europe/ Reactor/ Home Assistant
    S sender

    I must says, having homeassistant solely with 80 devices in zwavejs connected to an aeotec gen5+ has been rocksolid for very long! I even started with the former openzwave (beta) integration in homeassistant and had to rename all entities 1 time after migrating. Since then rocksolid and combined with node red a pleasure to automate...

    Hardware

  • Z-wave serie 700 Europe/ Reactor/ Home Assistant
    S sender

    @toggledbits I believe this is only true when devices are paired to the stick directly. However this is strongly discouraged due to the problems you describe. Pairing via homeassistant integration (zwavejs - connected to either the native zwavjs addon or zwavejs2mqtt addon) will not scrumble the entity ids. It is on the roadmap to backup the zwave configuration of the stick natively via zwavejs/homeassistant. Now for an aeotec stick this can only be done via the windows software.

    Hardware

  • Goodbye Brothers in crime!
    S sender

    Hi @ll, last days I migrated my last zwave device from Vera to zwave js in homeassistant. Out of 150 devices 1 did not go well initially but reinterviewing did it directly. Most work was to find the ex and inclusion procedure, 3 times, click, clack, whatever. I must admit that Vera is Lighting fast!!!!! With only 3 devices left, those were my under the floor switches I had to do last.

    Now I am totally gone from Vera, altui, luup, etc. There's nothing more left for me on this forum. And since it was one of my "routine sites" reading I will save a few minutes a day skipping it.

    I thank you all for all the kind help, warm words and laughter about the ezlo flop :-).

    I hooe you all will be safe and healthy and whish you all the best!

    I will stay on the homeassistant forum.

    Goodbye!

    General Discussion

  • Vera to zwavejs
    S sender

    Nevermind, I started the exclude include journey... almost gone from Vera... I must admit, I'm going to miss her. I whish including was as fast and stable as excluding 🤣

    Vera

  • Vera to zwavejs
    S sender

    Yes, I am aware. But there are around 50 devices in zwavejs already...

    Vera

  • Vera to zwavejs
    S sender

    Hi all! I am almost relieved from Vera 🙏. Around 65 decices to go. Of which some are on very hard places (under floor etc.). Is there any way to easily get the vera devices on the zwave network without repairing them per piece?

    I think I knowthe answer, but I am asking 😉

    Vera

  • Vera to zwavejs
    S sender

    Hi, simple starter question. As I am fully gone to homeassistant for eveything expect a legacy part of my zwave network devices in Vera. I have currently openzwave and vera and an empty (not turned on) zwavejs network. I knwo I can "migrate" openzwave "simply" to zwavejs by just using the aeotec gen5plus zwave stick to that. With the hassle of changing all device entity names I then have zwavejs and vera run separate. Nevertheless, I would like to end up with my vera devices in zwavjes... long story short, what would be the best way to move all my vera devices to zwavjs?

    General Discussion

  • [Solved] HASS.OS Install
    S sender

    @vezinpi Have you ran the container and the portainer addon in privileged mode? I have had not trouble in data persistance...

    Multi-System Reactor

  • [Solved] HASS.OS Install
    S sender

    In hassos you can install an addon "portainer" and with the needed "settings" you can run your own dockers very easily besides the other containers (of which homeassistant is one).

    Multi-System Reactor

  • Security exposure with internet connected homes
    S sender

    @catmanv2 hence I have a separate vlan/sybnet for "tunneling" and outbound session things (mostly IOT). And specific ports forwarded to a nas (compared to a vpc but locally managed)

    General Discussion
  • Login

  • Don't have an account? Register

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