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. Announcements
  3. πŸ’¬ Building a Raspberry Pi Gateway

πŸ’¬ Building a Raspberry Pi Gateway

Scheduled Pinned Locked Moved Announcements
1.1k Posts 173 Posters 999.5k Views 131 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.
  • gohanG Offline
    gohanG Offline
    gohan
    Mod
    wrote on last edited by
    #440

    It's OK, don't worry. We need to update the guide with the new instructions πŸ˜€

    M 1 Reply Last reply
    0
    • gohanG gohan

      It's OK, don't worry. We need to update the guide with the new instructions πŸ˜€

      M Offline
      M Offline
      marceloaqno
      Code Contributor
      wrote on last edited by
      #441

      @gohan Done!

      1 Reply Last reply
      2
      • F Offline
        F Offline
        ftw64
        wrote on last edited by
        #442

        @marceloaqno Thanks! That indeed does the trick! And no worries, it is my own decision to play with beta(!) code (and it was a fun weekend troubleshooting it - I learned a lot about the structure of the MySensors code)!

        Only 'bad' thing is that 2.2.0 is not compatible with my existing nodes :-).

        I appreciate all the work that has been put into MySensors.

        1 Reply Last reply
        0
        • Fat FlyF Offline
          Fat FlyF Offline
          Fat Fly
          wrote on last edited by
          #443

          This is really stupid. :D RFM69 radio need powered separately ?

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

            They shouldn't, but it's always a matter trying πŸ˜€

            1 Reply Last reply
            0
            • O Offline
              O Offline
              Oliver Acevedo
              wrote on last edited by
              #445
              This post is deleted!
              1 Reply Last reply
              0
              • Richard van der PlasR Offline
                Richard van der PlasR Offline
                Richard van der Plas
                wrote on last edited by
                #446

                How will this work with HASS running on the same pi ?

                Fat FlyF 1 Reply Last reply
                0
                • gohanG Offline
                  gohanG Offline
                  gohan
                  Mod
                  wrote on last edited by
                  #447

                  It's the same as it was running on separate hw, you will only set ip address of the gateway in hass

                  1 Reply Last reply
                  0
                  • Richard van der PlasR Offline
                    Richard van der PlasR Offline
                    Richard van der Plas
                    wrote on last edited by
                    #448

                    so i can attach the NRF24L01+ to the pi running HA, make it a Ethernet Gateway and point to his own ip adress ?, will this be a long job with converting from a USB connected GW (Arduino with local sensors ? )

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

                      That's pretty much it. I don't know what is your current setup and what sensors you have, but is should not be a long job. Anyway you can install the ethernet gateway and when you are done you take care of the sensors

                      1 Reply Last reply
                      0
                      • Richard van der PlasR Offline
                        Richard van der PlasR Offline
                        Richard van der Plas
                        wrote on last edited by
                        #450

                        excellent, will the cpu utilisation be much higher that with a usb connected gw ?

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

                          No, it uses very few cpu

                          1 Reply Last reply
                          0
                          • manulM Offline
                            manulM Offline
                            manul
                            wrote on last edited by
                            #452

                            @Richard van der Plas: I strongly recommend to use MQTT instead of Ethernet gateway, as it is a standard way for 2 processes to communicate, and platform-agnostic.
                            HASS comes with an embed MQTT broker taht works out of the box.
                            Plus:

                            • you can easily mock either your sensors network or your controller
                            • it does support secure communication
                            • you can add other clients to observe the event, e.g. to log what is coming from/what is sent to the gateway
                            1 Reply Last reply
                            0
                            • gohanG Offline
                              gohanG Offline
                              gohan
                              Mod
                              wrote on last edited by
                              #453

                              I suggested ethernet because it's easier to setup and configure, mqtt is the next step.

                              1 Reply Last reply
                              0
                              • P Offline
                                P Offline
                                pettib
                                wrote on last edited by
                                #454

                                Hi
                                I also have problem to get the NRF24L01+ chip to work with the RPi3.

                                I find that the masterbranch don't recognize the board as RPi3 and sets SoC and Type as unknown.
                                But if i take development branch itΒ΄s detecting RPi3 and seems to work correct.

                                This is result from development Branch configure:
                                [SECTION] Detecting target machine.
                                [OK] machine detected: SoC=BCM2837, Type=rpi3, CPU=armv7l.
                                [SECTION] Detecting SPI driver.
                                [OK] SPI driver detected:BCM.
                                [SECTION] Detecting init system.
                                [OK] init system detected: systemd.
                                [SECTION] Saving configuration.
                                [SECTION] Cleaning previous builds.
                                [OK] Finished.

                                This is result from Master Branch configure:
                                [SECTION] Detecting target machine.
                                [OK] machine detected: SoC=unknown, Type=unknown, CPU=armv7l.
                                [SECTION] Checking GPIO Sysfs.
                                [OK] /sys/class/gpio/export found
                                [SECTION] Detecting SPI driver.
                                [OK] SPI driver detected:SPIDEV.
                                [SECTION] Detecting init system.
                                [OK] init system detected: systemd.
                                [SECTION] Saving configuration.
                                [SECTION] Cleaning previous builds.
                                [OK] Finished.

                                This is the result from cat /proc/cpuinfo:

                                Hardware : BCM2835
                                Revision : a02082

                                //Peter

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

                                  That's odd, I have the 2.1.1 compiled on mine rpi 3

                                  M 1 Reply Last reply
                                  0
                                  • gohanG gohan

                                    That's odd, I have the 2.1.1 compiled on mine rpi 3

                                    M Offline
                                    M Offline
                                    marceloaqno
                                    Code Contributor
                                    wrote on last edited by marceloaqno
                                    #456

                                    @pettib @gohan There have been some changes in /proc/cpuinfo in newer versions of kernels which leads to a wrong detection.
                                    The problem was fix in #827 and will be available in the master branch in the next mysensor release.

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

                                      I'm using dietpi and I compiled it like 2 weeks ago..

                                      1 Reply Last reply
                                      0
                                      • Richard van der PlasR Richard van der Plas

                                        How will this work with HASS running on the same pi ?

                                        Fat FlyF Offline
                                        Fat FlyF Offline
                                        Fat Fly
                                        wrote on last edited by
                                        #458

                                        @Richard-van-der-Plas what is this: HASS ?

                                        1 Reply Last reply
                                        0
                                        • Richard van der PlasR Offline
                                          Richard van der PlasR Offline
                                          Richard van der Plas
                                          wrote on last edited by
                                          #459

                                          Ok, i am standig on a crossroad it seems, i have to build a new gateway but i am also interested in the MQTT option, this is between mysensors & HomeASSistant i presume? i have some ESP's lying around unused, but i have 0 knowledge of mqtt (i dont think my hass has it running by default)

                                          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


                                          18

                                          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