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. Controllers
  3. Vera
  4. Gateway not working on VeraLite + UI6 - No Serial Port configuration available

Gateway not working on VeraLite + UI6 - No Serial Port configuration available

Scheduled Pinned Locked Moved Vera
veraserialgatewayui6serial
11 Posts 6 Posters 6.0k Views 3 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.
  • cdrumC cdrum

    Hi,

    I built my gw using a nano (bought the one recommended on this site) many months ago. It worked for a while, but then I unplugged it from my Vera Lite (running UI6) as my sensors weren't fully operational yet (had some battery issues).

    Now that I have some time, I tried getting the gw to work again, and when I follow the instructions on the page http://www.mysensors.org/controller/vera, I keep seeing the "Lua Startup Failure" error on the device page. When I go to set the serial port, I get the "Not available." message on the "Set Serial Configuration" page in the Apps section.

    I SSH into the vera as the remote user to tail some logs (/tmp/log/cmh/LuaUPnP.log) and when I reload Lua, I see the following log entries relevant to the gw device (#37):

    09	02/22/15 12:11:02.086	JobHandler_LuaUPnP::Run device 37 MySensors Plugin room 0 type urn:schemas-arduino-cc:device:arduino:1 id  parent 0/0xd34670 upnp: 0 <0x2b92d000>
    50	02/22/15 12:11:04.228	luup_log:37: Arduino plugin: loading library L_Arduino ... <0x2c261680>
    50	02/22/15 12:11:04.289	luup_log:37: Arduino plugin: library L_Arduino loaded __LEAK__ this:40960 start:40960 to 0xf9b000 <0x2c261680>
    50	02/22/15 12:11:04.300	luup_log:37: Arduino: urn:upnp-arduino-cc:serviceId:arduino1,PluginVersion, 1.4, 37 <0x2c261680>
    50	02/22/15 12:11:04.300	luup_log:37: Arduino: Trying for a serial connection <0x2c261680>
    01	02/22/15 12:11:04.301	luup_log:37: Arduino: Serial port not connected. First choose the serial port and restart the lua engine. <0x2c261680>
    01	02/22/15 12:11:04.301	luup_log:37: Arduino: Choose the Serial Port <0x2c261680>
    01	02/22/15 12:11:04.302	LuaInterface::CallFunction_Startup-2 device 37 function startup failed (null) with return false <0x2c261680>
    01	02/22/15 12:11:04.302	LuImplementation::StartLua running startup code for 37 I_Arduino1.xml failed <0x2c261680>
    

    So it seems it loads the library fine, but something goes wrong and it fails. Just to make sure my nano is still working, I uploaded the blink sketch, and that worked.

    I also tried, as someone suggested in this forum, to use a powered hub (as opposed to plugging the nano directly into the VeraLite - same result.

    Anyone had a similar issue and found a way to resolve it? I saw someone else in this forum had better luck with a legit Nano ($$$), I am hoping I don't have to do that ;-)

    Thanks in advance!

    blaceyB Offline
    blaceyB Offline
    blacey
    Admin
    wrote on last edited by
    #2

    @cdrum Try this - http://forum.mysensors.org/topic/269/lost-usb-serial-port-connection-on-vera-3-again/8

    cdrumC 1 Reply Last reply
    1
    • cdrumC cdrum

      Hi,

      I built my gw using a nano (bought the one recommended on this site) many months ago. It worked for a while, but then I unplugged it from my Vera Lite (running UI6) as my sensors weren't fully operational yet (had some battery issues).

      Now that I have some time, I tried getting the gw to work again, and when I follow the instructions on the page http://www.mysensors.org/controller/vera, I keep seeing the "Lua Startup Failure" error on the device page. When I go to set the serial port, I get the "Not available." message on the "Set Serial Configuration" page in the Apps section.

      I SSH into the vera as the remote user to tail some logs (/tmp/log/cmh/LuaUPnP.log) and when I reload Lua, I see the following log entries relevant to the gw device (#37):

      09	02/22/15 12:11:02.086	JobHandler_LuaUPnP::Run device 37 MySensors Plugin room 0 type urn:schemas-arduino-cc:device:arduino:1 id  parent 0/0xd34670 upnp: 0 <0x2b92d000>
      50	02/22/15 12:11:04.228	luup_log:37: Arduino plugin: loading library L_Arduino ... <0x2c261680>
      50	02/22/15 12:11:04.289	luup_log:37: Arduino plugin: library L_Arduino loaded __LEAK__ this:40960 start:40960 to 0xf9b000 <0x2c261680>
      50	02/22/15 12:11:04.300	luup_log:37: Arduino: urn:upnp-arduino-cc:serviceId:arduino1,PluginVersion, 1.4, 37 <0x2c261680>
      50	02/22/15 12:11:04.300	luup_log:37: Arduino: Trying for a serial connection <0x2c261680>
      01	02/22/15 12:11:04.301	luup_log:37: Arduino: Serial port not connected. First choose the serial port and restart the lua engine. <0x2c261680>
      01	02/22/15 12:11:04.301	luup_log:37: Arduino: Choose the Serial Port <0x2c261680>
      01	02/22/15 12:11:04.302	LuaInterface::CallFunction_Startup-2 device 37 function startup failed (null) with return false <0x2c261680>
      01	02/22/15 12:11:04.302	LuImplementation::StartLua running startup code for 37 I_Arduino1.xml failed <0x2c261680>
      

      So it seems it loads the library fine, but something goes wrong and it fails. Just to make sure my nano is still working, I uploaded the blink sketch, and that worked.

      I also tried, as someone suggested in this forum, to use a powered hub (as opposed to plugging the nano directly into the VeraLite - same result.

      Anyone had a similar issue and found a way to resolve it? I saw someone else in this forum had better luck with a legit Nano ($$$), I am hoping I don't have to do that ;-)

      Thanks in advance!

      axillentA Offline
      axillentA Offline
      axillent
      Mod
      wrote on last edited by
      #3

      @cdrum it is recommended to use ethernet gateway with UI above 5
      you also can downgrade to UI5 to have no issues with serial gateway

      sense and drive

      1 Reply Last reply
      1
      • gigiG Offline
        gigiG Offline
        gigi
        wrote on last edited by
        #4

        @cdrum I tried with many arduino nano purchased on ebay but I could not connect on vera.

        Try with gateway Ethernet !!!

        Vera lite - mysensors Ethernet gateway - AirWik sensor - Relay Module

        1 Reply Last reply
        1
        • J Offline
          J Offline
          jjwalker
          wrote on last edited by jjwalker
          #5
          This post is deleted!
          1 Reply Last reply
          0
          • brettzky84B Offline
            brettzky84B Offline
            brettzky84
            wrote on last edited by
            #6

            Im using the serial gateway on u17 and have it working fine. i have the same problem as you when my vera is rebooted or powered off, but found 2 solutions. 1 with the vera on disconnect then reconnect the serial gateway. wait 10seconds refresh the dashboard page. Then go to app/ developer apps/ serial connection. Reset your baud rate to 115200?? Select the mysensors profile. Then reload luup.pls note Sometimes it takes a few retrys. And doesn't always detect serial connection just be persistent. Option 2 when you get it working create a complete vera backup on your phone or pc. restore backup when needed

            cdrumC 1 Reply Last reply
            0
            • brettzky84B Offline
              brettzky84B Offline
              brettzky84
              wrote on last edited by
              #7

              Failing that delete the mysensor gateway. Then reinstall D_Arduino1.xml. Re-add nodes as per usual.

              1 Reply Last reply
              0
              • brettzky84B Offline
                brettzky84B Offline
                brettzky84
                wrote on last edited by
                #8

                Just read that link above lol. Could of saved me alot of writing on a phone. Good luck

                1 Reply Last reply
                0
                • blaceyB blacey

                  @cdrum Try this - http://forum.mysensors.org/topic/269/lost-usb-serial-port-connection-on-vera-3-again/8

                  cdrumC Offline
                  cdrumC Offline
                  cdrum
                  wrote on last edited by
                  #9

                  @blacey said:

                  @cdrum Try this - http://forum.mysensors.org/topic/269/lost-usb-serial-port-connection-on-vera-3-again/8

                  Hi blacey, thanks but tried that and didn't work :(

                  1 Reply Last reply
                  0
                  • cdrumC Offline
                    cdrumC Offline
                    cdrum
                    wrote on last edited by
                    #10

                    thanks everyone for your comments and suggestions. I don't want to try a different tech just yet (ethernet), someone recommended to me to downgrad back to UI5. I am doing this now (to beta version 672) and will let you know how it goes.

                    cheers

                    1 Reply Last reply
                    0
                    • brettzky84B brettzky84

                      Im using the serial gateway on u17 and have it working fine. i have the same problem as you when my vera is rebooted or powered off, but found 2 solutions. 1 with the vera on disconnect then reconnect the serial gateway. wait 10seconds refresh the dashboard page. Then go to app/ developer apps/ serial connection. Reset your baud rate to 115200?? Select the mysensors profile. Then reload luup.pls note Sometimes it takes a few retrys. And doesn't always detect serial connection just be persistent. Option 2 when you get it working create a complete vera backup on your phone or pc. restore backup when needed

                      cdrumC Offline
                      cdrumC Offline
                      cdrum
                      wrote on last edited by
                      #11

                      @brettzky84 said:

                      Im using the serial gateway on u17 and have it working fine. i have the same problem as you when my vera is rebooted or powered off, but found 2 solutions. 1 with the vera on disconnect then reconnect the serial gateway. wait 10seconds refresh the dashboard page. Then go to app/ developer apps/ serial connection. Reset your baud rate to 115200??...

                      Thansk. I ended up upgrading to the latst UI7 beta. My gateway is now working!!! Let's see how stable it is. ;-)

                      (UI7 has fixed some of my other issue too)

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


                      13

                      Online

                      11.7k

                      Users

                      11.2k

                      Topics

                      113.1k

                      Posts


                      Copyright 2025 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