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. No new node possible

No new node possible

Scheduled Pinned Locked Moved Troubleshooting
22 Posts 6 Posters 5.3k Views 4 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.
  • G gloob

    Inclusion mode is set on the controller. But I think I don't have to activate this in the controller if the node has a static ID.

    rejoe2R Offline
    rejoe2R Offline
    rejoe2
    wrote on last edited by
    #11

    @gloob: FHEM also requires to have inclusion mode active when NODE_ID is assigned in the sketch.

    Controller: FHEM; MySensors: 2.3.1, RS485,nRF24,RFM69, serial Gateways

    1 Reply Last reply
    0
    • G Offline
      G Offline
      gloob
      wrote on last edited by
      #12

      But even when I set FHEM to inclusion_mode = 1, I get this error.
      I would assume that the node finds the parent without a running controller if the node ID and parent ID are static.

      rejoe2R 1 Reply Last reply
      0
      • G gloob

        But even when I set FHEM to inclusion_mode = 1, I get this error.
        I would assume that the node finds the parent without a running controller if the node ID and parent ID are static.

        rejoe2R Offline
        rejoe2R Offline
        rejoe2
        wrote on last edited by
        #13

        You already tried to restart the node after turning inclusion mode on?
        As long as the parent node is present, the node will send it's messages towards this one, but I'm not sure if this (esp. the presentation()) really needs the controller to answer accordingly.
        Other: are you using MQTT?

        Controller: FHEM; MySensors: 2.3.1, RS485,nRF24,RFM69, serial Gateways

        1 Reply Last reply
        0
        • G Offline
          G Offline
          gloob
          wrote on last edited by
          #14

          Yes I also tried to restart the node when inclusing mode is on and I don't use MQTT.

          1 Reply Last reply
          0
          • rejoe2R Offline
            rejoe2R Offline
            rejoe2
            wrote on last edited by
            #15

            Don't have no further idea, but maybe it is really HW-related wrt to this post: https://forum.mysensors.org/topic/6063/solved-mqtt-esp8266-gateway-issue.
            Indicates some kind of incompability between the MySensors-libs 2.1.1 and the Wemos D1 mini defs, other variants of the ESP8266 may be affected, too. MySensors versions between 2.0.0-beta and 2.1.1 have issues with the nrf-part, so downgrading is not the best idea either.
            Do you have the possibility to make tests with a serial GW or at least use the WIFI-GW in a "fake serial mode" (don't really know whether this is possible or not)?

            Controller: FHEM; MySensors: 2.3.1, RS485,nRF24,RFM69, serial Gateways

            1 Reply Last reply
            0
            • G Offline
              G Offline
              gloob
              wrote on last edited by
              #16

              So the other thread mentions to go back to 2.0.0
              I will try this today and give feedback.

              1 Reply Last reply
              0
              • rejoe2R Offline
                rejoe2R Offline
                rejoe2
                wrote on last edited by rejoe2
                #17

                When downgrading I would expect trouble wrt. to the nrf part (other thread is about other RF-chip). Did you try to use the GW as fake serial GW or at least tried to analyse serial output more in depth?
                Btw.: Another user reported having trouble including new nodes with a network-GW, see here: https://forum.mysensors.org/topic/6149/ethernet-gateway-shows-up-on-vera-but-doens-t-want-to-include-devices. As this is the 3rd in very short time, most likely problems will be solved pretty soon.

                EDIT: found even a 4th, pretty similar one: https://forum.mysensors.org/topic/6118/problem-connecting-to-gateway

                Pretty astonishing, because the recent days I built a RS485-GW using the 2.1.1-libs without trouble wrt. including some testnodes in FHEM.
                the only problems I ran into where the neccessity to assingne node ID's manually and I had to restart the other serial GW; this one stopped receiving regular updates from my nrf-nodes.
                Very strange...

                Controller: FHEM; MySensors: 2.3.1, RS485,nRF24,RFM69, serial Gateways

                1 Reply Last reply
                0
                • ร Offline
                  ร Offline
                  รอเรือ
                  wrote on last edited by
                  #18

                  And here is a 5th similar issue I believe: https://forum.mysensors.org/topic/6147/tsm-fpar-no-reply

                  1 Reply Last reply
                  0
                  • G Offline
                    G Offline
                    gloob
                    wrote on last edited by gloob
                    #19

                    Thanks for your support. For me it seems that we have some general problems at the moment.

                    I will try the following things later:

                    #define MY_NODE_ID 10
                    #define MY_PARENT_NODE_ID 0
                    #define MY_PARENT_NODE_IS_STATIC
                    
                    1. use dev version of 2.1.1

                    2. downgrade to 2.0.0 or less to check if the hardware is working without any problems

                    3. use a serial gateway or try to use my WeMos in serial mode


                    These are the topics with a similar error (just as a summary for myself):
                    https://forum.mysensors.org/topic/6147/tsm-fpar-no-reply
                    https://forum.mysensors.org/topic/6118/problem-connecting-to-gateway
                    https://forum.mysensors.org/topic/6063/solved-mqtt-esp8266-gateway-issue


                    Edit: does anybody have an idea how to use a ESP as serial gateway?

                    1 Reply Last reply
                    0
                    • rejoe2R Offline
                      rejoe2R Offline
                      rejoe2
                      wrote on last edited by
                      #20

                      Wrt to using the ESP as serial GW: I only did some short test some time ago, but the serial output seemed to be pretty similar to what I would expect from a regular serial GW. So I would at first just rty to use the USB port and change the definition in FHEM.

                      You could also try to use the dev version before downgrading. At first look, there seems not to be a specific fix wrt. this problem, but you never know...

                      Controller: FHEM; MySensors: 2.3.1, RS485,nRF24,RFM69, serial Gateways

                      1 Reply Last reply
                      0
                      • G Offline
                        G Offline
                        gloob
                        wrote on last edited by
                        #21

                        I did not flash all my nodes with a static node ID and now all new nodes can join the network and are visible in FHEM.

                        #define MY_NODE_ID 10
                        #define MY_PARENT_NODE_ID 0
                        

                        I think there is any problem with my WeMos gateway. I will analyze this more in detail, when I have some more time.

                        1 Reply Last reply
                        0
                        • alowhumA Offline
                          alowhumA Offline
                          alowhum
                          Plugin Developer
                          wrote on last edited by
                          #22

                          For anyone finding this: I solved it by clearing the eeprom of the Arduino. There's a special sketch for that under examples.

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


                          23

                          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