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. Vera - Ethernet Gateway - Node Issues

Vera - Ethernet Gateway - Node Issues

Scheduled Pinned Locked Moved Vera
12 Posts 4 Posters 3.9k Views 1 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.
  • J JeJ

    You shouldn't use node 0.
    The gateway is using adress 0.

    N Offline
    N Offline
    NotYetRated
    wrote on last edited by
    #3

    @JeJ

    It was assigned Node 0.... I did not manually specify it

    1 Reply Last reply
    0
    • m26872M Offline
      m26872M Offline
      m26872
      Hardware Contributor
      wrote on last edited by
      #4

      I have similar inclusion-mode issues when using my enc28j60 (uip-)Ethernet gateway with my VeraLiteUI5. I haven't yet tried the w5100 Ethernet gateway.
      Try using a serial gateway for inlcusion and then change to a Ethernet-gw. Once sensors are inlcuded the Ethernet gateway is much more stable with Vera..

      N 1 Reply Last reply
      0
      • m26872M m26872

        I have similar inclusion-mode issues when using my enc28j60 (uip-)Ethernet gateway with my VeraLiteUI5. I haven't yet tried the w5100 Ethernet gateway.
        Try using a serial gateway for inlcusion and then change to a Ethernet-gw. Once sensors are inlcuded the Ethernet gateway is much more stable with Vera..

        N Offline
        N Offline
        NotYetRated
        wrote on last edited by NotYetRated
        #5

        @m26872 I am using the 5100, thanks for the info. An unfortunately extensive solution.

        Is there somewhere to make a bug report? Or to try to help start debugging this issue?

        EDIT: I suppose waiting on MySensors 2.0 will actually be the preferred method, why put time in to a 1.0 issue when something new is coming shortly.

        1 Reply Last reply
        0
        • N NotYetRated

          I was originally having issues adding a Dallas Temp Sensor node. Though I appear to have multiple problems. I deleted and reloaded the MySensors plugin from Vera, reuploaded the LUUP files from Vera-Master. Readded sensors, after clearing eeprom with "EEPROM.write(i, 0xff);". It added my 2 nodes, however, for one it did not add the actual sensors, for the second it did not add the node info. I added the nodes separately, not at the same time.

          Also, the third node I tried adding did not load at all. It is a dallas temp sensor on an Arduino Pro 5v. Issues adding this node are what kicked off reloading MySensors plugin.

          Node 0 is a test node on an Uno, Humidity sketch right now. Vera shows node info, but no data. Watching on serial monitor, the sensor is reporting humidity and temp(in Imperial as I want).

          sensor started, id 0
          send: 0-0-0-0 s=255,c=0,t=17,pt=0,l=5,st=fail:1.4.1
          send: 0-0-0-0 s=255,c=3,t=6,pt=1,l=1,st=fail:0
          send: 0-0-0-0 s=255,c=3,t=11,pt=0,l=8,st=fail:Humidity
          send: 0-0-0-0 s=255,c=3,t=12,pt=0,l=3,st=fail:1.0
          send: 0-0-0-0 s=0,c=0,t=7,pt=0,l=5,st=fail:1.4.1
          send: 0-0-0-0 s=1,c=0,t=6,pt=0,l=5,st=fail:1.4.1
          send: 0-0-0-0 s=1,c=1,t=0,pt=7,l=5,st=fail:68.0
          send: 0-0-255-255 s=255,c=3,t=7,pt=0,l=0,st=fail:
          T: 68.00
          send: 0-0-0-0 s=0,c=1,t=1,pt=7,l=5,st=ok:43.0
          H: 43.00
          

          Node 1 is a Dallas node on a Nano. Vera shows sensor data(2 dallas sensors), but not the node info, also the info shown is Metric, and the sketch is set for Imperial.
          I have 6 other temp sensor nodes on Pro 5v's which I have yet to gather and reload.

          sensor started, id 1
          send: 1-1-0-0 s=255,c=0,t=17,pt=0,l=5,st=fail:1.4.1
          send: 1-1-0-0 s=255,c=3,t=6,pt=1,l=1,st=ok:0
          send: 1-1-0-0 s=255,c=3,t=11,pt=0,l=18,st=fail:Temperature Sensor
          send: 1-1-0-0 s=255,c=3,t=12,pt=0,l=3,st=fail:1.0
          send: 1-1-0-0 s=0,c=0,t=6,pt=0,l=5,st=ok:1.4.1
          send: 1-1-0-0 s=1,c=0,t=6,pt=0,l=5,st=ok:1.4.1
          send: 1-1-0-0 s=0,c=1,t=0,pt=7,l=5,st=fail:17.8
          send: 1-1-0-0 s=1,c=1,t=0,pt=7,l=5,st=fail:18.5
          

          Anyone have any suggestions? Sketches used are unedited(except changing metric) from MySensors library.

          Capture.PNG

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

          @NotYetRated

          It's a mystery how you managed to get a node with id 0. And you seem to get an awful lot of failed transmissions (acks). Power issue/busy radio channel?

          N 1 Reply Last reply
          0
          • hekH hek

            @NotYetRated

            It's a mystery how you managed to get a node with id 0. And you seem to get an awful lot of failed transmissions (acks). Power issue/busy radio channel?

            N Offline
            N Offline
            NotYetRated
            wrote on last edited by NotYetRated
            #7

            @hek Rebooted my ethernet gateway, cleared eeprom on the node which was assigned 0, and reloaded the sketch and it was found and identified, given a proper node number, and it semi-working.

            Still will only display/transmit in Metric.

            As for the failed transmissions, I had not really paid attention to/noticed that. My home network is one of two total visible in my house. Home network, 2.4GHz is on channel 10, 2.457 GHz. Cannot find info for what frequency RF24 channel 76 is. Perhaps I should try changing this?

            My gateway is using the NRF24L01+PA+LNA Antenna version. Currently, all sensors are through 2 walls, 10 feet from gateway.

            Thoughts on things to trial?

            EDIT: Also, I monitored the device on node 1, and as it sends temperature updates, it noted st=fail, though vera shows the proper updated temps.

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

              Try lowering the transmission power on the gateway (MyConfig.h) or power radio separately. Also try adding a capacitor if it's missing.

              Your gateway is clearly having problems sending back acks to the sensors.

              N 1 Reply Last reply
              0
              • hekH hek

                Try lowering the transmission power on the gateway (MyConfig.h) or power radio separately. Also try adding a capacitor if it's missing.

                Your gateway is clearly having problems sending back acks to the sensors.

                N Offline
                N Offline
                NotYetRated
                wrote on last edited by
                #9

                @hek Thanks for the reply.

                MyConfig.h, "define RF24_PA_LEVEL_GW" from "RF24_PA_LOW" to "RF24_PA_MIN"?

                Will then trial the capacitor, and power it separately if necessary. Gateway is a Nano, powered via USB to a wall wort.

                1 Reply Last reply
                0
                • m26872M Offline
                  m26872M Offline
                  m26872
                  Hardware Contributor
                  wrote on last edited by
                  #10

                  @NotYetRated
                  Today I had real good progress with inclusion mode on my enc28J60-ethernet-gateway by adding "delay(100)" before every(!) send-message call in the sensor node code.
                  For the record; I made the inclusion (both before and after the fix) through a repaeter node which I usually don't. I'm also not sure wether or not this was my first node with lib 1.4.1.

                  N 1 Reply Last reply
                  0
                  • m26872M m26872

                    @NotYetRated
                    Today I had real good progress with inclusion mode on my enc28J60-ethernet-gateway by adding "delay(100)" before every(!) send-message call in the sensor node code.
                    For the record; I made the inclusion (both before and after the fix) through a repaeter node which I usually don't. I'm also not sure wether or not this was my first node with lib 1.4.1.

                    N Offline
                    N Offline
                    NotYetRated
                    wrote on last edited by
                    #11

                    @m26872

                    Thanks for the update! Will give it a try sometime later this week!

                    m26872M 1 Reply Last reply
                    0
                    • N NotYetRated

                      @m26872

                      Thanks for the update! Will give it a try sometime later this week!

                      m26872M Offline
                      m26872M Offline
                      m26872
                      Hardware Contributor
                      wrote on last edited by
                      #12

                      @NotYetRated I got a comment to the method by @BulldogLowell here.

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


                      27

                      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