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. Troubleshooting
  3. RPi MQTT Gateway problems...

RPi MQTT Gateway problems...

Scheduled Pinned Locked Moved Troubleshooting
3 Posts 2 Posters 311 Views 2 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.
  • T Offline
    T Offline
    traceyp
    wrote on last edited by
    #1

    Hello All, I may be asking too much, but here goes.
    I have compiled with these parameters:
    ./configure --my-transport=rf24 --my-gateway=mqtt --my-controller-ip-address=127.0.0.1 --my-mqtt-publish-topic-prefix=mysensors-out --my-mqtt-subscribe-topic-prefix=mysensors-in --my-mqtt-client-id=mygateway1

    Then I ran make. mysgw starts and runs just fine and seems to be transmitting messages. Here's the output:

    pi@blueberrypi:~/MySensors/bin $ sudo ./mysgw
    Feb 09 22:00:12 ERROR Failed to open log pipe.
    Feb 09 22:00:12 INFO Starting gateway...
    Feb 09 22:00:12 INFO Protocol version - 2.3.2
    Feb 09 22:00:12 DEBUG MCO:BGN:INIT GW,CP=RNNGL--X,FQ=NA,REL=255,VER=2.3.2
    Feb 09 22:00:12 DEBUG TSF:LRT:OK
    Feb 09 22:00:12 DEBUG TSM:INIT
    Feb 09 22:00:12 DEBUG TSF:WUR:MS=0
    Feb 09 22:00:12 DEBUG TSM:INIT:TSP OK
    Feb 09 22:00:12 DEBUG TSM:INIT:GW MODE
    Feb 09 22:00:12 DEBUG TSM:READY:ID=0,PAR=0,DIS=0
    Feb 09 22:00:12 DEBUG MCO:REG:NOT NEEDED
    Feb 09 22:00:12 DEBUG MCO:BGN:STP
    Feb 09 22:00:12 DEBUG MCO:BGN:INIT OK,TSP=1
    Feb 09 22:00:12 DEBUG GWT:RMQ:CONNECTING...
    Feb 09 22:00:12 DEBUG connected to 127.0.0.1
    Feb 09 22:00:12 DEBUG GWT:RMQ:OK
    Feb 09 22:00:12 DEBUG GWT:TPS:TOPIC=mygateway1-out/0/255/0/0/18,MSG SENT
    Feb 09 22:00:12 DEBUG TSM:READY:NWD REQ
    Feb 09 22:00:13 DEBUG ?TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=20,pt=0,l=0,sg=0,ft=0,st=OK:

    But, It doesn't seem to be hearing my sensors at all. I've double and triple checked build and code. I don't see any problems, but ... nothing.

    I would like to create a local mqtt server that doesn't need a controller, just to receive the rf24 sensor data and publish to mqtt. Cant seem to make it work.
    I've built and rebuilt with different options to no avail.

    I can't see why the gateway is not hearing my sensors. I've tried several schetches...nothing.

    Thanks in advance for any help.

    mfalkviddM 1 Reply Last reply
    0
    • T traceyp

      Hello All, I may be asking too much, but here goes.
      I have compiled with these parameters:
      ./configure --my-transport=rf24 --my-gateway=mqtt --my-controller-ip-address=127.0.0.1 --my-mqtt-publish-topic-prefix=mysensors-out --my-mqtt-subscribe-topic-prefix=mysensors-in --my-mqtt-client-id=mygateway1

      Then I ran make. mysgw starts and runs just fine and seems to be transmitting messages. Here's the output:

      pi@blueberrypi:~/MySensors/bin $ sudo ./mysgw
      Feb 09 22:00:12 ERROR Failed to open log pipe.
      Feb 09 22:00:12 INFO Starting gateway...
      Feb 09 22:00:12 INFO Protocol version - 2.3.2
      Feb 09 22:00:12 DEBUG MCO:BGN:INIT GW,CP=RNNGL--X,FQ=NA,REL=255,VER=2.3.2
      Feb 09 22:00:12 DEBUG TSF:LRT:OK
      Feb 09 22:00:12 DEBUG TSM:INIT
      Feb 09 22:00:12 DEBUG TSF:WUR:MS=0
      Feb 09 22:00:12 DEBUG TSM:INIT:TSP OK
      Feb 09 22:00:12 DEBUG TSM:INIT:GW MODE
      Feb 09 22:00:12 DEBUG TSM:READY:ID=0,PAR=0,DIS=0
      Feb 09 22:00:12 DEBUG MCO:REG:NOT NEEDED
      Feb 09 22:00:12 DEBUG MCO:BGN:STP
      Feb 09 22:00:12 DEBUG MCO:BGN:INIT OK,TSP=1
      Feb 09 22:00:12 DEBUG GWT:RMQ:CONNECTING...
      Feb 09 22:00:12 DEBUG connected to 127.0.0.1
      Feb 09 22:00:12 DEBUG GWT:RMQ:OK
      Feb 09 22:00:12 DEBUG GWT:TPS:TOPIC=mygateway1-out/0/255/0/0/18,MSG SENT
      Feb 09 22:00:12 DEBUG TSM:READY:NWD REQ
      Feb 09 22:00:13 DEBUG ?TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=20,pt=0,l=0,sg=0,ft=0,st=OK:

      But, It doesn't seem to be hearing my sensors at all. I've double and triple checked build and code. I don't see any problems, but ... nothing.

      I would like to create a local mqtt server that doesn't need a controller, just to receive the rf24 sensor data and publish to mqtt. Cant seem to make it work.
      I've built and rebuilt with different options to no avail.

      I can't see why the gateway is not hearing my sensors. I've tried several schetches...nothing.

      Thanks in advance for any help.

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

      Hi @traceyp, welcome to the forum!

      If you haven't already, check out https://forum.mysensors.org/topic/666/debug-faq-and-how-ask-for-help/
      It has a flowchart and information on how to efficiently troubleshoot and resolve the most common problems.

      A log from one of the nodes would be useful.

      One strange things is that the log indicates that encryption is enabled, but you didn't specify encryption is the configure command.

      T 1 Reply Last reply
      0
      • mfalkviddM mfalkvidd

        Hi @traceyp, welcome to the forum!

        If you haven't already, check out https://forum.mysensors.org/topic/666/debug-faq-and-how-ask-for-help/
        It has a flowchart and information on how to efficiently troubleshoot and resolve the most common problems.

        A log from one of the nodes would be useful.

        One strange things is that the log indicates that encryption is enabled, but you didn't specify encryption is the configure command.

        T Offline
        T Offline
        traceyp
        wrote on last edited by
        #3

        @mfalkvidd Thanks for the info and the reply. I'm going to start again from scratch and recheck every detail. ill respond again with resolution on completion.
        Thanks again.

        1 Reply Last reply
        1

        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


        11

        Online

        12.1k

        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