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. General Discussion
  3. Can other sensors send data to my mysensors?

Can other sensors send data to my mysensors?

Scheduled Pinned Locked Moved General Discussion
11 Posts 7 Posters 2.7k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Hello,
    I am starting with MySensors and I have a question. With other networks you have an (home-)id. But with MySensor you have only an unique ID from 0 to ... If there is another MySensor in the neighborhood will it also send data to my newtork?
    Regards
    Frank

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

      As soon as there is no security feature enabled, the basic answer is yes, your gateway will be able to see neighbour's nodes and vice versa, all nodes and the gw. are just doing kind of broadcasting.

      As long as the nodes are not "included" (and registered by the controller), nothing will happen.

      To avoid problems, you may enable security features or use a different channel for transmission (nRF).

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

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tbowmo
        Admin
        wrote on last edited by
        #3

        in addition to @rejoe2's answer, you can also change the base address of your sensor network, by setting MY_RF24_BASE_RADIO_ID in your code

        https://github.com/mysensors/MySensors/blob/067519c500d4e1cb813c486fd34000bd8c83c337/MyConfig.h#L339

        This needs to be set to the same value on ALL units in you mysensors network

        A 1 Reply Last reply
        1
        • T tbowmo

          in addition to @rejoe2's answer, you can also change the base address of your sensor network, by setting MY_RF24_BASE_RADIO_ID in your code

          https://github.com/mysensors/MySensors/blob/067519c500d4e1cb813c486fd34000bd8c83c337/MyConfig.h#L339

          This needs to be set to the same value on ALL units in you mysensors network

          A Offline
          A Offline
          ahmedadelhosni
          wrote on last edited by
          #4

          @tbowmo said in Can other sensors send data to my mysensors?:

          can also change the base address of your sensor network, by setting MY_RF24_BASE_RADIO_ID in your co

          That's really cool .. When was this implemented ?

          I asked the same question 1.5 years ago before I got busy and stopped following up with MySensors community. I am glad I am back :D

          https://forum.mysensors.org/topic/3327/mixing-sensors-in-two-houses

          mfalkviddM Y 2 Replies Last reply
          0
          • A ahmedadelhosni

            @tbowmo said in Can other sensors send data to my mysensors?:

            can also change the base address of your sensor network, by setting MY_RF24_BASE_RADIO_ID in your co

            That's really cool .. When was this implemented ?

            I asked the same question 1.5 years ago before I got busy and stopped following up with MySensors community. I am glad I am back :D

            https://forum.mysensors.org/topic/3327/mixing-sensors-in-two-houses

            mfalkviddM Offline
            mfalkviddM Offline
            mfalkvidd
            Mod
            wrote on last edited by
            #5

            @ahmedadelhosni since MY_RF24_BASE_RADIO_ID is mentioned in that thread we can probably safely assume that it was implemented before that time at least.

            A 1 Reply Last reply
            3
            • mfalkviddM mfalkvidd

              @ahmedadelhosni since MY_RF24_BASE_RADIO_ID is mentioned in that thread we can probably safely assume that it was implemented before that time at least.

              A Offline
              A Offline
              ahmedadelhosni
              wrote on last edited by
              #6

              @mfalkvidd yeah right. I didn't read the whole replies again.

              I guess this changing the base_id is a good solution as it has large scale. Changing the Fre may be needed if there was radio interference between the two nodes.

              Thanks all.

              1 Reply Last reply
              1
              • A ahmedadelhosni

                @tbowmo said in Can other sensors send data to my mysensors?:

                can also change the base address of your sensor network, by setting MY_RF24_BASE_RADIO_ID in your co

                That's really cool .. When was this implemented ?

                I asked the same question 1.5 years ago before I got busy and stopped following up with MySensors community. I am glad I am back :D

                https://forum.mysensors.org/topic/3327/mixing-sensors-in-two-houses

                Y Offline
                Y Offline
                Yveaux
                Mod
                wrote on last edited by
                #7

                @ahmedadelhosni It's been in there for ages: https://github.com/mysensors/MySensors/blob/4783cac945df33a84ef20572c87557087f453ae8/libraries/MySensors/MyConfig.h#L11
                (this is from 1.4.1, over 3 years ago. Can't go back any further on GitHub ;-) )

                http://yveaux.blogspot.nl

                A 1 Reply Last reply
                0
                • D Offline
                  D Offline
                  dbemowsk
                  wrote on last edited by
                  #8

                  Could you not also change what channel your radios ran on, at least for nRF24 radios, if a neighboring house ran on a certain channel? Wouldn't that give some separation between systems?

                  Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                  Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                  mfalkviddM 1 Reply Last reply
                  0
                  • D dbemowsk

                    Could you not also change what channel your radios ran on, at least for nRF24 radios, if a neighboring house ran on a certain channel? Wouldn't that give some separation between systems?

                    mfalkviddM Offline
                    mfalkviddM Offline
                    mfalkvidd
                    Mod
                    wrote on last edited by
                    #9

                    @dbemowsk yes. That solution is also mentioned in the linked thread :)

                    D 1 Reply Last reply
                    0
                    • mfalkviddM mfalkvidd

                      @dbemowsk yes. That solution is also mentioned in the linked thread :)

                      D Offline
                      D Offline
                      dbemowsk
                      wrote on last edited by
                      #10

                      @mfalkvidd Sorry, missed that.

                      Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                      Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                      1 Reply Last reply
                      0
                      • Y Yveaux

                        @ahmedadelhosni It's been in there for ages: https://github.com/mysensors/MySensors/blob/4783cac945df33a84ef20572c87557087f453ae8/libraries/MySensors/MyConfig.h#L11
                        (this is from 1.4.1, over 3 years ago. Can't go back any further on GitHub ;-) )

                        A Offline
                        A Offline
                        ahmedadelhosni
                        wrote on last edited by
                        #11

                        @Yveaux Oh right ::joy:

                        1 Reply Last reply
                        0

                        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                        With your input, this post could be even better 💗

                        Register Login
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        16

                        Online

                        12.0k

                        Users

                        11.2k

                        Topics

                        113.4k

                        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