Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Troubleshooting
  3. Vera - Can't create GW device with UI7 files

Vera - Can't create GW device with UI7 files

Scheduled Pinned Locked Moved Troubleshooting
21 Posts 9 Posters 9.3k Views 7 Watching
  • 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.
  • NbaarsN Offline
    NbaarsN Offline
    Nbaars
    wrote on last edited by
    #11

    Thanks for your reply, so i will try what you say and look if it works. Are you using a Arduino copy or original? I see people using a original Nano, and that seems to work with the VeraEdge.

    1 Reply Last reply
    0
    • AnticimexA Offline
      AnticimexA Offline
      Anticimex
      Contest Winner
      wrote on last edited by
      #12

      I don't have a Vera edge, but a Vera lite and I found that I could not really trust a serial gw. I don't think the Vera can provide enough current on its USB port so my nano acted strange. I have decoupled everything with node-red now so all my controllers communicate using ethernet/tcp ports and I once more use a serial gw connected to a raspberrypi (but with the option in node-red to switch to an ethernet gw if I wanted to without changing anything in the controllers). It also makes debugging things a lot easier since all io between gw and controllers can be monitored.

      Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

      1 Reply Last reply
      0
      • stevebusS Offline
        stevebusS Offline
        stevebus
        wrote on last edited by
        #13

        @Nbaars - I'm not sure how you tell? it was advertised as an Arduino Nano, not a copy or clone or "compatible", but I don't know if you can rely on that. Is there an easy way to tell?

        @Anticimex - interesting idea. I might explore it, but I'm pretty satisfied with my straight Ethernet GW now (except for it being a pain to debug)

        Vera Edge/UI7; mysensors; Arduino's and RPIs; data posted to Azure for an IoT 'dashboard' of my house

        Opinions expressed here are my own and do not necessarily reflect Microsoft's feelings on a given topic :-)

        1 Reply Last reply
        0
        • NbaarsN Offline
          NbaarsN Offline
          Nbaars
          wrote on last edited by
          #14

          @stevebus Pete B is using for his Serial gateway a Arduino nano clone from the shop on my sensors. But for now im stuck that my SG is not working. Im just new to all this.

          1 Reply Last reply
          0
          • J Offline
            J Offline
            jlieffort
            wrote on last edited by
            #15

            Did you ever get your nano clone to work as a serial gateway?

            I'm struggling with the same issue right now. I have 4 nanos none have the FTDI chip and I can't get the vera to set the serial port.

            Is the only option to get a "genuine" nano?

            1 Reply Last reply
            0
            • stevebusS Offline
              stevebusS Offline
              stevebus
              wrote on last edited by
              #16

              Never got it working, but quit trying because of Ethernet GW has been fairly reliable lately. I've tried two different Nano's (bought from the links on mysensors site. But I assume they are clones. I'm not sure how to verify one is genuine, do you?

              I'd love to get it working as an option.

              Vera Edge/UI7; mysensors; Arduino's and RPIs; data posted to Azure for an IoT 'dashboard' of my house

              Opinions expressed here are my own and do not necessarily reflect Microsoft's feelings on a given topic :-)

              1 Reply Last reply
              0
              • kylehullK Offline
                kylehullK Offline
                kylehull
                wrote on last edited by
                #17

                Hello not sure if you are still active or what but the below link may help i recently tried to make a gateway with a nano a failed like you guys have however after reading the below forum it turn out that you need to have a nano with a FTDI chipset for the gateway i went and bought one, they are a bit more expensive then the cheaper ones but I've plugged it in and tested it and it now it works fine i hope that it help

                Link

                1 Reply Last reply
                0
                • stevebusS Offline
                  stevebusS Offline
                  stevebus
                  wrote on last edited by
                  #18

                  Hey @kylehull .. thanks for the response. I've heard that before, about the need to have a genuine FTDI chipset. I had previously dug out the magnifying class and i'm pretty sure my Nano (that didn't work) says "FTDI" on the serial chipset. (not sure if there is another way to tell)... but based on the symptoms, I guess maybe it didn't..

                  either way, since the 2.0 libraries game out, I rebuilt my Ethernet GW and it has been rock solid. So I'm not going to rock the boat there :-).

                  thanks for following up on this old thread, though. I'm sure it'll help others.

                  Vera Edge/UI7; mysensors; Arduino's and RPIs; data posted to Azure for an IoT 'dashboard' of my house

                  Opinions expressed here are my own and do not necessarily reflect Microsoft's feelings on a given topic :-)

                  1 Reply Last reply
                  0
                  • miroM Offline
                    miroM Offline
                    miro
                    wrote on last edited by
                    #19

                    0_1480761242515_error.png

                    So, to get rid of my error messages "Can´t Detect Device" I have to build a Ethernet gateway instead of having the serial gateway?

                    korttomaK 1 Reply Last reply
                    0
                    • miroM miro

                      0_1480761242515_error.png

                      So, to get rid of my error messages "Can´t Detect Device" I have to build a Ethernet gateway instead of having the serial gateway?

                      korttomaK Offline
                      korttomaK Offline
                      korttoma
                      Hero Member
                      wrote on last edited by
                      #20

                      @miro are you getting the "Can´t Detect Device" for MySensor devices? That is a new one. If your device is working normally try going in to the advanced variables tab for your device and see if there is a variable called "CommFailure" and change the value to 0. Restart the luup engine.

                      • Tomas
                      1 Reply Last reply
                      0
                      • miroM Offline
                        miroM Offline
                        miro
                        wrote on last edited by
                        #21

                        @korttoma said:

                        "Can´t Detect Device"

                        This was fixed for me when I changed all three CommFailure.

                        CommFailure = 0
                        CommFailureTime = 0
                        CommFailureAlarm= 0

                        Thanks a lot!

                        1 Reply Last reply
                        1
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        5

                        Online

                        11.7k

                        Users

                        11.2k

                        Topics

                        113.0k

                        Posts


                        Copyright 2019 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • MySensors
                        • OpenHardware.io
                        • Categories
                        • Recent
                        • Tags
                        • Popular