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. What does !TSP:MSG:PVER mismatch mean?

What does !TSP:MSG:PVER mismatch mean?

Scheduled Pinned Locked Moved Troubleshooting
12 Posts 5 Posters 5.2k Views 5 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.
  • hekH Offline
    hekH Offline
    hek
    Admin
    wrote on last edited by
    #2

    https://ci.mysensors.org/job/Verifiers/job/MySensorsArduino/branch/development/Doxygen_HTML/group__MyTransportgrp.html

    You seem to have some serious problems with your radio the data in the log looks corrupted. I.e. t=101...

    1 Reply Last reply
    0
    • TmasterT Offline
      TmasterT Offline
      Tmaster
      wrote on last edited by
      #3

      It happens to me with an amplified version of nrf24. i change the module and works fine

      i'm a arduino fan .Even sometimes don't undestanding how to use it :P

      1 Reply Last reply
      0
      • Martin TellblomM Offline
        Martin TellblomM Offline
        Martin Tellblom
        wrote on last edited by
        #4

        I restarted the sensor and it now works like a charm, haven't done anything to it.
        I have to wait another two weeks to see if it happens again

        Thanks @hek for the link ( I was looking for that the other day)

        MySensors MQTT Client Gateway, Openhab, Dashing, Razberry, 1-wire

        1 Reply Last reply
        0
        • Martin TellblomM Offline
          Martin TellblomM Offline
          Martin Tellblom
          wrote on last edited by
          #5
          0;255;3;0;9;TSP:MSG:READ 101-101-101 s=101,c=5,t=101,pt=3,l=12,sg=1:25957
          0;255;3;0;9;!TSP:MSG:PVER mismatch
          0;255;3;0;9;TSP:MSG:READ 101-101-101 s=101,c=5,t=101,pt=3,l=12,sg=1:25957
          0;255;3;0;9;!TSP:MSG:PVER mismatch
          

          This started today again and if I read the values correctly its a sensor with ID 101?

          What I can find I can decode this:
          TSF:MSG:READ,sender-last-destination,s=%d,c=%d,t=%d,pt=%d,l=%d,sg=%d:%s
          s=sensor ID
          c=command
          t=msg type
          pt=payload type
          l=length
          sg=signing flag

          But I can't find what the values mean.

          The other problem is that I do not have a sensor with id 101! I think this is something else that is messing with my radio.

          MySensors MQTT Client Gateway, Openhab, Dashing, Razberry, 1-wire

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

            The radio looks seriously broken or underpowered. I've seen similar results when trying to use an amplified radio (with high PA level) and supplying it with too little power.

            1 Reply Last reply
            0
            • Martin TellblomM Offline
              Martin TellblomM Offline
              Martin Tellblom
              wrote on last edited by
              #7

              You mean the gateway I suppose? The radio is a NFR24L01+ with PA and LNA. a cap (right now the UNO is power by a computer USB port)

              MySensors MQTT Client Gateway, Openhab, Dashing, Razberry, 1-wire

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

                Try lowering pa -level

                #define MY_RF24_PA_LEVEL RF24_PA_LOW
                or 
                #define MY_RF24_PA_LEVEL RF24_PA_MIN
                
                1 Reply Last reply
                1
                • Martin TellblomM Offline
                  Martin TellblomM Offline
                  Martin Tellblom
                  wrote on last edited by
                  #9

                  Thanks, I try it

                  MySensors MQTT Client Gateway, Openhab, Dashing, Razberry, 1-wire

                  1 Reply Last reply
                  0
                  • Daniel ErikssonD Offline
                    Daniel ErikssonD Offline
                    Daniel Eriksson
                    wrote on last edited by
                    #10

                    Hello,

                    I am having exactly the same issue with 2.0, works fine with 1.5.

                    Using Arduino Mini Pro 5v - I do not have a Decoupling-Capacitor cause it hasnt been needed for 1.5 will that really be needed with 2.0?

                    mfalkviddM 1 Reply Last reply
                    0
                    • Daniel ErikssonD Daniel Eriksson

                      Hello,

                      I am having exactly the same issue with 2.0, works fine with 1.5.

                      Using Arduino Mini Pro 5v - I do not have a Decoupling-Capacitor cause it hasnt been needed for 1.5 will that really be needed with 2.0?

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

                      @Daniel-Eriksson said:

                      Using Arduino Mini Pro 5v - I do not have a Decoupling-Capacitor cause it hasnt been needed for 1.5 will that really be needed with 2.0?

                      Yes. Decoupling was needed for 1.5 as well, but in some cases people were lucky and it happened to work anyway. Being lucky can work with 2.0 as well, but relying on luck for your home automation is not recommended.

                      Daniel ErikssonD 1 Reply Last reply
                      0
                      • mfalkviddM mfalkvidd

                        @Daniel-Eriksson said:

                        Using Arduino Mini Pro 5v - I do not have a Decoupling-Capacitor cause it hasnt been needed for 1.5 will that really be needed with 2.0?

                        Yes. Decoupling was needed for 1.5 as well, but in some cases people were lucky and it happened to work anyway. Being lucky can work with 2.0 as well, but relying on luck for your home automation is not recommended.

                        Daniel ErikssonD Offline
                        Daniel ErikssonD Offline
                        Daniel Eriksson
                        wrote on last edited by
                        #12

                        @mfalkvidd Ah ok, then I just have to wait for the stuff :) Thanks!

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


                        16

                        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