Navigation

    Discussion Forum to share and further the development of home control and automation, independent of platforms.

    SmartHome Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Unsolved
    (Last Updated: April 5, 2021)
    • Status of SMARTHOME and SwitchLinc products

      D

      Is the Smarthome company still existent? If so, are SwitchLinc switched still available?

      General Discussion
    • Smart door lock

      D

      Hi! I want to install a smart lock on my front door, but I don't know which one to choose. There are many different models available on the market. Do you have a reliable model to recommend?

      General Discussion
    • Lua - Code to encrypt / decrypt with AES 128 CBC

      parkerc

      Hi

      I’m looking to rework some code I found online so I can use it on Vera, and while I’ve managed to translate / convert a number of things, I’ve got stuck on a few things it does, around encryption/decryption etc.

      All the original Lua code is here - > (https://forum.logicmachine.net/showthread.php?tid=232&pid=16580#pid16580 )

      Plus there looks to be a python version too here - > (https://github.com/florianholzapfel/panasonic-viera/issues/9#issuecomment-476919658)

      Here’s an extract of the code where AES 128 CBC is required?

      function encrypt_soap_payload(data, key, hmac_key, iv) payload = '000000000000' n = #data payload = payload .. string.char(bit.band(bit.rshift(n, 24), 0xFF)) payload = payload .. string.char(bit.band(bit.rshift(n, 16), 0xFF)) payload = payload .. string.char(bit.band(bit.rshift(n, 8), 0xFF)) payload = payload .. string.char(bit.band(n, 0xFF)) payload = payload .. data aes_cbc, err = aes:new(key, nil, aes.cipher(128, 'cbc'), { iv = iv }, nil, 1) ciphertext = aes_cbc:encrypt(payload) sig = encdec.hmacsha256(ciphertext, hmac_key, true) encrypted_payload = encdec.base64enc(ciphertext .. sig) return encrypted_payload end function decrypt_soap_payload(data, key, hmac_key, iv) aes_cbc, err = aes:new(key, nil, aes.cipher(128, 'cbc'), { iv = iv }, nil, 0) decrypted = aes_cbc:decrypt(encdec.base64dec(data)) decrypted = string.gsub(string.sub(lmcore.strtohex(decrypted), 33), '%x%x', function(value) return string.char(tonumber(value, 16)) end) return decrypted end

      I can get to the point where I can create the parameters for the payload encrypt request (example below), it’s just the encryption/decryption I cant do..

      data="1234" key="\\S„ßÍ}/Ìa5!" hmac_key="¹jz¹2¸F\r}òcžÎ„ 臧.ª˜¹=¤µæŸ" iv=" {¬£áæ‚2žâ3ÐÞË€ú "

      I’ve found this aes.lua (https://github.com/openresty/lua-resty-string/blob/master/lib/resty/aes.lua ) module online, but that requires loads of others modules too, most notably ffi.lua. Which I’d ideally like to avoid.

      I also came across this aes128.lua (https://github.com/somesocks/lua-lockbox/blob/master/lockbox/cipher/aes128.lua ) but i’m not sure how that handles all the other parameters e.g specify the cbc aspect etc.

      Finally there’s this aes256ecb.lua script (https://github.com/idiomic/Lua_AES/blob/master/AES.lua) , could that be converted to aes 128 cbc and then used in the above?

      Any help/advice on this would be appreciated..

      General Discussion
    • Seeking experts for implementing Modbus TCP

      Crille

      I just upgraded the firmware for the inverter for my solar panels and that made it possible to enable Modbus TCP.
      At a glance that would be perfect for live production data fed into my home automation environment but my lack of knowledge about the protocol and how to put the data where I want it failed me.

      What I have:

      MSR
      openLuup
      Vera Secure
      Ezlo Plus
      Mosquitto
      Homebridge
      Windows Server
      Ubuntu Server
      Quite decent PowerShell skills
      Enough Lua knowledge to write my own functions and handlers
      The inverters Modbus interface definitions

      What I want to achive:

      Something that can be run by systemd och anything else monitoring the status and keeping the Modbus connection alive.
      Publish readings over MQTT or whatever fits my setup, the goal is to feed the data into openLuup in someway so Historian can log the data for Grafana and display current production to HomeKit (as a mqttthing light sensor, since there is no other accessory suitable at the moment).

      Anyone implemented Modbus TCP in similar projects or have any guidance on how to reach my goal?

      Open for alternative solutions as well, all suggestions are appreciated!

      General Discussion
    • http relay activate with username and password authentication

      D

      Hi to all,
      I am user of vera controller. I have a dahua door intercom with relay. Relay activates with username and password authentication. I can activate the relay http://admin:a1234567@192.168.1.111/cgi-bin/accessControl.cgi?action=openDoor&channel=1&UserID=101&Type=Remote

      As you can see intercom username admin and password is a1234567 I build a scene with luup code luup.inet.wget( "http://admin:a1234567@192.168.1.111/cgi-bin/accessControl.cgi?action=openDoor&channel=1&UserID=101&Type=Remote" ) But can not activate relay. Is there any idea?

      General Discussion
    • Vera Secure usage without mios

      D

      Hi to all, I have a bricked vera secure that is replaced with new one. Old vera secure serial numbers are deleted from vera servers so I cannot use it. Vera secure's are orginally Sercomm's NA502 model devices. Recently I install openwrt to the old vera secure unit without problem. Is there any way to use it any automation system with internal z-wave. I install domoticz but I cannot setup internal z-wave unit, it only accept usb zwave radios. Is there any ideas?

      General Discussion
    • An electricians or wiring experts here?

      cw-kid

      I ordered a Fibaro Dimmer 2 and Bypass device for my upstairs landing / hallway lights.

      I have 2 light switches one at the bottom of the stairs and another one upstairs on the landing.

      But I am struggling to make sense of my current wiring, more details / photos on the Vera forum.

      Jan 27 Anyone good at electrical wiring for light switches? Anyone good at electrical wiring for light switches?

      Hi I ordered a Fibaro Dimmer 2 and Bypass device for my upstairs landing / hallway lights. I have 2 light switches one at the bottom of the stairs and another one upstairs on the landing. I have no neutral wires in the house behind the light switches. These are photos of the light switch...

      Thanks

      General Discussion
    • Looking for ideas on how to implement an automation.

      R

      Hello,
      Looking to all the dev's and tinkerers on this community for ideas on how to implement a solution to my problem. Kind of a long intro, sorry.

      Problem statement:
      I have a geothermal heat pump that has a loop that is slightly undersized. During the cold weather months in the Pacific Northwest (one or two months of the year), the loop can get below 32 degrees. If it goes on for a few days, it can generate significant frost heaving in my yard and under the flagstone deck, Actually fixing the issue is cost prohibitive.

      Current mitigation:
      I have DS18B20 tied into Home Assistant and monitoring the temp of the fluid coming out of the loop and if it drops below 35 degrees, MSR triggers a Fibaro Implant to add a resister into the external temp circuit and fool the Venstar to think the outside temp is below 32 degrees and issue a Heat Pump lockout and switch to AUX heat. While this is working fine and the AUX heat is only coming on once or twice a day, I would like to simplify the setup so it runs on something other than HA and MSR. I think they are overkill for my issue. Also want this to be independent of anything else in the house so it can stay behind if I am not around to maintain.

      I only have two inputs and one output:
      Inputs: Loop temp, Furnace running
      Outputs: Switch relay to drop resistance to external thermostat connection on thermostat.
      Logic is super simple:
      If temp is below 36 degrees and furnace is running, turn on relay
      If furnace stops, turn off relay.
      I am sure even I can figure that out on Python.

      Trying to determine the best platform for a set it and forget it black box that works with as close to zero maintenance as possible.

      Options I have thought of are:

      Pi zero with a GPIO controlled relay ESPHome (Not very knowledgeable about that platform, but willing to explore) Arduino Anything anyone else suggests

      Any ideas are appreciated.

      General Discussion
    • Is Hubitat to HA Bridge possible?

      D

      Greetings,

      I’m researching a migration from Vera+ to Hubitat C7 and want to know if anyone has successfully connected the Hubitat to the “HA Bridge” for local Alexia calls.
      The HA Bridge does not callout Hubitat natively from what I see.

      Thanks for your assistance.

      General Discussion
    • New Developer - What I should know/do ? (Vera/OpenLuup)

      parkerc

      Hi all

      Having some time off i’ve been able to invest a chunk in creating some plug-ins for Vera/OpenLuup, and will do what I can to post them in GitHub and add links on the Vera Community and here, for anyone who is interested.

      But, being knew to any of this, I wanted to ask for any guidance on how and when I should share stuff ? How best do I share it ? Am I liable for anything I share? Is GitHub the best place ? What licenses should I associate with them ?

      The latter is a strange one, as I don’t see how I can have any claim over the content/code itself, as I’ve learnt and leveraged so much from others..

      To get the ball rolling I posted this on the ezlo/Vera site..

      Jan 4 Luup Plugin - Energenie PMS LAN Switch Luup Plugin - Energenie PMS LAN Switch

      Hi To ensure I give back to this community, which has been educating me in all things Lua and Luup over the years (12+) I wanted to share some of the plugins I’ve built recently to see if any are of use/interest to others. The first one is for the Energenie PMS LAN Switch where I have built two...

      General Discussion
    • New to Smart Home

      M

      Hey guys,

      I just registered here in the forum and honestly… I’m new to the whole topic. I‘m a web developer, so I‘ve quite a bit experience with java, js, sql and so on. But that may not help a lot in this new field.

      I‘m looking forward to develop my own smart home device and I‘m looking for starting point. In General the specs are like:

      The device should work with WiFi, I want to integrate it into my network I want to write an own app to control it, it may find the device in my network I want the device to be offline usable, if possible (without internet connection) I want the device to broadcast information in my network like „water is empty“, so I can use push messaging in the App it should be ready to as well work with Alexa or Apple Home Kit or Google Assistant as I Plan to develop a skill for them.

      Can someone provide me with some information I could start with? Like - are there microcontrollers I could go with or is it to complex and I need a raspy? Which frameworks / languages / libs could I use? I know how to do the things on the app side but not on the device side.

      General Discussion
    • Amazon Alexa hosts

      CatmanV2

      Vainly trying to get to the bottom of the 10 - 15 second delay for TTS with the Alexa plugin (still) anyone have a list of the possible Alexa hosts? Just wonder if the one I have (layla.amazon.co.uk) could just be slow.

      Any thoughts?

      C

      General Discussion
    • Merry Christmas/Happy Holidays

      toggledbits

      Just wanted to wish everyone a very Merry Christmas (or Happy Holidays, if that's your preferred salutation, or...?), and also a very happy, healthy and prosperous New Year 2022.

      General Discussion
    • Very newbie man looking for help

      P

      Hello. First, excuse my english, please. I bought a Vera Edge looking for some way to make a digital ambient thermostat that I could manage remotely without a phone home from the device side. I am very disappointed with that device because all the "official" help of the brand goes in the way of to sign in an account and work with their cloud. I have some computer, network and linux knowledge but all my tests with the hub and a Qubino Flush 1D Relay has been unsuccessful. I connected both and I got to make some basic functions but I see myself very far to get my target. This is my last try to get something before I log in an account in getvera.com and look if I can make some progress in my project following that way.

      Can somebody tell me some place where I can learn the basic concepts of this system? Guides, books, videos... Whatever it can help me in my project.

      Thank you.

      General Discussion
    • Help please with Node-Red "Lost connection to server"

      cw-kid

      Node-Red on my Linux Debian box seems to be having issues now. It keeps saying repeatedly "Lost connection to server, reconnecting..." in the web browser.

      I recently updated nodejs for MSR, I wonder if that might be related:

      "Bump recommended nodejs version to 16.13.0; versions 14 and 15 will continue to be supported through March 31, 2022"

      Nodejs version = v16.13.1

      I have tried updating Node-Red that is now version v2.1.4

      I also updated npm to version v8.2.0

      I am not sure how or where to look at the log file for node red?

      This is the contents of the nodered.service file in this directory:
      /etc/systemd/system/multi-user.target.wants

      # systemd service file to start Node-RED [Unit] Description=Node-RED graphical event wiring tool Wants=network.target Documentation=http://nodered.org/docs/hardware/raspberrypi.html [Service] Type=simple # Run as normal pi user - change to the user name you wish to run Node-RED as User=stuart Group=stuart WorkingDirectory=/home/stuart Environment="NODE_OPTIONS=--max_old_space_size=1024" # uncomment and edit next line if you need an http proxy #Environment="HTTP_PROXY=my.httpproxy.server.address" # uncomment the next line for a more verbose log output #Environment="NODE_RED_OPTIONS=-v" # uncomment next line if you need to wait for time sync before starting #ExecStartPre=/bin/bash -c '/bin/journalctl -b -u systemd-timesyncd | /bin/grep -q "systemd-timesyncd.* Synchronized to time server"' ExecStart=/usr/bin/env node-red-pi $NODE_OPTIONS $NODE_RED_OPTIONS #ExecStart=/usr/bin/env node $NODE_OPTIONS red.js $NODE_RED_OPTIONS # Use SIGINT to stop KillSignal=SIGINT # Auto restart on crash Restart=on-failure RestartSec=20 # Tag things in the log SyslogIdentifier=Node-RED #StandardOutput=syslog [Install] WantedBy=multi-user.target

      Thanks

      General Discussion
    • Goodbye Brothers in crime!

      S

      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
    • Re-number on OpenLuup

      CatmanV2

      Morning all. Hope all are well. Been a bit of a trying time here, but nothing we can't deal with....
      .....apart from this!

      My coffee grinder went punk yesterday (wasn't even being used) and took out the main breakers. Once it was isolated I got everything back on line, except on TKB smart plug which was in the same double socket as the grinder.

      OpenLuup claims it's failed. Z-wave server can't see it but it responds to the button pushes physically as I'd expect. (i.e. the socket turns on and off, and the LED flashes to indicate it's in inclusion / exclusion mode)

      My plan is to see if I can exclude it then re-include it in z-wave server. If that doesn't work then I'll bin it, but if it does work can I then re-number it to match the original device ID and not have to trawl through my reactors? Any chance?
      TIA

      C

      General Discussion
    • Would you use a self-hosted geofencing solution?

      toggledbits

      Some of you may know that I took at shot at building an alternate geofencing solution for Vera. The core of it was system agnostic, using the OwnTracks application and AWS lambdas to track devices and keep a central data, then disseminate that to the Vera via a websocket-based plugin. It worked with other apps as well, including Tasker and GPSLogger, but of the dozen people that were testing it, most used OwnTracks.

      A lot was learned in the process, not the least of which is that the success of any such solution is highly dependent on the phone and its settings. Phone manufacturers love to set things up for the longest battery life, of course, but that's usually very anti-geofencing behavior. In the case of at least one brand, it was unusable and the settings could not be modified. It was also cost-prohibitive to maintain on Amazon, as AWS grabs a dime here and a dollar there and before you know it, it added $100/month to my AWS bill, which my wife deducted from my Scotch budget. Unacceptable.

      But it's quite reasonable to use OwnTracks to a local endpoint, and I could pretty easily replicate the functionality as a local application, or maybe even as an additional endpoint built into MSR's API (still separate port and process, but in the package).

      So the question really is... would you do it, or would you be too concerned about the security risks associated (e.g., dynamic DNS and NAT mapping in the firewall necessary for the phone to contact the service when not on LAN)?

      General Discussion
    For those who registered but didn't received the confirmation email, please send an email to support@smarthome.community with the email you used

    Recover an ‘assumed bricked’ Vera Secure

    General Discussion
    5
    45
    1102
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • parkerc
      parkerc last edited by

      Hi

      Go with me here... I recently pick up a unresponsive Vera Secure from eBay for next to nothing, thinking I’d could have a go at trying to restore it, if only as a play thing..

      Situation - The power led comes on, but the internet and service leds just flash - no connection made (and even using a direct cable and Wireshark, I can’t see an arp request being made to see if it has a default in address) - I’ve also tried various reset button combinations - no luck.

      Perhaps this post is a long shot, but seeing so many familiar ex Micasaverde/Vera forum names - i thought I’d at least ask - just in case anyone had any guidance/advice etc. I could use ..

      1 Reply Last reply Reply Quote 0
      • rafale77
        rafale77 last edited by

        All too familiar with this situation unfortunately. This sounds like one of two things: A storage flash corruption due to flash cells failure or a error made in one of the boot script which is so bad that it is also preventing the recovery script from working.
        The only way to recover is to push a full firmware refresh through TFTP and mios has a tool to do this. You will need to set the device in bootloader mode by powering it up while maintaining the the reset button pressed and connect to it using the mios tool under windows XP. The problem is to procure the vera secure firmware image which I don't have. I only have it for the vera plus and edge and the plus is significantly different as it uses a different zwave chip and storage partitioning structure.

        1 Reply Last reply Reply Quote 0
        • parkerc
          parkerc last edited by

          Many Thanks @rafale77 ,

          I can recall years back doing a firmware recovery on my Vera lite, or it might have been a Vera 3 (long term Vera user here !!) - i wasn’t sure if the process would be similar or not.

          I can set up a TFTP server (I think my QNAP NAS has that option), and it sounds like getting it into bootloader mode is reasonably straight forward to do, the challenge is getting the image, now when you say ‘procure’ do you mean it has to be purchased from MIOS? When you created your for the Edge and Plus, did you do them yourself (extract the image), or was it something you had to get from MIOS too ?

          1 Reply Last reply Reply Quote 0
          • rafale77
            rafale77 last edited by

            Back then I actually opened a ticket to request the image from vera support since it is oddly not published anywhere and they are strangely reluctant to make it easily available,

            1 Reply Last reply Reply Quote 0
            • parkerc
              parkerc last edited by

              Hi @rafale77 -

              Hope all is well and that you had a good Xmas etc..

              I’m resurrecting an old post to see if I can give things another go, but so as I’ve not been able to get the VeraSecure to show very much (if any life) to connect to the network.

              With that in mind, have you tried any of the following ‘debricking’ techniques?

              OpenWrt Debricking Guide
              Recover from a bad flash - DD-WRT Wiki
              rafale77 1 Reply Last reply Reply Quote 0
              • rafale77
                rafale77 @parkerc last edited by

                @parkerc

                Honestly I have kind of given up tinkering with all forms of "embedded" devices which rely on a bootloader. They are just much too fragile and yes these are the various features/methods to access the bootloader. I have jettisoned all my veras to the trash where they belong and even deleted all my backups and the windows XP VM I used to unbrick my veras. It's just not worth the time and effort. I moved all my work to BIOS based devices which much less brick-able and as I found out more flexible, cheaper and more power efficient. Saves me a lot of time too.

                Happy New Year to you too!

                1 Reply Last reply Reply Quote 0
                • parkerc
                  parkerc last edited by

                  Thanks @rafale77 i totally understand 🙂

                  can I ask what you’re using now that’s “ much less brick-able and as I found out more flexible, cheaper and more power efficient ‘ -

                  that sounds like the holy grail !!

                  1 Reply Last reply Reply Quote 0
                  • rafale77
                    rafale77 last edited by

                    I am using a small gemini lake mini PC with a Celeron N4100 CPU. Cost me about $100 with 4GB of RAM and a 64GB SSD. It dual boots windows 10 and ubuntu server which is what I am using for home automation. I used it as my "vera" for a couple of years, running the vera UI (i.e firmware) on it through QEMU. It now runs z-way server. Running exactly the same programs and plugging it through a POE splitter next to a rPi3B, I realized it consumes half the power of the rPi while running 2-3x faster and is naturally cooler. When I did the math of having the storage and the case etc... I also came to realize that it is cheaper than any rPi. And the flexibility of course comes from the ability to run any OS you want.

                    1 Reply Last reply Reply Quote 0
                    • parkerc
                      parkerc last edited by parkerc

                      Interesting set up - I’ve lost count of the different setups I’ve tried over the years, from mini pcs, rPis, VM, Dockers etc. all of which had their merits, but I often found myself back under the hood of my Vera trying to make something work.

                      It was evident early on that Vera was never going to do everything - hence looking back (7 years ago) I was trying to work out what ‘combo’ would be best - https://community.getvera.com/t/the-ultimate-partner-for-vera/175184 - and that journey continues.

                      Today it’s

                      2 x VeraPlus,
                      2 x Raspberry Pi 3 B+ (Lua, z-way, Node-Red, USB/Serial Bridges for RFXTRX433, DSC Alarm, CurrentCost Energy)
                      2 x QNAP NAS (Running 1 x Homebridge (Docker) , 1 x Openluup ** (Docker) and is the SMB/CIFS target for any/all storage needs

                      ** - more for interest/fun as the UI is terrible on my iPad (which is my primary device)

                      But.. no matter what I do, my Vera and it’s UI continues to remain my focal point (primary controller) ..

                      1 Reply Last reply Reply Quote 0
                      • rafale77
                        rafale77 last edited by

                        Wow, pretty elaborate... I have tinkered quite a bit too and have finally settled on this:

                        1x Mini PC which has now become a radio bridge with 1 uzb and 1 conbee stick(it was a hacked vera but I got tired of the fragility of the platform)
                        1x QNAP NAS as my NVR with 16 IPCams, main storage server with 3 VMs:
                        a. home-assistant (my own version for zigbee and video recognition)/pihole/grafana
                        b. pfSense with dual WAN (1.5Gbit internet)
                        c. openLuup/Z-way/habridge/HomeKitbridge
                        1x macOS desktop which is my main pc and on which I run sonos-http-api and provides a local TTS server using the Siri voice.

                        I tried docker containers too but found their benefits were not worth the management complexity they were adding. I tried the vera obviously and a number of rPi2 and 3B+ and at the end regrouped them all into the setup above. I could actually merge the programs of the two VMs into one these days since there is no longer any reason to keep them separate. Back a while ago I had some nodejs version conflicts which I could have addressed differently than creating a new VM. openLuup is at the center of everything... and my only cloud dependency for home control is the amazon echo voice resolution. I even run them with no cloud hosted "skills" to eliminate cloud to cloud schemes.

                        1 Reply Last reply Reply Quote 0
                        • parkerc
                          parkerc last edited by

                          Looks a nice set up..

                          Oh, you’ve just reminded me, I use my QNAP as a NVR too (6 cameras), plus I also have ‘ sonos-http-api’ running (using Joanna), and PiHole’ too.

                          Connectivity wise, I use my UniFi home set up for VPN, and it has 3 networks, (I) Private LAN, (ii) Guest (Internet Only) for visitors & IoT devices (Alexa/Ring etc) and (iii) Video (IP TV) - I’d really like to embed my UniFi controller into my HA much more, as it has a lot of useful info, energy usage (via PoE), presence awareness via access points. Currently I just do some json calls here and there.

                          1 Reply Last reply Reply Quote 0
                          • parkerc
                            parkerc last edited by

                            Hi @rafale77

                            There was some interesting developments on the Vera forum about recovering a veraplus, through connecting a USB to TTY device to some connectors on the board . Opening up the unit and looking at the VeraSecure board, I can see 4 connectors too. (Photo posted on that forum) https://community.ezlo.com/t/can-the-veraplus-be-unbricked/204485/34

                            Is that a route you’ve used before ?

                            1 Reply Last reply Reply Quote 0
                            • rafale77
                              rafale77 last edited by

                              Not really. The route used before was using a custom windows tool from vera designed for the vera3 which I believe to start a TFTP server which then injects a firmware image to the device over ethernet. This would be something new (well sort of since I think someone on the forum also used TTY to recover one unit as well but not through USB.)

                              1 Reply Last reply Reply Quote 0
                              • parkerc
                                parkerc last edited by parkerc

                                Thanks,

                                While I’ve got the vera3 program somewhere, although as yet I’ve not been able to get it to install/run, having built an XP machine just for that purpose..

                                it’s interesting you talk about a TFTP server, as I had to do a recovery with a different product, and they sent me instructions on setting up a DHCP server and a TFTP service all using tftd32/64 - http://tftpd32.jounin.net/tftpd32_download.html

                                I’ve also seen these..

                                Rich Brown  /  Jan 14, 2017  /  2021-01-27T13:18:55+00:00

                                Setting up a TFTP server for TFTP Recovery/Install

                                Setting up a TFTP server for TFTP Recovery/Install

                                Setting up a TFTP server for TFTP Recovery/Install What is TFTP Recovery over Ethernet? On most devices, the vendor provided boot loader is a partition separated from the actual firmware. In case of a failed flash process or in case of a misconfiguration, the device's boot loader usually is still...

                                Installing OpenWrt via TFTP

                                And then for the cable/connection..

                                Nov 6, 2014  /  2021-01-25T14:16:36+00:00

                                Serial Console

                                Serial Console

                                Serial Console Overview Most people get along without a serial console for their device because they're able to flash a working firmware the first time - or are able to apply various recovery methods - and do all their communicating with the device over a network. However, some bootloaders don't...

                                David  /  May 5, 2012  /  2020-05-28T22:16:36+00:00

                                Serial Cables

                                Serial Cables

                                Serial Cables The most likely adapter you need is USB-TTL serial adapter, consumer routers with rs-232 ports are pretty rare This page assumes you have identified a serial connector on the router that you want to connect to from the PC. Modern PCs will usually have only a USB port to use for...

                                Assuming I can get to the command line via putty and the usb-tty cable on Vera; any idea what the sequence and command line(s) might be download and run the firmware update ?

                                1 Reply Last reply Reply Quote 0
                                • rafale77
                                  rafale77 last edited by

                                  Yup! These are the two known methods to write the flash memory of an embedded device (TFTP and TTY). I don’t have a vera secure and have only recovered vera plus and vera edge through TFTP. Sorry can’t help with the TTY USB as have taken down my veras.

                                  D 1 Reply Last reply Reply Quote 0
                                  • D
                                    destination @rafale77 last edited by

                                    @rafale77 said in Recover an ‘assumed bricked’ Vera Secure:

                                    Yup! These are the two known methods to write the flash memory of an embedded device (TFTP and TTY). I don’t have a vera secure and have only recovered vera plus and vera edge through TFTP. Sorry can’t help with the TTY USB as have taken down my veras.

                                    Hello @rafale77 , I have G550-35-1.7.4061.bin, mt7621s_Luup_ui7-1.7.5187-en-mios.squashfs and newmios-hooks.sh files. Can you tell me how can I use these files for recovery? There is no a clear tutorial about it. Is it possible to tell us how can you recover your vera plus with TFTP ? I want to apply the same stages to my vera secure. Thanks.

                                    1 Reply Last reply Reply Quote 0
                                    • rafale77
                                      rafale77 last edited by

                                      This post from Richie Digital in the old place is how I did it:

                                      Aug 4, 2019

                                      Video: Recover Bricked Vera plus

                                      Video: Recover Bricked Vera plus

                                      Yes it was bricked no ssh no telnet nada P.s Forgive my feet you can try with Vera edge as well I am not in the mood to type instructions b/c I have been working on this for 2 weeks almost and excuse my feet you can try with vera edge or vera plus if u do extroot … do it after the firmware...

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        destination last edited by destination

                                        Is it means you use vera3_recovery_tool for recovery not TFTP? If it is yes, vera3_recovery_tool does not works at vera secure for me.

                                        1 Reply Last reply Reply Quote 0
                                        • rafale77
                                          rafale77 last edited by rafale77

                                          Under the hood, the recovery tool is using TFTP... I just used it and didn't really bother to inquire deeper as to how one would reproduce what it does.

                                          And as far as I know it should work for the vera secure as well (I tested on both the plus and the edge) since all three are based on the same platform. I just don't have a firmware image for the secure.

                                          1 Reply Last reply Reply Quote 0
                                          • D
                                            destination last edited by destination

                                            Thanks @rafale77. After using that tool, i still have the warning at the firmware upgrade page.

                                            cat: can't open "etc/cmh/PK_AccessPoint' No such file or directory cat: can't open "etc/cmh/PK_AccessPoint' No such file or directory. Manually upgrade the firmware to the latest release. 
                                            

                                            Do you have any idea about that warning?

                                            alt text

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Welcome. If you’d like to participate in the discussion, rather than just read, then you can join the forum. As a member, you can interact with others here to share your experience and ask the questions you need answered.

                                            Powered by NodeBB | Contributors
                                            Hosted freely by PointPub Media Communications Inc. | Contact us