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

rafale77

@rafale77
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
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
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
1.1k
Topics
84
Shares
0
Groups
1
Followers
3
Following
1

Posts

Recent Best Controversial

  • Vera account suspended for a 1000 years
    rafale77R rafale77

    Guys, the best possible answer is to make our home automation setup work the way we want it in reliable and efficient manner, with or without our EOL veras but with each other's help. That's what we are seeking after all. While keeping our minds open, exploring all the novelties and discussing what we can do to continuously innovate improve and optimize. The vera had an awesome forum with tremendous community of developers. I sensed the end of an era and as much of our time and energy we have spent there, it was not all wasted. The best answer is to move on, not only for the sake of answering but also to refocus on what we aim to do: A community to grow, develop, debate, explore smart home technologies.

    Vera

  • Forum Mission Statement
    rafale77R rafale77

    Who are we, what is our purpose? A community of smart home user or fans who felt the need for an independent place to share our experience, discuss novelties and ideas and test/develop better tools for home automation. Many of us come from the old Vera community but feel there is a space for non-partisan space to discuss the technology.

    Everybody from any platform is welcome to discuss and share even though many of us are starting from the Vera and its much improved derivate, openLuup. We would only ask to for everyone to remain respectful and courteous to one another. Yes! even technical discussions can become heated as opinions can conflict. We respect everyone’s opinion and decisions and expect the same from others.

    This forum is hosted benevolently by long time Vera community member DesT.

    Announcements

  • Not so quiet around here :)
    rafale77R rafale77

    @perh said in Not so quiet around here 🙂:

    I've asked for them to delete my account, but they say "the jury's still out" in the case of the "SHC mutineers". 🙄 😉

    Did they actually use the term "mutineers" there?
    Are they actually serious? Do they still think that we are properties/employees/soldiers they should have any sort of control over? I hope not.

    They are booting the most loyal customers, ones who are willing to spend their time providing free customer support to others, sharing their fixes and findings to the community. Customers who are also providing them feedback to make their products better... He forced the creation of this forum with censorship then accuses people of all kinds of things and now is surprised that people are leaving? 😲

    Trust me only a very small number of those who have left are here. Many more are on many other platforms ranging from Homeseer to Hubitat to Home Assistant. And the cold hard truth is, that everyone has been much better off after leaving, has a much more reliable and capable system and for those who rely on community forums, have a place to discuss and have fun learning again.

    General Discussion

  • openLuup Icons
    rafale77R rafale77

    This is a set of openLuup icons to replace the ones which you normally would transfer over from the vera. The only thing for the dimmable lights is that one needs to use a new json file to replace the original light bulb with an vector graphics type which I am also sharing.

    icons.zip
    D_DimmableLight1.json.zip

    This is a sample of the icons on ALTUI:

    Screen Shot 2021-03-01 at 16.06.18.png

    openLuup

  • zwaveserial
    rafale77R rafale77

    Never posted this on the vera forum but...
    Did you know about this?

    The vera has a very powerful zwaveserial API program in the firmware. Take a look at what it can do:

    Screen Shot 2020-04-24 at 10.29.50.png

    It is what the UI calls to interface with the zwave dongle.

    Vera

  • Not so quiet around here :)
    rafale77R rafale77

    @cw-kid

    Been trying to refrain myself from replying but here we go...
    Instead of repeating what I have said in the past, my view is that ezlo and its leader have a very different view of the market and possibly do not understand what they bought by merging vera.

    But the basics are:

    "But what can you do. Both sides have done things to upset the other."
    Sorry but one has to put the context as to who is who back in place here. There is no circumstance under which a business owner should ever treat their customers this way. For anyone running a business, if a customer is upset, you should first asking why. Instead the guy keeps doing what upsets his customers and starts insulting and calling them names. That's unprofessional and unheard of.

    "I think he feels you are all against the Ezlo platform and its future success and you just want your Vera firmware as is, to hack."

    Again, instead of feeling this way, he should be asking why? Being the one who tore down the firmware down to the OS level, I think I can speak of it. Certainly "as is" is incorrect. The whys:

    1. Because it's broken
    2. Most of the fixes are trivial
    3. They significantly improve the vera
    4. They are not fixing it themselves.

    Now on the understanding of this home automation market. If you run a market survey, you will see that the vast majority if not all platforms today rely to various degree on community development of external integration, cloud or local, and run on increasingly more powerful hardware. When they bought vera, they inherited a community, a small remnant of hardcore users who have extended the life of the vera to its limits trying to maintain the platform on par with the competition but still somewhat behind. A large number of people have already jumped ship quietly. The most vocal people on the forum are the most loyal supporters of the platform and many stay because of the technical migration barrier to other platforms. I think we were all excited about the prospective of a new hub and an updated platform. I was all in. There are however two bare minimum critical requirements to a new hub:

    1. Functional equivalency, including all the integrations the plugins supported
    2. An ease of migration from a vera installation to the new hub.

    Sadly what I have observed is a complete disdain of these basic requirements and a development strategy aiming straight down the toilet (excessive focus on mobile app and cloud base processing, disregard of the critical wireless stacks and repeat of past mistakes in conception of the API) while the current product gets increasingly far behind competitive platforms, including open source ones. I kept an open mind, not being an expert on the software side but expressing a lot of concerns. The increasing amount of spamming of the forum with "exciting breakthroughs" and "pure innovations" of things the community has been able to do and better/faster/simpler for years combined with the release of an underwhelming hardware for the new controller, clearly pointing to a focus on minimum cost at the compromise of extendibility and reliability and you can clearly see my disappointment. That was the last straw for me. I predicted last year that the platform would not be ready in a year because of their approach... look at where they are now.
    In the meantime, I have moved my zwave network to z-way. Stunningly, the migration is easier than to go from vera to ezlo and it felt like jumping from the stone age to science fiction. Everything became lighning fast... All my secure class problems and latency issues gone. I can no longer find any unsupported devices... etc... And all of my previous integrations are retained and more. So yeah I can see why he is upset but he can only be so at himself. Taking it out on his most loyal customers is... well you're the judge.

    General Discussion

  • Object Recognition
    rafale77R rafale77

    And... it is done! My outdoors IP Cams no longer just detect motion... They detect people, packages, and cars and are now used as openLuup scene triggers!

    IPCam

  • System integration roadmap
    rafale77R rafale77

    From what I recall he likes Scotch better...

    Multi-System Reactor

  • Nuke Vera Script
    rafale77R rafale77

    Script to disable all the mios/vera proprietary program and broadcast its zwave and zigbee radio serial ports in your network so it can be picked up by another controller... For example z-way.

    GitHub - rafale77/Nuke-Vera: Script to neuter the vera and broadcast its zwave and zigbee serial ports

    GitHub - rafale77/Nuke-Vera: Script to neuter the vera and broadcast its zwave and zigbee serial ports

    Script to neuter the vera and broadcast its zwave and zigbee serial ports - rafale77/Nuke-Vera

    Vera

  • Import vera most important topics
    rafale77R rafale77

    Thinking about it, I don't think we should be importing posts without the consent of their authors so... I am rewriting, resharing a compacted version of my posts.😀

    General Discussion

  • z-way-server 3.1.0 release
    rafale77R rafale77

    @akbooer

    🙂 lol, yes I can imagine. So far I am seeing a few cosmetic improvements on this new version but since I am rarely ever interacting with the z-way UI, it isn't doing much for me. The upgrade went pretty smoothly though it had to be a little manual.
    For those who want to do it on debian/ubuntu, the process is to download the file:

    wget https://storage.z-wave.me/z-way-server/z-way-server-Ubuntu-v3.1.0.tgz
    

    decompress it:

    tar -zxf z-way-server-Ubuntu-v3.1.0.tgz
    

    remove the default config file:

    rm z-way-server/automation/storage/*.json
    

    and then overwrite the z-way-server installation folder wherever it is. Mine is in the /opt folder which requires root permission.

    sudo cp -r z-way-server /opt/
    

    PS: One notable improvement is in the noise meter. Now the below detection limit shows up as -95dBm instead of a nil value which made the graph looked like the noise remained at a high level. I think it was one of my requests...

    Z-Wave.me

  • Vera account suspended for a 1000 years
    rafale77R rafale77

    Yeah really don't miss the old forum thanks to @DesT! 🙂
    Live and let ... be.
    Happy as clam with my zwave and zigbee setup honestly... and to not have had to exclude/re-include anything to get there was a major part of it, given the size of my network.

    Vera

  • Other Forum feedback
    rafale77R rafale77

    Yeah it's not just the website that is fast... the response to feedback is too...

    Comments & Feedback

  • Vera account suspended for a 1000 years
    rafale77R rafale77

    @akbooer said in Vera account suspended for a 1000 years:

    Clearly deranged. All I ever wanted to do was support openLuup users, and point out that, under the new regime, that was best done here rather than there!

    Didn't need to explain AK. The guy shows us something green and tells us that it is orange. It's be going on since I was there. Everybody else can see that it is green...

    @dest said in Vera account suspended for a 1000 years:

    Some people are having way too much free time 😉

    And not enough neurons...

    Talk about forum rules.. so many he made up to justify banning people giving feedback and expressing their problems and obviously not applying them to himself. Community users are not possessions or employees... they are customers. He is dictating that everyone be happy with the trash and lies he is feeding people without asking why customers are unhappy. Honest customer feedback is essential to success. In my line of work, we don't let ourselves make a single customer unhappy... not one.

    Let him be.

    Vera

  • Vera account suspended for a 1000 years
    rafale77R rafale77

    And I do want to say for the record, the post which got me banned over there was about 2 things:

    1. A response to a link to the review article for the ezlo USB powered dongle which obviously was written by a home automation newb journalist who knew nothing about it, making claims which were obviously untrue as I had one on hand myself. I called that false advertising.
    2. The fact that the ezlo controllers, the ezlo plus was an obvious cost reduced version of the vera plus with everything that matters downgraded and everything which is unimportant brought up to date for cost reduction. It is basically a toy grade device barely good enough as a toy for my then 8 year old lego projects. I was pretty sad seeing all the people spending time and money on 3D printing for a shell which is likely worth more than the content. I am a hardware enthusiast working in the semiconductor industry and am pretty well versed in the grade of these chips, who makes them and how. That was my honest feedback. So I called out the false advertising and the forum spamming.

    There is nothing wrong with the hardware of the vera. It is actually a very cleverly designed piece of hardware based on a wireless router which was not utilized appropriately by its mcv firmware developers. Unlike the ezlo, it uses SLC NAND which is bears >100x write cycle lifetime than the garbage ezlo put out (the partitioning of the vera storage was the main problem). It uses an appliance grade CPU which is much more reliable than the toy grade junk in the ezlo plus you can buy as a full system for $7 on aliexpress. I could tell from the build of material that it was reallly a cost reduced and downgraded from the vera plus from the build of material and would have never even tried to run my home on it even someone paid me to do it. The only reason why I am no longer using the vera plus as a radio for openLuup/home assistant or z-way is that I got tired of how prone to bricking these embedded devices are. They take a lot more work to recover when there is a storage problem (data corruption etc) so I went low cost x86/x86 which often can be more energy efficient but are always more cost effective and more reliable.

    Vera

  • Vera account suspended for a 1000 years
    rafale77R rafale77

    Warm welcome for your first post! This forum only exists thanks to the generosity of @DesT who provided the domain name, hosting and design! We should also be grateful to the venerable mcv/vera for connecting so many people and pioneering this hobby.

    Vera

  • Vera firmware 7.32 beta
    rafale77R rafale77

    I have been mostly silent on this forum for some time now with the exception of the occasional notifications for questions addressed to me because I just moved to a new house and my system had been rock solid for over a year... mostly since I got rid of the vera.

    I now have to re-build everything from scratch in my new house while I had literally zero reliability issues with my previous setup in spite of its complexity (200+ devices integrated running 3 different software platform interconnected between z-way for zwave, Homeassistant for AI/cameras and the rare cloud integrations or integrations not existing on openLuup/vera and openLuup for scenes/automation/control interface.)
    I considered long and hard to sell my old home with the automation but at the end I decided to move as much as I could over mostly because I noticed an increasing trend of the industry to go towards wifi for ease of setup but which cannot scale to large installations and have to encroach into wifi bandwidth. It is getting a bit harder to buy zwave and even zigbee devices. I also didn't want to spend the time to go through the learning curve of hubitat which would have yielded no benefit to my setup.
    Dumping the vera was the single biggest improvement to my system and please, no ezlo... They are cost reduced and downgraded controllers to the vera in every important practical aspect.

    My new setup will be much lighter. Probably will not get to 175 zwave nodes, more likely <100 without the window coverings, fewer lights, fewer sensors. Heck I think I will dump the Phillips hue altogether too. I can't recommend enough migrating away from vera and go to openLuup or MSR in combination with Home Assistant for zigbee and integrations and z-way for z-wave while keeping devices as local as possible by avoiding all the wifi stuff which tend to be cloud dependent (with all their reliability and security disadvantages) and less efficient both in power and RF bandwidth. Still a new adventure...

    Vera

  • Network Key Location
    rafale77R rafale77

    Useful for migration from a vera zwave network to z-way.
    Find the vera's S0 network key, close the z-way-server and input the key into the
    z-way-server/config/zddx/homeid-DeviceData.xml line 147 at the end of the line networkKey replacing the one z-way created by default when you loaded your uzb on it for the first time.
    (replace homeid with your homeid after you already migrated the dongle data from the vera to the uzb and already booted z-way at least once)

    Z-Wave.me

  • Facial recognition triggering automation
    rafale77R rafale77

    I have optimized my facial recognition scheme and discovered a few things:

    My wifi doorbell, the RCA HSDB2, was overloaded by having to provide too many concurrent rtsp streams which was causing the streams themselves to be unreliable:
    Cloud stream
    stream to QNAP NVR
    stream to home assistant (regular)
    stream to home assistant facial recognition.

    I decided to use the proxy function of the QNAP NVR to now only pull 2 streams from the doorbell and have the NVR be the source for home assistant. This stabilized the system quite a bit.

    The second optimization was to find out that by default home assistant processes images every 10s. It made me think that the processing was slow but it turns out that it was just not being triggered frequently enough. I turned it up to 2s and now I have a working automation to trigger an openLuup scene, triggering opening a doorlock with conditionals on house mode and geofence. Now I am looking to offload this processing from the cpu to an intel NCS2 stick so I might test some other components than Dlib to make things run even faster.

    IPCam

  • openLuup Hangs
    rafale77R rafale77

    Sorry for reviving this @akbooer but I wanted to give a quick update on lua socket.
    I realized that the library used by luarocks is very old (3.0 RC1 from 2013) and that the apt debian/ubuntu version is a little newer (March 2015). The library has since gone through 5 years of development and I just installed the latest github version using this command:

    luarocks install luasocket --server https://luarocks.org/dev
    

    It compiles the library from the current GitHub master. I am not sure it will help but so far it has not hurt. Will test further...

    openLuup
  • Login

  • Don't have an account? Register

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