Skip to content
  • 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
  • Getting Started
  • Controller
  • Build
  • Hardware
  • Download/API
  • Forum
  • Store

💬 Building a Raspberry Pi Gateway

Scheduled Pinned Locked Moved Announcements
1.1k Posts 173 Posters 422.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.
  • R ricorico94

    Hi,
    I try to access log info from my gateway installed on my domoticz raspberry pi, but I get no success..
    First, I can't find the mysensors.conf file : nothing in the /etc folder. I tried to use "find / -name 'mysensors.conf' 2>/dev/null" command, but it finds nothing.
    I tried creating such a file (then it's found by the fond command above) and in which I have the lines

    log_pipe=0
    log_pipe_file=/tmp/mysgw.pipe
    

    as instructed above.
    I restarted the wole Raspberry PI, then tried the command cat /tmp/mysgw.pipe but error message:

    cat: /tmp/mysgw.pipe: Aucun fichier ou dossier de ce type
    

    (= no file or folder like that)
    I then tried this: sudo mysgw -c /etc/mysensors.conf and I got also error message:

    mysgw: invalid option -- 'c'
    

    I installed the Mysensor gateway on 17th October 2017 and my raspberry pi is working on Wheezy. In Domoticz, I see the Mysensor gateway has version 2.1.1.
    MY gateway seems working fine, communicating properly with sensors (both ways). I'm trying to find log because I face an issue with a new sensor which works properly when powered with external FTDI 3.3V and only 1 way (sensor to gateway only) when powered on battery (I raised question in another post, where I was suggested to check log fil on gtw side..)

    Any idea of what I should do (except "reinstall whole raspberry pi with latest OS..) ?
    Thanks a lot,
    Ricorico

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

    @ricorico94 there seems to have been some major changes in the raspberry pi gateway, without vorresponding updates to the documentation.

    I have not been able to locate the exact changes though. @marceloaqno might know.

    mfalkviddM 1 Reply Last reply
    0
    • mfalkviddM mfalkvidd

      @ricorico94 there seems to have been some major changes in the raspberry pi gateway, without vorresponding updates to the documentation.

      I have not been able to locate the exact changes though. @marceloaqno might know.

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

      Found the reference: https://github.com/mysensors/MySensors/pull/1061

      1 Reply Last reply
      1
      • R Offline
        R Offline
        ricorico94
        wrote on last edited by
        #943

        @mfalkvidd : thanks a lot ! I had searched for such version history and couldn't find it.
        Indeed it seems introduction of the switches for log files was introduced in February, so I should probably update my install.

        Precisely, talking about upgrade process: I read in previous posts that we should uninstall/unregister the install/service. WHat would be commands to do so ? Should it be:

        sudo systemctl disable mysgw.service
        

        and executed before anything else ? So upgrade process would be:

        sudo systemctl disable mysgw.service
        make
        sudo make install
        sudo systemctl enable mysgw.service
        

        (and maybe test the gateway before the "systemctl enable..")
        Is there anyfile to remove manually ? or any other command to apply before or after ?

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

          Would someone be willing to create a post that lists each step required to set up the simple encryption+signing option? I understand I have to add a password line to the arduino sketch. But how exactly one sets up the server side is still a bit of a mystery to me. It would rock if there was a similar simple command to give during the make process.

          AnticimexA pepsonP 2 Replies Last reply
          0
          • alowhumA alowhum

            Would someone be willing to create a post that lists each step required to set up the simple encryption+signing option? I understand I have to add a password line to the arduino sketch. But how exactly one sets up the server side is still a bit of a mystery to me. It would rock if there was a similar simple command to give during the make process.

            AnticimexA Offline
            AnticimexA Offline
            Anticimex
            Contest Winner
            wrote on last edited by Anticimex
            #945

            @alowhum https://www.mysensors.org/apidocs/group__RaspberryPiGateway.html
            That is straight from the documentation. Which in the case of Linux ports is also what you get if you issue ./configure --help
            I believe.

            Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

            1 Reply Last reply
            0
            • alowhumA alowhum

              Would someone be willing to create a post that lists each step required to set up the simple encryption+signing option? I understand I have to add a password line to the arduino sketch. But how exactly one sets up the server side is still a bit of a mystery to me. It would rock if there was a similar simple command to give during the make process.

              pepsonP Offline
              pepsonP Offline
              pepson
              wrote on last edited by
              #946

              @alowhum
              I also need this info...

              1 Reply Last reply
              0
              • R ricorico94

                @mfalkvidd : thanks a lot ! I had searched for such version history and couldn't find it.
                Indeed it seems introduction of the switches for log files was introduced in February, so I should probably update my install.

                Precisely, talking about upgrade process: I read in previous posts that we should uninstall/unregister the install/service. WHat would be commands to do so ? Should it be:

                sudo systemctl disable mysgw.service
                

                and executed before anything else ? So upgrade process would be:

                sudo systemctl disable mysgw.service
                make
                sudo make install
                sudo systemctl enable mysgw.service
                

                (and maybe test the gateway before the "systemctl enable..")
                Is there anyfile to remove manually ? or any other command to apply before or after ?

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

                @ricorico94 to update your install run:

                sudo make install
                sudo systemctl restart mysgw.service
                
                1 Reply Last reply
                2
                • R Offline
                  R Offline
                  ricorico94
                  wrote on last edited by
                  #948

                  Thank you for the clarification !

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

                    @anticimex said in 💬 Building a Raspberry Pi Gateway:

                    https://www.mysensors.org/apidocs/group__RaspberryPiGateway.html

                    @Anticimex Thanks, but a documentation page (which I have checked before) is not the same as an easy to use guide for beginners.

                    In my ideal world it would be this:

                    1. Add the MY_SIMPLE_PASSWORD line to your Arduino sketch.
                    2. Compile the gateway with --MY_SIMPLE_PASSWORD="yabadabad000!"
                    3. Done
                    AnticimexA 1 Reply Last reply
                    0
                    • alowhumA alowhum

                      @anticimex said in 💬 Building a Raspberry Pi Gateway:

                      https://www.mysensors.org/apidocs/group__RaspberryPiGateway.html

                      @Anticimex Thanks, but a documentation page (which I have checked before) is not the same as an easy to use guide for beginners.

                      In my ideal world it would be this:

                      1. Add the MY_SIMPLE_PASSWORD line to your Arduino sketch.
                      2. Compile the gateway with --MY_SIMPLE_PASSWORD="yabadabad000!"
                      3. Done
                      AnticimexA Offline
                      AnticimexA Offline
                      Anticimex
                      Contest Winner
                      wrote on last edited by
                      #950

                      @alowhum it is not easy to have simple guides tailored for specific usecases when there are so many options.
                      Those tend to not follow implementation and our documentation is made to live with the implementation to ensure it is always up to date. Maintaining a simple guide for every conceivable use case is simply not feasible. The signing and security documentation does have a step by step guide for setting up security.

                      Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

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

                        @Anticimex: I understand, but:

                        • Currently even the outline of the steps eludes me. Seeing the steps for usecase #14 or #385 would already help me understand the scope, and to see what ballpark of difficulty it's in. It's easier to mod a guide when there is something to go on.
                        • Secondly, there must be a common use case? The defaults that MySensors uses already suggests a lot of these: a Raspberry Pi with the default settings of the software (ethernet), with the nRF24 radio.
                        AnticimexA 1 Reply Last reply
                        0
                        • alowhumA alowhum

                          @Anticimex: I understand, but:

                          • Currently even the outline of the steps eludes me. Seeing the steps for usecase #14 or #385 would already help me understand the scope, and to see what ballpark of difficulty it's in. It's easier to mod a guide when there is something to go on.
                          • Secondly, there must be a common use case? The defaults that MySensors uses already suggests a lot of these: a Raspberry Pi with the default settings of the software (ethernet), with the nRF24 radio.
                          AnticimexA Offline
                          AnticimexA Offline
                          Anticimex
                          Contest Winner
                          wrote on last edited by
                          #952

                          @alowhum ok, well first of all, I don't have a rPi setup to test on, secondly I don't have time to look into that (this) environment.
                          But, this is a open source project so anyone is free to contribute with both code and documentation (which in our case lives in the same repositories) so if there are guides missing enyone is welcome to contribute with experiences and guides to help others out.
                          It is just important to understand that the guides need to be maintained in order to remain valid.
                          I don't mind guides at all. But it makes little sense for me to write guides for an environment which I am not familiar with nor can test on.

                          Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

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

                            @Anticimex: Sure, that's totally understandable. There are other people on the forum :-) Can anyone help me and @pepson out?

                            And it is exactly my goal to create a more elaborate guide after someone points out the basic steps.

                            1 Reply Last reply
                            0
                            • J Offline
                              J Offline
                              John Oliva
                              wrote on last edited by
                              #954

                              I have designed a 3D printable enclosure for this and the design/STL files are available here: https://www.thingiverse.com/thing:3072244

                              1 Reply Last reply
                              1
                              • hekH Offline
                                hekH Offline
                                hek
                                Admin
                                wrote on last edited by
                                #955

                                @John-Oliva, nice! Added it to the MySensors collection:
                                https://www.thingiverse.com/mysensors/collections/mysensors

                                1 Reply Last reply
                                1
                                • ? A Former User

                                  Hello, it seems I found the problem: Complete newbie thing: :beginner:
                                  sudo ./bin/mysgw -h worked, but /usr/local/bin/mysgw didn't
                                  I just gave the right to the folder, and now it's working.
                                  Thanks for taking time to help beginners !

                                  cadetC Offline
                                  cadetC Offline
                                  cadet
                                  wrote on last edited by
                                  #956

                                  @korleone HI
                                  I have same error
                                  Can you write that rigth do you ser to folder ?
                                  Andrey

                                  cadetC 1 Reply Last reply
                                  0
                                  • cadetC cadet

                                    @korleone HI
                                    I have same error
                                    Can you write that rigth do you ser to folder ?
                                    Andrey

                                    cadetC Offline
                                    cadetC Offline
                                    cadet
                                    wrote on last edited by
                                    #957

                                    @cadet I just remove /usr/local/bin/mysgw and compile again
                                    And I have one question - why is it happened?
                                    MysGW work fine about 3 months.

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

                                      what problem did you have?

                                      cadetC 1 Reply Last reply
                                      0
                                      • gohanG gohan

                                        what problem did you have?

                                        cadetC Offline
                                        cadetC Offline
                                        cadet
                                        wrote on last edited by
                                        #959

                                        @gohan mysgw: ERROR accept: Bad file descriptor - today morning

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

                                          I get that when another instance of the process is already running

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


                                          4

                                          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
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular