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. How to best set up a bigger mysensors installation

How to best set up a bigger mysensors installation

Scheduled Pinned Locked Moved General Discussion
12 Posts 4 Posters 2.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.
  • L LastSamurai

    Hi, I am currently planning a bigger mysensors installation for a whole house (3 floors, cellar, garden...) and I was wondering about the best way to set this up. The walls in this house seem to isolate radiowaves pretty well (at least for wifi which uses the same frequency) so I am likely to at least 2-3 "gateways" for mysensors (maybe one per floor).
    Whould you recommend using one gateway + repeater, or different (wlan) gateways per floor? Repeater related problems seem to be hard to debug but multiple gateways might cause problems with nodes (do they? can a node auto-connect to another gateway if it loses connection to one?).

    For now I plan to use domoticz as a controller if that makes any difference. Any other tips/ideas for settings up slightly bigger installations with dozens of nodes?

    J Offline
    J Offline
    Jan Gatzke
    wrote on last edited by
    #2

    @LastSamurai

    There can be only one gateway in one network. Auto fallback does not exist afaik. You can have one network per floor. This means you have to choose another channel/frequency.
    I have used one repeater in a similar scenario. Problems occur when the node occasionally can reach the gateway directly. I had to specify the parent node/repeater. Now it works well.

    1 Reply Last reply
    1
    • gohanG Offline
      gohanG Offline
      gohan
      Mod
      wrote on last edited by
      #3

      You could use rfm69hw with 433Mhz frequency, with high power output and better penetration maybe you could make it with just one gateway (maybe placed in the middle of the house). Also multiple WiFi gateways are possible, you only have to use different channels on the nrf24 to separate one network from the other

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

        I will try to make due with one high power gateway (+ possible repeaters) then. Thanks for the feedback though!
        @gohan 433Mhz will be used too to control some old outlets. But most of my pcbs are designed for the nrf24 so I'll stay with that for now.

        gohanG sundberg84S 2 Replies Last reply
        1
        • L LastSamurai

          I will try to make due with one high power gateway (+ possible repeaters) then. Thanks for the feedback though!
          @gohan 433Mhz will be used too to control some old outlets. But most of my pcbs are designed for the nrf24 so I'll stay with that for now.

          gohanG Offline
          gohanG Offline
          gohan
          Mod
          wrote on last edited by
          #5

          @LastSamurai there is a pcb to convert nrf24 sockets for rfm69, just in case you change your mind :)

          1 Reply Last reply
          0
          • L LastSamurai

            I will try to make due with one high power gateway (+ possible repeaters) then. Thanks for the feedback though!
            @gohan 433Mhz will be used too to control some old outlets. But most of my pcbs are designed for the nrf24 so I'll stay with that for now.

            sundberg84S Offline
            sundberg84S Offline
            sundberg84
            Hardware Contributor
            wrote on last edited by
            #6

            @LastSamurai - as said in the post, i have also set static node ids and in some few cases parent as well. I have celler with concrete roof(gw), main floor (repeater) and attic (wooden floor) and that works for me with Nrf24l01+

            Controller: Proxmox VM - Home Assistant
            MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
            MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
            RFLink GW - Arduino Mega + RFLink Shield, 433mhz

            L 1 Reply Last reply
            0
            • sundberg84S sundberg84

              @LastSamurai - as said in the post, i have also set static node ids and in some few cases parent as well. I have celler with concrete roof(gw), main floor (repeater) and attic (wooden floor) and that works for me with Nrf24l01+

              L Offline
              L Offline
              LastSamurai
              Hardware Contributor
              wrote on last edited by
              #7

              @sundberg84 Thanks, nice to know! Why the static node ids though? I get the static parent id but a node only needs to get the id once anyways, right?

              sundberg84S 1 Reply Last reply
              0
              • gohanG Offline
                gohanG Offline
                gohan
                Mod
                wrote on last edited by
                #8

                Because node ids are necessary and if your controller doesn't have auto assign you have to do it manually

                L 1 Reply Last reply
                0
                • gohanG gohan

                  Because node ids are necessary and if your controller doesn't have auto assign you have to do it manually

                  L Offline
                  L Offline
                  LastSamurai
                  Hardware Contributor
                  wrote on last edited by
                  #9

                  @gohan Ah ok, sure! I haven't used a controller without auto-assignment yet ;)

                  1 Reply Last reply
                  0
                  • L LastSamurai

                    @sundberg84 Thanks, nice to know! Why the static node ids though? I get the static parent id but a node only needs to get the id once anyways, right?

                    sundberg84S Offline
                    sundberg84S Offline
                    sundberg84
                    Hardware Contributor
                    wrote on last edited by
                    #10

                    @LastSamurai - my controller does have auto assign ID, but I like to have a documentation for my nodes. If i upgrade a node sometimes it recieves a new node id (even if its the same hardware) so this way i know that node 8 is always my rain sensor for example :)

                    Controller: Proxmox VM - Home Assistant
                    MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
                    MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
                    RFLink GW - Arduino Mega + RFLink Shield, 433mhz

                    1 Reply Last reply
                    1
                    • gohanG Offline
                      gohanG Offline
                      gohan
                      Mod
                      wrote on last edited by
                      #11

                      Just as a note, once Node ID is assigned the first time (manually or auto) it is stored into the eeprom so in theory you can run the exact same code on multiple sensors (without defining node ID) that makes it easier to manage when you do updates (either via cable or OTA)

                      1 Reply Last reply
                      0
                      • J Offline
                        J Offline
                        Jan Gatzke
                        wrote on last edited by
                        #12

                        I always got the same behavior. The ID should never change after it was first assigned, You need to flash the erase eeprom sketch to get rid of it.

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


                        28

                        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