Skip to content

General Discussion

A place to talk about whatever you want

182 Topics 1.6k Posts
  • Ooops

    14
    0 Votes
    14 Posts
    2k Views
    rafale77R
    Though not very surprising at this point, it is still pretty weird of them to miss the point by this much... We are not a competitor. We sell nothing. We are just users sharing our experiences in developing our smart homes. The existence of this forum is a direct consequence of the blind and sly behavior of Ezlo, misleading the entire vera community like lemmings into a dead end. A customer base which is complaining is actually good for a company. It means that the customers care and still have hope in you. What you need to worry about is when you only get praises or the customers are quiet... It means that they give up. One would have thought that a little competitive intelligence would have been beneficial but no they chose the ostrich option of sticking their head in cow byproducts. I feel really bad for the old community but even more so for the employees who don't have a choice. That's really the only reason for this post. This is really more their loss than ours. As I have predicted, given their methodology, they will have a product which would have been competitive 5 years ago in a couple of years and it is really a downgrade compared to the old vera. There is only so much one can do... bringing a thirsty horse to the river. I am still a vera user and I made it work perfectly... by bringing it back to its OEM state of being a Sercomm device and integrated back into a vera like environment called openLuup. It's beyond time to move on... My system has never been working this well... wow my door locks have not seen a new battery in 6 months now! new record and we are using it every day, multiple times a day. This was impossible with the vera.
  • VeraAlexa icon

    7
    0 Votes
    7 Posts
    1k Views
    CatmanV2C
    @therealdb great stuff! C
  • Using luup.call_delay() in the browser code test boxes

    9
    0 Votes
    9 Posts
    2k Views
    A
    @akbooer said in Using luup.call_delay() in the browser code test boxes: This variation in delays is to be expected, since the system IS doing other things. Yep - appreciate that. I did a few tests and found a plugin that was being accessed very regularly and was doing this in a for loop of varying loop count/length - and then the json then being processed by openLuup: lul_json = lul_json .. '{"Id":'..v.Id..',"LastRec":'..v.LastRec..',"LastVal":"'..v.LastVal..'"}' and changed it to this and then a table.concat later: table.insert(lul_json, '{"Id":') table.insert(lul_json, v.Id) table.insert(lul_json, ',"LastRec":') table.insert(lul_json, v.LastRec) table.insert(lul_json, ',"LastVal":"') table.insert(lul_json, v.LastVal) table.insert(lul_json, '"}') Made a substantial difference as we know a dot dot string concat is very slooow; especially when chained from one string to the next. It may be even faster to not use table.insert but a straight lul_json[count] = xyz count = count+1 So the luup.call_delay() test routine above can be helpful in finding errant plugins, etc. Roger on the test window and using require: I have my thousand lines in the test window and another 500 line coming in from a require and all works fine!!
  • MIOS down

    17
    0 Votes
    17 Posts
    3k Views
    CatmanV2C
    Hmmmm So I think I'll start a thread of my migration to hopefully document / encourage! Thanks! C
  • Deadlock

    3
    0 Votes
    3 Posts
    654 Views
    CatmanV2C
    Not really arguing any more C
  • Reactor Oddity

    6
    1
    0 Votes
    6 Posts
    1k Views
    CatmanV2C
    No Luup reload this morning. Random alarm late last night but that's totally different! Reactor FTW! C
  • iPhone Locator error

    34
    0 Votes
    34 Posts
    9k Views
    CatmanV2C
    @rafale77 I did. and please don't apologise! It's all sorted. As ever I appreciate your help C
  • AI/deep learning implementation: Shifting gear in home automation

    1
    1 Votes
    1 Posts
    421 Views
    No one has replied
  • Vera firmware update

    17
    0 Votes
    17 Posts
    3k Views
    Black CatB
    @rafale77 said in Vera firmware update: @Black-Cat Then I don't know. Another way to make it permanent (until the next upgrade) is to run this: os.execute("sed -i 's/upgradeAvailable=1/upgradeAvailable=0/g' /www/cgi-bin/cmh/get_version.sh|cat /etc/cmh/version > /etc/cmh/version_latest") That could be it, however, it's a moot point if you have updated to the latest (&Last) FW version.
  • 3D Printers - What to get in your opinion?

    8
    0 Votes
    8 Posts
    2k Views
    rafale77R
    Seriously considering the SUNLU S8 one at the moment as a low cost entry unit... https://www.sunlu.com/products/sunlu-s8-3d-diy-printer-310x310x400mm-printing-size-works-with-different-filament-2year-warranty
  • Favorite lightweight linux distro?

    25
    0 Votes
    25 Posts
    9k Views
    rafale77R
    @DesT Just installed it on only one node... my passively cooled mini PC on which I used to run my vera emulator... so far I am impressed. The failover server feature will be very useful. [image: 1589837903960-screen-shot-2020-05-18-at-14.37.53.png]
  • Repeater for Hue

    7
    0 Votes
    7 Posts
    1k Views
    therealdbT
    So, I moved it near a window and it's reaching the new strip outside. Previously it was in a central location, in the closet where I have all the stuff (Vera, Zway, modems, eth switch and so on). While I was sleeping I had an epiphany and moving it under my desk (which is in front of the pool - hard to focus these days :D) worked out. Now back to spend 50 EUR to buy new rails to hold a 30 Eur strip... crazy times we're living in! Thanks for the help.
  • Wink

    5
    0 Votes
    5 Posts
    1k Views
    rafale77R
    It's not so different from what happened to Lowe's Iris and what I foresee for nest, ecobee, smartThings, etc... They will one day either get bought out, go bankrupt or will terminate their services. Who in their right mind would want to rely on cloud servers to do anything in the house when it takes more time and energy along with adding so much more failure points to send the data in and out than it does to process everything locally? All these also open your house to get hacked and giving your data to some company. Same applies to vera and their backup to server, event servers and all of their other flaky tunnel connections. Ignorance is bliss... Expect a lot of wink users to move over to other platforms now...
  • Talk about your setup...

    6
    1 Votes
    6 Posts
    1k Views
    propheadP
    I just counted my physical zwave devices for my upcoming zway migration. 34 devices 19 battery 15 AC 11 in wall |-<:)
  • differentiation

    12
    0 Votes
    12 Posts
    3k Views
    rafale77R
    You can. The API is not exclusive.
  • Import vera most important topics

    9
    0 Votes
    9 Posts
    2k Views
    akbooerA
    Hi Rene, thanks for that... AK
  • pointpubmedia.com

    9
    0 Votes
    9 Posts
    2k Views
    propheadP
    good day, eh
  • Wall Warts AC-DC power supplies tested

    4
    0 Votes
    4 Posts
    1k Views
    rafale77R
    Disappointed to say that I got another one fail the test with a Lenovo 45W laptop USB-C "Wall wart" style charger. Generally speaking, the laptop chargers with a ground prong seem to be better quality, with the microsoft Surface travel charger being the exception. Pretty sad reality that these send enough ripple down the line to trip a $2 AC voltage sensor even without load.
  • First post to say hello

    34
    2 Votes
    34 Posts
    10k Views
    Black CatB
    There is a new member who seems to be a little shy to say hello. Let's give Sorin a big welcome......
  • Razberry on sale in the US

    8
    0 Votes
    8 Posts
    1k Views
    therealdbT
    @sender said in Razberry on sale in the US: @therealdb said in Razberry on sale in the US: UZB with software are on sale at 11 Euro on Amazon EU (.de/.it/.fr/.es). This should include the license. I've one on order that should be here in a couple of days. Can you paste a link for amazon.de? it was there: https://www.amazon.de/-/en/Z-Wave-Switch-White-IP20-ZME-064374/dp/B00R659VMK/ when I ordered mine, they were 3 available. not it's back ot is normal price, unfortunately.

Recent Topics