Skip to content
  • 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 Inclusion Not Working
  • Getting Started
  • Controller
  • Build
  • Hardware
  • Download/API
  • Forum
  • Store

Vera Inclusion Not Working

Scheduled Pinned Locked Moved Troubleshooting
19 Posts 5 Posters 9.9k Views 2 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.
  • MisterEM MisterE

    @hek Love the new slogan, although I'm sure some of our spouses may disagree. ;) I am using a Nano for the gateway. I wasn't even aware that there were logs (thanks!), but based upon your questions, I suspect the problem may be that I had an Insteon gateway connected to the Vera's USB port and simply swapped it out for the Arduino gateway. Perhaps leaving the Insteon gateway configured in Vera is the cause of my problem. I'll still need the Insteon gateway...because, after all, a man can't have too many gateways. A powered USB hub should arrive tomorrow which will allow me to use both simultaneously. An unpowered USB hub didn't solve my issue (no surprise). I'll test again once the new powered hub arrives. I'll dive into the logs if the new hub doesn't do the trick.

    @petewill - I did have the sensor powered up when I clicked the Start button but recycled power within the default inclusion time of 60 seconds. Could there be an issue with having it powered up at the time the Start button was pressed even though it was powered down and up shortly afterwards, or was your issue related to not recycling the power within the inclusion time frame?

    Can anyone confirm whether there is a visual indicator within the Vera UI during the inclusion period (i.e. Highlighted Start button, message at the top of the screen, etc.)?

    Thanks!

    Robert

    hekH Offline
    hekH Offline
    hek
    Admin
    wrote on last edited by
    #5

    @MisterE

    You should see that inclusion mode has started on the vera buttons.

    1 Reply Last reply
    0
    • petewillP Offline
      petewillP Offline
      petewill
      Admin
      wrote on last edited by
      #6

      I don't think there would be an issue cycling the power but I'm no expert. It has taken up to 30 seconds to pick up the sensors on occasion. I usually press start in Vera then power up the sensor. You should see that sensors are being found in the gateway.

      My "How To" home automation video channel: https://www.youtube.com/channel/UCq_Evyh5PQALx4m4CQuxqkA

      1 Reply Last reply
      0
      • MisterEM Offline
        MisterEM Offline
        MisterE
        wrote on last edited by
        #7

        I tried the powered USB hub and still no luck.

        The Vera logs shows the following. The last two lines are in red. Does this mean they are failing?
        ...
        50 04/05/14 12:13:04.195 luup_log:49: Arduino: Trying for a serial connection <0x2bf61680>
        50 04/05/14 12:13:04.196 luup_log:49: Arduino: Serial port is connected <0x2bf61680>
        50 04/05/14 12:13:04.196 luup_log:49: Arduino: Baud is 115200 <0x2bf61680>
        50 04/05/14 12:13:04.198 luup_log:49: Arduino: Sending: 0;0;4;4;Get Version <0x2bf61680>
        01 04/05/14 12:13:31.119 FileUtils::ReadURL 28/resp:0 size 1 http://192.168.1.7/get_status.cgi LEAK this:81920 start:278528 to 0xdc6000 <0x2bf61680>
        01 04/05/14 12:13:46.136 FileUtils::ReadURL 28/resp:0 size 1 http://192.168.1.7/cgi-bin/get_status.cgi <0x2bf61680>

        I'm using UI6. Could that be the problem?

        Thanks,

        Robert

        hekH 1 Reply Last reply
        0
        • MisterEM MisterE

          I tried the powered USB hub and still no luck.

          The Vera logs shows the following. The last two lines are in red. Does this mean they are failing?
          ...
          50 04/05/14 12:13:04.195 luup_log:49: Arduino: Trying for a serial connection <0x2bf61680>
          50 04/05/14 12:13:04.196 luup_log:49: Arduino: Serial port is connected <0x2bf61680>
          50 04/05/14 12:13:04.196 luup_log:49: Arduino: Baud is 115200 <0x2bf61680>
          50 04/05/14 12:13:04.198 luup_log:49: Arduino: Sending: 0;0;4;4;Get Version <0x2bf61680>
          01 04/05/14 12:13:31.119 FileUtils::ReadURL 28/resp:0 size 1 http://192.168.1.7/get_status.cgi LEAK this:81920 start:278528 to 0xdc6000 <0x2bf61680>
          01 04/05/14 12:13:46.136 FileUtils::ReadURL 28/resp:0 size 1 http://192.168.1.7/cgi-bin/get_status.cgi <0x2bf61680>

          I'm using UI6. Could that be the problem?

          Thanks,

          Robert

          hekH Offline
          hekH Offline
          hek
          Admin
          wrote on last edited by hek
          #8

          @MisterE

          The plugin has not yet been verified on UI6.

          What does your Arduino Nano (<- important) Gateway say when you plug it into your computer and look at the serial output? Did you turn on debug prints when uploading SerialGateway sketch?

          http://mysensors.org/build/debug

          1 Reply Last reply
          0
          • MisterEM Offline
            MisterEM Offline
            MisterE
            wrote on last edited by MisterE
            #9

            In the serial window I'm getting "0;0;ô" followed by several "à" characters.

            In the Arduino IDE, I'm seeing this in the bottom window:

            Error inside Serial.serialEvent()
            java.io.IOException: Bad file descriptor in nativeavailable
            at gnu.io.RXTXPort.nativeavailable(Native Method)
            at gnu.io.RXTXPort$SerialInputStream.available(RXTXPort.java:1532)
            at processing.app.Serial.serialEvent(Serial.java:258)
            at gnu.io.RXTXPort.sendEvent(RXTXPort.java:732)
            at gnu.io.RXTXPort.eventLoop(Native Method)
            at gnu.io.RXTXPort$MonitorThread.run(RXTXPort.java:1575)

            I am using an Arduino Nano v3.0.

            1 Reply Last reply
            0
            • M Offline
              M Offline
              Malx
              wrote on last edited by
              #10

              You must set the right baudrate in serial window, otherwise you will only get garbage.
              (default 115200)

              1 Reply Last reply
              0
              • MisterEM Offline
                MisterEM Offline
                MisterE
                wrote on last edited by
                #11

                @Malx Thanks. I checked the baud rate in the Serial Window. It is set to 115200.

                1 Reply Last reply
                0
                • MisterEM Offline
                  MisterEM Offline
                  MisterE
                  wrote on last edited by MisterE
                  #12

                  I've checked it on a fresh Arduino IDE install and I'm not seeing anything in the Serial Window. I've uncommented the debug line in config.h. If the Serial Gateway is working properly, should I see messages in the Serial Window?

                  Is anyone using MySensors with UI6?

                  1 Reply Last reply
                  0
                  • MisterEM MisterE

                    Newbie. Please be gentle.

                    First off a BIG thank you to hek and all of those involved with this. I wrote my own JSON webservice interface to my Arduino sensors and relays. I recently bought a Vera Lite and decided to incorporate my Arduino JSON webservice...and then I came across this. You've saved me countless hours and perhaps even saved my marriage.

                    I've added the MySensors USB gateway to my Vera Lite. In Devices I see the MySensors plugin along with the Start and Stop inclusion buttons. When I press on the Start button, nothing seems to happen. The button does not stay highlighted, nor does my sensor (motion) appear after restarting it within the 60 second default time frame. I tried adding a momentary button and still nothing seems to happen when I attempt to include the sensor. Should I expect the Start button to be highlighted and/or a message to appear in the message window at the top of the Vera interface page?

                    I have the latest release of the Vera firmware (1.6.641). The MySensors plug in version is 1.3.

                    Thanks!

                    Robert

                    MisterEM Offline
                    MisterEM Offline
                    MisterE
                    wrote on last edited by
                    #13

                    I switched to the Ethernet Gateway and I'm now able to see that the Inclusion mode is starting. The start button is highlighted and stays in Inclusion mode for 60 seconds. I haven't yet been able to get it to include a sensor and I'm seeing the following in the Vera log files:

                    0 04/15/14 9:09:04.140 luup_log:55: Arduino plugin: library L_Arduino loaded LEAK this:57344 start:57344 to 0x928000 <0x2c001680>
                    50 04/15/14 9:09:04.140 luup_log:55: Arduino: urn:upnp-arduino-cc:serviceId:arduino1,PluginVersion, 1.3, 55 <0x2c001680>
                    50 04/15/14 9:09:04.141 luup_log:55: Arduino: Using network connection: IP address is 192.168.1.77:5003 <0x2c001680>
                    50 04/15/14 9:09:04.243 luup_log:55: Arduino: Sending: 0;0;4;4;Get Version <0x2c001680>
                    50 04/15/14 9:09:04.256 luup_log:55: Arduino: urn:upnp-arduino-cc:serviceId:arduino1,ArduinoLibVersion, 1.2+, 55 LEAK this:24576 start:81920 to 0x92e000 <0x2e801680>
                    01 04/15/14 9:09:04.647 FileUtils::ReadURL 0/resp:404 ERROR:Resource doesn't exist size 29 https://us-device12.mios.com/device/device/device/35021529/kit LEAK this:73728 start:155648 to 0x940000 <0x2c001680>
                    01 04/15/14 9:09:04.650 JobHandler_LuaUPnP::DoFetchKits server: us-device12.mios.com error:404 unable to parse: (null) <0x2c001680>
                    01 04/15/14 9:09:05.027 FileUtils::ReadURL 0/resp:404 ERROR:Resource doesn't exist size 29 https://us-device11.mios.com/device/device/device/35021529/kit LEAK this:135168 start:290816 to 0x961000 <0x2c001680>
                    01 04/15/14 9:09:05.029 JobHandler_LuaUPnP::DoFetchKits server: us-device11.mios.com error:404 unable to parse: (null) <0x2c001680>
                    08 04/15/14 9:10:29.251 JobHandler_LuaUPnP::HandleActionRequest device: 55 service: urn:upnp-arduino-cc:serviceId:arduino1 action: StartInclusion LEAK this:69632 start:360448 to 0x972000 <0x2ec01680>

                    The 6th through 9th line are showing errors. Can anyone point me in the right direction?

                    Thanks,

                    Robert

                    BulldogLowellB 1 Reply Last reply
                    0
                    • hekH Offline
                      hekH Offline
                      hek
                      Admin
                      wrote on last edited by
                      #14

                      The errors is not related to Arduino plugin.

                      You seem to receive the version from your arduino (which means that communication between vera<->gw is working).

                      Please check the troubleshoot guide and post sensor debug logs for further assistance.

                      1 Reply Last reply
                      0
                      • MisterEM MisterE

                        I switched to the Ethernet Gateway and I'm now able to see that the Inclusion mode is starting. The start button is highlighted and stays in Inclusion mode for 60 seconds. I haven't yet been able to get it to include a sensor and I'm seeing the following in the Vera log files:

                        0 04/15/14 9:09:04.140 luup_log:55: Arduino plugin: library L_Arduino loaded LEAK this:57344 start:57344 to 0x928000 <0x2c001680>
                        50 04/15/14 9:09:04.140 luup_log:55: Arduino: urn:upnp-arduino-cc:serviceId:arduino1,PluginVersion, 1.3, 55 <0x2c001680>
                        50 04/15/14 9:09:04.141 luup_log:55: Arduino: Using network connection: IP address is 192.168.1.77:5003 <0x2c001680>
                        50 04/15/14 9:09:04.243 luup_log:55: Arduino: Sending: 0;0;4;4;Get Version <0x2c001680>
                        50 04/15/14 9:09:04.256 luup_log:55: Arduino: urn:upnp-arduino-cc:serviceId:arduino1,ArduinoLibVersion, 1.2+, 55 LEAK this:24576 start:81920 to 0x92e000 <0x2e801680>
                        01 04/15/14 9:09:04.647 FileUtils::ReadURL 0/resp:404 ERROR:Resource doesn't exist size 29 https://us-device12.mios.com/device/device/device/35021529/kit LEAK this:73728 start:155648 to 0x940000 <0x2c001680>
                        01 04/15/14 9:09:04.650 JobHandler_LuaUPnP::DoFetchKits server: us-device12.mios.com error:404 unable to parse: (null) <0x2c001680>
                        01 04/15/14 9:09:05.027 FileUtils::ReadURL 0/resp:404 ERROR:Resource doesn't exist size 29 https://us-device11.mios.com/device/device/device/35021529/kit LEAK this:135168 start:290816 to 0x961000 <0x2c001680>
                        01 04/15/14 9:09:05.029 JobHandler_LuaUPnP::DoFetchKits server: us-device11.mios.com error:404 unable to parse: (null) <0x2c001680>
                        08 04/15/14 9:10:29.251 JobHandler_LuaUPnP::HandleActionRequest device: 55 service: urn:upnp-arduino-cc:serviceId:arduino1 action: StartInclusion LEAK this:69632 start:360448 to 0x972000 <0x2ec01680>

                        The 6th through 9th line are showing errors. Can anyone point me in the right direction?

                        Thanks,

                        Robert

                        BulldogLowellB Offline
                        BulldogLowellB Offline
                        BulldogLowell
                        Contest Winner
                        wrote on last edited by
                        #15

                        @MisterE

                        Are you using the capacitors on the radios?

                        1 Reply Last reply
                        0
                        • MisterEM Offline
                          MisterEM Offline
                          MisterE
                          wrote on last edited by
                          #16

                          @HEK I went through the troubleshoot guide.

                          I am using the latest version of the MySensors library. The plugin version does not match the library version (Plugin Version 1.3 vs. Lib Version 1.2+). My understanding based upon another post, is that this discrepancy should be fine.
                          I've triple-checked the radio wiring.
                          I have not tried adding a decoupling capacitor.
                          I am not using an amplified version of the NRF24L01+ chip.

                          Below is a copy of the sensor debug logs:

                          These three lines appear about every second:

                          Relaying message back to gateway.
                          Tx: fr=255,to=0,la=255,ne=0,ci=255,mt=4,ty=5,cr=136:
                          Ack: receive timeout

                          These two lines appear every 10 seconds:

                          No relay nodes was found. Trying again in 10 seconds.
                          Tx: fr=255,to=255,la=255,ne=255,ci=255,mt=4,ty=9,cr=184:

                          @BULLDOGLOWELL I haven't tried the capacitors yet. I'll order some and give it a try. FWIW, I have the radios within a few feet of each other.

                          If there's anything else you can suggest, I'd greatly appreciate it.

                          Thanks,

                          Robert

                          1 Reply Last reply
                          0
                          • hekH Offline
                            hekH Offline
                            hek
                            Admin
                            wrote on last edited by
                            #17

                            While waiting for the capacitors you can always try to switch radio (if you got the 10-pack) to rule out HW failure.
                            Which type of Arduino are you using for the sensor side? And what type of regulator (if any)?

                            MisterEM 1 Reply Last reply
                            0
                            • hekH hek

                              While waiting for the capacitors you can always try to switch radio (if you got the 10-pack) to rule out HW failure.
                              Which type of Arduino are you using for the sensor side? And what type of regulator (if any)?

                              MisterEM Offline
                              MisterEM Offline
                              MisterE
                              wrote on last edited by
                              #18

                              @hek That was it. I swapped the radio and all is well. Thank you for your patience HEK!

                              hekH 1 Reply Last reply
                              0
                              • MisterEM MisterE

                                @hek That was it. I swapped the radio and all is well. Thank you for your patience HEK!

                                hekH Offline
                                hekH Offline
                                hek
                                Admin
                                wrote on last edited by
                                #19

                                @MisterE
                                Good!

                                If you try the "broken" radio with a capacitor it will probably work fine.

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


                                12

                                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
                                • OpenHardware.io
                                • Categories
                                • Recent
                                • Tags
                                • Popular