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 48.1k 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.
  • A Offline
    A Offline
    Anticimex
    Contest Winner
    wrote on last edited by Anticimex
    #1

    :mega: We are happy to announce a major release of the MySensors library to 2.0.0!
    For details, see here.
    Doxygen links on the master github frontpage are not working. These are the correct links:
    master development

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

    T B 2 Replies Last reply
    21
    • F Offline
      F Offline
      Fabien
      wrote on last edited by
      #2

      Thank a lot for all the work made by all contributors.

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

        congrats and thx a lot, you rock :thumbsup:

        1 Reply Last reply
        0
        • gerritvG Offline
          gerritvG Offline
          gerritv
          wrote on last edited by
          #4

          Seriously major work on this release, just in time for me to start up my sensor project again. Thank you!

          1 Reply Last reply
          0
          • B Offline
            B Offline
            blacey
            Admin
            wrote on last edited by blacey
            #5

            Awesome! A very productive BBQ @Hek's indeed :)

            Well done. :+1: :+1: :+1:

            1 Reply Last reply
            0
            • greglG Offline
              greglG Offline
              gregl
              Hero Member
              wrote on last edited by
              #6

              Well Done MySensors team!
              Thanks for your efforts! Ive been using the beta for some time now in production and it hasn't missed a beat!.

              Its easier to use ( once you forget the earlier stuff ) and much more reliable!

              So to @Hek and everyone who has contributed to the library and the community, thank you!

              1 Reply Last reply
              0
              • A Offline
                A Offline
                Anticimex
                Contest Winner
                wrote on last edited by
                #7

                In the coming days we hope Arduino folks update their library repositories so you all can install the latest mysensors library through their library manager :)

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

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

                  Is there an overview about what was changed since the latest 1.x version?

                  Edit:
                  Sorry, did not see the link.

                  1 Reply Last reply
                  1
                  • Lior RubinL Offline
                    Lior RubinL Offline
                    Lior Rubin
                    wrote on last edited by
                    #9

                    Hi, when I'm try to upload the sketch GatewayESP8266 I got the following error:

                    In file included from /Users/liorrubin/Documents/Arduino/libraries/MySensors-2.0.0/MySensors.h:299:0,
                                     from /var/folders/l0/kxrb9wmd6rj651nw4gld5nx00000gn/T/arduino_modified_sketch_982538/GatewayESP8266.ino:137:
                    /Users/liorrubin/Documents/Arduino/libraries/MySensors-2.0.0/core/MyMainESP8266.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
                     #include “Schedule.h”
                              ^
                    In file included from /Users/liorrubin/Documents/Arduino/libraries/MySensors-2.0.0/MySensors.h:299:0,
                                     from /var/folders/l0/kxrb9wmd6rj651nw4gld5nx00000gn/T/arduino_modified_sketch_982538/GatewayESP8266.ino:137:
                    /Users/liorrubin/Documents/Arduino/libraries/MySensors-2.0.0/core/MyMainESP8266.cpp:13:26: fatal error: core_version.h: No such file or directory
                     #include <core_version.h>
                                              ^
                    compilation terminated.
                    exit status 1
                    Error compiling for board NodeMCU 1.0 (ESP-12E Module).
                    

                    Even when i try to comment the "Include Schedule.h" then i got an error about the "core_version.h" file.

                    anyone ?

                    T ninkasiN 2 Replies Last reply
                    0
                    • N Offline
                      N Offline
                      Nca78
                      Hardware Contributor
                      wrote on last edited by
                      #10

                      Wow, that is great news, like christmas in June :gift::christmas_tree::gift:
                      Thank you to all the team for all the hard work, MySensors is evolving at a whole new level now, the changelog speaks for itself !
                      I hope I will improve my level fast enough to be able to contribute to one of the future versions, but it feels a bit out of touch for me at the moment :D

                      1 Reply Last reply
                      0
                      • Lior RubinL Lior Rubin

                        Hi, when I'm try to upload the sketch GatewayESP8266 I got the following error:

                        In file included from /Users/liorrubin/Documents/Arduino/libraries/MySensors-2.0.0/MySensors.h:299:0,
                                         from /var/folders/l0/kxrb9wmd6rj651nw4gld5nx00000gn/T/arduino_modified_sketch_982538/GatewayESP8266.ino:137:
                        /Users/liorrubin/Documents/Arduino/libraries/MySensors-2.0.0/core/MyMainESP8266.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
                         #include “Schedule.h”
                                  ^
                        In file included from /Users/liorrubin/Documents/Arduino/libraries/MySensors-2.0.0/MySensors.h:299:0,
                                         from /var/folders/l0/kxrb9wmd6rj651nw4gld5nx00000gn/T/arduino_modified_sketch_982538/GatewayESP8266.ino:137:
                        /Users/liorrubin/Documents/Arduino/libraries/MySensors-2.0.0/core/MyMainESP8266.cpp:13:26: fatal error: core_version.h: No such file or directory
                         #include <core_version.h>
                                                  ^
                        compilation terminated.
                        exit status 1
                        Error compiling for board NodeMCU 1.0 (ESP-12E Module).
                        

                        Even when i try to comment the "Include Schedule.h" then i got an error about the "core_version.h" file.

                        anyone ?

                        T Offline
                        T Offline
                        tekka
                        Admin
                        wrote on last edited by
                        #11

                        @Lior-Rubin Update esp8266 boards to the most recent version (2.3.0)

                        1 Reply Last reply
                        0
                        • ErrKE Offline
                          ErrKE Offline
                          ErrK
                          Plugin Developer
                          wrote on last edited by
                          #12

                          This is great news!
                          Thank you for all the work.

                          1 Reply Last reply
                          0
                          • D Offline
                            D Offline
                            drock1985
                            wrote on last edited by
                            #13

                            Thanks MySensors team. Can't wait to see what 2.0 will bring!

                            My Projects
                            2 Door Chime Sensor
                            Washing Machine Monitor

                            1 Reply Last reply
                            0
                            • nielsokkerN Offline
                              nielsokkerN Offline
                              nielsokker
                              wrote on last edited by
                              #14

                              I've just tried it and it look really great!

                              When is the documentation comming? I'm having some trouble understanding the errors i get in the log. It says: !TSM:CHKID:FAIL (ID=255)
                              !TSM:FAILURE
                              TSM:PDT

                              Anyone has an idea?

                              Thanks in advance!

                              T 1 Reply Last reply
                              2
                              • corbinC Offline
                                corbinC Offline
                                corbin
                                wrote on last edited by
                                #15

                                Great work, thank you!

                                1 Reply Last reply
                                0
                                • R Offline
                                  R Offline
                                  rollercontainer
                                  wrote on last edited by
                                  #16

                                  Thank you to all contributors for this fine piece of software!

                                  Cheers!

                                  1 Reply Last reply
                                  0
                                  • nielsokkerN nielsokker

                                    I've just tried it and it look really great!

                                    When is the documentation comming? I'm having some trouble understanding the errors i get in the log. It says: !TSM:CHKID:FAIL (ID=255)
                                    !TSM:FAILURE
                                    TSM:PDT

                                    Anyone has an idea?

                                    Thanks in advance!

                                    T Offline
                                    T Offline
                                    tekka
                                    Admin
                                    wrote on last edited by tekka
                                    #17

                                    @nielsokker documentation about the log messages is WIP and will follow soon.

                                    In brief:
                                    TSM refers to the transport state machine, (!) to an error.
                                    Your error !TSM:CHKID:FAIL indicates that the node didn't receive a (valid) ID, hence !TSM:FAILURE (transport not operational) followed by TSM:PDT which means that the radio was powered-down for a while followed by a re-initialisation.

                                    nielsokkerN 1 Reply Last reply
                                    0
                                    • M Offline
                                      M Offline
                                      Matt
                                      wrote on last edited by
                                      #18

                                      BOOM! Well done guys =)

                                      1 Reply Last reply
                                      0
                                      • S Offline
                                        S Offline
                                        sincze
                                        MySensors Evangelist
                                        wrote on last edited by
                                        #19

                                        excellent. let me try to find the updates and see what advantages are in it for me.
                                        great job guys.

                                        1 Reply Last reply
                                        0
                                        • gyroG Offline
                                          gyroG Offline
                                          gyro
                                          wrote on last edited by gyro
                                          #20

                                          I have been using rf24 radios before mysensors, and back then everything didn't worked so good as with mysensors.

                                          Awesome work, I think it's time for a donation at least for some 🍻 for holidays for developers. They deserve it.

                                          1 Reply Last reply
                                          3

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          16

                                          Online

                                          12.0k

                                          Users

                                          11.2k

                                          Topics

                                          113.4k

                                          Posts


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

                                          • Don't have an account? Register

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