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. MySensors 2.0.0 Released

MySensors 2.0.0 Released

Scheduled Pinned Locked Moved Announcements
75 Posts 42 Posters 25.2k Views 37 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.
  • CrankyCoderC CrankyCoder

    not a big deal, but is there something i should do to get the mysensors to show up in my manage library?

    YveauxY Offline
    YveauxY Offline
    Yveaux
    Mod
    wrote on last edited by
    #38

    @Jason-Brunk here you can find the official "installation description"!
    It should be that easy ;-)

    http://yveaux.blogspot.nl

    1 Reply Last reply
    0
    • CrankyCoderC Offline
      CrankyCoderC Offline
      CrankyCoder
      wrote on last edited by
      #39

      running 1.6.7 and not seeing it. oh well. not a biggy

      Home Automation Tinkerer
      www.CrankyCoder.net

      Controller: HomeAssistant in Kubernetes
      Gateway: MQTTClientGateway
      MySensors: 2.3

      1 Reply Last reply
      0
      • CrankyCoderC Offline
        CrankyCoderC Offline
        CrankyCoder
        wrote on last edited by
        #40

        updated to 1.6.9 and it's there. oh well. probably needed to update anyway :)

        Home Automation Tinkerer
        www.CrankyCoder.net

        Controller: HomeAssistant in Kubernetes
        Gateway: MQTTClientGateway
        MySensors: 2.3

        1 Reply Last reply
        1
        • G Offline
          G Offline
          gloob
          wrote on last edited by
          #41

          I did now also update my gateway but I see two messages in the debug panel that I don't understand:

          pm open,type:2 0
          0;255;3;0;9;TSP:SANCHK:OK
          
          

          Does anybody have an idea what that means?

          ? 1 Reply Last reply
          0
          • TheoLT Offline
            TheoLT Offline
            TheoL
            Contest Winner
            wrote on last edited by
            #42

            I've read the documentation and I'm really impressed with the great work you've guys have done. Developping sensors with MySensors had never been this easy. You guys rock!

            1 Reply Last reply
            0
            • hugowsH Offline
              hugowsH Offline
              hugows
              wrote on last edited by
              #43

              I just built my first "sensor network" yesterday and I was lucky to arrive on the 2.0 version - fun times! Congrats hek and contributors.

              1 Reply Last reply
              0
              • KoreshK Offline
                KoreshK Offline
                Koresh
                Contest Winner
                wrote on last edited by
                #44

                Congratulations!
                I used 2.0dev last month and I'm happy to see this version get stable status. :thumbsup:

                1 Reply Last reply
                0
                • YveauxY Yveaux

                  @DavidZH See here:

                  "It should be fully backward compatible with your controller (serial api hasn't been changed since 1.5).
                  We recommend updating both gateway and sensors to the the latest release."

                  D Offline
                  D Offline
                  DavidZH
                  wrote on last edited by
                  #45

                  @Yveaux

                  I have now recompiled my node that was on 2.0DEV to 2.0Stable and it will not fly. So tomorrow I will recompile my gateway to see if that runs better.

                  I really have to get used to the new debug output though. But it give a lot more info!

                  1 Reply Last reply
                  0
                  • G gloob

                    I did now also update my gateway but I see two messages in the debug panel that I don't understand:

                    pm open,type:2 0
                    0;255;3;0;9;TSP:SANCHK:OK
                    
                    

                    Does anybody have an idea what that means?

                    ? Offline
                    ? Offline
                    A Former User
                    wrote on last edited by
                    #46

                    @gloob said:

                    I did now also update my gateway but I see two messages in the debug panel that I don't understand:

                    pm open,type:2 0
                    0;255;3;0;9;TSP:SANCHK:OK
                    
                    

                    Does anybody have an idea what that means?

                    I have this problem too. What does that mean?

                    tbowmoT 1 Reply Last reply
                    0
                    • ? A Former User

                      @gloob said:

                      I did now also update my gateway but I see two messages in the debug panel that I don't understand:

                      pm open,type:2 0
                      0;255;3;0;9;TSP:SANCHK:OK
                      
                      

                      Does anybody have an idea what that means?

                      I have this problem too. What does that mean?

                      tbowmoT Offline
                      tbowmoT Offline
                      tbowmo
                      Admin
                      wrote on last edited by
                      #47

                      @kenci said:

                      @gloob said:

                      I did now also update my gateway but I see two messages in the debug panel that I don't understand:

                      pm open,type:2 0
                      0;255;3;0;9;TSP:SANCHK:OK
                      
                      

                      Does anybody have an idea what that means?

                      I have this problem too. What does that mean?

                      The TSP:SANCHK:OK is a sanity check of the radio, this time it's OK. But if we fail in talking with the radio (spi failure etc) it will try to initialize the radio, and also write Fail (I believe)

                      It's @tekka that is the brain behind this part (and has promised to make some documentation on it :))

                      ? mppM 2 Replies Last reply
                      1
                      • tbowmoT tbowmo

                        @kenci said:

                        @gloob said:

                        I did now also update my gateway but I see two messages in the debug panel that I don't understand:

                        pm open,type:2 0
                        0;255;3;0;9;TSP:SANCHK:OK
                        
                        

                        Does anybody have an idea what that means?

                        I have this problem too. What does that mean?

                        The TSP:SANCHK:OK is a sanity check of the radio, this time it's OK. But if we fail in talking with the radio (spi failure etc) it will try to initialize the radio, and also write Fail (I believe)

                        It's @tekka that is the brain behind this part (and has promised to make some documentation on it :))

                        ? Offline
                        ? Offline
                        A Former User
                        wrote on last edited by
                        #48

                        @tbowmo Thank you for the explanation. But what does that mean pm open,type:2 0

                        1 Reply Last reply
                        1
                        • marekdM Offline
                          marekdM Offline
                          marekd
                          wrote on last edited by
                          #49

                          Hi there.
                          Good work.
                          I was using dev ver. - should I recompile all nodes and GW to 2.0.0, to use it?

                          YveauxY AWIA 2 Replies Last reply
                          0
                          • marekdM marekd

                            Hi there.
                            Good work.
                            I was using dev ver. - should I recompile all nodes and GW to 2.0.0, to use it?

                            YveauxY Offline
                            YveauxY Offline
                            Yveaux
                            Mod
                            wrote on last edited by
                            #50

                            @marekd quote from the main site : "We recommend updating both gateway and sensors to the the latest release."

                            http://yveaux.blogspot.nl

                            1 Reply Last reply
                            2
                            • marekdM marekd

                              Hi there.
                              Good work.
                              I was using dev ver. - should I recompile all nodes and GW to 2.0.0, to use it?

                              AWIA Offline
                              AWIA Offline
                              AWI
                              Hero Member
                              wrote on last edited by
                              #51

                              @marekd To add to @Yveaux , if you are using repeaters (or nodes with the repeater functionality switched on) these also should be updated to the latest release.

                              1 Reply Last reply
                              1
                              • Tore André RosanderT Offline
                                Tore André RosanderT Offline
                                Tore André Rosander
                                wrote on last edited by
                                #52

                                Is there any plans to update the Raspberry gateway? The one where the nrf radio is connected directly to RPI gpio.
                                As far as i know it is version 1.4 at the moment.

                                D 1 Reply Last reply
                                0
                                • Tore André RosanderT Tore André Rosander

                                  Is there any plans to update the Raspberry gateway? The one where the nrf radio is connected directly to RPI gpio.
                                  As far as i know it is version 1.4 at the moment.

                                  D Offline
                                  D Offline
                                  drock1985
                                  wrote on last edited by
                                  #53

                                  @Tore-André-Rosander

                                  I think that was someone who contributed it a while back. I remember going though the thread, and at one time someone was looking for anyone to update the 1.5 base for the signing; IIRC.

                                  Probably best to switch to another Gateway for now.

                                  My Projects
                                  2 Door Chime Sensor
                                  Washing Machine Monitor

                                  Tore André RosanderT 1 Reply Last reply
                                  0
                                  • D drock1985

                                    @Tore-André-Rosander

                                    I think that was someone who contributed it a while back. I remember going though the thread, and at one time someone was looking for anyone to update the 1.5 base for the signing; IIRC.

                                    Probably best to switch to another Gateway for now.

                                    Tore André RosanderT Offline
                                    Tore André RosanderT Offline
                                    Tore André Rosander
                                    wrote on last edited by
                                    #54

                                    @drock1985
                                    Is there any pro/cons when choosing the esp gateway or the serial gateway (connected to Raspberry pi)?

                                    D 1 Reply Last reply
                                    0
                                    • Tore André RosanderT Tore André Rosander

                                      @drock1985
                                      Is there any pro/cons when choosing the esp gateway or the serial gateway (connected to Raspberry pi)?

                                      D Offline
                                      D Offline
                                      drock1985
                                      wrote on last edited by
                                      #55

                                      @Tore-André-Rosander

                                      Not really; depends on what your controller supports. Personally I have Home-Assistant running the latest MySensors 2.0 Wifi (ESP) gateway no problems.

                                      My Projects
                                      2 Door Chime Sensor
                                      Washing Machine Monitor

                                      1 Reply Last reply
                                      0
                                      • scalzS Offline
                                        scalzS Offline
                                        scalz
                                        Hardware Contributor
                                        wrote on last edited by scalz
                                        #56

                                        @Tore-André-Rosander
                                        for pros, I think serial gw is more secure. I mean esp is wifi, serial gw is only connected to controller. Of course controller is connected to network, but esp is just one more door directly connected to mysensors. Cons, not as verstatile as esp ;)

                                        1 Reply Last reply
                                        0
                                        • F Offline
                                          F Offline
                                          Fabien
                                          wrote on last edited by
                                          #57

                                          And with RFM69, ESP and MySensors 2.0 doesn't work for me. With serial gateway, it's ok. With Ethernet Gateway W5100 and MYS 1.0, I lost lot of packets (NRF radio).

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


                                          23

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.0k

                                          Posts


                                          Copyright 2019 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • MySensors
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular