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 422.7k 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.
  • jmmorgan83J jmmorgan83

    I created a virtual serial port using this ./configure --my-gateway=serial --my-serial-is-pty --my-serial-pty=/dev/ttyMySensorsGateway. I can see the port in the dev folder, but when I run dmesg I do not see it listed and therefore my openhab can not find it. How can I fix this?

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

    @jmmorgan83 You may need another name for the port, such as

    ./configure --my-gateway=serial --my-serial-is-pty --my-serial-pty=/dev/ttyUSB020
    
    jmmorgan83J 1 Reply Last reply
    0
    • M marceloaqno

      @jmmorgan83 You may need another name for the port, such as

      ./configure --my-gateway=serial --my-serial-is-pty --my-serial-pty=/dev/ttyUSB020
      
      jmmorgan83J Offline
      jmmorgan83J Offline
      jmmorgan83
      wrote on last edited by
      #142

      @marceloaqno
      Unfortunately, no luck:(.

      1 Reply Last reply
      0
      • M marceloaqno

        @hausinger After the command:

        sudo ./bin/mysgw -d
        

        It wasn't supposed to go back to bash, the gateway would wait for new messages.
        I'm not sure what's going on with your setup because I tested your configuration options here and it worked.

        H Offline
        H Offline
        hausinger
        wrote on last edited by
        #143

        @marceloaqno said:

        @hausinger After the command:

        sudo ./bin/mysgw -d
        

        It wasn't supposed to go back to bash, the gateway would wait for new messages.
        I'm not sure what's going on with your setup because I tested your configuration options here and it worked.

        Thank you for your answer. What can I do now? Can I check, that this port is unused? And how can I check this?
        Or is there another problem?

        1 Reply Last reply
        0
        • jmmorgan83J Offline
          jmmorgan83J Offline
          jmmorgan83
          wrote on last edited by
          #144

          FYI: I do not think the Rpi gateway works with Openhab on the same unit. I have tried both the virtual serial port and mqtt, and neither will work with Openhab 1.83.

          1 Reply Last reply
          0
          • G Offline
            G Offline
            gtortone
            wrote on last edited by
            #145
            This post is deleted!
            1 Reply Last reply
            0
            • G Offline
              G Offline
              gtortone
              wrote on last edited by
              #146
              This post is deleted!
              1 Reply Last reply
              0
              • skywatchS Offline
                skywatchS Offline
                skywatch
                wrote on last edited by
                #147

                Hi all,

                So I built this and all seems to be well. But.....how do I test it properly?

                I also installed pidome and have that able to 'see' the MSYGW, but it advises to only add it if it is working.

                So how to know if mysgw is working OK? Is there somewhere a step-by-step way to do this?

                1 Reply Last reply
                0
                • G Offline
                  G Offline
                  gtortone
                  wrote on last edited by
                  #148

                  @skywatch try to run it with "mysgw -d" .

                  Enabling debug mode you can see on console every message and diagnostics...

                  1 Reply Last reply
                  0
                  • skywatchS Offline
                    skywatchS Offline
                    skywatch
                    wrote on last edited by
                    #149

                    @gtortone

                    sudo ./bin/mysgw -d and sudo ./bin/mysgw -h now both give 'command not found' - which is odd as they were both working eariler ???
                    A reboot makes no difference. Although after reboot I see mysgw running in 'top' but even stopping that service and trying sudo mysgw -d again doesn't seem to work.

                    Any idea whats wrong? Any suggestions to get this going?

                    1 Reply Last reply
                    0
                    • G Offline
                      G Offline
                      gtortone
                      wrote on last edited by gtortone
                      #150

                      @skywatch

                      if you did

                      make install

                      the mysgw executable is in /usr/local/bin directory then you have to launch it with:

                      /usr/local/bin/mysgw -d

                      1 Reply Last reply
                      0
                      • skywatchS Offline
                        skywatchS Offline
                        skywatch
                        wrote on last edited by
                        #151

                        @gtortone

                        That doesn't appear anywhere on this tutorial, so maybe it needs adding for completion?

                        Anyway the output is now......

                        pi@PiDomePi:~ $ sudo /usr/local/bin/mysgw -d
                        mysgw: Starting gateway...
                        mysgw: Protocol version - 2.0.1-beta
                        mysgw: MCO:BGN:INIT GW,CP=RNNG--Q,VER=2.0.1-beta
                        mysgw: TSF:LRT:OK
                        mysgw: TSM:INIT
                        mysgw: TSM:INIT:TSP OK
                        mysgw: TSM:INIT:GW MODE
                        mysgw: TSM:READY
                        mysgw: MCO:REG:NOT NEEDED
                        mysgw: MCO:BGN:STP
                        mysgw: MCO:BGN:INIT OK,ID=0,PAR=0,DIS=0,REG=1

                        When i did build install I missed out bit for the leds, can I just re-run the ./config and 'make' then 'make install' again? Or will that cause problems??
                        I just think that the lights will be useful in the early stages of getting this running...

                        Thanks for the help, no way would I have got that without you! :)

                        G 1 Reply Last reply
                        0
                        • skywatchS skywatch

                          @gtortone

                          That doesn't appear anywhere on this tutorial, so maybe it needs adding for completion?

                          Anyway the output is now......

                          pi@PiDomePi:~ $ sudo /usr/local/bin/mysgw -d
                          mysgw: Starting gateway...
                          mysgw: Protocol version - 2.0.1-beta
                          mysgw: MCO:BGN:INIT GW,CP=RNNG--Q,VER=2.0.1-beta
                          mysgw: TSF:LRT:OK
                          mysgw: TSM:INIT
                          mysgw: TSM:INIT:TSP OK
                          mysgw: TSM:INIT:GW MODE
                          mysgw: TSM:READY
                          mysgw: MCO:REG:NOT NEEDED
                          mysgw: MCO:BGN:STP
                          mysgw: MCO:BGN:INIT OK,ID=0,PAR=0,DIS=0,REG=1

                          When i did build install I missed out bit for the leds, can I just re-run the ./config and 'make' then 'make install' again? Or will that cause problems??
                          I just think that the lights will be useful in the early stages of getting this running...

                          Thanks for the help, no way would I have got that without you! :)

                          G Offline
                          G Offline
                          gtortone
                          wrote on last edited by
                          #152

                          @skywatch

                          You're welcome !

                          you can (re)run configure, make, make install when you want,
                          but I suggest to stop the mysgw executable before launch "make install"

                          1 Reply Last reply
                          0
                          • skywatchS Offline
                            skywatchS Offline
                            skywatch
                            wrote on last edited by
                            #153

                            Thank you! :)

                            1 Reply Last reply
                            0
                            • skywatchS Offline
                              skywatchS Offline
                              skywatch
                              wrote on last edited by
                              #154

                              Can I just check that this is OK? .....

                              ./configure --my-gateway=serial --my-serial-is-pty --my-serial-pty=/dev/ttyMySensorsGateway --my-transport=nrf24 --my-rf24-irq-pin=15 --my-leds-err-pin=12 --my-leds-rx-pin=16 --my-leds-tx-pin=18

                              Can you see any problems here, it seemed to work but I hope to test fully this week, maybe tomorrow.....

                              G 1 Reply Last reply
                              0
                              • skywatchS skywatch

                                Can I just check that this is OK? .....

                                ./configure --my-gateway=serial --my-serial-is-pty --my-serial-pty=/dev/ttyMySensorsGateway --my-transport=nrf24 --my-rf24-irq-pin=15 --my-leds-err-pin=12 --my-leds-rx-pin=16 --my-leds-tx-pin=18

                                Can you see any problems here, it seemed to work but I hope to test fully this week, maybe tomorrow.....

                                G Offline
                                G Offline
                                gtortone
                                wrote on last edited by
                                #155

                                @skywatch
                                Hi, options for "configure" are ok, I suggest you to double check your cabling !

                                :)

                                1 Reply Last reply
                                0
                                • skywatchS Offline
                                  skywatchS Offline
                                  skywatch
                                  wrote on last edited by
                                  #156

                                  What makes you think that the cabling is wrong? - I checked and can't see any problem....can you be less cryptic please? :)

                                  G 1 Reply Last reply
                                  0
                                  • skywatchS skywatch

                                    What makes you think that the cabling is wrong? - I checked and can't see any problem....can you be less cryptic please? :)

                                    G Offline
                                    G Offline
                                    gtortone
                                    wrote on last edited by
                                    #157

                                    @skywatch
                                    I meaning that often is also useful to check cable two (or three) times !
                                    but if you already did it... ok !

                                    1 Reply Last reply
                                    0
                                    • skywatchS Offline
                                      skywatchS Offline
                                      skywatch
                                      wrote on last edited by
                                      #158

                                      Ah, OK then :) - I thought there was something in the console data I posted that meant there was a problem! - Tomorrow to build a sensor and get that going.... Thanks again!

                                      1 Reply Last reply
                                      0
                                      • michlb1982M Offline
                                        michlb1982M Offline
                                        michlb1982
                                        wrote on last edited by
                                        #159

                                        hi
                                        yesterday i tried to build a rpi-gateway but i had trouble to access, after changeing the rights on the port to 777 and group to dialout i could access via
                                        fhem. and i didn't use the symlink, i used the port directly /dev/pts/0@115200 andthen it works perfectly!

                                        thanks...

                                        p.s.: i uses always sudo while make and the other installation commands.

                                        greets mike

                                        1 Reply Last reply
                                        0
                                        • martinsM Offline
                                          martinsM Offline
                                          martins
                                          wrote on last edited by
                                          #160

                                          Get this error from the gateway installed on Raspberry Pi2 with RFM69 Radio.

                                          From the IDE it works fine:
                                          0;255;3;0;9;Starting gateway (RRNGA-, 2.0.0)
                                          0;255;3;0;9;TSM:INIT
                                          0;255;3;0;9;TSM:RADIO:OK
                                          0;255;3;0;9;TSM:GW MODE
                                          0;255;3;0;9;TSM:READY
                                          0;255;3;0;14;Gateway startup complete.
                                          0;255;0;0;18;2.0.0
                                          0;255;3;0;9;No registration required
                                          0;255;3;0;9;Init complete, id=0, parent=0, distance=0, registration=1
                                          0;255;3;0;9;TSP:MSG:READ 255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0:
                                          0;255;3;0;9;TSP:MSG:BC
                                          0;255;3;0;9;TSP:MSG:FPAR REQ (sender=255)
                                          0;255;3;0;9;TSP:CHKUPL:OK
                                          0;255;3;0;9;TSP:MSG:GWL OK
                                          0;255;3;0;9;TSP:MSG:SEND 0-0-255-255 s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=bc:0
                                          0;255;3;0;9;TSP:MSG:READ 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
                                          255;255;3;0;3;
                                          0;255;3;0;9;TSP:MSG:READ 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
                                          255;255;3;0;3;
                                          0;255;3;0;9;TSP:MSG:READ 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
                                          255;255;3;0;3;
                                          0;255;3;0;9;TSP:MSG:READ 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
                                          255;255;3;0;3;

                                          mysgw: Starting gateway...
                                          mysgw: Protocol version - 2.1.0-beta
                                          mysgw: MCO:BGN:INIT GW,CP=RNNG---,VER=2.1.0-beta
                                          mysgw: TSF:LRT:OK
                                          mysgw: TSM:INIT
                                          mysgw: TSF:WUR:MS=0
                                          mysgw: !TSM:INIT:TSP FAIL
                                          mysgw: TSM:FAIL:CNT=1

                                          From the gateway on the Pi this is the error:
                                          ./bin/mysgw -d
                                          mysgw: Starting gateway...
                                          mysgw: Protocol version - 2.1.0-beta
                                          mysgw: MCO:BGN:INIT GW,CP=RNNG---,VER=2.1.0-beta
                                          mysgw: TSF:LRT:OK
                                          mysgw: TSM:INIT
                                          mysgw: TSF:WUR:MS=0
                                          mysgw: !TSM:INIT:TSP FAIL
                                          mysgw: TSM:FAIL:CNT=1
                                          mysgw: TSM:FAIL:PDT
                                          mysgw: TSM:FAIL:RE-INIT
                                          mysgw: TSM:INIT
                                          mysgw: !TSM:INIT:TSP FAIL
                                          mysgw: TSM:FAIL:CNT=2
                                          mysgw: TSM:FAIL:PDT
                                          mysgw: TSM:FAIL:RE-INIT
                                          mysgw: TSM:INIT
                                          mysgw: !TSM:INIT:TSP FAIL
                                          mysgw: TSM:FAIL:CNT=3
                                          mysgw: TSM:FAIL:PDT
                                          mysgw: TSM:FAIL:RE-INIT
                                          mysgw: TSM:INIT
                                          mysgw: !TSM:INIT:TSP FAIL
                                          mysgw: TSM:FAIL:CNT=4
                                          mysgw: TSM:FAIL:PDT

                                          Any ideas where I might start looking at?

                                          Thanks,
                                          Martin

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


                                          8

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.0k

                                          Posts


                                          Copyright 2019 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