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. πŸ’¬ Air Humidity Sensor - DHT

πŸ’¬ Air Humidity Sensor - DHT

Scheduled Pinned Locked Moved Announcements
149 Posts 48 Posters 47.9k Views 38 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.
  • J jwosnick

    @Digdogger
    Out of curiosity, do you expect there to be a big savings in power consumption by removing the regulator and power LED? I've never used the Mini Pro (the smallest I get to is the Nano) but I understand it already is very efficient with power usage.

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

    @jwosnick with the led and regulator, battery life on 2xAA is about three weeks. Removing them will usually give you 2-5 years.

    J 1 Reply Last reply
    0
    • mfalkviddM mfalkvidd

      @jwosnick with the led and regulator, battery life on 2xAA is about three weeks. Removing them will usually give you 2-5 years.

      J Offline
      J Offline
      jwosnick
      wrote on last edited by
      #90

      @mfalkvidd

      Thank you. I didn't realize the differences were so stark.

      I have some Pro Mini 3.3V units on order and hope to convert my sensors to that platform, when they arrive.

      1 Reply Last reply
      1
      • H Offline
        H Offline
        hashem25
        wrote on last edited by
        #91

        hello I ran it but i didnt see anthing except the garbage in com monitor

        Nca78N 1 Reply Last reply
        0
        • H hashem25

          hello I ran it but i didnt see anthing except the garbage in com monitor

          Nca78N Offline
          Nca78N Offline
          Nca78
          Hardware Contributor
          wrote on last edited by
          #92

          @hashem25 said in πŸ’¬ Air Humidity Sensor:

          hello I ran it but i didnt see anthing except the garbage in com monitor

          Hello, you need to change the baud rate at the bottom right of the Arduino serial monitor window until you see clear text.

          1 Reply Last reply
          1
          • H Offline
            H Offline
            hashem25
            wrote on last edited by
            #93

            thanks it works

            1 Reply Last reply
            2
            • A Offline
              A Offline
              anno
              wrote on last edited by
              #94

              How do i get 2 dht22's working in the code?

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

                If you already have one, it is a matter of just repeating your code for the first sensor and just change the pin number where you connected the second one

                1 Reply Last reply
                1
                • I Offline
                  I Offline
                  ianatkin
                  wrote on last edited by
                  #96

                  This example doesn't seem to be included in the latest library version - am I being blind or is this deliberate?

                  mfalkviddM 1 Reply Last reply
                  0
                  • I ianatkin

                    This example doesn't seem to be included in the latest library version - am I being blind or is this deliberate?

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

                    @ianatkin that is correct. Follow the instructions under the "Example" headline on the build page.

                    I 1 Reply Last reply
                    0
                    • mfalkviddM mfalkvidd

                      @ianatkin that is correct. Follow the instructions under the "Example" headline on the build page.

                      I Offline
                      I Offline
                      ianatkin
                      wrote on last edited by
                      #98

                      @mfalkvidd Thanks :)

                      mfalkviddM 1 Reply Last reply
                      1
                      • I ianatkin

                        @mfalkvidd Thanks :)

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

                        @ianatkin you're welcome. Great to see a new forum member :)

                        1 Reply Last reply
                        0
                        • G Offline
                          G Offline
                          godwinguru
                          wrote on last edited by
                          #100

                          Is it the same code that i will burn to the controller circuit. Can someone help me with a little explanation on the code for the controller circuit so as to be receiving the temperature values

                          1 Reply Last reply
                          0
                          • M Offline
                            M Offline
                            MrVince
                            wrote on last edited by
                            #101

                            Hi ! Thank's for working :)
                            I add the libraries in "MySensors external examples" to Arduino IDE but when I want to compile I have this one log error :

                            DhtTemperatureAndHumiditySensor.ino:43:25: fatal error: MySensors.h: No such file or directory
                            compilation terminated.

                            In MySensors folder's libraries, I have a MySensor.h, without 's' . This is one? Do I forget something?

                            Thanks

                            mfalkviddM 1 Reply Last reply
                            0
                            • M MrVince

                              Hi ! Thank's for working :)
                              I add the libraries in "MySensors external examples" to Arduino IDE but when I want to compile I have this one log error :

                              DhtTemperatureAndHumiditySensor.ino:43:25: fatal error: MySensors.h: No such file or directory
                              compilation terminated.

                              In MySensors folder's libraries, I have a MySensor.h, without 's' . This is one? Do I forget something?

                              Thanks

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

                              @MrVince sounds like MySensors 1.x is installed. Remove the MySensors folder and install the latest version. Instructions: https://www.mysensors.org/about/arduino#installing-the-sensor-libraries

                              1 Reply Last reply
                              0
                              • G Offline
                                G Offline
                                godwinguru
                                wrote on last edited by
                                #103

                                Please can someone help me on how I can be able to access the temperature and humidity data sent by the sensor on the gateway. I am recently working on sending temperature and humidity data to a controller. I used the above .ino code( /mysensors/MySensorsArduinoExamples/examples/DhtTemperatureAndHumiditySensor/DhtTemperatureAndHumiditySensor.ino) as it is and ensured my data pin is pin3 and for my gateway am using this(/mysensors/MySensors/examples/GatewayW5100/GatewayW5100.ino). I did not make any changes on both codes as i am new and do not have knowledge of what to do. I was receiving the following on the sensor serial monitor
                                0 MCO:BGN:INIT NODE,CP=RNNNA--,VER=2.1.1
                                3 TSM:INIT
                                4 TSF:WUR:MS=0
                                11 TSM:INIT:TSP OK
                                13 TSM:FPAR
                                15 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                2022 !TSM:FPAR:NO REPLY
                                2024 TSM:FPAR
                                2026 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                4034 !TSM:FPAR:NO REPLY
                                4036 TSM:FPAR
                                5636 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                7644 !TSM:FPAR:NO REPLY
                                7646 TSM:FPAR
                                7648 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                9656 !TSM:FPAR:FAIL
                                9657 TSM:FAIL:CNT=1
                                9659 TSM:FAIL:PDT
                                19662 TSM:FAIL:RE-INIT
                                19664 TSM:INIT
                                19672 TSM:INIT:TSP OK
                                19674 TSM:FPAR
                                19676 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                21684 !TSM:FPAR:NO REPLY
                                21686 TSM:FPAR
                                21688 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                23696 !TSM:FPAR:NO REPLY
                                23698 TSM:FPAR
                                23700 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                25708 !TSM:FPAR:NO REPLY
                                25710 TSM:FPAR
                                27310 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                29318 !TSM:FPAR:FAIL
                                29319 TSM:FAIL:CNT=2
                                29321 TSM:FAIL:PDT
                                39324 TSM:FAIL:RE-INIT
                                39326 TSM:INIT
                                39333 TSM:INIT:TSP OK
                                39335 TSM:FPAR
                                39337 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                41346 !TSM:FPAR:NO REPLY
                                41348 TSM:FPAR
                                41357 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                43365 !TSM:FPAR:NO REPLY
                                43367 TSM:FPAR
                                43397 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                45405 !TSM:FPAR:NO REPLY
                                45407 TSM:FPAR
                                45409 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                47417 !TSM:FPAR:FAIL
                                47418 TSM:FAIL:CNT=3
                                47420 TSM:FAIL:PDT
                                57423 TSM:FAIL:RE-INIT
                                57425 TSM:INIT
                                57433 TSM:INIT:TSP OK
                                57435 TSM:FPAR
                                57437 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                59445 !TSM:FPAR:NO REPLY
                                59447 TSM:FPAR
                                59456 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                61464 !TSM:FPAR:NO REPLY
                                61466 TSM:FPAR
                                61475 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                63484 !TSM:FPAR:NO REPLY
                                63486 TSM:FPAR
                                63489 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                65497 !TSM:FPAR:FAIL
                                65498 TSM:FAIL:CNT=4
                                65500 TSM:FAIL:PDT
                                75503 TSM:FAIL:RE-INIT
                                75505 TSM:INIT
                                75512 TSM:INIT:TSP OK
                                75514 TSM:FPAR
                                75516 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                77526 !TSM:FPAR:NO REPLY
                                77528 TSM:FPAR
                                77537 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                79545 !TSM:FPAR:NO REPLY
                                79547 TSM:FPAR
                                79556 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                81564 !TSM:FPAR:NO REPLY
                                81566 TSM:FPAR
                                81568 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                83576 !TSM:FPAR:FAIL
                                83577 TSM:FAIL:CNT=5
                                83579 TSM:FAIL:PDT
                                93582 TSM:FAIL:RE-INIT
                                93584 TSM:INIT
                                93591 TSM:INIT:TSP OK
                                93593 TSM:FPAR
                                93595 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                95603 !TSM:FPAR:NO REPLY
                                95605 TSM:FPAR
                                95618 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                97625 !TSM:FPAR:NO REPLY
                                97627 TSM:FPAR
                                97637 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                99645 !TSM:FPAR:NO REPLY
                                99647 TSM:FPAR
                                99649 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                101657 !TSM:FPAR:FAIL
                                101659 TSM:FAIL:CNT=6
                                101661 TSM:FAIL:PDT
                                111664 TSM:FAIL:RE-INIT
                                111666 TSM:INIT
                                111673 TSM:INIT:TSP OK
                                111675 TSM:FPAR
                                111678 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                113685 !TSM:FPAR:NO REPLY
                                113687 TSM:FPAR
                                113700 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                115709 !TSM:FPAR:NO REPLY
                                115712 TSM:FPAR
                                115720 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                117728 !TSM:FPAR:NO REPLY
                                117730 TSM:FPAR
                                and on the gateway monitor i received this:

                                0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.1
                                0;255;3;0;9;TSM:INIT
                                0;255;3;0;9;TSF:WUR:MS=0
                                0;255;3;0;9;!TSM:INIT:TSP FAIL
                                0;255;3;0;9;TSM:FAIL:CNT=1
                                0;255;3;0;9;TSM:FAIL:PDT
                                0;255;3;0;9;TSM:FAIL:RE-INIT
                                0;255;3;0;9;TSM:INIT
                                0;255;3;0;9;!TSM:INIT:TSP FAIL
                                0;255;3;0;9;TSM:FAIL:CNT=2
                                0;255;3;0;9;TSM:FAIL:PDT
                                0;255;3;0;9;TSM:FAIL:RE-INIT
                                0;255;3;0;9;TSM:INIT
                                0;255;3;0;9;!TSM:INIT:TSP FAIL
                                0;255;3;0;9;TSM:FAIL:CNT=3
                                0;255;3;0;9;TSM:FAIL:PDT
                                0;255;3;0;9;TSM:FAIL:RE-INIT
                                0;255;3;0;9;TSM:INIT
                                0;255;3;0;9;!TSM:INIT:TSP FAIL
                                0;255;3;0;9;TSM:FAIL:CNT=4
                                0;255;3;0;9;TSM:FAIL:PDT
                                0;255;3;0;9;TSM:FAIL:RE-INIT
                                0;255;3;0;9;TSM:INIT
                                0;255;3;0;9;!TSM:INIT:TSP FAIL
                                0;255;3;0;9;TSM:FAIL:CNT=5
                                0;255;3;0;9;TSM:FAIL:PDT
                                0;255;3;0;9;TSM:FAIL:RE-INIT
                                0;255;3;0;9;TSM:INIT
                                0;255;3;0;9;!TSM:INIT:TSP FAIL
                                0;255;3;0;9;TSM:FAIL:CNT=6
                                0;255;3;0;9;TSM:FAIL:PDT
                                0;255;3;0;9;TSM:FAIL:RE-INIT
                                0;255;3;0;9;TSM:INIT
                                0;255;3;0;9;!TSM:INIT:TSP FAIL
                                0;255;3;0;9;TSM:FAIL:CNT=7
                                0;255;3;0;9;TSM:FAIL:PDT
                                0;255;3;0;9;TSM:FAIL:RE-INIT
                                0;255;3;0;9;TSM:INIT
                                0;255;3;0;9;!TSM:INIT:TSP FAIL
                                0;255;3;0;9;TSM:FAIL:CNT=7
                                0;255;3;0;9;TSM:FAIL:PDT
                                0;255;3;0;9;TSM:FAIL:RE-INIT
                                0;255;3;0;9;TSM:INIT
                                0;255;3;0;9;!TSM:INIT:TSP FAIL
                                0;255;3;0;9;TSM:FAIL:CNT=7
                                0;255;3;0;9;TSM:FAIL:PDT

                                Please can someone tell me what to do and how I can access the sent temperature and humidity value at the gateway. If there is further code to add to the one I have referenced, please do let me know.
                                Thanks

                                sundberg84S 1 Reply Last reply
                                0
                                • G godwinguru

                                  Please can someone help me on how I can be able to access the temperature and humidity data sent by the sensor on the gateway. I am recently working on sending temperature and humidity data to a controller. I used the above .ino code( /mysensors/MySensorsArduinoExamples/examples/DhtTemperatureAndHumiditySensor/DhtTemperatureAndHumiditySensor.ino) as it is and ensured my data pin is pin3 and for my gateway am using this(/mysensors/MySensors/examples/GatewayW5100/GatewayW5100.ino). I did not make any changes on both codes as i am new and do not have knowledge of what to do. I was receiving the following on the sensor serial monitor
                                  0 MCO:BGN:INIT NODE,CP=RNNNA--,VER=2.1.1
                                  3 TSM:INIT
                                  4 TSF:WUR:MS=0
                                  11 TSM:INIT:TSP OK
                                  13 TSM:FPAR
                                  15 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  2022 !TSM:FPAR:NO REPLY
                                  2024 TSM:FPAR
                                  2026 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  4034 !TSM:FPAR:NO REPLY
                                  4036 TSM:FPAR
                                  5636 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  7644 !TSM:FPAR:NO REPLY
                                  7646 TSM:FPAR
                                  7648 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  9656 !TSM:FPAR:FAIL
                                  9657 TSM:FAIL:CNT=1
                                  9659 TSM:FAIL:PDT
                                  19662 TSM:FAIL:RE-INIT
                                  19664 TSM:INIT
                                  19672 TSM:INIT:TSP OK
                                  19674 TSM:FPAR
                                  19676 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  21684 !TSM:FPAR:NO REPLY
                                  21686 TSM:FPAR
                                  21688 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  23696 !TSM:FPAR:NO REPLY
                                  23698 TSM:FPAR
                                  23700 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  25708 !TSM:FPAR:NO REPLY
                                  25710 TSM:FPAR
                                  27310 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  29318 !TSM:FPAR:FAIL
                                  29319 TSM:FAIL:CNT=2
                                  29321 TSM:FAIL:PDT
                                  39324 TSM:FAIL:RE-INIT
                                  39326 TSM:INIT
                                  39333 TSM:INIT:TSP OK
                                  39335 TSM:FPAR
                                  39337 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  41346 !TSM:FPAR:NO REPLY
                                  41348 TSM:FPAR
                                  41357 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  43365 !TSM:FPAR:NO REPLY
                                  43367 TSM:FPAR
                                  43397 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  45405 !TSM:FPAR:NO REPLY
                                  45407 TSM:FPAR
                                  45409 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  47417 !TSM:FPAR:FAIL
                                  47418 TSM:FAIL:CNT=3
                                  47420 TSM:FAIL:PDT
                                  57423 TSM:FAIL:RE-INIT
                                  57425 TSM:INIT
                                  57433 TSM:INIT:TSP OK
                                  57435 TSM:FPAR
                                  57437 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  59445 !TSM:FPAR:NO REPLY
                                  59447 TSM:FPAR
                                  59456 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  61464 !TSM:FPAR:NO REPLY
                                  61466 TSM:FPAR
                                  61475 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  63484 !TSM:FPAR:NO REPLY
                                  63486 TSM:FPAR
                                  63489 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  65497 !TSM:FPAR:FAIL
                                  65498 TSM:FAIL:CNT=4
                                  65500 TSM:FAIL:PDT
                                  75503 TSM:FAIL:RE-INIT
                                  75505 TSM:INIT
                                  75512 TSM:INIT:TSP OK
                                  75514 TSM:FPAR
                                  75516 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  77526 !TSM:FPAR:NO REPLY
                                  77528 TSM:FPAR
                                  77537 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  79545 !TSM:FPAR:NO REPLY
                                  79547 TSM:FPAR
                                  79556 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  81564 !TSM:FPAR:NO REPLY
                                  81566 TSM:FPAR
                                  81568 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  83576 !TSM:FPAR:FAIL
                                  83577 TSM:FAIL:CNT=5
                                  83579 TSM:FAIL:PDT
                                  93582 TSM:FAIL:RE-INIT
                                  93584 TSM:INIT
                                  93591 TSM:INIT:TSP OK
                                  93593 TSM:FPAR
                                  93595 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  95603 !TSM:FPAR:NO REPLY
                                  95605 TSM:FPAR
                                  95618 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  97625 !TSM:FPAR:NO REPLY
                                  97627 TSM:FPAR
                                  97637 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  99645 !TSM:FPAR:NO REPLY
                                  99647 TSM:FPAR
                                  99649 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  101657 !TSM:FPAR:FAIL
                                  101659 TSM:FAIL:CNT=6
                                  101661 TSM:FAIL:PDT
                                  111664 TSM:FAIL:RE-INIT
                                  111666 TSM:INIT
                                  111673 TSM:INIT:TSP OK
                                  111675 TSM:FPAR
                                  111678 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  113685 !TSM:FPAR:NO REPLY
                                  113687 TSM:FPAR
                                  113700 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  115709 !TSM:FPAR:NO REPLY
                                  115712 TSM:FPAR
                                  115720 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                  117728 !TSM:FPAR:NO REPLY
                                  117730 TSM:FPAR
                                  and on the gateway monitor i received this:

                                  0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.1
                                  0;255;3;0;9;TSM:INIT
                                  0;255;3;0;9;TSF:WUR:MS=0
                                  0;255;3;0;9;!TSM:INIT:TSP FAIL
                                  0;255;3;0;9;TSM:FAIL:CNT=1
                                  0;255;3;0;9;TSM:FAIL:PDT
                                  0;255;3;0;9;TSM:FAIL:RE-INIT
                                  0;255;3;0;9;TSM:INIT
                                  0;255;3;0;9;!TSM:INIT:TSP FAIL
                                  0;255;3;0;9;TSM:FAIL:CNT=2
                                  0;255;3;0;9;TSM:FAIL:PDT
                                  0;255;3;0;9;TSM:FAIL:RE-INIT
                                  0;255;3;0;9;TSM:INIT
                                  0;255;3;0;9;!TSM:INIT:TSP FAIL
                                  0;255;3;0;9;TSM:FAIL:CNT=3
                                  0;255;3;0;9;TSM:FAIL:PDT
                                  0;255;3;0;9;TSM:FAIL:RE-INIT
                                  0;255;3;0;9;TSM:INIT
                                  0;255;3;0;9;!TSM:INIT:TSP FAIL
                                  0;255;3;0;9;TSM:FAIL:CNT=4
                                  0;255;3;0;9;TSM:FAIL:PDT
                                  0;255;3;0;9;TSM:FAIL:RE-INIT
                                  0;255;3;0;9;TSM:INIT
                                  0;255;3;0;9;!TSM:INIT:TSP FAIL
                                  0;255;3;0;9;TSM:FAIL:CNT=5
                                  0;255;3;0;9;TSM:FAIL:PDT
                                  0;255;3;0;9;TSM:FAIL:RE-INIT
                                  0;255;3;0;9;TSM:INIT
                                  0;255;3;0;9;!TSM:INIT:TSP FAIL
                                  0;255;3;0;9;TSM:FAIL:CNT=6
                                  0;255;3;0;9;TSM:FAIL:PDT
                                  0;255;3;0;9;TSM:FAIL:RE-INIT
                                  0;255;3;0;9;TSM:INIT
                                  0;255;3;0;9;!TSM:INIT:TSP FAIL
                                  0;255;3;0;9;TSM:FAIL:CNT=7
                                  0;255;3;0;9;TSM:FAIL:PDT
                                  0;255;3;0;9;TSM:FAIL:RE-INIT
                                  0;255;3;0;9;TSM:INIT
                                  0;255;3;0;9;!TSM:INIT:TSP FAIL
                                  0;255;3;0;9;TSM:FAIL:CNT=7
                                  0;255;3;0;9;TSM:FAIL:PDT
                                  0;255;3;0;9;TSM:FAIL:RE-INIT
                                  0;255;3;0;9;TSM:INIT
                                  0;255;3;0;9;!TSM:INIT:TSP FAIL
                                  0;255;3;0;9;TSM:FAIL:CNT=7
                                  0;255;3;0;9;TSM:FAIL:PDT

                                  Please can someone tell me what to do and how I can access the sent temperature and humidity value at the gateway. If there is further code to add to the one I have referenced, please do let me know.
                                  Thanks

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

                                  TSM:INIT:TSP FAIL

                                  @godwinguru - your radio on the gw isnt initialised.
                                  Check wiring and power.

                                  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
                                  0
                                  • G Offline
                                    G Offline
                                    godwinguru
                                    wrote on last edited by sundberg84
                                    #105

                                    Thank you @sundberg84
                                    I just handled it and this is what i saw at the gateway

                                    0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.1
                                    0;255;3;0;9;TSM:INIT
                                    0;255;3;0;9;TSF:WUR:MS=0
                                    0;255;3;0;9;TSM:INIT:TSP OK
                                    0;255;3;0;9;TSM:INIT:GW MODE
                                    0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0
                                    0;255;3;0;9;MCO:REG:NOT NEEDED
                                    IP: 192.168.178.66
                                    0;255;3;0;9;MCO:BGN:STP
                                    0;255;3;0;9;MCO:BGN:INIT OK,TSP=1
                                    0;255;3;0;9;TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
                                    0;255;3;0;9;TSF:MSG:BC
                                    0;255;3;0;9;TSF:MSG:FPAR REQ,ID=255
                                    0;255;3;0;9;TSF:PNG:SEND,TO=0
                                    0;255;3;0;9;TSF:CKU:OK
                                    0;255;3;0;9;TSF:MSG:GWL OK
                                    0;255;3;0;9;TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
                                    0;255;3;0;9;TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
                                    0;255;3;0;9;TSF:MSG:BC
                                    0;255;3;0;9;TSF:MSG:FPAR REQ,ID=255
                                    0;255;3;0;9;TSF:CKU:OK,FCTRL
                                    0;255;3;0;9;TSF:MSG:GWL OK
                                    0;255;3;0;9;TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
                                    0;255;3;0;9;TSF:MSG:READ,255-255-0,s=255,c=3,t=3,pt=0,l=0,sg=0:
                                    0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.1
                                    0;255;3;0;9;TSM:INIT
                                    0;255;3;0;9;TSF:WUR:MS=0
                                    0;255;3;0;9;TSM:INIT:TSP OK
                                    0;255;3;0;9;TSM:INIT:GW MODE
                                    0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0
                                    0;255;3;0;9;MCO:REG:NOT NEEDED
                                    IP: 192.168.178.66
                                    0;255;3;0;9;MCO:BGN:STP
                                    0;255;3;0;9;MCO:BGN:INIT OK,TSP=1
                                    0;255;3;0;9;TSF:MSG:READ,255-255-0,s=255,c=3,t=3,pt=0,l=0,sg=0:
                                    0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.1
                                    0;255;3;0;9;TSM:INIT
                                    0;255;3;0;9;TSF:WUR:MS=0
                                    0;255;3;0;9;TSM:INIT:TSP OK
                                    0;255;3;0;9;TSM:INIT:GW MODE
                                    0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0
                                    0;255;3;0;9;MCO:REG:NOT NEEDED
                                    IP: 192.168.178.66
                                    0;255;3;0;9;MCO:BGN:STP
                                    0;255;3;0;9;MCO:BGN:INIT OK,TSP=1
                                    0;255;3;0;9;TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
                                    0;255;3;0;9;TSF:MSG:BC
                                    0;255;3;0;9;TSF:MSG:FPAR REQ,ID=255
                                    0;255;3;0;9;TSF:PNG:SEND,TO=0
                                    0;255;3;0;9;TSF:CKU:OK
                                    0;255;3;0;9;TSF:MSG:GWL OK
                                    0;255;3;0;9;TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
                                    0;255;3;0;9;TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
                                    0;255;3;0;9;TSF:MSG:BC
                                    0;255;3;0;9;TSF:MSG:FPAR REQ,ID=255
                                    0;255;3;0;9;TSF:CKU:OK,FCTRL
                                    0;255;3;0;9;TSF:MSG:GWL OK
                                    0;255;3;0;9;TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
                                    0;255;3;0;9;TSF:MSG:READ,255-255-0,s=255,c=3,t=3,pt=0,l=0,sg=0:
                                    0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.1
                                    0;255;3;0;9;TSM:INIT
                                    0;255;3;0;9;TSF:WUR:MS=0
                                    0;255;3;0;9;TSM:INIT:TSP OK
                                    0;255;3;0;9;TSM:INIT:GW MODE
                                    0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0
                                    0;255;3;0;9;MCO:REG:NOT NEEDED
                                    IP: 192.168.178.66
                                    0;255;3;0;9;MCO:BGN:STP
                                    0;255;3;0;9;MCO:BGN:INIT OK,TSP=1
                                    0;255;3;0;9;TSF:MSG:READ,255-255-0,s=255,c=3,t=3,pt=0,l=0,sg=0:
                                    0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.1
                                    0;255;3;0;9;TSM:INIT
                                    0;255;3;0;9;TSF:WUR:MS=0
                                    0;255;3;0;9;TSM:INIT:TSP OK
                                    0;255;3;0;9;TSM:INIT:GW MODE
                                    0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0
                                    0;255;3;0;9;MCO:REG:NOT NEEDED
                                    IP: 192.168.178.66
                                    0;255;3;0;9;MCO:BGN:STP
                                    0;255;3;0;9;MCO:BGN:INIT OK,TSP=1
                                    0;255;3;0;9;TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
                                    0;255;3;0;9;TSF:MSG:BC
                                    0;255;3;0;9;TSF:MSG:FPAR REQ,ID=255
                                    0;255;3;0;9;TSF:CKU:OK,FCTRL
                                    0;255;3;0;9;TSF:MSG:GWL OK
                                    0;255;3;0;9;TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
                                    0;255;3;0;9;TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
                                    0;255;3;0;9;TSF:MSG:BC
                                    0;255;3;0;9;TSF:MSG:FPAR REQ,ID=255
                                    0;255;3;0;9;TSF:CKU:OK,FCTRL
                                    0;255;3;0;9;TSF:MSG:GWL OK
                                    0;255;3;0;9;TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
                                    
                                    while on the sensor i saw this:
                                    0 MCO:BGN:INIT NODE,CP=RNNNA--,VER=2.1.1
                                    3 TSM:INIT
                                    4 TSF:WUR:MS=0
                                    11 TSM:INIT:TSP OK
                                    13 TSM:FPAR
                                    15 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                    2022 !TSM:FPAR:NO REPLY
                                    2024 TSM:FPAR
                                    2026 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                    4034 !TSM:FPAR:NO REPLY
                                    4036 TSM:FPAR
                                    4038 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                    5029 TSF:MSG:READ,0-0-255,s=255,c=3,t=8,pt=1,l=1,sg=0:0
                                    5035 TSF:MSG:FPAR OK,ID=0,D=1
                                    6046 TSM:FPAR:OK
                                    6047 TSM:ID
                                    6048 TSM:ID:REQ
                                    6081 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
                                    8089 TSM:ID
                                    8090 TSM:ID:REQ
                                    9690 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                    11698 TSM:ID
                                    11699 TSM:ID:REQ
                                    11702 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=1,st=OK:
                                    13709 TSM:ID
                                    13710 TSM:ID:REQ
                                    13713 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
                                    15720 !TSM:ID:FAIL
                                    15721 TSM:FAIL:CNT=1
                                    15723 TSM:FAIL:PDT
                                    25726 TSM:FAIL:RE-INIT
                                    25729 TSM:INIT
                                    25736 TSM:INIT:TSP OK
                                    25738 TSM:FPAR
                                    25740 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                    27748 !TSM:FPAR:NO REPLY
                                    27750 TSM:FPAR
                                    27760 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                    29768 !TSM:FPAR:NO REPLY
                                    29770 TSM:FPAR
                                    29779 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                    30552 TSF:MSG:READ,0-0-255,s=255,c=3,t=8,pt=1,l=1,sg=0:0
                                    30557 TSF:MSG:FPAR OK,ID=0,D=1
                                    31788 TSM:FPAR:OK
                                    31789 TSM:ID
                                    31790 TSM:ID:REQ
                                    31793 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
                                    33801 TSM:ID
                                    33802 TSM:ID:REQ
                                    35401 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                    37409 TSM:ID
                                    37410 TSM:ID:REQ
                                    37413 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=1,st=OK:
                                    39421 TSM:ID
                                    39422 TSM:ID:REQ
                                    41022 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                    43030 !TSM:ID:FAIL
                                    43031 TSM:FAIL:CNT=2
                                    43033 TSM:FAIL:PDT
                                    53036 TSM:FAIL:RE-INIT
                                    53038 TSM:INIT
                                    53045 TSM:INIT:TSP OK
                                    53047 TSM:FPAR
                                    53049 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=1,st=OK:
                                    55057 !TSM:FPAR:NO REPLY
                                    55059 TSM:FPAR
                                    55061 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                    57069 !TSM:FPAR:NO REPLY
                                    57071 TSM:FPAR
                                    57073 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                    58068 TSF:MSG:READ,0-0-255,s=255,c=3,t=8,pt=1,l=1,sg=0:0
                                    58074 TSF:MSG:FPAR OK,ID=0,D=1
                                    59081 TSM:FPAR:OK
                                    59082 TSM:ID
                                    59084 TSM:ID:REQ
                                    60684 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                    62692 TSM:ID
                                    62693 TSM:ID:REQ
                                    64292 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=1,st=NACK:
                                    66301 TSM:ID
                                    66302 TSM:ID:REQ
                                    66306 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=2,st=OK:
                                    68313 TSM:ID
                                    68314 TSM:ID:REQ
                                    69913 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                    71921 !TSM:ID:FAIL
                                    71922 TSM:FAIL:CNT=3
                                    71924 TSM:FAIL:PDT
                                    81927 TSM:FAIL:RE-INIT
                                    81929 TSM:INIT
                                    81936 TSM:INIT:TSP OK
                                    81938 TSM:FPAR
                                    81940 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=1,st=OK:
                                    83948 !TSM:FPAR:NO REPLY
                                    83950 TSM:FPAR
                                    83952 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                    84979 TSF:MSG:READ,0-0-255,s=255,c=3,t=8,pt=1,l=1,sg=0:0
                                    84984 TSF:MSG:FPAR OK,ID=0,D=1
                                    85960 TSM:FPAR:OK
                                    85961 TSM:ID
                                    85963 TSM:ID:REQ
                                    85965 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
                                    87973 TSM:ID
                                    87974 TSM:ID:REQ
                                    89574 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                    91582 TSM:ID
                                    91583 TSM:ID:REQ
                                    91586 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=1,st=OK:
                                    93593 TSM:ID
                                    93594 TSM:ID:REQ
                                    95194 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                    97202 !TSM:ID:FAIL
                                    97203 TSM:FAIL:CNT=4
                                    97205 TSM:FAIL:PDT
                                    107208 TSM:FAIL:RE-INIT
                                    107210 TSM:INIT
                                    107217 TSM:INIT:TSP OK
                                    107219 TSM:FPAR
                                    107223 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=1,st=OK:
                                    109230 !TSM:FPAR:NO REPLY
                                    109232 TSM:FPAR
                                    109235 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                    111242 !TSM:FPAR:NO REPLY
                                    111244 TSM:FPAR
                                    112843 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                    114851 !TSM:FPAR:NO REPLY
                                    114853 TSM:FPAR
                                    116453 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                    118461 !TSM:FPAR:FAIL
                                    118463 TSM:FAIL:CNT=5
                                    118465 TSM:FAIL:PDT
                                    128468 TSM:FAIL:RE-INIT
                                    128471 TSM:INIT
                                    128478 TSM:INIT:TSP OK
                                    128480 TSM:FPAR
                                    128483 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                    129348 TSF:MSG:READ,0-0-255,s=255,c=3,t=8,pt=1,l=1,sg=0:0
                                    129353 TSF:MSG:FPAR OK,ID=0,D=1
                                    130109 TSF:MSG:READ,0-0-255,s=255,c=3,t=8,pt=1,l=1,sg=0:0
                                    130490 TSM:FPAR:OK
                                    130491 TSM:ID
                                    130493 TSM:ID:REQ
                                    130496 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
                                    132503 TSM:ID
                                    132504 TSM:ID:REQ
                                    134105 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                    136112 TSM:ID
                                    136113 TSM:ID:REQ
                                    136116 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=1,st=OK:
                                    138123 TSM:ID
                                    138124 TSM:ID:REQ
                                    138127 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
                                    140134 !TSM:ID:FAIL
                                    140135 TSM:FAIL:CNT=6
                                    140138 TSM:FAIL:PDT
                                    150140 TSM:FAIL:RE-INIT
                                    150142 TSM:INIT
                                    150150 TSM:INIT:TSP OK
                                    150152 TSM:FPAR
                                    150155 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                    152162 !TSM:FPAR:NO REPLY
                                    152164 TSM:FPAR
                                    152167 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                    154174 !TSM:FPAR:NO REPLY
                                    154176 TSM:FPAR
                                    154179 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                    154945 TSF:MSG:READ,0-0-255,s=255,c=3,t=8,pt=1,l=1,sg=0:0
                                    154950 TSF:MSG:FPAR OK,ID=0,D=1
                                    156186 TSM:FPAR:OK
                                    156187 TSM:ID
                                    156189 TSM:ID:REQ
                                    157789 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                    159797 TSM:ID
                                    159798 TSM:ID:REQ
                                    161398 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=1,st=NACK:
                                    163405 TSM:ID
                                    163406 TSM:ID:REQ
                                    163409 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=2,st=OK:
                                    165417 TSM:ID
                                    165419 TSM:ID:REQ
                                    167019 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                    169026 !TSM:ID:FAIL
                                    169027 TSM:FAIL:CNT=7
                                    169030 TSM:FAIL:PDT
                                    229032 TSM:FAIL:RE-INIT
                                    229035 TSM:INIT
                                    229042 TSM:INIT:TSP OK
                                    229044 TSM:FPAR
                                    229047 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=1,st=OK:
                                    231054 !TSM:FPAR:NO REPLY
                                    231056 TSM:FPAR
                                    231065 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                    232098 TSF:MSG:READ,0-0-255,s=255,c=3,t=8,pt=1,l=1,sg=0:0
                                    232103 TSF:MSG:FPAR OK,ID=0,D=1
                                    233073 TSM:FPAR:OK
                                    233074 TSM:ID
                                    233076 TSM:ID:REQ
                                    233079 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
                                    235086 TSM:ID
                                    235087 TSM:ID:REQ
                                    236688 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                    238695 TSM:ID
                                    238696 TSM:ID:REQ
                                    238699 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=1,st=OK:
                                    240706 TSM:ID
                                    240707 TSM:ID:REQ
                                    242308 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                    244315 !TSM:ID:FAIL
                                    244316 TSM:FAIL:CNT=7
                                    244318 TSM:FAIL:PDT
                                    

                                    Is it now ok, how can i get my data at the gatewa?

                                    sundberg84S 1 Reply Last reply
                                    0
                                    • G godwinguru

                                      Thank you @sundberg84
                                      I just handled it and this is what i saw at the gateway

                                      0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.1
                                      0;255;3;0;9;TSM:INIT
                                      0;255;3;0;9;TSF:WUR:MS=0
                                      0;255;3;0;9;TSM:INIT:TSP OK
                                      0;255;3;0;9;TSM:INIT:GW MODE
                                      0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0
                                      0;255;3;0;9;MCO:REG:NOT NEEDED
                                      IP: 192.168.178.66
                                      0;255;3;0;9;MCO:BGN:STP
                                      0;255;3;0;9;MCO:BGN:INIT OK,TSP=1
                                      0;255;3;0;9;TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
                                      0;255;3;0;9;TSF:MSG:BC
                                      0;255;3;0;9;TSF:MSG:FPAR REQ,ID=255
                                      0;255;3;0;9;TSF:PNG:SEND,TO=0
                                      0;255;3;0;9;TSF:CKU:OK
                                      0;255;3;0;9;TSF:MSG:GWL OK
                                      0;255;3;0;9;TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
                                      0;255;3;0;9;TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
                                      0;255;3;0;9;TSF:MSG:BC
                                      0;255;3;0;9;TSF:MSG:FPAR REQ,ID=255
                                      0;255;3;0;9;TSF:CKU:OK,FCTRL
                                      0;255;3;0;9;TSF:MSG:GWL OK
                                      0;255;3;0;9;TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
                                      0;255;3;0;9;TSF:MSG:READ,255-255-0,s=255,c=3,t=3,pt=0,l=0,sg=0:
                                      0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.1
                                      0;255;3;0;9;TSM:INIT
                                      0;255;3;0;9;TSF:WUR:MS=0
                                      0;255;3;0;9;TSM:INIT:TSP OK
                                      0;255;3;0;9;TSM:INIT:GW MODE
                                      0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0
                                      0;255;3;0;9;MCO:REG:NOT NEEDED
                                      IP: 192.168.178.66
                                      0;255;3;0;9;MCO:BGN:STP
                                      0;255;3;0;9;MCO:BGN:INIT OK,TSP=1
                                      0;255;3;0;9;TSF:MSG:READ,255-255-0,s=255,c=3,t=3,pt=0,l=0,sg=0:
                                      0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.1
                                      0;255;3;0;9;TSM:INIT
                                      0;255;3;0;9;TSF:WUR:MS=0
                                      0;255;3;0;9;TSM:INIT:TSP OK
                                      0;255;3;0;9;TSM:INIT:GW MODE
                                      0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0
                                      0;255;3;0;9;MCO:REG:NOT NEEDED
                                      IP: 192.168.178.66
                                      0;255;3;0;9;MCO:BGN:STP
                                      0;255;3;0;9;MCO:BGN:INIT OK,TSP=1
                                      0;255;3;0;9;TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
                                      0;255;3;0;9;TSF:MSG:BC
                                      0;255;3;0;9;TSF:MSG:FPAR REQ,ID=255
                                      0;255;3;0;9;TSF:PNG:SEND,TO=0
                                      0;255;3;0;9;TSF:CKU:OK
                                      0;255;3;0;9;TSF:MSG:GWL OK
                                      0;255;3;0;9;TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
                                      0;255;3;0;9;TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
                                      0;255;3;0;9;TSF:MSG:BC
                                      0;255;3;0;9;TSF:MSG:FPAR REQ,ID=255
                                      0;255;3;0;9;TSF:CKU:OK,FCTRL
                                      0;255;3;0;9;TSF:MSG:GWL OK
                                      0;255;3;0;9;TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
                                      0;255;3;0;9;TSF:MSG:READ,255-255-0,s=255,c=3,t=3,pt=0,l=0,sg=0:
                                      0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.1
                                      0;255;3;0;9;TSM:INIT
                                      0;255;3;0;9;TSF:WUR:MS=0
                                      0;255;3;0;9;TSM:INIT:TSP OK
                                      0;255;3;0;9;TSM:INIT:GW MODE
                                      0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0
                                      0;255;3;0;9;MCO:REG:NOT NEEDED
                                      IP: 192.168.178.66
                                      0;255;3;0;9;MCO:BGN:STP
                                      0;255;3;0;9;MCO:BGN:INIT OK,TSP=1
                                      0;255;3;0;9;TSF:MSG:READ,255-255-0,s=255,c=3,t=3,pt=0,l=0,sg=0:
                                      0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.1
                                      0;255;3;0;9;TSM:INIT
                                      0;255;3;0;9;TSF:WUR:MS=0
                                      0;255;3;0;9;TSM:INIT:TSP OK
                                      0;255;3;0;9;TSM:INIT:GW MODE
                                      0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0
                                      0;255;3;0;9;MCO:REG:NOT NEEDED
                                      IP: 192.168.178.66
                                      0;255;3;0;9;MCO:BGN:STP
                                      0;255;3;0;9;MCO:BGN:INIT OK,TSP=1
                                      0;255;3;0;9;TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
                                      0;255;3;0;9;TSF:MSG:BC
                                      0;255;3;0;9;TSF:MSG:FPAR REQ,ID=255
                                      0;255;3;0;9;TSF:CKU:OK,FCTRL
                                      0;255;3;0;9;TSF:MSG:GWL OK
                                      0;255;3;0;9;TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
                                      0;255;3;0;9;TSF:MSG:READ,255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
                                      0;255;3;0;9;TSF:MSG:BC
                                      0;255;3;0;9;TSF:MSG:FPAR REQ,ID=255
                                      0;255;3;0;9;TSF:CKU:OK,FCTRL
                                      0;255;3;0;9;TSF:MSG:GWL OK
                                      0;255;3;0;9;TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
                                      
                                      while on the sensor i saw this:
                                      0 MCO:BGN:INIT NODE,CP=RNNNA--,VER=2.1.1
                                      3 TSM:INIT
                                      4 TSF:WUR:MS=0
                                      11 TSM:INIT:TSP OK
                                      13 TSM:FPAR
                                      15 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                      2022 !TSM:FPAR:NO REPLY
                                      2024 TSM:FPAR
                                      2026 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                      4034 !TSM:FPAR:NO REPLY
                                      4036 TSM:FPAR
                                      4038 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                      5029 TSF:MSG:READ,0-0-255,s=255,c=3,t=8,pt=1,l=1,sg=0:0
                                      5035 TSF:MSG:FPAR OK,ID=0,D=1
                                      6046 TSM:FPAR:OK
                                      6047 TSM:ID
                                      6048 TSM:ID:REQ
                                      6081 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
                                      8089 TSM:ID
                                      8090 TSM:ID:REQ
                                      9690 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                      11698 TSM:ID
                                      11699 TSM:ID:REQ
                                      11702 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=1,st=OK:
                                      13709 TSM:ID
                                      13710 TSM:ID:REQ
                                      13713 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
                                      15720 !TSM:ID:FAIL
                                      15721 TSM:FAIL:CNT=1
                                      15723 TSM:FAIL:PDT
                                      25726 TSM:FAIL:RE-INIT
                                      25729 TSM:INIT
                                      25736 TSM:INIT:TSP OK
                                      25738 TSM:FPAR
                                      25740 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                      27748 !TSM:FPAR:NO REPLY
                                      27750 TSM:FPAR
                                      27760 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                      29768 !TSM:FPAR:NO REPLY
                                      29770 TSM:FPAR
                                      29779 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                      30552 TSF:MSG:READ,0-0-255,s=255,c=3,t=8,pt=1,l=1,sg=0:0
                                      30557 TSF:MSG:FPAR OK,ID=0,D=1
                                      31788 TSM:FPAR:OK
                                      31789 TSM:ID
                                      31790 TSM:ID:REQ
                                      31793 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
                                      33801 TSM:ID
                                      33802 TSM:ID:REQ
                                      35401 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                      37409 TSM:ID
                                      37410 TSM:ID:REQ
                                      37413 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=1,st=OK:
                                      39421 TSM:ID
                                      39422 TSM:ID:REQ
                                      41022 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                      43030 !TSM:ID:FAIL
                                      43031 TSM:FAIL:CNT=2
                                      43033 TSM:FAIL:PDT
                                      53036 TSM:FAIL:RE-INIT
                                      53038 TSM:INIT
                                      53045 TSM:INIT:TSP OK
                                      53047 TSM:FPAR
                                      53049 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=1,st=OK:
                                      55057 !TSM:FPAR:NO REPLY
                                      55059 TSM:FPAR
                                      55061 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                      57069 !TSM:FPAR:NO REPLY
                                      57071 TSM:FPAR
                                      57073 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                      58068 TSF:MSG:READ,0-0-255,s=255,c=3,t=8,pt=1,l=1,sg=0:0
                                      58074 TSF:MSG:FPAR OK,ID=0,D=1
                                      59081 TSM:FPAR:OK
                                      59082 TSM:ID
                                      59084 TSM:ID:REQ
                                      60684 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                      62692 TSM:ID
                                      62693 TSM:ID:REQ
                                      64292 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=1,st=NACK:
                                      66301 TSM:ID
                                      66302 TSM:ID:REQ
                                      66306 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=2,st=OK:
                                      68313 TSM:ID
                                      68314 TSM:ID:REQ
                                      69913 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                      71921 !TSM:ID:FAIL
                                      71922 TSM:FAIL:CNT=3
                                      71924 TSM:FAIL:PDT
                                      81927 TSM:FAIL:RE-INIT
                                      81929 TSM:INIT
                                      81936 TSM:INIT:TSP OK
                                      81938 TSM:FPAR
                                      81940 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=1,st=OK:
                                      83948 !TSM:FPAR:NO REPLY
                                      83950 TSM:FPAR
                                      83952 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                      84979 TSF:MSG:READ,0-0-255,s=255,c=3,t=8,pt=1,l=1,sg=0:0
                                      84984 TSF:MSG:FPAR OK,ID=0,D=1
                                      85960 TSM:FPAR:OK
                                      85961 TSM:ID
                                      85963 TSM:ID:REQ
                                      85965 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
                                      87973 TSM:ID
                                      87974 TSM:ID:REQ
                                      89574 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                      91582 TSM:ID
                                      91583 TSM:ID:REQ
                                      91586 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=1,st=OK:
                                      93593 TSM:ID
                                      93594 TSM:ID:REQ
                                      95194 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                      97202 !TSM:ID:FAIL
                                      97203 TSM:FAIL:CNT=4
                                      97205 TSM:FAIL:PDT
                                      107208 TSM:FAIL:RE-INIT
                                      107210 TSM:INIT
                                      107217 TSM:INIT:TSP OK
                                      107219 TSM:FPAR
                                      107223 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=1,st=OK:
                                      109230 !TSM:FPAR:NO REPLY
                                      109232 TSM:FPAR
                                      109235 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                      111242 !TSM:FPAR:NO REPLY
                                      111244 TSM:FPAR
                                      112843 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                      114851 !TSM:FPAR:NO REPLY
                                      114853 TSM:FPAR
                                      116453 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                      118461 !TSM:FPAR:FAIL
                                      118463 TSM:FAIL:CNT=5
                                      118465 TSM:FAIL:PDT
                                      128468 TSM:FAIL:RE-INIT
                                      128471 TSM:INIT
                                      128478 TSM:INIT:TSP OK
                                      128480 TSM:FPAR
                                      128483 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                      129348 TSF:MSG:READ,0-0-255,s=255,c=3,t=8,pt=1,l=1,sg=0:0
                                      129353 TSF:MSG:FPAR OK,ID=0,D=1
                                      130109 TSF:MSG:READ,0-0-255,s=255,c=3,t=8,pt=1,l=1,sg=0:0
                                      130490 TSM:FPAR:OK
                                      130491 TSM:ID
                                      130493 TSM:ID:REQ
                                      130496 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
                                      132503 TSM:ID
                                      132504 TSM:ID:REQ
                                      134105 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                      136112 TSM:ID
                                      136113 TSM:ID:REQ
                                      136116 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=1,st=OK:
                                      138123 TSM:ID
                                      138124 TSM:ID:REQ
                                      138127 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
                                      140134 !TSM:ID:FAIL
                                      140135 TSM:FAIL:CNT=6
                                      140138 TSM:FAIL:PDT
                                      150140 TSM:FAIL:RE-INIT
                                      150142 TSM:INIT
                                      150150 TSM:INIT:TSP OK
                                      150152 TSM:FPAR
                                      150155 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                      152162 !TSM:FPAR:NO REPLY
                                      152164 TSM:FPAR
                                      152167 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                      154174 !TSM:FPAR:NO REPLY
                                      154176 TSM:FPAR
                                      154179 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                      154945 TSF:MSG:READ,0-0-255,s=255,c=3,t=8,pt=1,l=1,sg=0:0
                                      154950 TSF:MSG:FPAR OK,ID=0,D=1
                                      156186 TSM:FPAR:OK
                                      156187 TSM:ID
                                      156189 TSM:ID:REQ
                                      157789 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                      159797 TSM:ID
                                      159798 TSM:ID:REQ
                                      161398 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=1,st=NACK:
                                      163405 TSM:ID
                                      163406 TSM:ID:REQ
                                      163409 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=2,st=OK:
                                      165417 TSM:ID
                                      165419 TSM:ID:REQ
                                      167019 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                      169026 !TSM:ID:FAIL
                                      169027 TSM:FAIL:CNT=7
                                      169030 TSM:FAIL:PDT
                                      229032 TSM:FAIL:RE-INIT
                                      229035 TSM:INIT
                                      229042 TSM:INIT:TSP OK
                                      229044 TSM:FPAR
                                      229047 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=1,st=OK:
                                      231054 !TSM:FPAR:NO REPLY
                                      231056 TSM:FPAR
                                      231065 TSF:MSG:SEND,255-255-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                                      232098 TSF:MSG:READ,0-0-255,s=255,c=3,t=8,pt=1,l=1,sg=0:0
                                      232103 TSF:MSG:FPAR OK,ID=0,D=1
                                      233073 TSM:FPAR:OK
                                      233074 TSM:ID
                                      233076 TSM:ID:REQ
                                      233079 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=OK:
                                      235086 TSM:ID
                                      235087 TSM:ID:REQ
                                      236688 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                      238695 TSM:ID
                                      238696 TSM:ID:REQ
                                      238699 TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=1,st=OK:
                                      240706 TSM:ID
                                      240707 TSM:ID:REQ
                                      242308 !TSF:MSG:SEND,255-255-0-0,s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=NACK:
                                      244315 !TSM:ID:FAIL
                                      244316 TSM:FAIL:CNT=7
                                      244318 TSM:FAIL:PDT
                                      

                                      Is it now ok, how can i get my data at the gatewa?

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

                                      @godwinguru - I dont know why but it seems like your gw is restarting. I dont know anything about a Raspberry GW so you need to wait for someone else to answer.

                                      Top of my mind is a power issue.

                                      Also I added ``` around your code which makes it easier for others to read. Please use this when you post logs.

                                      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
                                      0
                                      • G Offline
                                        G Offline
                                        godwinguru
                                        wrote on last edited by
                                        #107

                                        @sundberg84, thank you for your reply, my gateway is Ethernet with arduino, am not using rhaspberry pi., thanks once again.

                                        sundberg84S 1 Reply Last reply
                                        0
                                        • G godwinguru

                                          @sundberg84, thank you for your reply, my gateway is Ethernet with arduino, am not using rhaspberry pi., thanks once again.

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

                                          @godwinguru - then I would say you have a power issue. As something is using power the gw restarts due to this. What controller do you use? Do you see any connection status there? How do you power the gw? This is crucial that you use a capacitor on the radio and have a stable power supply fΓΆr the radio.

                                          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
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          15

                                          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